summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: report fs and rt health via geometry structureDarrick J. Wong2019-04-154-2/+73
* xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong2019-04-155-0/+93
* xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner2019-04-154-59/+84
* xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong2019-04-154-0/+81
* xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong2019-04-154-9/+9
* xfs: track metadata health statusDarrick J. Wong2019-04-158-0/+485
* xfs,fstrim: fix to return correct minlenWang Shilong2019-04-151-1/+2
* xfs: don't account extra agfl blocks as availableBrian Foster2019-04-151-2/+8
* xfs: shutdown after buf release in iflush cluster abort pathBrian Foster2019-04-151-1/+3
* xfs: wake commit waiters on CIL abort before log item abortBrian Foster2019-04-151-8/+13
* xfs: fix use after free in buf log item unlock assertBrian Foster2019-04-151-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/+25Star
|\
| * xfs: clean up xfs_dir2_leaf_addnameDarrick J. Wong2019-03-121-18/+15Star
| * 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/+8Star
| * 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
* | | xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig2019-02-213-33/+45
* | | xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig2019-02-214-111/+94Star
* | | xfs: also truncate holes covered by COW blocksChristoph Hellwig2019-02-211-15/+16
* | | xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig2019-02-213-13/+29
* | | xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig2019-02-213-2/+89
* | | xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig2019-02-213-49/+41Star
* | | xfs: fix xfs_buf magic number endian checksDarrick J. Wong2019-02-188-23/+45
* | | xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig2019-02-171-2/+16
* | | xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig2019-02-171-20/+0Star
* | | xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig2019-02-173-89/+45Star
* | | xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-172-4/+3Star
* | | xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig2019-02-173-35/+40
* | | xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig2019-02-172-52/+58
* | | xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig2019-02-171-34/+44
* | | xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig2019-02-171-52/+26Star