summaryrefslogtreecommitdiff
path: root/fs
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-20Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-20afs: Fix hang on rmmod due to outstanding timerDavid Howells
2020-06-20afs: Fix afs_do_lookup() to call correct fetch-status op variantDavid Howells
2020-06-19Merge tag 'io_uring-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-19Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-06-18Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds
2020-06-18block: make function 'kill_bdev' staticblock-5.8-2020-06-19Zheng Bin
2020-06-18io_uring: fix possible race condition against REQ_F_NEED_CLEANUPio_uring-5.8-2020-06-19Xiaoguang Wang
2020-06-17io_uring: reap poll completions while waiting for refs to drop on exitJens Axboe
2020-06-17io_uring: acquire 'mm' for task_work for SQPOLLJens Axboe
2020-06-17io_uring: add memory barrier to synchronize io_kiocb's result and iopoll_comp...Xiaoguang Wang
2020-06-17io_uring: don't fail links for EAGAIN error in IOPOLL modeXiaoguang Wang
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig
2020-06-16proc/bootconfig: Fix to use correct quotes for valueMasami Hiramatsu
2020-06-16Merge tag 'afs-fixes-20200616' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-16Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2020-06-16afs: Fix silly renameDavid Howells