| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-01-29 | ceph: fix incorrect snaprealm when adding caps |  Yan, Zheng | 2 | -3/+19 |
| 2018-01-29 | ceph: fix un-balanced fsc->writeback_count update |  Yan, Zheng | 1 | -3/+6 |
| 2018-01-29 | ceph: track read contexts in ceph_file_info |  Yan, Zheng | 3 | -9/+66 |
| 2018-01-29 | ceph: avoid dereferencing invalid pointer during cached readdir |  Yan, Zheng | 2 | -19/+66 |
| 2018-01-29 | ceph: use atomic_t for ceph_inode_info::i_shared_gen |  Yan, Zheng | 4 | -12/+13 |
| 2018-01-29 | ceph: cleanup traceless reply handling for rename |  Yan, Zheng | 2 | -12/+6 |
| 2018-01-29 | ceph: voluntarily drop Fx cap for readdir request |  Yan, Zheng | 1 | -0/+1 |
| 2018-01-29 | ceph: properly drop caps for setattr request |  Yan, Zheng | 1 | -6/+6 |
| 2018-01-29 | ceph: voluntarily drop Lx cap for link/rename requests |  Yan, Zheng | 1 | -2/+2 |
| 2018-01-29 | ceph: voluntarily drop Ax cap for requests that create new inode |  Yan, Zheng | 3 | -10/+19 |
| 2018-01-29 | GFS2: Don't try to end a non-existent transaction in unlink |  Bob Peterson | 1 | -3/+2 |
| 2018-01-29 | xfs: remove experimental tag for reflinks |  Christoph Hellwig | 1 | -5/+1 |
| 2018-01-29 | xfs: don't screw up direct writes when freesp is fragmented |  Darrick J. Wong | 1 | -0/+20 |
| 2018-01-29 | xfs: check reflink allocation mappings |  Darrick J. Wong | 1 | -0/+7 |
| 2018-01-29 | iomap: warn on zero-length mappings |  Darrick J. Wong | 1 | -0/+2 |
| 2018-01-29 | xfs: treat CoW fork operations as delalloc for quota accounting |  Darrick J. Wong | 2 | -6/+41 |
| 2018-01-29 | xfs: only grab shared inode locks for source file during reflink |  Darrick J. Wong | 1 | -10/+15 |
| 2018-01-29 | xfs: allow xfs_lock_two_inodes to take different EXCL/SHARED modes |  Darrick J. Wong | 4 | -22/+39 |
| 2018-01-29 | xfs: reflink should break pnfs leases before sharing blocks |  Darrick J. Wong | 1 | -1/+47 |
| 2018-01-29 | xfs: don't clobber inobt/finobt cursors when xref with rmap |  Darrick J. Wong | 1 | -2/+2 |
| 2018-01-29 | xfs: skip CoW writes past EOF when writeback races with truncate |  Darrick J. Wong | 1 | -0/+13 |
| 2018-01-29 | xfs: preserve i_rdev when recycling a reclaimable inode |  Amir Goldstein | 1 | -0/+2 |
| 2018-01-29 | xfs: refactor accounting updates out of xfs_bmap_btalloc |  Darrick J. Wong | 1 | -13/+17 |
| 2018-01-29 | xfs: refactor inode verifier corruption error printing |  Darrick J. Wong | 4 | -10/+50 |
| 2018-01-29 | xfs: make tracepoint inode number format consistent |  Darrick J. Wong | 1 | -6/+6 |
| 2018-01-29 | xfs: always zero di_flags2 when we free the inode |  Darrick J. Wong | 1 | -0/+1 |
| 2018-01-29 | xfs: call xfs_qm_dqattach before performing reflink operations |  Darrick J. Wong | 1 | -0/+5 |
| 2018-01-29 | xfs: bmap code cleanup |  Shan Hai | 1 | -24/+8 |
| 2018-01-29 | Use list_head infra-structure for buffer's log items list |  Carlos Maiolino | 9 | -71/+44 |
| 2018-01-29 | Split buffer's b_fspriv field |  Carlos Maiolino | 18 | -86/+104 |
| 2018-01-29 | Get rid of xfs_buf_log_item_t typedef |  Carlos Maiolino | 3 | -52/+56 |
| 2018-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 3 | -34/+10 |
| 2018-01-29 | btrfs: only dirty the inode in btrfs_update_time if something was changed |  Jeff Layton | 1 | -2/+3 |
| 2018-01-29 | xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing |  Jeff Layton | 1 | -6/+8 |
| 2018-01-29 | fs: only set S_VERSION when updating times if necessary |  Jeff Layton | 1 | -3/+7 |
| 2018-01-29 | xfs: convert to new i_version API |  Jeff Layton | 5 | -7/+15 |
| 2018-01-29 | ufs: use new i_version API |  Jeff Layton | 3 | -6/+9 |
| 2018-01-29 | ocfs2: convert to new i_version API |  Jeff Layton | 4 | -10/+14 |
| 2018-01-29 | nfsd: convert to new i_version API |  Jeff Layton | 1 | -1/+2 |
| 2018-01-29 | nfs: convert to new i_version API |  Jeff Layton | 6 | -23/+26 |
| 2018-01-29 | ext4: convert to new i_version API |  Jeff Layton | 7 | -17/+26 |
| 2018-01-29 | ext2: convert to new i_version API |  Jeff Layton | 2 | -6/+8 |
| 2018-01-29 | exofs: switch to new i_version API |  Jeff Layton | 2 | -5/+7 |
| 2018-01-29 | btrfs: convert to new i_version API |  Jeff Layton | 3 | -5/+12 |
| 2018-01-29 | afs: convert to new i_version API |  Jeff Layton | 2 | -3/+5 |
| 2018-01-29 | affs: convert to new i_version API |  Jeff Layton | 3 | -5/+8 |
| 2018-01-29 | fat: convert to new i_version API |  Jeff Layton | 4 | -19/+22 |
| 2018-01-29 | fs: new API for handling inode->i_version |  Jeff Layton | 7 | -0/+7 |
| 2018-01-28 | NFS: Fix a race between mmap() and O_DIRECT |  Trond Myklebust | 1 | -1/+1 |
| 2018-01-28 | fs/cifs/cifsacl.c Fixes typo in a comment |  Achilles Gaikwad | 1 | -1/+1 |