summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong4-12/+48
2019-04-16xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong3-5/+77
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong5-0/+200
2019-04-16xfs: hoist the already_fixed variable to the scrub contextDarrick J. Wong4-11/+10
2019-04-16xfs: collapse scrub bool state flags into a single unsigned intDarrick J. Wong6-12/+17
2019-04-16xfs: refactor scrub context initializationDarrick J. Wong1-13/+18
2019-04-14xfs: report inode health via bulkstatDarrick J. Wong4-1/+50
2019-04-14xfs: report AG health via AG geometry ioctlDarrick J. Wong4-1/+52
2019-04-14xfs: report fs and rt health via geometry structureDarrick J. Wong4-2/+73
2019-04-14xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong5-0/+93
2019-04-14xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner4-59/+84
2019-04-14xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong4-0/+81
2019-04-14xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong4-9/+9
2019-04-14xfs: track metadata health statusDarrick J. Wong8-0/+485
2019-04-14xfs,fstrim: fix to return correct minlenWang Shilong1-1/+2
2019-04-14xfs: don't account extra agfl blocks as availableBrian Foster1-2/+8
2019-04-14xfs: shutdown after buf release in iflush cluster abort pathBrian Foster1-1/+3
2019-04-14xfs: wake commit waiters on CIL abort before log item abortBrian Foster1-8/+13
2019-04-14xfs: fix use after free in buf log item unlock assertBrian Foster1-1/+3
2019-03-26xfs: serialize unaligned dio writes against all other dio writesBrian Foster1-10/+17
2019-03-25xfs: prohibit fstrim in norecovery modeDarrick J. Wong1-0/+8
2019-03-19xfs: always init bma in xfs_bmapi_writeDarrick J. Wong1-5/+5
2019-03-19xfs: fix btree scrub checking with regards to root-in-inodeDarrick J. Wong1-1/+10
2019-03-19xfs: dabtree scrub needs to range-check levelDarrick J. Wong1-0/+5
2019-03-17xfs: don't trip over uninitialized buffer on extent read of corrupted inodeBrian Foster1-1/+4
2019-03-15Merge tag 'xfs-5.1-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-30/+25
2019-03-12xfs: clean up xfs_dir2_leaf_addnameDarrick J. Wong1-18/+15
2019-03-10xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong1-2/+2
2019-03-08xfs: clean up xfs_dir2_leafn_addDarrick J. Wong1-12/+8
2019-03-08xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor1-0/+2
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2-4/+6
2019-03-01xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez1-0/+8
2019-02-25xfs: fix backwards endian conversion in scrubDarrick J. Wong1-1/+1
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong2-2/+2
2019-02-25xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong1-5/+7
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong3-9/+10
2019-02-24iomap: wire up the iopoll methodChristoph Hellwig1-0/+1
2019-02-21xfs: fix uninitialized error variableColin Ian King1-1/+1
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig10-32/+116
2019-02-21xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig1-3/+4
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig3-33/+45
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig4-111/+94
2019-02-21xfs: also truncate holes covered by COW blocksChristoph Hellwig1-15/+16
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig3-13/+29
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig3-2/+89
2019-02-21xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig3-49/+41
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong8-23/+45
2019-02-17xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig1-2/+16
2019-02-17xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig1-20/+0
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig3-89/+45