summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2020-06-24xfs: repair free space btreesDarrick J. Wong
2020-06-24xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2020-06-24xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2020-06-24Darrick J. Wong
2020-06-24xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2020-06-24xfs: create a big array data structureDarrick J. Wong
2020-06-24xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2020-06-24Darrick J. Wong
2020-06-24xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2020-06-24xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2020-06-24xfs: convert xbitmap to interval treerepair-bitmap-rework_2020-06-24Darrick J. Wong
2020-06-24xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2020-06-24xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2020-06-24xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2020-06-24Darrick J. Wong
2020-06-24xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2020-06-24xfs: rtbitmap scrubber should check inode sizescrub-fixes_2020-06-24Darrick J. Wong
2020-06-24xfs: rtbitmap scrubber should verify written extentsDarrick J. Wong
2020-06-24xfs: increase the default parallelism levels of pwork clientspwork-parallelism_2020-06-24Darrick J. Wong
2020-06-24xfs: periodically relog deferred intent itemsdefer-ops-stalls_2020-06-24Darrick J. Wong
2020-06-24xfs: minimise the length of defer ops chainsDarrick J. Wong
2020-06-24xfs: fix an incore inode UAF in xfs_bui_recoverfix-log-recovery_2020-06-24Darrick J. Wong
2020-06-24xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock orderingDarrick J. Wong
2020-06-24xfs: clean up bmap intent item recovery checkingDarrick J. Wong
2020-06-24xfs: xfs_defer_capture should absorb remaining block reservationDarrick J. Wong
2020-06-24xfs: proper replay of deferred ops queued during log recoveryDarrick J. Wong
2020-06-24xfs: move helpers that lock and unlock two inodes against userspace IOreflink-cleanups_2020-06-24Darrick J. Wong
2020-06-24xfs: refactor locking and unlocking two inodes against userspace IODarrick J. Wong
2020-06-24xfs: fix xfs_reflink_remap_prep calling conventionsDarrick J. Wong
2020-06-24xfs: reflink can skip remap existing mappingsDarrick J. Wong
2020-06-24xfs: only reserve quota blocks if we're mapping into a holeDarrick J. Wong
2020-06-24xfs: only reserve quota blocks for bmbt changes if we're changing the data forkDarrick J. Wong
2020-06-24xfs: redesign the reflink remap loop to fix blkres depletion crashDarrick J. Wong
2020-06-24xfs: rename xfs_bmap_is_real_extent to is_written_extentDarrick J. Wong
2020-06-24xfs: fix reflink quota reservation accounting errorDarrick J. Wong
2020-06-24xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkxfs-5.8-fixes_2020-06-24Darrick J. Wong
2020-06-13Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-11Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-08xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()xfs-5.8-merge-9Chuhong Yuan
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-03fs: move the fiemap definitions out of fs.hChristoph Hellwig
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-02Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-06-02Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)
2020-05-29fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()vfs-5.8-merge-3Ira Weiny
2020-05-29fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny
2020-05-29fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny
2020-05-29fs/xfs: Make DAX mount option a tri-stateIra Weiny