aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-01-24namei: handle idmapped mounts in may_*() helpersGravatar Christian Brauner 1-2/+3
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 3-2/+6
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-2/+2
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 3-7/+7
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 2-6/+8
2021-01-11Merge tag 'for-5.11-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 8-29/+67
2021-01-08btrfs: shrink delalloc pages instead of full inodesGravatar Josef Bacik 2-18/+46
2021-01-07btrfs: reloc: fix wrong file extent type check to avoid false ENOENTGravatar Qu Wenruo 1-1/+6
2021-01-07btrfs: tree-checker: check if chunk item end overflowsGravatar Su Yue 1-0/+7
2021-01-07btrfs: prevent NULL pointer dereference in extent_io_tree_panicGravatar Su Yue 1-3/+1
2021-01-07btrfs: print the actual offset in btrfs_root_nameGravatar Josef Bacik 3-7/+7
2021-01-06Merge tag 'for-5.11-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 18-97/+243
2020-12-18btrfs: run delayed iputs when remounting RO to avoid leaking themGravatar Filipe Manana 1-0/+10
2020-12-18btrfs: add assertion for empty list of transactions at late stage of umountGravatar Filipe Manana 1-0/+3
2020-12-18btrfs: fix race between RO remount and the cleaner taskGravatar Filipe Manana 4-7/+44
2020-12-18btrfs: fix transaction leak and crash after cleaning up orphans on RO mountGravatar Filipe Manana 1-4/+1
2020-12-18btrfs: fix transaction leak and crash after RO remount caused by qgroup rescanGravatar Filipe Manana 2-3/+18
2020-12-18btrfs: merge critical sections of discard lock in workfnGravatar Pavel Begunkov 1-20/+23
2020-12-18btrfs: fix racy access to discard_ctl dataGravatar Pavel Begunkov 1-7/+3
2020-12-18btrfs: fix async discard stallGravatar Pavel Begunkov 1-7/+10
2020-12-18btrfs: tests: initialize test inodes locationGravatar Josef Bacik 2-11/+8
2020-12-18btrfs: send: fix wrong file path when there is an inode with a pending rmdirGravatar Filipe Manana 1-18/+31
2020-12-18btrfs: qgroup: don't try to wait flushing if we're already holding a transactionGravatar Qu Wenruo 1-10/+20
2020-12-18btrfs: correctly calculate item size used when item key collision happensGravatar ethanwu 4-2/+32
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceGravatar Filipe Manana 7-8/+40
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-22/+12
2020-12-15Merge tag 'for-5.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Gravatar Linus Torvalds 64-4312/+4488
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+0
2020-12-09btrfs: scrub: allow scrub to work with subpage sectorsizeGravatar Qu Wenruo 1-8/+0
2020-12-09btrfs: scrub: support subpage data scrubGravatar Qu Wenruo 1-3/+7
2020-12-09btrfs: scrub: support subpage tree block scrubGravatar Qu Wenruo 1-4/+14
2020-12-09btrfs: scrub: always allocate one full page for one sector for RAID56Gravatar Qu Wenruo 1-5/+16
2020-12-09btrfs: scrub: reduce width of extent_len/stripe_len from 64 to 32 bitsGravatar Qu Wenruo 1-23/+31
2020-12-09btrfs: refactor btrfs_lookup_bio_sums to handle out-of-order bvecsGravatar Qu Wenruo 4-92/+171
2020-12-09btrfs: remove btrfs_find_ordered_sum call from btrfs_lookup_bio_sumsGravatar Qu Wenruo 3-51/+11
2020-12-09btrfs: handle sectorsize < PAGE_SIZE case for extent buffer accessorsGravatar Qu Wenruo 4-38/+85
2020-12-09btrfs: update num_extent_pages to support subpage sized extent bufferGravatar Qu Wenruo 1-2/+8
2020-12-09btrfs: don't allow tree block to cross page boundary for subpage supportGravatar Qu Wenruo 1-0/+8
2020-12-09btrfs: calculate inline extent buffer page size based on page sizeGravatar Qu Wenruo 3-14/+3
2020-12-09btrfs: factor out btree page submission code to a helperGravatar Qu Wenruo 1-47/+75
2020-12-09btrfs: make btrfs_verify_data_csum follow sector sizeGravatar Qu Wenruo 1-3/+15
2020-12-09btrfs: pass bio_offset to check_data_csum() directlyGravatar Qu Wenruo 4-26/+42
2020-12-09btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offsetGravatar Qu Wenruo 4-16/+15
2020-12-09btrfs: fix lockdep warning when creating free space treeGravatar Boris Burkov 1-4/+5
2020-12-09btrfs: skip space_cache v1 setup when not using itGravatar Boris Burkov 1-0/+3
2020-12-09btrfs: remove free space items when disabling space cache v1Gravatar Boris Burkov 3-41/+100
2020-12-09btrfs: warn when remount will not change the free space treeGravatar Boris Burkov 1-0/+16
2020-12-09btrfs: use superblock state to print space_cache mount optionGravatar Boris Burkov 1-2/+2
2020-12-09btrfs: keep sb cache_generation consistent with space_cacheGravatar Boris Burkov 6-3/+50