aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs
AgeCommit message (Expand)Author
2024-05-17btrfs: do not wait for short bulk allocationQu Wenruo
2024-05-17btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()Dominique Martinet
2024-05-17btrfs: fix kvcalloc() arguments order in btrfs_ioctl_send()Dmitry Antipov
2024-05-17btrfs: always clear PERTRANS metadata during commitBoris Burkov
2024-05-17btrfs: make btrfs_clear_delalloc_extent() free delalloc reserveBoris Burkov
2024-05-17btrfs: return accurate error code on open failure in open_fs_devices()Anand Jain
2024-05-02btrfs: fix information leak in btrfs_ioctl_logical_to_ino()Johannes Thumshirn
2024-04-17btrfs: qgroup: convert PREALLOC to PERTRANS after record_root_in_transBoris Burkov
2024-04-17btrfs: record delayed inode root in transactionBoris Burkov
2024-04-17btrfs: qgroup: correctly model root qgroup rsv in convertBoris Burkov
2024-04-13btrfs: send: handle path ref underflow in header iterate_inode_ref()David Sterba
2024-04-13btrfs: export: handle invalid inode or root reference in btrfs_get_parent()David Sterba
2024-04-13btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()David Sterba
2024-04-03btrfs: zoned: use zone aware sb location for scrubJohannes Thumshirn
2024-04-03btrfs: zoned: don't skip block groups with 100% zone unusableJohannes Thumshirn
2024-04-03btrfs: fix off-by-one chunk length calculation at contains_pending_extent()Filipe Manana
2024-04-03btrfs: qgroup: always free reserved space for extent recordsQu Wenruo
2024-03-26btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana
2024-03-26btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana
2024-03-06btrfs: send: don't issue unnecessary zero writes for trailing holeFilipe Manana
2024-03-06btrfs: dev-replace: properly validate device namesDavid Sterba
2024-03-06btrfs: fix double free of anonymous device after snapshot creation failureFilipe Manana
2024-02-23btrfs: don't drop extent_map for free space inode on write errorJosef Bacik
2024-02-23btrfs: reject encoded write if inode has nodatasum flag setFilipe Manana
2024-02-23btrfs: don't reserve space for checksums when writing to nocow filesFilipe Manana
2024-02-23btrfs: send: return EOPNOTSUPP on unknown flagsDavid Sterba
2024-02-23btrfs: forbid deleting live subvol qgroupBoris Burkov
2024-02-23btrfs: do not ASSERT() if the newly created subvolume already got readQu Wenruo
2024-02-23btrfs: forbid creating subvol qgroupsBoris Burkov
2024-02-23btrfs: do not delete unused block group if it may be used soonFilipe Manana
2024-02-23btrfs: add and use helper to check if block group is usedFilipe Manana
2024-01-31btrfs: zoned: optimize hint byte for zoned allocatorNaohiro Aota
2024-01-31btrfs: zoned: factor out prepare_allocation_zoned()Naohiro Aota
2024-01-31btrfs: don't abort filesystem when attempting to snapshot deleted subvolumeOmar Sandoval
2024-01-31btrfs: defrag: reject unknown flags of btrfs_ioctl_defrag_range_argsQu Wenruo
2024-01-31btrfs: don't warn if discard range is not aligned to sectorDavid Sterba
2024-01-31btrfs: tree-checker: fix inline ref size in error messagesChung-Chiang Cheng
2024-01-31btrfs: ref-verify: free ref cache before clearing mount optFedor Pchelkin
2024-01-31btrfs: avoid copying BTRFS_ROOT_SUBVOL_DEAD flag to snapshot of subvolume bei...Omar Sandoval
2024-01-31btrfs: fix race between reading a directory and adding entries to itFilipe Manana
2024-01-31btrfs: refresh dir last index during a rewinddir(3) callFilipe Manana
2024-01-31btrfs: set last dir index to the current last index when opening dirFilipe Manana
2024-01-31btrfs: fix infinite directory readsFilipe Manana
2024-01-31btrfs: sysfs: validate scrub_speed_max valueDavid Disseldorp
2024-01-10btrfs: mark the len field in struct btrfs_ordered_sum as unsignedChristoph Hellwig
2024-01-10btrfs: fix qgroup_free_reserved_data int overflowBoris Burkov
2024-01-01btrfs: zoned: no longer count fresh BG region as zone unusableNaohiro Aota
2023-12-20btrfs: don't clear qgroup reserved bit in release_folioBoris Burkov
2023-12-20btrfs: free qgroup reserve when ORDERED_IOERR is setBoris Burkov
2023-12-20btrfs: do not allow non subvolume root targets for snapshotJosef Bacik