summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2025-03-18btrfs: pass struct btrfs_inode to btrfs_inode_inherit_props()David Sterba3-17/+17
2025-03-18btrfs: pass struct btrfs_inode to btrfs_load_inode_props()David Sterba3-6/+7
2025-03-18btrfs: pass struct btrfs_inode to btrfs_fill_inode()David Sterba3-27/+27
2025-03-18btrfs: pass struct btrfs_inode to fill_stack_inode_item()David Sterba1-24/+22
2025-03-18btrfs: use struct btrfs_inode inside create_pending_snapshot()David Sterba1-12/+12
2025-03-18btrfs: pass struct btrfs_inode to btrfs_defrag_file()David Sterba3-25/+25
2025-03-18btrfs: pass struct btrfs_inode to btrfs_inode_type()David Sterba1-5/+5
2025-03-18btrfs: pass struct btrfs_inode to new_simple_dir()David Sterba1-24/+31
2025-03-18btrfs: pass struct btrfs_inode to btrfs_iget_locked()David Sterba1-14/+16
2025-03-18btrfs: pass struct btrfs_inode to btrfs_read_locked_inode()David Sterba1-60/+57
2025-03-18btrfs: pass struct btrfs_inode to extent_range_clear_dirty_for_io()David Sterba1-4/+4
2025-03-18btrfs: pass struct btrfs_inode to can_nocow_extent()David Sterba4-13/+13
2025-03-18btrfs: update include and forward declarations in headersDavid Sterba24-7/+32
2025-03-18btrfs: simplify returns and labels in btrfs_init_fs_root()David Sterba1-6/+5
2025-03-18btrfs: unify ordering of btrfs_key initializationsDavid Sterba14-44/+45
2025-03-18btrfs: zstd: remove local variable for storing page offsetsDavid Sterba1-5/+3
2025-03-18btrfs: zstd: move zstd_parameters to the workspaceDavid Sterba1-3/+3
2025-03-18btrfs: async-thread: switch local variables need_order boolDavid Sterba1-6/+5
2025-03-18btrfs: add __cold attribute to extent_io_tree_panic()David Sterba1-4/+4
2025-03-18btrfs: zoned: exit btrfs_can_activate_zone if BTRFS_FS_NEED_ZONE_FINISH is setJohannes Thumshirn1-0/+3
2025-03-18btrfs: require strict data/metadata split for subpage checksQu Wenruo4-34/+15
2025-03-18btrfs: simplify subpage handling of read_extent_buffer_pages_nowait()Qu Wenruo1-13/+8
2025-03-18btrfs: simplify subpage handling of write_one_eb()Qu Wenruo1-29/+13
2025-03-18btrfs: simplify subpage handling of btrfs_clear_buffer_dirty()Qu Wenruo3-26/+35
2025-03-18btrfs: use metadata specific helpers to simplify extent buffer helpersQu Wenruo3-21/+43
2025-03-18btrfs: make subpage attach and detach handle metadata properlyQu Wenruo3-7/+17
2025-03-18btrfs: factor out metadata subpage detection into a dedicated helperQu Wenruo3-17/+34
2025-03-18btrfs: remove btrfs_fs_info::sectors_per_pageQu Wenruo4-54/+84
2025-03-18btrfs: zstd: enable negative compression levels mount optionDaniel Vacek7-53/+52
2025-03-18btrfs: move ordered extent cleanup to where they are allocatedQu Wenruo1-32/+43
2025-03-18btrfs: factor out nocow ordered extent and extent map generation into a helperQu Wenruo1-61/+61
2025-03-18btrfs: expose per-inode stable writes flagQu Wenruo4-1/+11
2025-03-18btrfs: zlib: refactor S390x HW acceleration buffer preparationQu Wenruo1-28/+54
2025-03-18btrfs: avoid assigning twice to block_start at btrfs_do_readpage()Filipe Manana1-2/+4
2025-03-18btrfs: always fallback to buffered write if the inode requires checksumQu Wenruo1-0/+16
2025-03-17btrfs: remove duplicated metadata folio flag update in end_bbio_meta_read()Qu Wenruo1-16/+0
2025-03-17btrfs: convert io_ctl_prepare_pages() to work on foliosMatthew Wilcox (Oracle)1-12/+14
2025-03-17btrfs: update some folio related commentsMatthew Wilcox (Oracle)3-7/+5
2025-03-17btrfs: keep private struct on stack for sync reads in btrfs_encoded_read_regu...Daniel Vacek1-16/+23
2025-03-16btrfs: convert timeouts to secs_to_jiffies()Easwar Hariharan1-3/+3
2025-03-07Merge tag 'for-6.14-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-4/+10
2025-03-06btrfs: fix a leaked chunk map issue in read_one_chunk()Haoxiang Li1-0/+1
2025-02-27Change inode_operations.mkdir to return struct dentry *NeilBrown1-4/+4
2025-02-26btrfs: replace deprecated strncpy() with strscpy()Thorsten Blum1-2/+2
2025-02-26btrfs: zoned: fix extent range end unlock in cow_file_range()Naohiro Aota1-2/+7
2025-02-25Merge tag 'for-6.14-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-26/+73
2025-02-21btrfs: fix data overwriting bug during buffered write when block size < page ...Qu Wenruo1-1/+8
2025-02-21btrfs: output an error message if btrfs failed to find the seed fsidQu Wenruo1-1/+5
2025-02-21btrfs: do regular iput instead of delayed iput during extent map shrinkingFilipe Manana1-1/+1
2025-02-21btrfs: skip inodes without loaded extent maps when shrinking extent mapsFilipe Manana1-21/+57