summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.10-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-10-1459-746/+1183
|\
| * xfs: ensure that fpunch, fcollapse, and finsert operations are aligned to rt ...Darrick J. Wong2020-09-151-0/+16
| * xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong2020-09-151-0/+11
| * xfs: Remove unneeded semicolonZheng Bin2020-09-151-1/+1
| * xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong2020-09-151-1/+16
| * xfs: Convert xfs_attr_sf macros to inline functionsCarlos Maiolino2020-09-154-25/+41
| * 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-154-17/+17
| * xfs: remove typedef xfs_attr_sf_entry_tCarlos Maiolino2020-09-152-7/+8
| * xfs: Remove kmem_zalloc_large()Carlos Maiolino2020-09-155-11/+5
| * xfs: enable big timestampsDarrick J. Wong2020-09-151-1/+2
| * xfs: trace timestamp limitsDarrick J. Wong2020-09-153-0/+29
| * 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
* | fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle)2020-09-211-1/+1
|/
* 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