summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2025-03-18btrfs: async-thread: switch local variables need_order boolDavid Sterba
2025-03-18btrfs: add __cold attribute to extent_io_tree_panic()David Sterba
2025-03-18btrfs: zoned: exit btrfs_can_activate_zone if BTRFS_FS_NEED_ZONE_FINISH is setJohannes Thumshirn
2025-03-18btrfs: require strict data/metadata split for subpage checksQu Wenruo
2025-03-18btrfs: simplify subpage handling of read_extent_buffer_pages_nowait()Qu Wenruo
2025-03-18btrfs: simplify subpage handling of write_one_eb()Qu Wenruo
2025-03-18btrfs: simplify subpage handling of btrfs_clear_buffer_dirty()Qu Wenruo
2025-03-18btrfs: use metadata specific helpers to simplify extent buffer helpersQu Wenruo
2025-03-18btrfs: make subpage attach and detach handle metadata properlyQu Wenruo
2025-03-18btrfs: factor out metadata subpage detection into a dedicated helperQu Wenruo
2025-03-18btrfs: remove btrfs_fs_info::sectors_per_pageQu Wenruo
2025-03-18btrfs: zstd: enable negative compression levels mount optionDaniel Vacek
2025-03-18btrfs: move ordered extent cleanup to where they are allocatedQu Wenruo
2025-03-18btrfs: factor out nocow ordered extent and extent map generation into a helperQu Wenruo
2025-03-18btrfs: expose per-inode stable writes flagQu Wenruo
2025-03-18btrfs: zlib: refactor S390x HW acceleration buffer preparationQu Wenruo
2025-03-18btrfs: avoid assigning twice to block_start at btrfs_do_readpage()Filipe Manana
2025-03-18btrfs: always fallback to buffered write if the inode requires checksumQu Wenruo
2025-03-17btrfs: remove duplicated metadata folio flag update in end_bbio_meta_read()Qu Wenruo
2025-03-17btrfs: convert io_ctl_prepare_pages() to work on foliosMatthew Wilcox (Oracle)
2025-03-17btrfs: update some folio related commentsMatthew Wilcox (Oracle)
2025-03-17btrfs: keep private struct on stack for sync reads in btrfs_encoded_read_regu...Daniel Vacek
2025-03-16btrfs: convert timeouts to secs_to_jiffies()Easwar Hariharan
2025-03-07Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-06btrfs: fix a leaked chunk map issue in read_one_chunk()Haoxiang Li
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown
2025-02-26btrfs: replace deprecated strncpy() with strscpy()Thorsten Blum
2025-02-26btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota
2025-02-25Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-21btrfs: fix data overwriting bug during buffered write when block size < page ...Qu Wenruo
2025-02-21btrfs: output an error message if btrfs failed to find the seed fsidQu Wenruo
2025-02-21btrfs: do regular iput instead of delayed iput during extent map shrinkingFilipe Manana
2025-02-21btrfs: skip inodes without loaded extent maps when shrinking extent mapsFilipe Manana
2025-02-21btrfs: fix use-after-free on inode when scanning root during em shrinkingFilipe Manana
2025-02-17btrfs: selftests: fix btrfs_test_delayed_refs() leak of transactionDavid Disseldorp
2025-02-13Merge tag 'for-6.14-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-02-11btrfs: fix hole expansion when writing at an offset beyond EOFFilipe Manana
2025-02-11btrfs: fix stale page cache after race between readahead and direct IO writeFilipe Manana
2025-02-07btrfs: fix two misuses of folio_shift()Matthew Wilcox (Oracle)
2025-02-05Merge tag 'for-6.14-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-25mm, swap: clean up device availability checkKairui Song
2025-01-25mm: alloc_pages_bulk: rename APILuiz Capitulino
2025-01-23Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-01-23btrfs: avoid starting new transaction when cleaning qgroup during subvolume dropFilipe Manana
2025-01-23btrfs: fix use-after-free when attempting to join an aborted transactionFilipe Manana
2025-01-23btrfs: do not output error message if a qgroup has been already cleaned upQu Wenruo
2025-01-23btrfs: fix assertion failure when splitting ordered extent after transaction ...Filipe Manana
2025-01-23btrfs: fix lockdep splat while merging a relocation rootFilipe Manana
2025-01-20Merge tag 'for-6.14-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds