summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.17-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-02-048-9/+128
|\
| * btrfs: skip reserved bytes warning on unmount after log cleanup failureFilipe Manana2022-01-313-2/+53
| * btrfs: fix use of uninitialized variable at rm device ioctlTom Rix2022-01-311-1/+1
| * btrfs: fix use-after-free after failure to create a snapshotFilipe Manana2022-01-313-4/+27
| * btrfs: tree-checker: check item_size for dev_itemSu Yue2022-01-311-0/+8
| * btrfs: tree-checker: check item_size for inode_itemSu Yue2022-01-311-0/+7
| * btrfs: fix deadlock between quota disable and qgroup rescan workerShin'ichiro Kawasaki2022-01-311-2/+19
| * btrfs: don't start transaction for scrub if the fs is mounted read-onlyQu Wenruo2022-01-311-0/+13
* | Merge tag 'fsnotify_for_v5.17-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-281-4/+2
|\ \
| * | fsnotify: invalidate dcache before IN_DELETE eventAmir Goldstein2022-01-241-4/+2
* | | Merge tag 'for-5.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-01-251-9/+75
|\ \ \ | | |/ | |/|
| * | btrfs: update writeback index when starting defragFilipe Manana2022-01-241-0/+9
| * | btrfs: add back missing dirty page rate limiting to defragFilipe Manana2022-01-241-0/+5
| * | btrfs: fix deadlock when reserving space during defragFilipe Manana2022-01-241-1/+30
| * | btrfs: defrag: properly update range->start for autodefragQu Wenruo2022-01-191-2/+16
| * | btrfs: defrag: fix wrong number of defragged sectorsQu Wenruo2022-01-191-3/+7
| * | btrfs: allow defrag to be interruptibleFilipe Manana2022-01-191-0/+5
| * | btrfs: fix too long loop when defragging a 1 byte fileFilipe Manana2022-01-191-6/+6
* | | mm: remove cleancacheChristoph Hellwig2022-01-222-12/+0
| |/ |/|
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-2/+1
|\ \ | |/ |/|
| * btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor2022-01-201-2/+1
* | btrfs: output more debug messages for uncommitted transactionQu Wenruo2022-01-071-1/+43
* | btrfs: respect the max size in the header when activating swap fileFilipe Manana2022-01-071-0/+11
* | btrfs: fix argument list that the kdoc format and script verifiedYang Li2022-01-072-4/+3
* | btrfs: remove unnecessary parameter type from compression_decompress_bioSu Yue2022-01-071-4/+4
* | btrfs: selftests: dump extent io tree if extent-io-tree test failedQu Wenruo2022-01-071-0/+52
* | btrfs: scrub: cleanup the argument list of scrub_stripe()Qu Wenruo2022-01-071-32/+35
* | btrfs: scrub: cleanup the argument list of scrub_chunk()Qu Wenruo2022-01-071-19/+19
* | btrfs: remove reada infrastructureQu Wenruo2022-01-0710-1189/+3
* | btrfs: scrub: use btrfs_path::reada for extent tree readaheadQu Wenruo2022-01-071-0/+1
* | btrfs: scrub: remove the unnecessary path parameter for scrub_raid56_parity()Qu Wenruo2022-01-071-14/+16
* | btrfs: refactor unlock_upNikolay Borisov2022-01-071-15/+16
* | btrfs: skip transaction commit after failure to create subvolumeFilipe Manana2022-01-071-4/+4
* | btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota2022-01-073-18/+13
* | btrfs: add extent allocator hook to decide to allocate chunk or notNaohiro Aota2022-01-071-0/+17
* | btrfs: zoned: unset dedicated block group on allocation failureNaohiro Aota2022-01-071-4/+16
* | btrfs: zoned: drop redundant check for REQ_OP_ZONE_APPEND and btrfs_is_zonedJohannes Thumshirn2022-01-071-3/+2
* | btrfs: zoned: sink zone check into btrfs_repair_one_zoneJohannes Thumshirn2022-01-074-10/+13
* | btrfs: zoned: simplify btrfs_check_meta_write_pointerJohannes Thumshirn2022-01-071-18/+8
* | btrfs: zoned: encapsulate inode locking for zoned relocationJohannes Thumshirn2022-01-072-6/+19
* | btrfs: sysfs: add devinfo/fsid to retrieve actual fsid from the deviceAnand Jain2022-01-071-0/+11
* | btrfs: reserve extra space for the free space treeJosef Bacik2022-01-072-0/+23
* | btrfs: include the free space tree in the global rsv minimum calculationJosef Bacik2022-01-071-13/+17
* | btrfs: scrub: merge SCRUB_PAGES_PER_RD_BIO and SCRUB_PAGES_PER_WR_BIOQu Wenruo2022-01-071-20/+14
* | btrfs: update SCRUB_MAX_PAGES_PER_BLOCKQu Wenruo2022-01-071-6/+5
* | btrfs: do not check -EAGAIN when truncating inodes in the log rootJosef Bacik2022-01-071-6/+1
* | btrfs: make should_throttle loop local in btrfs_truncate_inode_itemsJosef Bacik2022-01-071-2/+1
* | btrfs: combine extra if statements in btrfs_truncate_inode_itemsJosef Bacik2022-01-071-4/+2
* | btrfs: convert BUG() for pending_del_nr into an ASSERTJosef Bacik2022-01-071-2/+3
* | btrfs: convert BUG_ON() in btrfs_truncate_inode_items to ASSERTJosef Bacik2022-01-071-1/+1