summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-09-16xfs: store inode btree block counts in AGI headerDarrick J. Wong6-2/+49
2020-09-16xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig3-18/+14
2020-09-16xfs: remove xfs_getsbChristoph Hellwig3-31/+13
2020-09-16xfs: simplify xfs_trans_getsbChristoph Hellwig4-35/+19
2020-09-16xfs: remove xlog_recover_iodoneChristoph Hellwig5-35/+17
2020-09-16xfs: clear the read/write flags later in xfs_buf_ioendChristoph Hellwig1-6/+5
2020-09-16xfs: use xfs_buf_item_relse in xfs_buf_item_doneChristoph Hellwig1-6/+3
2020-09-16xfs: simplify the xfs_buf_ioend_disposition calling conventionChristoph Hellwig1-27/+9
2020-09-16xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionChristoph Hellwig1-8/+8
2020-09-16xfs: remove xfs_buf_ioerror_retryChristoph Hellwig1-21/+12
2020-09-16xfs: refactor xfs_buf_ioerror_fail_without_retryChristoph Hellwig1-20/+15
2020-09-16xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig3-11/+5
2020-09-16xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig10-279/+215
2020-09-16xfs: refactor xfs_buf_ioendChristoph Hellwig2-31/+24
2020-09-16xfs: mark xfs_buf_ioend staticChristoph Hellwig2-2/+1
2020-09-16xfs: refactor the buf ioend disposition codeChristoph Hellwig1-53/+62
2020-09-07xfs: xfs_iflock is no longer a completionDave Chinner7-108/+55
2020-09-07xfs: remove kmem_realloc()Carlos Maiolino7-32/+8
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka1-2/+10
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-7/+9
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2020-08-27xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-08-27xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-08-27xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2-3/+3
2020-08-27xfs: finish dfops on every insert range shift iterationBrian Foster1-1/+1
2020-08-13Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds15-19/+21
2020-08-07xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata1-2/+4
2020-08-07Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds86-2929/+3250
2020-08-07Merge tag 'iomap-5.9-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-4/+4
2020-08-05iomap: fall back to buffered writes for invalidation failuresChristoph Hellwig1-2/+2
2020-08-05xfs: use ENOTBLK for direct I/O to buffered I/O fallbackChristoph Hellwig1-2/+2
2020-08-05xfs: delete duplicated words + other fixesRandy Dunlap14-17/+17
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-08-03Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-07-29fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS.Xiao Yang1-3/+11
2020-07-29xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins1-14/+11
2020-07-29xfs: Simplify xfs_attr_node_addnameAllison Collins1-63/+59
2020-07-29xfs: Simplify xfs_attr_leaf_addnameAllison Collins1-52/+55
2020-07-29xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins1-9/+19
2020-07-29xfs: Add helper function xfs_attr_node_removename_setupAllison Collins1-13/+33
2020-07-29xfs: Add remote block helper functionsAllison Collins1-20/+30
2020-07-29xfs: Add helper function xfs_attr_leaf_mark_incompleteAllison Collins1-14/+27
2020-07-29xfs: Add helpers xfs_attr_is_shortform and xfs_attr_set_shortformAllison Collins1-35/+72
2020-07-29xfs: Remove xfs_trans_roll in xfs_attr_node_removenameAllison Collins1-4/+0
2020-07-29xfs: Remove unneeded xfs_trans_roll_inode callsAllison Collins1-54/+7
2020-07-29xfs: Add helper function xfs_attr_node_shrinkAllison Collins1-26/+42
2020-07-29xfs: Pull up xfs_attr_rmtval_invalidateAllison Collins2-3/+12