aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-25xfs: add error injection for per-AG resv failureGao Xiang3-2/+11
2021-03-25xfs: support shrinking unused space in the last AGGao Xiang2-35/+59
2021-03-25xfs: introduce xfs_ag_shrink_space()Gao Xiang2-0/+117
2021-03-25xfs: hoist out xfs_resizefs_init_new_ags()Gao Xiang1-43/+64
2021-03-25xfs: update lazy sb counters immediately for resizefsGao Xiang1-0/+9
2021-03-25xfs: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-25xfs: Rudimentary spelling fixBhaskar Chowdhury1-1/+1
2021-03-25xfs: Rudimentary typo fixesBhaskar Chowdhury1-2/+2
2021-03-25xfs: __percpu_counter_compare() inode count debug too expensiveDave Chinner1-9/+2
2021-03-25xfs: reduce debug overhead of dir leaf/node checksDave Chinner3-5/+10
2021-03-25xfs: No need for inode number error injection in __xfs_dir3_data_checkDave Chinner1-1/+1
2021-03-25xfs: type verification is expensiveDave Chinner1-9/+9
2021-03-25xfs: optimise xfs_buf_item_size/format for contiguous regionsDave Chinner1-15/+87
2021-03-25xfs: xfs_buf_item_size_segment() needs to pass segment offsetDave Chinner1-19/+19
2021-03-25xfs: reduce buffer log item shadow allocationsDave Chinner1-2/+11
2021-03-25xfs: initialise attr fork on inode createDave Chinner8-18/+81
2021-03-25xfs: ensure xfs_errortag_random_default matches XFS_ERRTAG_MAXGao Xiang1-0/+2
2021-03-25xfs: Skip repetitive warnings about mount optionsPavel Reichl1-4/+20
2021-03-25xfs: rename variable mp to parsing_mpPavel Reichl1-51/+51
2021-03-25xfs: rename the blockgc workqueueDarrick J. Wong4-7/+7
2021-03-25xfs: prevent metadata files from being inactivatedDarrick J. Wong4-1/+15
2021-03-25xfs: validate ag btree levels using the precomputed valuesDarrick J. Wong3-7/+7
2021-03-25xfs: remove return value from xchk_ag_btcur_initDarrick J. Wong3-17/+7
2021-03-25xfs: set the scrub AG number in xchk_ag_read_headersDarrick J. Wong3-23/+14
2021-03-25xfs: mark a data structure sick if there are cross-referencing errorsDarrick J. Wong1-1/+2
2021-03-25xfs: bail out of scrub immediately if scan incompleteDarrick J. Wong1-1/+1
2021-03-25xfs: fix dquot scrub loop cancellationDarrick J. Wong1-2/+4
2021-03-25xfs: fix uninitialized variables in xrep_calc_ag_resblksDarrick J. Wong1-1/+5
2021-03-24xfs: drop freeze protection when running GETFSMAPDarrick J. Wong1-9/+5
2021-03-21Linux 5.12-rc4Linus Torvalds1-1/+1
2021-03-21Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-72/+168
2021-03-21Merge tag 'io_uring-5.12-2021-03-21' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+31
2021-03-21Merge tag 'staging-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds14-48/+75
2021-03-21Merge tag 'usb-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds11-25/+62
2021-03-21Merge tag 'irq-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+6
2021-03-21Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+4
2021-03-21Merge tag 'locking-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-31/+49
2021-03-21Merge tag 'efi-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+10
2021-03-21Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-44/+52
2021-03-21Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-10/+19
2021-03-21io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...Stefan Metzmacher1-4/+20
2021-03-21io-wq: ensure task is running before processing task_workJens Axboe1-2/+6
2021-03-21signal: don't allow STOP on PF_IO_WORKER threadsEric W. Biederman1-1/+2
2021-03-21signal: don't allow sending any signals to PF_IO_WORKER threadsJens Axboe1-0/+3
2021-03-21ext4: initialize ret to suppress smatch warningTheodore Ts'o1-1/+1
2021-03-21ext4: stop inode update before returnPan Bian1-1/+3
2021-03-21ext4: fix rename whiteout with fast commitHarshad Shirwadkar3-2/+12
2021-03-21ext4: fix timer use-after-free on failed mountJan Kara1-1/+1
2021-03-21ext4: fix potential error in ext4_do_update_inodeShijie Luo1-4/+4
2021-03-21ext4: do not try to set xattr into ea_inode if value is emptyzhangyi (F)1-1/+1