summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-08-27xfs: initialize the shortform attr header padding entryDarrick J. Wong
2020-08-26xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen
2020-08-26xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster
2020-08-26xfs: finish dfops on every insert range shift iterationBrian Foster
2020-08-13Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-07xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-06Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig
2020-08-05xfs: use ENOTBLK for direct I/O to buffered I/O fallbackChristoph Hellwig
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-28fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS.Xiao Yang
2020-07-28xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins
2020-07-28xfs: Simplify xfs_attr_node_addnameAllison Collins
2020-07-28xfs: Simplify xfs_attr_leaf_addnameAllison Collins
2020-07-28xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins
2020-07-28xfs: Add helper function xfs_attr_node_removename_setupAllison Collins
2020-07-28xfs: Add remote block helper functionsAllison Collins
2020-07-28xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins
2020-07-28xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins
2020-07-28xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins
2020-07-28xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins
2020-07-28xfs: Add helper function xfs_attr_node_shrinkAllison Collins
2020-07-28xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins
2020-07-28xfs: Refactor xfs_attr_rmtval_removeAllison Collins
2020-07-28xfs: Pull up trans roll in xfs_attr3_leaf_clearflagAllison Collins
2020-07-28xfs: Factor out xfs_attr_rmtval_invalidateAllison Collins
2020-07-28xfs: Pull up trans roll from xfs_attr3_leaf_setflagAllison Collins
2020-07-28xfs: Refactor xfs_attr_try_sf_addnameAllison Collins
2020-07-28xfs: Split apart xfs_attr_leaf_addnameAllison Collins
2020-07-28xfs: Pull up trans handling in xfs_attr3_leaf_flipflagsAllison Collins
2020-07-28xfs: Factor out new helper functions xfs_attr_rmtval_setAllison Collins
2020-07-28xfs: Check for -ENOATTR or -EEXISTAllison Collins
2020-07-28xfs: Add xfs_has_attr and subroutinesAllison Collins
2020-07-28xfs: Refactor xfs_da_state_alloc() helperCarlos Maiolino
2020-07-28xfs: remove xfs_zone_{alloc,zalloc} helpersCarlos Maiolino
2020-07-28xfs: Modify xlog_ticket_alloc() to use kernel's MM APICarlos Maiolino
2020-07-28xfs: Remove kmem_zone_zalloc() usageCarlos Maiolino
2020-07-28xfs: Remove kmem_zone_alloc() usageCarlos Maiolino
2020-07-28xfs: xfs_btree_staging.h: delete duplicated wordsRandy Dunlap
2020-07-28xfs: rename the ondisk dquot d_flags to d_typeDarrick J. Wong
2020-07-28xfs: improve ondisk dquot flags checkingDarrick J. Wong