summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2024-04-13btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba1-1/+9
2024-04-13btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba1-1/+8
2024-04-13btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba1-1/+11
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 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 data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana2-1/+17
2024-03-27btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana2-13/+29
2024-03-06btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana1-4/+13
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba1-4/+20
2024-03-06btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana4-14/+14
2024-02-23btrfs: don't drop extent_map for free space inode on write errorJosef Bacik1-2/+17
2024-02-23btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana1-0/+7
2024-02-23btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana1-10/+19
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba1-1/+1
2024-02-23btrfs: forbid deleting live subvol qgroupBoris Burkov1-0/+14
2024-02-23btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo1-2/+11
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov1-0/+5
2024-02-23btrfs: do not delete unused block group if it may be used soonFilipe Manana1-0/+46
2024-02-23btrfs: add and use helper to check if block group is usedFilipe Manana2-2/+8
2024-02-01btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota1-0/+18
2024-02-01btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota1-13/+19
2024-02-01btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval1-0/+3
2024-02-01btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo1-0/+4
2024-02-01btrfs: don't warn if discard range is not aligned to sectorDavid Sterba1-1/+2
2024-02-01btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng1-1/+1
2024-02-01btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin1-2/+4
2024-02-01btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval1-9/+13
2024-02-01btrfs: fix race between reading a directory and adding entries to itFilipe Manana1-4/+7
2024-02-01btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana1-1/+14
2024-02-01btrfs: set last dir index to the current last index when opening dirFilipe Manana1-1/+2
2024-02-01btrfs: fix infinite directory readsFilipe Manana4-54/+84
2024-02-01btrfs: sysfs: validate scrub_speed_max valueDavid Disseldorp1-0/+4
2024-01-10btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig2-2/+2
2024-01-10btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov6-25/+31
2024-01-01btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota2-30/+4
2023-12-20btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov1-1/+2
2023-12-20btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov1-1/+3
2023-12-20btrfs: do not allow non subvolume root targets for snapshotJosef Bacik1-0/+9
2023-12-08btrfs: fix 64bit compat send ioctl arguments not initializing version memberDavid Sterba1-0/+1
2023-12-08btrfs: make error messages more clear when getting a chunk mapFilipe Manana1-3/+4
2023-12-08btrfs: send: ensure send_fd is writableJann Horn1-1/+1
2023-12-08btrfs: fix off-by-one when checking chunk map includes logical addressFilipe Manana1-1/+1
2023-12-08btrfs: ref-verify: fix memory leaks in btrfs_ref_tree_mod()Bragatheswaran Manickavel1-0/+2
2023-12-08btrfs: add dmesg output for first mount and last unmount of a filesystemQu Wenruo2-1/+5
2023-11-28btrfs: zoned: wait for data BG to be finished on direct IO allocationNaohiro Aota1-0/+7
2023-11-28btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik1-3/+0
2023-11-20btrfs: use u64 for buffer sizes in the tree search ioctlsFilipe Manana1-5/+5
2023-10-25btrfs: error out when reallocating block for defrag using a stale transactionFilipe Manana1-2/+16