| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-11-27 | Rename superblock flags (MS_xyz -> SB_xyz) |  Linus Torvalds | 1 | -4/+4 |
| 2017-11-13 | ceph: present consistent fsid, regardless of arch endianness |  Jeff Layton | 1 | -2/+3 |
| 2017-09-06 | ceph: adjust 36 checks for NULL pointers |  Markus Elfring | 1 | -9/+9 |
| 2017-09-06 | ceph: more accurate statfs |  Douglas Fuller | 1 | -1/+8 |
| 2017-09-06 | ceph: validate correctness of some mount options |  Yan, Zheng | 1 | -7/+14 |
| 2017-09-06 | ceph: limit osd write size |  Yan, Zheng | 1 | -1/+4 |
| 2017-09-06 | ceph: limit osd read size to CEPH_MSG_MAX_DATA_LEN |  Yan, Zheng | 1 | -10/+7 |
| 2017-09-06 | ceph: remove unused cap_release_safety mount option |  Yan, Zheng | 1 | -6/+0 |
| 2017-07-07 | ceph: new mount option that specifies fscache uniquifier |  Yan, Zheng | 1 | -12/+29 |
| 2017-07-07 | ceph: avoid invalid memory dereference in the middle of umount |  Yan, Zheng | 1 | -2/+4 |
| 2017-05-10 | Merge tag 'ceph-for-4.12-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -6/+1 |
| 2017-05-04 | libceph, ceph: always advertise all supported features |  Ilya Dryomov | 1 | -6/+1 |
| 2017-04-20 | ceph: Convert to separately allocated bdi |  Jan Kara | 1 | -22/+13 |
| 2017-02-24 | ceph: remove special ack vs commit behavior |  Ilya Dryomov | 1 | -1/+0 |
| 2017-02-20 | ceph: set io_pages bdi hint |  Andreas Gerstmayr | 1 | -0/+8 |
| 2016-12-16 | Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 1 | -0/+10 |
| 2016-12-15 | Merge branches 'work.namei', 'work.dcache' and 'work.iov_iter' into for-linus |  Al Viro | 1 | -1/+1 |
| 2016-12-12 | ceph: check availability of mds cluster on mount |  Yan, Zheng | 1 | -0/+10 |
| 2016-10-28 | ceph: switch to use of ->d_init() |  Al Viro | 1 | -1/+0 |
| 2016-10-28 | ceph: unify dentry_operations instances |  Al Viro | 1 | -0/+1 |
| 2016-10-18 | ceph: fix uninitialized dentry pointer in ceph_real_mount() |  Geert Uytterhoeven | 1 | -0/+2 |
| 2016-10-03 | ceph: avoid accessing / when mounting a subpath |  Yan, Zheng | 1 | -29/+20 |
| 2016-07-28 | ceph: Mark the file cache as unreclaimable |  Nikolay Borisov | 1 | -2/+2 |
| 2016-07-28 | ceph: mount non-default filesystem by name |  Yan, Zheng | 1 | -12/+26 |
| 2016-07-28 | ceph: wait unsafe sync writes for evicting inode |  Yan, Zheng | 1 | -0/+1 |
| 2016-05-26 | ceph: report mount root in session metadata |  Yan, Zheng | 1 | -14/+19 |
| 2016-05-26 | ceph: CEPH_FEATURE_MDSENC support |  Yan, Zheng | 1 | -3/+2 |
| 2016-05-26 | ceph: multiple filesystem support |  Yan, Zheng | 1 | -0/+9 |
| 2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros |  Kirill A. Shutemov | 1 | -4/+4 |
| 2016-03-25 | ceph: fix mounting same fs multiple times |  Yan, Zheng | 1 | -18/+15 |
| 2016-03-25 | ceph: kill ceph_empty_snapc |  Ilya Dryomov | 1 | -7/+1 |
| 2016-03-25 | ceph: don't enable rbytes mount option by default |  Yan, Zheng | 1 | -2/+2 |
| 2016-03-25 | libceph: revamp subs code, switch to SUBSCRIBE2 protocol |  Ilya Dryomov | 1 | -1/+1 |
| 2016-01-14 | kmemcg: account certain kmem allocations to memcg |  Vladimir Davydov | 1 | -2/+2 |
| 2015-09-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 1 | -0/+1 |
| 2015-09-08 | ceph: EIO all operations after forced umount |  Yan, Zheng | 1 | -0/+1 |
| 2015-09-04 | fs: create and use seq_show_option for escaping |  Kees Cook | 1 | -1/+1 |
| 2015-06-25 | ceph: pre-allocate data structure that tracks caps flushing |  Yan, Zheng | 1 | -0/+8 |
| 2015-06-25 | libceph: store timeouts in jiffies, verify user input |  Ilya Dryomov | 1 | -1/+1 |
| 2015-06-25 | ceph: check OSD caps before read/write |  Yan, Zheng | 1 | -1/+14 |
| 2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -2/+2 |
| 2015-04-20 | ceph: show non-default options only |  Ilya Dryomov | 1 | -5/+1 |
| 2015-04-20 | libceph, ceph: split ceph_show_options() |  Ilya Dryomov | 1 | -22/+12 |
| 2015-04-20 | ceph: kstrdup() memory handling |  Sanidhya Kashyap | 1 | -0/+10 |
| 2015-04-15 | VFS: normal filesystems (and lustre): d_inode() annotations |  David Howells | 1 | -2/+2 |
| 2015-02-19 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client |  Linus Torvalds | 1 | -0/+4 |
| 2015-02-19 | ceph: show nocephx_require_signatures and notcp_nodelay options |  Ilya Dryomov | 1 | -0/+4 |
| 2015-01-20 | fs: remove default_backing_dev_info |  Christoph Hellwig | 1 | -1/+1 |
| 2015-01-20 | ceph: remove call to bdi_unregister |  Christoph Hellwig | 1 | -12/+6 |
| 2014-12-17 | ceph: support inline data feature |  Yan, Zheng | 1 | -1/+2 |