summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-157-6/+102
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-1516-28/+201
* xfs: redefine xfs_ictimestamp_tDarrick J. Wong2020-09-154-13/+33
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-156-36/+85
* xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-153-54/+52
* xfs: refactor quota timestamp codingDarrick J. Wong2020-09-153-6/+29
* xfs: refactor default quota grace period setting codeDarrick J. Wong2020-09-154-2/+24
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-156-9/+61
* xfs: explicitly define inode timestamp rangeDarrick J. Wong2020-09-152-2/+24
* xfs: enable new inode btree counters featureDarrick J. Wong2020-09-151-1/+2
* xfs: support inode btree blockcounts in online repairDarrick J. Wong2020-09-152-3/+37
* xfs: support inode btree blockcounts in online scrubDarrick J. Wong2020-09-151-0/+30
* xfs: use the finobt block counts to speed up mount timesDarrick J. Wong2020-09-151-1/+27
* xfs: store inode btree block counts in AGI headerDarrick J. Wong2020-09-156-2/+49
* xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig2020-09-153-18/+14
* xfs: remove xfs_getsbChristoph Hellwig2020-09-153-31/+13
* xfs: simplify xfs_trans_getsbChristoph Hellwig2020-09-154-35/+19
* xfs: remove xlog_recover_iodoneChristoph Hellwig2020-09-155-35/+17
* xfs: clear the read/write flags later in xfs_buf_ioendChristoph Hellwig2020-09-151-6/+5
* xfs: use xfs_buf_item_relse in xfs_buf_item_doneChristoph Hellwig2020-09-151-6/+3
* xfs: simplify the xfs_buf_ioend_disposition calling conventionChristoph Hellwig2020-09-151-27/+9
* xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionChristoph Hellwig2020-09-151-8/+8
* xfs: remove xfs_buf_ioerror_retryChristoph Hellwig2020-09-151-21/+12
* xfs: refactor xfs_buf_ioerror_fail_without_retryChristoph Hellwig2020-09-151-20/+15
* xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig2020-09-153-11/+5
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-1510-279/+215
* xfs: refactor xfs_buf_ioendChristoph Hellwig2020-09-152-31/+24
* xfs: mark xfs_buf_ioend staticChristoph Hellwig2020-09-152-2/+1
* xfs: refactor the buf ioend disposition codeChristoph Hellwig2020-09-151-53/+62
* xfs: xfs_iflock is no longer a completionDave Chinner2020-09-067-108/+55
* xfs: remove kmem_realloc()Carlos Maiolino2020-09-067-32/+8
* Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-09-051-1/+1
|\
| * xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong2020-09-031-1/+1
* | xfs: don't update mtime on COW faultsMikulas Patocka2020-09-051-2/+10
* | Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-09-024-7/+9
|\|
| * xfs: initialize the shortform attr header padding entryDarrick J. Wong2020-08-271-2/+2
| * xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen2020-08-261-1/+3
| * xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2020-08-262-3/+3
| * xfs: finish dfops on every insert range shift iterationBrian Foster2020-08-261-1/+1
* | Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-281-2/+2
|\ \ | |/ |/|
| * writeback: Drop I_DIRTY_TIME_EXPIREJan Kara2020-06-151-2/+2
* | Merge tag 'xfs-5.9-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-1315-19/+21
|\ \
| * | xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata2020-08-071-2/+4
| * | xfs: delete duplicated words + other fixesRandy Dunlap2020-08-0514-17/+17
* | | Merge tag 'xfs-5.9-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-08-0786-2929/+3250
|\| |
| * | fs/xfs: Support that ioctl(SETXFLAGS/GETXFLAGS) can set/get inode DAX on XFS.Xiao Yang2020-07-281-3/+11
| * | xfs: Lift -ENOSPC handler from xfs_attr_leaf_addnameAllison Collins2020-07-281-14/+11
| * | xfs: Simplify xfs_attr_node_addnameAllison Collins2020-07-281-63/+59
| * | xfs: Simplify xfs_attr_leaf_addnameAllison Collins2020-07-281-52/+55
| * | xfs: Add helper function xfs_attr_node_removename_rmtAllison Collins2020-07-281-9/+19