summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-25xfs: convert xbitmap to interval treerepair-bitmap-rework_2021-03-25Darrick J. Wong
2021-03-25xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2021-03-25xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2021-03-25xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2021-03-25Darrick J. Wong
2021-03-25xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2021-03-25xfs: reduce transaction reservations with reflinkreflink-speedups_2021-03-25Darrick J. Wong
2021-03-25xfs: reduce the absurdly large log reservationsDarrick J. Wong
2021-03-25xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong
2021-03-25xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong
2021-03-25xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2021-03-25xfs: check the reference counts of gaps in the refcount btreescrub-fixes_2021-03-25Darrick J. Wong
2021-03-25xfs: check quota files for unwritten extentsDarrick J. Wong
2021-03-25xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2021-03-25xfs: online checking of the free rt extent countDarrick J. Wong
2021-03-25xfs: check btree keys reflect the child blockDarrick J. Wong
2021-03-25xfs: teach xfs_btree_has_record to return false if there are gapsDarrick J. Wong
2021-03-25xfs: fix rmap key comparison functionsDarrick J. Wong
2021-03-25xfs: validate ag btree levels using the precomputed valuesrandom-fixes_2021-03-25Darrick J. Wong
2021-03-25xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong
2021-03-25xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong
2021-03-25xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong
2021-03-25xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong
2021-03-25xfs: fix dquot scrub loop cancellationDarrick J. Wong
2021-03-25xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong
2021-03-25xfs: get rid of the ip parameter to xchk_setup_*Darrick J. Wong
2021-03-25xfs: fix scrub and remount-ro protection when running scrubDarrick J. Wong
2021-03-25xfs: drop freeze protection when running GETFSMAPDarrick J. Wong
2021-03-21Linux 5.12-rc4v5.12-rc4Linus Torvalds
2021-03-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-03-21Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-03-21Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2021-03-21Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-03-21Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-03-21Merge tag 'efi-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-03-21Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...io_uring-5.12-2021-03-21Stefan Metzmacher
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe
2021-03-21signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman
2021-03-21signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe
2021-03-21ext4: initialize ret to suppress smatch warningTheodore Ts'o
2021-03-21ext4: stop inode update before returnPan Bian
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar
2021-03-21ext4: fix timer use-after-free on failed mountJan Kara
2021-03-21ext4: fix potential error in ext4_do_update_inodeShijie Luo
2021-03-21ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)
2021-03-21ext4: do not iput inode under running transaction in ext4_rename()zhangyi (F)
2021-03-21ext4: find old entry again if failed to rename whiteoutzhangyi (F)