summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: fix race when detecting delalloc ranges during fiemapFilipe Manana2024-04-101-61/+160
* btrfs: ensure fiemap doesn't race with writes when FIEMAP_FLAG_SYNC is givenFilipe Manana2024-04-102-14/+29
* btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn2024-04-031-1/+11
* btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn2024-04-031-1/+2
* btrfs: fix race in read_extent_buffer_pages()Tavian Barnes2024-04-031-0/+13
* btrfs: fix deadlock with fiemap and extent lockingJosef Bacik2024-04-031-17/+45
* btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana2024-04-031-1/+1
* btrfs: qgroup: always free reserved space for extent recordsQu Wenruo2024-04-031-5/+5
* btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana2024-03-262-1/+17
* btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana2024-03-262-13/+29
* btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana2024-03-061-4/+13
* btrfs: dev-replace: properly validate device namesDavid Sterba2024-03-061-4/+20
* btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana2024-03-064-14/+14
* btrfs: fix race between ordered extent completion and fiemapFilipe Manana2024-03-061-7/+96
* btrfs: defrag: avoid unnecessary defrag caused by incorrect extent sizeQu Wenruo2024-03-011-1/+1
* btrfs: don't drop extent_map for free space inode on write errorJosef Bacik2024-02-231-2/+17
* btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana2024-02-231-0/+7
* btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana2024-02-231-10/+19
* btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba2024-02-231-1/+1
* btrfs: forbid deleting live subvol qgroupBoris Burkov2024-02-231-0/+14
* btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo2024-02-231-2/+11
* btrfs: forbid creating subvol qgroupsBoris Burkov2024-02-231-0/+5
* btrfs: do not delete unused block group if it may be used soonFilipe Manana2024-02-231-0/+46
* btrfs: add and use helper to check if block group is usedFilipe Manana2024-02-232-2/+8
* btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota2024-01-311-0/+18
* btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota2024-01-311-13/+19
* btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval2024-01-311-0/+3
* btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo2024-01-311-0/+4
* btrfs: don't warn if discard range is not aligned to sectorDavid Sterba2024-01-311-1/+2
* btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng2024-01-311-1/+1
* btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin2024-01-311-2/+4
* btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval2024-01-311-9/+13
* btrfs: zoned: fix lock ordering in btrfs_zone_activate()Naohiro Aota2024-01-311-6/+2
* btrfs: scrub: avoid use-after-free when chunk length is not 64K alignedQu Wenruo2024-01-311-7/+22
* btrfs: sysfs: validate scrub_speed_max valueDavid Disseldorp2024-01-311-0/+4
* btrfs: free qgroup pertrans reserve on transaction abortBoris Burkov2024-01-014-4/+34
* btrfs: qgroup: use qgroup_iterator in qgroup_convert_meta()Qu Wenruo2024-01-011-22/+10
* btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()Qu Wenruo2024-01-012-32/+38
* btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov2023-12-201-1/+2
* btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov2023-12-206-25/+31
* btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov2023-12-201-1/+3
* btrfs: do not allow non subvolume root targets for snapshotJosef Bacik2023-12-201-0/+9
* btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba2023-12-081-0/+1
* btrfs: free the allocated memory if btrfs_alloc_page_array() failsQu Wenruo2023-12-081-3/+8
* btrfs: make error messages more clear when getting a chunk mapFilipe Manana2023-12-081-3/+4
* btrfs: send: ensure send_fd is writableJann Horn2023-12-081-1/+1
* btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana2023-12-081-1/+1
* btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel2023-12-081-0/+2
* btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2023-12-082-1/+5
* btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota2023-11-281-0/+7