aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+1
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-5/+4
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds101-4814/+4241
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-1/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)1-8/+5
2020-05-27xfs: more lockdep whackamole with kmem_alloc*Darrick J. Wong2-2/+6
2020-05-27xfs: force writes to delalloc regions to unwrittenDarrick J. Wong1-12/+17
2020-05-27xfs: refactor xfs_iomap_prealloc_sizeDarrick J. Wong1-48/+35
2020-05-27xfs: measure all contiguous previous extents for prealloc sizeDarrick J. Wong1-13/+27
2020-05-27xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong1-1/+1
2020-05-27xfs: rearrange xfs_inode_walk_ag parametersDarrick J. Wong1-5/+4
2020-05-27xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong3-13/+13
2020-05-27xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong1-40/+48
2020-05-27xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong1-3/+3
2020-05-27xfs: fix inode ag walk predicate function return valuesDarrick J. Wong1-17/+22
2020-05-27xfs: refactor eofb matching into a single helperDarrick J. Wong1-28/+34
2020-05-27xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong1-12/+2
2020-05-27xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong3-35/+27
2020-05-27xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong3-36/+16
2020-05-27xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong2-14/+0
2020-05-27xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong1-3/+3
2020-05-27xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong2-35/+35
2020-05-27xfs: allow individual quota grace period extensionEric Sandeen1-20/+28
2020-05-27xfs: per-type quota timers and warn limitsEric Sandeen6-54/+55
2020-05-27xfs: switch xfs_get_defquota to take explicit typeEric Sandeen5-15/+26
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen5-5/+6
2020-05-27xfs: fix up some whitespace in quota codeEric Sandeen2-26/+26
2020-05-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen3-18/+8
2020-05-27xfs: group quota should return EDQUOT when prj quota enabledEric Sandeen1-1/+2
2020-05-27xfs: remove the m_active_trans counterDave Chinner3-29/+16
2020-05-27xfs: separate read-only variables in struct xfs_mountDave Chinner1-66/+82
2020-05-27xfs: reduce free inode accounting overheadDave Chinner3-39/+13
2020-05-27xfs: gut error handling in xfs_trans_unreserve_and_mod_sb()Dave Chinner1-143/+20
2020-05-22block: remove the error_sector argument to blkdev_issue_flushChristoph Hellwig1-1/+1
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig6-37/+28
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig27-215/+182
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig24-162/+132
2020-05-19xfs: remove xfs_ifree_local_dataChristoph Hellwig1-20/+10
2020-05-19xfs: remove the XFS_DFORK_Q macroChristoph Hellwig2-6/+5
2020-05-19xfs: clean up xchk_bmap_check_rmaps usage of XFS_IFORK_QDarrick J. Wong1-21/+13
2020-05-19xfs: remove the NULL fork handling in xfs_bmapi_readChristoph Hellwig1-17/+5
2020-05-19xfs: remove the special COW fork handling in xfs_bmapi_readChristoph Hellwig1-12/+1
2020-05-19xfs: improve local fork verificationChristoph Hellwig5-33/+16
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig3-36/+40
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig3-29/+9
2020-05-19xfs: remove xfs_ireadChristoph Hellwig3-76/+32