summaryrefslogtreecommitdiffstats
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix forkoff miscalculation related to XFS_LITINO(mp)Gao Xiang2020-11-181-1/+7
* xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-101-8/+8
* xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-101-1/+1
* xfs: set xefi_discard when creating a deferred agfl free log intent itemDarrick J. Wong2020-10-292-1/+2
* xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong2020-10-161-7/+4
* xfs: only relog deferred intent items if free space in the log gets lowDarrick J. Wong2020-10-071-0/+16
* xfs: periodically relog deferred intent itemsDarrick J. Wong2020-10-071-0/+42
* xfs: change the order in which child and parent defer ops are finishedDarrick J. Wong2020-10-071-1/+10
* xfs: fix an incore inode UAF in xfs_bui_recoverDarrick J. Wong2020-10-072-7/+47
* xfs: xfs_defer_capture should absorb remaining transaction reservationDarrick J. Wong2020-10-072-0/+6
* xfs: xfs_defer_capture should absorb remaining block reservationsDarrick J. Wong2020-10-072-0/+8
* xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong2020-10-072-8/+100
* xfs: remove xfs_defer_resetDarrick J. Wong2020-10-071-19/+5
* xfs: avoid shared rmap operations for attr fork extentsDarrick J. Wong2020-09-251-9/+18
* xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}Kaixu Xia2020-09-251-4/+4
* xfs: remove the redundant crc feature check in xfs_attr3_rmt_verifyKaixu Xia2020-09-251-2/+0
* xfs: fix some commentsKaixu Xia2020-09-251-5/+5
* xfs: use the existing type definition for di_projidKaixu Xia2020-09-251-1/+1
* xfs: log new intent items created as part of finishing recovered intent itemsDarrick J. Wong2020-09-232-2/+30
* xfs: don't free rt blocks when we're doing a REMAP bunmapi callDarrick J. Wong2020-09-231-7/+12
* xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino2020-09-153-23/+39
* xfs: Use variable-size array for nameval in xfs_attr_sf_entryCarlos Maiolino2020-09-153-7/+6
* xfs: Remove typedef xfs_attr_shortform_tCarlos Maiolino2020-09-152-10/+10
* xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino2020-09-152-7/+8
* xfs: enable big timestampsDarrick J. Wong2020-09-151-1/+2
* xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong2020-09-153-4/+70
* xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong2020-09-158-10/+134
* xfs: redefine xfs_ictimestamp_tDarrick J. Wong2020-09-151-2/+5
* xfs: redefine xfs_timestamp_tDarrick J. Wong2020-09-153-19/+47
* xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong2020-09-152-54/+0
* xfs: refactor quota timestamp codingDarrick J. Wong2020-09-152-0/+23
* xfs: refactor default quota grace period setting codeDarrick J. Wong2020-09-151-0/+13
* xfs: refactor quota expiration timer modificationDarrick J. Wong2020-09-151-0/+24
* xfs: explicitly define inode timestamp rangeDarrick J. Wong2020-09-151-0/+22
* xfs: enable new inode btree counters featureDarrick J. Wong2020-09-151-1/+2
* xfs: support inode btree blockcounts in online repairDarrick J. Wong2020-09-151-3/+13
* 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-154-1/+44
* xfs: simplify xfs_trans_getsbChristoph Hellwig2020-09-151-2/+2
* xfs: remove xlog_recover_iodoneChristoph Hellwig2020-09-151-1/+0
* xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig2020-09-151-3/+3
* xfs: remove kmem_realloc()Carlos Maiolino2020-09-062-5/+5
* 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
* | Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-09-023-6/+8
|\|
| * 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
* | 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