summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-10-05xfs: Fix stale data exposure when readahead races with hole punchJan Kara
2019-10-01xfs: don't crash on null attr fork xfs_bmapi_readDarrick J. Wong
2019-08-29xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOTDarrick J. Wong
2019-07-14block: fix .bi_size overflowMing Lei
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig
2019-06-06Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-06-03xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong
2019-05-24xfs: fix broken log reservation debuggingDarrick J. Wong
2019-05-23Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20xfs: don't reserve per-AG space for an internal logDarrick J. Wong
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-01xfs: change some error-less functions to void typesEric Sandeen
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong
2019-04-30xfs: don't parse the mtpt mount optionChristoph Hellwig
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong
2019-04-26xfs: add missing error check in xfs_prepare_shift()Brian Foster
2019-04-26xfs: scrub should check incore counters against ondisk headersDarrick J. Wong
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong
2019-04-23xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong
2019-04-23xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong
2019-04-23xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong
2019-04-23xfs: widen quota block counters to 64-bit integersDarrick J. Wong
2019-04-23xfs: abort unaligned nowait directio earlyDarrick J. Wong
2019-04-23xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster
2019-04-22xfs: make tr_growdata a permanent transactionBrian Foster
2019-04-16xfs: merge adjacent io completions of the same typeDarrick J. Wong
2019-04-16xfs: remove unused m_data_workqueueDarrick J. Wong
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong
2019-04-16xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong
2019-04-16xfs: refactor scrub context initializationDarrick J. Wong
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong
2019-04-14xfs: report AG health via AG geometry ioctlDarrick J. Wong
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong
2019-04-14xfs: track metadata health statusDarrick J. Wong
2019-04-14xfs,fstrim: fix to return correct minlenWang Shilong
2019-04-14xfs: don't account extra agfl blocks as availableBrian Foster
2019-04-14xfs: shutdown after buf release in iflush cluster abort pathBrian Foster