summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-06-24xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-06-24xfs: reflink can skip remap existing mappingsDarrick J. Wong
2020-06-24xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong
2020-06-24xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong
2020-06-24xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-06-24xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-06-24xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-06-24xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkxfs-5.8-fixes_2020-06-24Darrick J. Wong
2020-06-13Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-11Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-08xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()xfs-5.8-merge-9Chuhong Yuan
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-29fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()vfs-5.8-merge-3Ira Weiny
2020-05-29fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny
2020-05-29fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny
2020-05-29fs/xfs: Make DAX mount option a tri-stateIra Weiny
2020-05-29fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny
2020-05-29fs/xfs: Remove unnecessary initialization of i_rwsemIra Weiny
2020-05-27xfs: more lockdep whackamole with kmem_alloc*xfs-5.8-merge-8Darrick J. Wong
2020-05-27xfs: force writes to delalloc regions to unwrittenDarrick J. Wong
2020-05-27xfs: refactor xfs_iomap_prealloc_sizeDarrick J. Wong
2020-05-27xfs: measure all contiguous previous extents for prealloc sizeDarrick J. Wong
2020-05-27xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong
2020-05-27xfs: rearrange xfs_inode_walk_ag parametersDarrick J. Wong
2020-05-27xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong
2020-05-27xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong
2020-05-27xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong
2020-05-27xfs: fix inode ag walk predicate function return valuesDarrick J. Wong
2020-05-27xfs: refactor eofb matching into a single helperDarrick J. Wong
2020-05-27xfs: remove __xfs_icache_free_eofblocksDarrick J. Wong
2020-05-27xfs: remove flags argument from xfs_inode_ag_walkDarrick J. Wong
2020-05-27xfs: remove xfs_inode_ag_iterator_flagsDarrick J. Wong
2020-05-27xfs: remove unused xfs_inode_ag_iterator functionDarrick J. Wong
2020-05-27xfs: replace open-coded XFS_ICI_NO_TAGDarrick J. Wong
2020-05-27xfs: move eofblocks conversion function to xfs_ioctl.cDarrick J. Wong
2020-05-27xfs: allow individual quota grace period extensionEric Sandeen
2020-05-27xfs: per-type quota timers and warn limitsEric Sandeen
2020-05-27xfs: switch xfs_get_defquota to take explicit typeEric Sandeen
2020-05-27xfs: pass xfs_dquot to xfs_qm_adjust_dqtimersEric Sandeen
2020-05-27xfs: fix up some whitespace in quota codeEric Sandeen
2020-05-27xfs: always return -ENOSPC on project quota reservation failureEric Sandeen