summaryrefslogtreecommitdiffstats
path: root/fs/btrfs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | btrfs: print read policy on module loadAnand Jain2025-01-131-0/+10
| * | | btrfs: configure read policy via module parameterAnand Jain2025-01-134-2/+55
| * | | btrfs: print status of experimental mode when loading moduleAnand Jain2025-01-131-0/+3
| * | | btrfs: add read policy to set a preferred deviceAnand Jain2025-01-133-1/+52
| * | | btrfs: introduce RAID1 round-robin read balancingAnand Jain2025-01-133-1/+125
| * | | btrfs: add tracking of read blocks for read policyAnand Jain2025-01-134-0/+18
| * | | btrfs: sysfs: handle value associated with read balancing policyAnand Jain2025-01-131-2/+22
| * | | btrfs: sysfs: add btrfs_read_policy_to_enum() helper and refactor read policy...Anand Jain2025-01-131-12/+22
| * | | btrfs: sysfs: refactor output formatting in btrfs_read_policy_show()Anand Jain2025-01-131-8/+10
| * | | btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()Anand Jain2025-01-132-2/+1
| * | | btrfs: xattr: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-1/+0
| * | | btrfs: volumes: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-11/+1
| * | | btrfs: uuid-tree: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-2/+0
| * | | btrfs: root-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-2/+0
| * | | btrfs: relocation: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-7/+0
| * | | btrfs: raid-stripe-tree: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-1/+0
| * | | btrfs: qgroup: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-18/+0
| * | | btrfs: ioctl: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-1/+0
| * | | btrfs: inode-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-5/+0
| * | | btrfs: inode: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-5/+0
| * | | btrfs: free-space-cache: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-3/+0
| * | | btrfs: file-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-3/+0
| * | | btrfs: file: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-11/+0
| * | | btrfs: dir-item: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-2/+0
| * | | btrfs: dev-replace: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-3/+0
| * | | btrfs: delayed-inode: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-1/+0
| * | | btrfs: block-group: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-2/+0
| * | | btrfs: extent-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-10/+0
| * | | btrfs: free-space-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-5/+0
| * | | btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-4/+0
| * | | btrfs: uncollapse transaction aborts during renamesFilipe Manana2025-01-131-22/+52
| * | | btrfs: validate system chunk array at btrfs_validate_super()Qu Wenruo2025-01-134-104/+139
| * | | btrfs: update tree_insert() to use rb helpersRoger L. Beckermeyer III2025-01-131-27/+18
| * | | btrfs: update btrfs_add_chunk_map() to use rb helpersRoger L. Beckermeyer III2025-01-131-21/+22
| * | | btrfs: update __btrfs_add_delayed_item() to use rb helperRoger L. Beckermeyer III2025-01-131-24/+19
| * | | btrfs: update prelim_ref_insert() to use rb helpersRoger L. Beckermeyer III2025-01-131-40/+39
| * | | btrfs: update btrfs_add_block_group_cache() to use rb helperRoger L. Beckermeyer III2025-01-131-24/+22
| * | | btrfs: don't include linux/rwlock_types.h directlyWolfram Sang2025-01-131-1/+0
| * | | btrfs: handle free space tree rebuild in multiple transactionsQu Wenruo2025-01-131-0/+6
| * | | btrfs: use uuid_is_null() to verify if an uuid is emptyFilipe Manana2025-01-132-10/+4
| * | | btrfs: remove pointless comment from ctree.hFilipe Manana2025-01-131-1/+0
| * | | btrfs: move extent-tree function declarations out of ctree.hFilipe Manana2025-01-134-7/+6
| * | | btrfs: move btrfs_alloc_write_mask() into fs.hFilipe Manana2025-01-132-6/+6
| * | | btrfs: move BTRFS_BYTES_TO_BLKS() into fs.hFilipe Manana2025-01-132-3/+2
| * | | btrfs: move the folio ordered helpers from ctree.h into fs.hFilipe Manana2025-01-132-8/+8
| * | | btrfs: move btrfs_is_empty_uuid() from ioctl.c into fs.cFilipe Manana2025-01-134-12/+11
| * | | btrfs: move the exclusive operation functions into fs.cFilipe Manana2025-01-132-80/+81
| * | | btrfs: move csum related functions from ctree.c into fs.cFilipe Manana2025-01-134-57/+55
| * | | btrfs: move abort_should_print_stack() to transaction.hFilipe Manana2025-01-132-18/+16
| * | | btrfs: pass btrfs_io_geometry to is_single_device_ioJohannes Thumshirn2025-01-131-5/+4