summaryrefslogtreecommitdiffstats
path: root/fs/ceph
AgeCommit message (Expand)Author
2017-07-27ceph: fix race in concurrent readdirYan, Zheng
2017-06-14ceph: unify inode i_ctime updateYan, Zheng
2017-06-14ceph: use current_kernel_time() to get request time stampYan, Zheng
2017-06-14ceph: check i_nlink while converting a file handle to dentryLuis Henriques
2017-05-24ceph: check that the new inode size is within limits in ceph_fallocate()Luis Henriques
2017-05-10Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-05-08fs: ceph: CURRENT_TIME with ktime_get_real_ts()Deepa Dinamani
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-04ceph: fix memory leak in __ceph_setxattr()Luis Henriques
2017-05-04ceph: fix file open flags on ppc64Alexander Graf
2017-05-04ceph: choose readdir frag based on previous readdir replyYan, Zheng
2017-05-04ceph: when seeing write errors on an inode, switch to sync writesJeff Layton
2017-05-04Revert "ceph: SetPageError() for writeback pages if writepages fails"Jeff Layton
2017-05-04ceph: handle epoch barriers in cap messagesJeff Layton
2017-05-04libceph: allow requests to return immediately on full conditions if caller wi...Jeff Layton
2017-05-04ceph: make seeky readdir more efficientYan, Zheng
2017-05-04ceph: close stopped mds' sessionYan, Zheng
2017-05-04ceph: fix potential use-after-freeYan, Zheng
2017-05-04ceph: allow connecting to mds whose rank >= mdsmap::m_max_mdsYan, Zheng
2017-05-04ceph: fix wrong check in ceph_renew_caps()Yan, Zheng
2017-05-04libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_tElena Reshetova
2017-05-04ceph: convert ceph_cap_snap.nref from atomic_t to refcount_tElena Reshetova
2017-05-04ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_tElena Reshetova
2017-05-04libceph, ceph: always advertise all supported featuresIlya Dryomov
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-25ceph: fix recursion between ceph_set_acl() and __ceph_setattr()Yan, Zheng
2017-04-20ceph: Convert to separately allocated bdiJan Kara
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-24libceph, rbd, ceph: WRITE | ONDISK -> WRITEIlya Dryomov
2017-02-24ceph: remove special ack vs commit behaviorIlya Dryomov
2017-02-23ceph: tidy some white space in get_nonsnap_parent()Dan Carpenter
2017-02-20ceph: remove req from unsafe list when unregistering itJeff Layton
2017-02-20ceph: do a LOOKUP in d_revalidate instead of GETATTRJeff Layton
2017-02-20ceph: call update_dentry_lease even when r_locked dir is not setJeff Layton
2017-02-20ceph: vet the target and parent inodes before updating dentry leaseJeff Layton
2017-02-20ceph: don't update_dentry_lease unless we actually got oneJeff Layton
2017-02-20ceph: add a new flag to indicate whether parent is lockedJeff Layton
2017-02-20ceph: convert bools in ceph_mds_request to a new r_req_flags fieldJeff Layton
2017-02-20ceph: drop session argument to ceph_fill_traceJeff Layton
2017-02-20ceph: remove "Debugging hook" from ceph_fill_traceJeff Layton
2017-02-20ceph: avoid calling ceph_renew_caps() infinitelyYan, Zheng
2017-02-20ceph: make sure flushing inode in proper session's cap_flushing listYan, Zheng
2017-02-20ceph: update readpages osd request according to size of pagesYan, Zheng
2017-02-20ceph: fix bogus endianness change in ceph_ioctl_set_layoutJeff Layton