summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: prohibit fstrim in norecovery modeDarrick J. Wong2019-03-251-0/+8
* xfs: always init bma in xfs_bmapi_writeDarrick J. Wong2019-03-191-5/+5
* xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong2019-03-191-1/+10
* xfs: dabtree scrub needs to range-check levelDarrick J. Wong2019-03-191-0/+5
* xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster2019-03-171-1/+4
* Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-03-152-30/+25
|\
| * xfs: clean up xfs_dir2_leaf_addnameDarrick J. Wong2019-03-121-18/+15
| * xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong2019-03-101-2/+2
| * xfs: clean up xfs_dir2_leafn_addDarrick J. Wong2019-03-081-12/+8
| * xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor2019-03-081-0/+2
* | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-082-4/+6
|\ \ | |/ |/|
| * iomap: wire up the iopoll methodChristoph Hellwig2019-02-241-0/+1
| * Merge tag 'v5.0-rc6' into for-5.1/blockJens Axboe2019-02-153-5/+27
| |\
| * | block: enable multipage bvecsMing Lei2019-02-151-2/+2
| * | block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei2019-02-151-2/+3
* | | xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez2019-03-011-0/+8
* | | xfs: fix backwards endian conversion in scrubDarrick J. Wong2019-02-251-1/+1
* | | xfs: fix uninitialized error variablesDarrick J. Wong2019-02-252-2/+2
* | | xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong2019-02-251-5/+7
* | | xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong2019-02-253-9/+10
* | | xfs: fix uninitialized error variableColin Ian King2019-02-211-1/+1
* | | xfs: introduce an always_cow modeChristoph Hellwig2019-02-2110-32/+116
* | | xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig2019-02-211-3/+4