summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2024-04-03btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Filipe Manana1-1/+1
2024-04-03btrfs: zoned: fix use-after-free in do_zone_finish()Johannes Thumshirn1-7/+7
2024-04-03btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn1-1/+11
2024-04-03btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn1-1/+2
2024-04-03btrfs: fix race in read_extent_buffer_pages()Tavian Barnes1-0/+13
2024-04-03btrfs: validate device maj:min during openAnand Jain1-0/+10
2024-04-03btrfs: do not skip re-registration for the mounted deviceAnand Jain1-10/+47
2024-04-03btrfs: fix warning messages not printing interval at unpin_extent_range()Filipe Manana1-2/+2
2024-04-03btrfs: handle errors returned from unpin_extent_cache()David Sterba2-3/+16
2024-04-03btrfs: qgroup: validate btrfs_qgroup_inherit parameterQu Wenruo3-13/+57
2024-04-03btrfs: add helper to get fs_info from struct inode pointerDavid Sterba14-68/+72
2024-04-03btrfs: add helpers to get fs_info from page/folio pointersDavid Sterba6-12/+15
2024-04-03btrfs: add helpers to get inode from page/folio pointersDavid Sterba4-6/+12
2024-04-03btrfs: replace sb::s_blocksize by fs_info::sectorsizeDavid Sterba7-9/+11
2024-04-03btrfs: add set_folio_extent_mapped() helperMatthew Wilcox (Oracle)2-4/+9
2024-04-03btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana1-1/+1
2024-04-03btrfs: qgroup: always free reserved space for extent recordsQu Wenruo1-5/+5
2024-03-27btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana1-61/+160
2024-03-01Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-35/+139
2024-03-01btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana4-14/+14
2024-03-01btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana2-14/+29
2024-03-01btrfs: fix race between ordered extent completion and fiemapFilipe Manana1-7/+96
2024-02-26Merge tag 'for-6.8-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-22/+88
2024-02-22btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana2-1/+17
2024-02-22btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana2-13/+29
2024-02-22btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana1-4/+13
2024-02-22btrfs: dev-replace: properly validate device namesDavid Sterba1-4/+20
2024-02-22btrfs: zoned: don't skip block group profile checks on conventional zonesJohannes Thumshirn1-0/+9
2024-02-21Merge tag 'for-6.8-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-18/+46
2024-02-19btrfs: fix deadlock with fiemap and extent lockingJosef Bacik1-17/+45
2024-02-19btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo1-1/+1
2024-02-15Merge tag 'for-6.8-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-50/+131
2024-02-13btrfs: don't refill whole delayed refs block reserve when starting transactionFilipe Manana1-36/+2
2024-02-13btrfs: zoned: fix chunk map leak when loading block group zone infoFilipe Manana1-0/+1
2024-02-13btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana1-0/+7
2024-02-13btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana1-10/+19
2024-02-09btrfs: add new unused block groups to the list of unused block groupsFilipe Manana1-0/+31
2024-02-09btrfs: do not delete unused block group if it may be used soonFilipe Manana1-0/+46
2024-02-09btrfs: add and use helper to check if block group is usedFilipe Manana2-2/+8
2024-02-09btrfs: don't drop extent_map for free space inode on write errorJosef Bacik1-2/+17
2024-02-07Merge tag 'for-6.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-3/+31
2024-01-31btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo1-2/+11
2024-01-31btrfs: forbid deleting live subvol qgroupBoris Burkov1-0/+14
2024-01-31btrfs: forbid creating subvol qgroupsBoris Burkov1-0/+5
2024-01-31btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba1-1/+1
2024-01-23Revert "btrfs: zstd: fix and simplify the inline extent decompression"Linus Torvalds2-23/+54
2024-01-23Merge tag 'for-6.8-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds16-186/+176
2024-01-19btrfs: scrub: limit RST scrub to chunk boundaryQu Wenruo1-0/+7
2024-01-19btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedQu Wenruo1-7/+22
2024-01-19btrfs: don't unconditionally call folio_start_writeback in subpageJosef Bacik1-1/+2