summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2025-01-13btrfs: use SECTOR_SIZE defines in btrfs_issue_discard()David Sterba
2025-01-13btrfs: remove stray comment about SRCUDavid Sterba
2025-01-13btrfs: drop unused parameter fs_info to btrfs_delete_delayed_insertion_item()David Sterba
2025-01-13btrfs: pass write-hint for buffered IOJing Xia
2025-01-13btrfs: print read policy on module loadAnand Jain
2025-01-13btrfs: configure read policy via module parameterAnand Jain
2025-01-13btrfs: print status of experimental mode when loading moduleAnand Jain
2025-01-13btrfs: add read policy to set a preferred deviceAnand Jain
2025-01-13btrfs: introduce RAID1 round-robin read balancingAnand Jain
2025-01-13btrfs: add tracking of read blocks for read policyAnand Jain
2025-01-13btrfs: sysfs: handle value associated with read balancing policyAnand Jain
2025-01-13btrfs: sysfs: add btrfs_read_policy_to_enum() helper and refactor read policy...Anand Jain
2025-01-13btrfs: sysfs: refactor output formatting in btrfs_read_policy_show()Anand Jain
2025-01-13btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()Anand Jain
2025-01-13btrfs: xattr: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: volumes: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: uuid-tree: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: root-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: relocation: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: raid-stripe-tree: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: qgroup: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: ioctl: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: inode-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: inode: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: free-space-cache: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: file-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: file: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: dir-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: dev-replace: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: delayed-inode: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: block-group: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: extent-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: free-space-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana
2025-01-13btrfs: uncollapse transaction aborts during renamesFilipe Manana
2025-01-13btrfs: validate system chunk array at btrfs_validate_super()Qu Wenruo
2025-01-13btrfs: update tree_insert() to use rb helpersRoger L. Beckermeyer III
2025-01-13btrfs: update btrfs_add_chunk_map() to use rb helpersRoger L. Beckermeyer III
2025-01-13btrfs: update __btrfs_add_delayed_item() to use rb helperRoger L. Beckermeyer III
2025-01-13btrfs: update prelim_ref_insert() to use rb helpersRoger L. Beckermeyer III
2025-01-13btrfs: update btrfs_add_block_group_cache() to use rb helperRoger L. Beckermeyer III
2025-01-13btrfs: don't include linux/rwlock_types.h directlyWolfram Sang
2025-01-13btrfs: handle free space tree rebuild in multiple transactionsQu Wenruo
2025-01-13btrfs: use uuid_is_null() to verify if an uuid is emptyFilipe Manana
2025-01-13btrfs: remove pointless comment from ctree.hFilipe Manana
2025-01-13btrfs: move extent-tree function declarations out of ctree.hFilipe Manana
2025-01-13btrfs: move btrfs_alloc_write_mask() into fs.hFilipe Manana
2025-01-13btrfs: move BTRFS_BYTES_TO_BLKS() into fs.hFilipe Manana
2025-01-13btrfs: move the folio ordered helpers from ctree.h into fs.hFilipe Manana
2025-01-13btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.cFilipe Manana