summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
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
2019-04-14xfs: wake commit waiters on CIL abort before log item abortBrian Foster
2019-04-14xfs: fix use after free in buf log item unlock assertBrian Foster
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig
2019-03-26xfs: serialize unaligned dio writes against all other dio writesBrian Foster
2019-03-25xfs: prohibit fstrim in norecovery modeDarrick J. Wong
2019-03-19xfs: always init bma in xfs_bmapi_writeDarrick J. Wong
2019-03-19xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong
2019-03-19xfs: dabtree scrub needs to range-check levelDarrick J. Wong
2019-03-17xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster
2019-03-15Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds