summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2025-01-13btrfs: rename btrfs_release_extent_buffer_pages() to mention foliosDavid Sterba1-5/+5
2025-01-13btrfs: open code __free_extent_buffer()David Sterba1-9/+4
2025-01-13btrfs: drop one time used local variable in end_bbio_meta_write()David Sterba1-2/+1
2025-01-13btrfs: make wait_on_extent_buffer_writeback() static inlineDavid Sterba2-7/+6
2025-01-13btrfs: use btrfs_inode in extent_writepage()David Sterba1-7/+7
2025-01-13btrfs: rename __get_extent_map() and pass btrfs_inodeDavid Sterba1-8/+7
2025-01-13btrfs: open code set_page_extent_mapped()David Sterba4-8/+2
2025-01-13btrfs: rename __unlock_for_delalloc() and drop underscoresDavid Sterba1-5/+4
2025-01-13btrfs: use SECTOR_SIZE defines in btrfs_issue_discard()David Sterba1-2/+2
2025-01-13btrfs: remove stray comment about SRCUDavid Sterba1-3/+0
2025-01-13btrfs: drop unused parameter fs_info to btrfs_delete_delayed_insertion_item()David Sterba1-3/+2
2025-01-13btrfs: pass write-hint for buffered IOJing Xia1-0/+1
2025-01-13btrfs: print read policy on module loadAnand Jain1-0/+10
2025-01-13btrfs: configure read policy via module parameterAnand Jain4-2/+55
2025-01-13btrfs: print status of experimental mode when loading moduleAnand Jain1-0/+3
2025-01-13btrfs: add read policy to set a preferred deviceAnand Jain3-1/+52
2025-01-13btrfs: introduce RAID1 round-robin read balancingAnand Jain3-1/+125
2025-01-13btrfs: add tracking of read blocks for read policyAnand Jain4-0/+18
2025-01-13btrfs: sysfs: handle value associated with read balancing policyAnand Jain1-2/+22
2025-01-13btrfs: sysfs: add btrfs_read_policy_to_enum() helper and refactor read policy...Anand Jain1-12/+22
2025-01-13btrfs: sysfs: refactor output formatting in btrfs_read_policy_show()Anand Jain1-8/+10
2025-01-13btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()Anand Jain2-2/+1
2025-01-13btrfs: xattr: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana1-1/+0
2025-01-13btrfs: volumes: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-11/+1
2025-01-13btrfs: uuid-tree: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana1-2/+0
2025-01-13btrfs: root-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-2/+0
2025-01-13btrfs: relocation: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-7/+0
2025-01-13btrfs: raid-stripe-tree: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana1-1/+0
2025-01-13btrfs: qgroup: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-18/+0
2025-01-13btrfs: ioctl: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana1-1/+0
2025-01-13btrfs: inode-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-5/+0
2025-01-13btrfs: inode: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-5/+0
2025-01-13btrfs: free-space-cache: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-3/+0
2025-01-13btrfs: file-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-3/+0
2025-01-13btrfs: file: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-11/+0
2025-01-13btrfs: dir-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-2/+0
2025-01-13btrfs: dev-replace: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana1-3/+0
2025-01-13btrfs: delayed-inode: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana1-1/+0
2025-01-13btrfs: block-group: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-2/+0
2025-01-13btrfs: extent-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-10/+0
2025-01-13btrfs: free-space-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-5/+0
2025-01-13btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana1-4/+0
2025-01-13btrfs: uncollapse transaction aborts during renamesFilipe Manana1-22/+52
2025-01-13btrfs: validate system chunk array at btrfs_validate_super()Qu Wenruo4-104/+139
2025-01-13btrfs: update tree_insert() to use rb helpersRoger L. Beckermeyer III1-27/+18
2025-01-13btrfs: update btrfs_add_chunk_map() to use rb helpersRoger L. Beckermeyer III1-20/+21
2025-01-13btrfs: update __btrfs_add_delayed_item() to use rb helperRoger L. Beckermeyer III1-24/+19
2025-01-13btrfs: update prelim_ref_insert() to use rb helpersRoger L. Beckermeyer III1-40/+39
2025-01-13btrfs: update btrfs_add_block_group_cache() to use rb helperRoger L. Beckermeyer III1-24/+22
2025-01-13btrfs: don't include linux/rwlock_types.h directlyWolfram Sang1-1/+0