summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-10-28xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2019-10-28xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2019-10-28xfs: convert xbitmap to interval treerepair-bitmap-rework_2019-10-28Darrick J. Wong
2019-10-28xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2019-10-28xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2019-10-28xfs: replace open-coded bitmap weight logicDarrick J. Wong
2019-10-28xfs: rename xfs_bitmap to xbitmapDarrick J. Wong
2019-10-28xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2019-10-28Darrick J. Wong
2019-10-28xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2019-10-28xfs: xrep_reap_extents should not destroy the bitmapDarrick J. Wong
2019-10-28xfs: support staging cursors for per-AG btree typesbtree-bulk-loading_2019-10-28Darrick J. Wong
2019-10-28xfs: support bulk loading of staged btreesDarrick J. Wong
2019-10-28xfs: introduce fake roots for inode-rooted btreesDarrick J. Wong
2019-10-28xfs: introduce fake roots for ag-rooted btreesDarrick J. Wong
2019-10-28xfs: increase the default parallelism levels of pwork clientspwork-parallelism_2019-10-28Darrick J. Wong
2019-10-28xfs: extend the range of flush_unmap rangesstale-exposure_2019-10-28Darrick J. Wong
2019-10-28xfs: force writes to delalloc regions to unwrittenDarrick J. Wong
2019-10-28xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocksbmap-refactor_2019-10-28Darrick J. Wong
2019-10-28xfs: refactor xfs_bmap_count_blocks using newer btree helpersDarrick J. Wong
2019-10-28xfs: replace -EIO with -EFSCORRUPTED for corrupt metadatatighten-verifiers_2019-10-28Darrick J. Wong
2019-10-28xfs: namecheck directory entry names before listing themDarrick J. Wong
2019-10-28xfs: namecheck attribute names before listing themDarrick J. Wong
2019-10-28xfs: check attribute leaf block structureDarrick J. Wong
2019-10-15xfs: change the seconds fields in xfs_bulkstat to signedxfs-5.4-fixes-4Darrick J. Wong
2019-10-09xfs: move local to extent inode logging into bmap helperxfs-5.4-fixes-3Brian Foster
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell
2019-10-06xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti
2019-10-06xfs: remove unused flags arg from xfs_get_aghdr_buf()Eric Sandeen
2019-10-06xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz
2019-09-26Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-09-26xfs: remove unlikely() from WARN_ON() conditionDenis Efremov
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-24xfs: avoid unused to_mp() function warningxfs-5.4-merge-8Austin Kim
2019-09-24xfs: log proper length of superblockEric Sandeen
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong
2019-09-23xfs: removed unneeded variableAliasgar Surti
2019-09-23xfs: convert inode to extent format after extent merge due to shiftBrian Foster
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureiomap-5.4-merge-6Christoph Hellwig
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds
2019-09-18Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-09-05xfs: push the grant head when the log head moves forwardxfs-5.4-merge-7Dave Chinner
2019-09-05xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner
2019-09-05xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner
2019-09-05xfs: factor debug code out of xlog_state_do_callback()Dave Chinner