| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-16 | ceph: add buffered/direct exclusionary locking for reads and writes |  Jeff Layton | 5 | -16/+200 |
| 2019-09-16 | ceph: don't return a value from void function |  John Hubbard | 1 | -1/+0 |
| 2019-09-16 | ceph: don't freeze during write page faults |  Jeff Layton | 1 | -0/+2 |
| 2019-09-16 | ceph: update the mtime when truncating up |  Jeff Layton | 1 | -20/+21 |
| 2019-09-16 | ceph: fix indentation in __get_snap_name() |  Ilya Dryomov | 1 | -24/+24 |
| 2019-09-16 | ceph: remove incorrect comment above __send_cap |  Jeff Layton | 1 | -4/+0 |
| 2019-09-16 | ceph: remove CEPH_I_NOFLUSH |  Jeff Layton | 2 | -20/+9 |
| 2019-09-16 | ceph: remove unneeded test in try_flush_caps |  Jeff Layton | 1 | -1/+1 |
| 2019-09-16 | ceph: have __mark_caps_flushing return flush_tid |  Jeff Layton | 1 | -10/+10 |
| 2019-09-16 | ceph: fix comments over ceph_add_cap |  Jeff Layton | 1 | -1/+3 |
| 2019-09-16 | ceph: eliminate session->s_trim_caps |  Jeff Layton | 2 | -10/+9 |
| 2019-09-16 | ceph: fetch cap_gen under spinlock in ceph_add_cap |  Jeff Layton | 1 | -2/+7 |
| 2019-09-16 | ceph: remove ceph_get_cap_mds and __ceph_get_cap_mds |  Jeff Layton | 2 | -32/+0 |
| 2019-09-16 | ceph: don't SetPageError on writepage errors |  Jeff Layton | 1 | -2/+1 |
| 2019-09-16 | ceph: auto reconnect after blacklisted |  Yan, Zheng | 5 | -8/+79 |
| 2019-09-16 | ceph: invalidate all write mode filp after reconnect |  Yan, Zheng | 4 | -0/+19 |
| 2019-09-16 | ceph: return -EIO if read/write against filp that lost file locks |  Yan, Zheng | 3 | -8/+29 |
| 2019-09-16 | ceph: add helper function that forcibly reconnects to ceph cluster. |  Yan, Zheng | 3 | -5/+39 |
| 2019-09-16 | ceph: pass filp to ceph_get_caps() |  Yan, Zheng | 4 | -42/+46 |
| 2019-09-16 | ceph: track and report error of async metadata operation |  Yan, Zheng | 5 | -22/+54 |
| 2019-09-16 | ceph: allow closing session in restarting/reconnect state |  Yan, Zheng | 1 | -3/+3 |
| 2019-09-16 | ceph: don't list vxattrs in listxattr() |  Jeff Layton | 1 | -29/+0 |
| 2019-09-16 | ceph: allow copy_file_range when src and dst inode are same |  Jeff Layton | 1 | -2/+0 |
| 2019-09-16 | ceph: fix directories inode i_blkbits initialization |  Luis Henriques | 1 | -1/+6 |
| 2019-08-30 | fs: ceph: Initialize filesystem timestamp ranges |  Deepa Dinamani | 1 | -0/+2 |
| 2019-08-22 | ceph: don't try fill file_lock on unsuccessful GETFILELOCK reply |  Jeff Layton | 1 | -2/+1 |
| 2019-08-22 | ceph: clear page dirty before invalidate page |  Erqi Chen | 1 | -2/+3 |
| 2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in fill_inode() |  Luis Henriques | 1 | -3/+4 |
| 2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_build_xattrs_blob() |  Luis Henriques | 4 | -6/+16 |
| 2019-08-22 | ceph: fix buffer free while holding i_ceph_lock in __ceph_setxattr() |  Luis Henriques | 1 | -2/+6 |
| 2019-07-20 | Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs |  Linus Torvalds | 1 | -1/+1 |
| 2019-07-18 | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-client |  Linus Torvalds | 17 | -439/+726 |
| 2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core |  Linus Torvalds | 3 | -26/+4 |
| 2019-07-10 | Merge tag 'copy-file-range-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux |  Linus Torvalds | 1 | -3/+20 |
| 2019-07-08 | ceph: fix end offset in truncate_inode_pages_range call |  Luis Henriques | 1 | -1/+1 |
| 2019-07-08 | ceph: use generic_delete_inode() for ->drop_inode |  Luis Henriques | 3 | -12/+1 |
| 2019-07-08 | ceph: use ceph_evict_inode to cleanup inode's resource |  Yan, Zheng | 3 | -4/+7 |
| 2019-07-08 | ceph: initialize superblock s_time_gran to 1 |  Luis Henriques | 1 | -1/+1 |
| 2019-07-08 | libceph: rename r_unsafe_item to r_private_item |  Ilya Dryomov | 1 | -3/+3 |
| 2019-07-08 | ceph: don't NULL terminate virtual xattrs |  Jeff Layton | 1 | -25/+59 |
| 2019-07-08 | ceph: return -ERANGE if virtual xattr value didn't fit in buffer |  Jeff Layton | 1 | -7/+7 |
| 2019-07-08 | ceph: make getxattr_cb return ssize_t |  Jeff Layton | 1 | -45/+45 |
| 2019-07-08 | ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP |  Yan, Zheng | 1 | -11/+30 |
| 2019-07-08 | ceph: kick flushing and flush snaps before sending normal cap message |  Yan, Zheng | 1 | -4/+14 |
| 2019-07-08 | ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() |  Yan, Zheng | 1 | -9/+4 |
| 2019-07-08 | ceph: increment change_attribute on local changes |  Jeff Layton | 2 | -0/+7 |
| 2019-07-08 | ceph: handle change_attr in cap messages |  Jeff Layton | 3 | -9/+13 |
| 2019-07-08 | ceph: add change_attr field to ceph_inode_info |  Jeff Layton | 3 | -2/+8 |
| 2019-07-08 | ceph: allow querying of STATX_BTIME in ceph_getattr |  Jeff Layton | 1 | -3/+13 |
| 2019-07-08 | ceph: handle btime in cap messages |  Jeff Layton | 3 | -7/+14 |