summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-04-15xfs: implement per-inode writeback completion queuesDarrick J. Wong
2019-04-15xfs: report inode health via bulkstathealth-tracking_2019-04-15Darrick J. Wong
2019-04-15xfs: report AG health via AG geometry ioctlDarrick J. Wong
2019-04-15xfs: report fs and rt health via geometry structureDarrick J. Wong
2019-04-15xfs: add a new ioctl to describe allocation group geometryDarrick J. Wong
2019-04-15xfs: bump XFS_IOC_FSGEOMETRY to v5 structuresDave Chinner
2019-04-15xfs: clear BAD_SUMMARY if unmounting an unhealthy filesystemDarrick J. Wong
2019-04-15xfs: replace the BAD_SUMMARY mount flag with the equivalent health codeDarrick J. Wong
2019-04-15xfs: track metadata health statusDarrick J. Wong
2019-04-15xfs: don't account extra agfl blocks as availablexfs-5.2-merge_2019-04-15Brian Foster
2019-04-15xfs: shutdown after buf release in iflush cluster abort pathBrian Foster
2019-04-15xfs: wake commit waiters on CIL abort before log item abortBrian Foster
2019-04-15xfs: fix use after free in buf log item unlock assertBrian Foster
2019-03-26xfs: serialize unaligned dio writes against all other dio writesxfs-5.1-fixes-1Brian 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
2019-03-12xfs: clean up xfs_dir2_leaf_addnamexfs-5.1-merge-5Darrick J. Wong
2019-03-10xfs: zero initialize highstale and lowstale in xfs_dir2_leaf_addnameDarrick J. Wong
2019-03-08xfs: clean up xfs_dir2_leafn_addDarrick J. Wong
2019-03-08xfs: Zero initialize highstale and lowstale in xfs_dir2_leafn_addNathan Chancellor
2019-03-08Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-03-01xfs: fix reporting supported extra file attributes for statx()xfs-5.1-merge-4Luis R. Rodriguez
2019-02-25xfs: fix backwards endian conversion in scrubxfs-5.1-merge-3Darrick J. Wong
2019-02-25xfs: fix uninitialized error variablesDarrick J. Wong
2019-02-25xfs: rework breaking of shared extents in xfs_file_iomap_beginDarrick J. Wong
2019-02-25xfs: don't pass iomap flags to xfs_reflink_allocate_cowDarrick J. Wong
2019-02-24iomap: wire up the iopoll methodfor-5.1/block-20190224Christoph Hellwig
2019-02-21xfs: fix uninitialized error variablexfs-5.1-merge-2Colin Ian King
2019-02-21xfs: introduce an always_cow modeChristoph Hellwig
2019-02-21xfs: report IOMAP_F_SHARED from xfs_file_iomap_begin_delayChristoph Hellwig
2019-02-21xfs: make COW fork unwritten extent conversions more robustChristoph Hellwig
2019-02-21xfs: merge COW handling into xfs_file_iomap_begin_delayChristoph Hellwig
2019-02-21xfs: also truncate holes covered by COW blocksChristoph Hellwig
2019-02-21xfs: don't use delalloc extents for COW on files with extsize hintsChristoph Hellwig
2019-02-21xfs: fix SEEK_DATA for speculative COW fork preallocationChristoph Hellwig
2019-02-21xfs: make xfs_bmbt_to_iomap more usefulChristoph Hellwig
2019-02-18xfs: fix xfs_buf magic number endian checksDarrick J. Wong
2019-02-17xfs: retry COW fork delalloc conversion when no extent was foundChristoph Hellwig
2019-02-17xfs: remove the truncate short cut in xfs_map_blocksChristoph Hellwig
2019-02-17xfs: move xfs_iomap_write_allocate to xfs_aops.cChristoph Hellwig
2019-02-17xfs: move stat accounting to xfs_bmapi_convert_delallocChristoph Hellwig
2019-02-17xfs: move transaction handling to xfs_bmapi_convert_delallocChristoph Hellwig
2019-02-17xfs: split XFS_BMAPI_DELALLOC handling from xfs_bmapi_writeChristoph Hellwig
2019-02-17xfs: factor out two helpers from xfs_bmapi_writeChristoph Hellwig
2019-02-17xfs: simplify the xfs_bmap_btree_to_extents calling conventionsChristoph Hellwig
2019-02-17xfs: remove the s_maxbytes checks in xfs_map_blocksChristoph Hellwig