summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig2019-06-171-3/+8
* Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-06-062-3/+11
|\
| * xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong2019-06-031-1/+2
| * xfs: fix broken log reservation debuggingDarrick J. Wong2019-05-241-2/+9
* | Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-05-233-0/+27
|\|
| * xfs: don't reserve per-AG space for an internal logDarrick J. Wong2019-05-203-0/+27
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* treewide: prefix header search paths with $(srctree)/Masahiro Yamada2019-05-181-2/+2
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-073-12/+2
|\
| * block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-301-2/+1
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-062-10/+1
* | xfs: change some error-less functions to void typesEric Sandeen2019-05-0111-58/+26
* | xfs: add online scrub for superblock countersDarrick J. Wong2019-04-3011-3/+461
* | xfs: don't parse the mtpt mount optionChristoph Hellwig2019-04-301-5/+1
* | xfs: always rejoin held resources during defer rollDarrick J. Wong2019-04-304-37/+31
* | xfs: add missing error check in xfs_prepare_shift()Brian Foster2019-04-261-0/+2
* | xfs: scrub should check incore counters against ondisk headersDarrick J. Wong2019-04-261-0/+20
* | xfs: allow scrubbers to pause background reclaimDarrick J. Wong2019-04-264-0/+23
* | xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong2019-04-264-9/+9
* | xfs: track delayed allocation reservations across the filesystemDarrick J. Wong2019-04-264-3/+51
* | xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong2019-04-261-17/+8
* | xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong2019-04-231-1/+1
* | xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong2019-04-232-16/+16
* | xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong2019-04-232-2/+3
* | xfs: widen quota block counters to 64-bit integersDarrick J. Wong2019-04-233-35/+34
* | xfs: abort unaligned nowait directio earlyDarrick J. Wong2019-04-231-3/+3
* | xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster2019-04-231-0/+3
* | xfs: make tr_growdata a permanent transactionBrian Foster2019-04-221-1/+5
* | xfs: merge adjacent io completions of the same typeDarrick J. Wong2019-04-161-0/+86
* | xfs: remove unused m_data_workqueueDarrick J. Wong2019-04-162-10/+1
* | xfs: implement per-inode writeback completion queuesDarrick J. Wong2019-04-164-12/+48
* | xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong2019-04-163-5/+77
* | xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong2019-04-165-0/+200
* | xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong2019-04-164-11/+10
* | xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong2019-04-166-12/+17
* | xfs: refactor scrub context initializationDarrick J. Wong2019-04-161-13/+18
* | xfs: report inode health via bulkstatDarrick J. Wong2019-04-144-1/+50
* | xfs: report AG health via AG geometry ioctlDarrick J. Wong2019-04-144-1/+52
* | xfs: report fs and rt health via geometry structureDarrick J. Wong2019-04-144-2/+73
* | xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong2019-04-145-0/+93
* | xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-144-59/+84
* | xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong2019-04-144-0/+81
* | xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-144-9/+9
* | xfs: track metadata health statusDarrick J. Wong2019-04-148-0/+485
* | xfs,fstrim: fix to return correct minlenWang Shilong2019-04-141-1/+2
* | xfs: don't account extra agfl blocks as availableBrian Foster2019-04-141-2/+8
* | xfs: shutdown after buf release in iflush cluster abort pathBrian Foster2019-04-141-1/+3
* | xfs: wake commit waiters on CIL abort before log item abortBrian Foster2019-04-141-8/+13
* | xfs: fix use after free in buf log item unlock assertBrian Foster2019-04-141-1/+3
|/
* xfs: serialize unaligned dio writes against all other dio writesBrian Foster2019-03-261-10/+17