summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2026-08-23btrfs: zoned: fix missing chunk metadata reservationGuanghui Yang
2026-08-23btrfs: remove fs_info argument from btrfs_zoned_activate_one_bg()Filipe Manana
2026-08-23btrfs: add space_info argument to btrfs_chunk_alloc()Naohiro Aota
2026-08-23btrfs: add debug build only WARNDavid Sterba
2026-08-19btrfs: fix memory leak in btrfs_do_encoded_write()Dmitry Antipov
2026-08-09btrfs: zoned: fix deadlock between metadata writeback and transaction commitJohannes Thumshirn
2026-08-03btrfs: free mapping node on duplicate reloc root insertGuanghui Yang
2026-08-03btrfs: fix root leak if its reloc root is unexpected in merge_reloc_roots()Filipe Manana
2026-08-03btrfs: reject free space cache with more entries than pagesXiang Mei
2026-07-24btrfs: fix incorrect buffered IO fallback for append direct writesQu Wenruo
2026-07-24btrfs: fix false IO failure after falling back to buffered writeQu Wenruo
2026-07-24btrfs: check and set EXTENT_DELALLOC_NEW before clearing EXTENT_DELALLOCQu Wenruo
2026-07-24btrfs: zoned: don't account data relocation space-info in statfs free spaceJohannes Thumshirn
2026-07-24btrfs: fix invalid pointer dereference in __btrfs_run_delayed_refs()Filipe Manana
2026-07-24btrfs: do not trim a device which is not writeableQu Wenruo
2026-05-23btrfs: fix missing last_unlink_trans update when removing a directoryFilipe Manana
2026-05-23btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()Filipe Manana
2026-05-23btrfs: use inode already stored in local variable at btrfs_rmdir()Filipe Manana
2026-05-23btrfs: fix double free in create_space_info_sub_group() error pathGuangshuo Li
2026-05-23btrfs: remove fs_info argument from btrfs_sysfs_add_space_info_type()Filipe Manana
2026-05-23btrfs: fix double-decrement of bytes_may_use in submit_one_async_extent()Mark Harmstone
2026-05-17btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-...Yochai Eisenrich
2026-05-17btrfs: fix double free in create_space_info() error pathGuangshuo Li
2026-04-27btrfs: merge btrfs_orig_bbio_end_io() into btrfs_bio_end_io()Qu Wenruo
2026-04-11btrfs: do not free data reservation in fallback from inline due to -ENOSPCFilipe Manana
2026-04-11btrfs: fix the qgroup data free range for inline data extentsQu Wenruo
2026-04-11btrfs: reject root items with drop_progress and zero drop_levelZhengYuan Huang
2026-04-11btrfs: don't take device_list_mutex when querying zone infoJohannes Thumshirn
2026-04-02btrfs: fix lost error when running device stats on multiple devices fsFilipe Manana
2026-04-02btrfs: fix leak of kobject name for sub-group space_infoShin'ichiro Kawasaki
2026-04-02btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone
2026-04-02btrfs: set BTRFS_ROOT_ORPHAN_CLEANUP during subvol createBoris Burkov
2026-03-25btrfs: tree-checker: fix misleading root drop_level error messageZhengYuan Huang
2026-03-25btrfs: log new dentries when logging parent dir of a conflicting inodeFilipe Manana
2026-03-25btrfs: fix transaction abort on file creation due to name hash collisionFilipe Manana
2026-03-25btrfs: fix transaction abort on set received ioctl due to item overflowFilipe Manana
2026-03-25btrfs: fix transaction abort when snapshotting received subvolumesFilipe Manana
2026-03-25btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo
2026-03-25btrfs: always fallback to buffered write if the inode requires checksumQu Wenruo
2026-03-25btrfs: abort transaction on failure to update root in the received subvol ioctlFilipe Manana
2026-03-25btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone
2026-03-25btrfs: fix warning in scrub_verify_one_metadata()Mark Harmstone
2026-03-25btrfs: fix objectid value in error message in check_extent_data_ref()Mark Harmstone
2026-03-25btrfs: fix incorrect key offset in error message in check_dev_extent_item()Mark Harmstone
2026-03-25btrfs: add support for inserting raid stripe extentsJohannes Thumshirn
2026-03-25btrfs: read raid stripe tree from diskJohannes Thumshirn
2026-03-25btrfs: add raid stripe tree definitionsJohannes Thumshirn
2026-03-25btrfs: move btrfs_extref_hash into inode-item.hJosef Bacik
2026-03-25btrfs: remove btrfs_crc32c wrapperJosef Bacik
2026-03-25btrfs: move btrfs_crc32c_final into free-space-cache.cJosef Bacik