| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-07-07 | ceph: update ceph_dentry_info::lease_session when necessary |  Yan, Zheng | 1 | -2/+7 |
| 2017-07-07 | ceph: new mount option that specifies fscache uniquifier |  Yan, Zheng | 3 | -21/+113 |
| 2017-07-07 | ceph: avoid accessing freeing inode in ceph_check_delayed_caps() |  Yan, Zheng | 1 | -2/+9 |
| 2017-07-07 | ceph: avoid invalid memory dereference in the middle of umount |  Yan, Zheng | 2 | -4/+6 |
| 2017-07-07 | ceph: getattr before read on ceph.* xattrs |  Yan, Zheng | 1 | -0/+3 |
| 2017-07-07 | ceph: don't re-send interrupted flock request |  Yan, Zheng | 1 | -1/+24 |
| 2017-07-07 | ceph: cleanup writepage_nounlock() |  Yan, Zheng | 1 | -6/+6 |
| 2017-07-07 | ceph: redirty page when writepage_nounlock() skips unwritable page |  Yan, Zheng | 1 | -1/+2 |
| 2017-07-07 | ceph: remove useless page->mapping check in writepage_nounlock() |  Yan, Zheng | 1 | -4/+0 |
| 2017-07-07 | ceph: update the 'approaching max_size' code |  Yan, Zheng | 5 | -11/+23 |
| 2017-07-07 | ceph: re-request max size after importing caps |  Yan, Zheng | 1 | -3/+8 |
| 2017-06-14 | ceph: unify inode i_ctime update |  Yan, Zheng | 2 | -3/+3 |
| 2017-06-14 | ceph: use current_kernel_time() to get request time stamp |  Yan, Zheng | 1 | -3/+1 |
| 2017-06-14 | ceph: check i_nlink while converting a file handle to dentry |  Luis Henriques | 1 | -0/+4 |
| 2017-05-24 | ceph: check that the new inode size is within limits in ceph_fallocate() |  Luis Henriques | 1 | -1/+5 |
| 2017-05-10 | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 13 | -86/+255 |
| 2017-05-08 | fs: ceph: CURRENT_TIME with ktime_get_real_ts() |  Deepa Dinamani | 1 | -1/+3 |
| 2017-05-08 | treewide: use kv[mz]alloc* rather than opencoded variants |  Michal Hocko | 1 | -6/+3 |
| 2017-05-04 | ceph: fix memory leak in __ceph_setxattr() |  Luis Henriques | 1 | -0/+3 |
| 2017-05-04 | ceph: fix file open flags on ppc64 |  Alexander Graf | 1 | -1/+33 |
| 2017-05-04 | ceph: choose readdir frag based on previous readdir reply |  Yan, Zheng | 1 | -7/+12 |
| 2017-05-04 | ceph: when seeing write errors on an inode, switch to sync writes |  Jeff Layton | 3 | -14/+49 |
| 2017-05-04 | Revert "ceph: SetPageError() for writeback pages if writepages fails" |  Jeff Layton | 1 | -3/+0 |
| 2017-05-04 | ceph: handle epoch barriers in cap messages |  Jeff Layton | 3 | -7/+41 |
| 2017-05-04 | libceph: allow requests to return immediately on full conditions if caller wishes |  Jeff Layton | 2 | -0/+2 |
| 2017-05-04 | ceph: make seeky readdir more efficient |  Yan, Zheng | 4 | -6/+19 |
| 2017-05-04 | ceph: close stopped mds' session |  Yan, Zheng | 1 | -0/+16 |
| 2017-05-04 | ceph: fix potential use-after-free |  Yan, Zheng | 1 | -2/+8 |
| 2017-05-04 | ceph: allow connecting to mds whose rank >= mdsmap::m_max_mds |  Yan, Zheng | 3 | -23/+52 |
| 2017-05-04 | ceph: fix wrong check in ceph_renew_caps() |  Yan, Zheng | 1 | -1/+1 |
| 2017-05-04 | libceph: convert ceph_pagelist.refcnt from atomic_t to refcount_t |  Elena Reshetova | 1 | -1/+1 |
| 2017-05-04 | ceph: convert ceph_cap_snap.nref from atomic_t to refcount_t |  Elena Reshetova | 3 | -5/+6 |
| 2017-05-04 | ceph: convert ceph_mds_session.s_ref from atomic_t to refcount_t |  Elena Reshetova | 2 | -11/+12 |
| 2017-05-04 | libceph, ceph: always advertise all supported features |  Ilya Dryomov | 1 | -6/+1 |
| 2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block |  Linus Torvalds | 4 | -28/+17 |
| 2017-04-25 | ceph: fix recursion between ceph_set_acl() and __ceph_setattr() |  Yan, Zheng | 1 | -12/+10 |
| 2017-04-20 | ceph: Convert to separately allocated bdi |  Jan Kara | 4 | -28/+17 |
| 2017-03-03 | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 2 | -5/+5 |
| 2017-03-02 | statx: Add a system call to make enhanced file info available |  David Howells | 2 | -5/+5 |
| 2017-03-02 | sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API dependency |  Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> |  Ingo Molnar | 1 | -1/+1 |
| 2017-02-28 | Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 13 | -306/+287 |
| 2017-02-27 | fs: add i_blocksize() |  Fabian Frederick | 1 | -1/+1 |
| 2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf |  Dave Jiang | 1 | -3/+5 |
| 2017-02-24 | libceph, rbd, ceph: WRITE | ONDISK -> WRITE |  Ilya Dryomov | 2 | -20/+9 |
| 2017-02-24 | ceph: remove special ack vs commit behavior |  Ilya Dryomov | 6 | -103/+3 |
| 2017-02-23 | ceph: tidy some white space in get_nonsnap_parent() |  Dan Carpenter | 1 | -2/+3 |
| 2017-02-20 | ceph: remove req from unsafe list when unregistering it |  Jeff Layton | 1 | -2/+3 |
| 2017-02-20 | ceph: do a LOOKUP in d_revalidate instead of GETATTR |  Jeff Layton | 1 | -2/+3 |
| 2017-02-20 | ceph: call update_dentry_lease even when r_locked dir is not set |  Jeff Layton | 1 | -0/+20 |