summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: change BTRFS_MOUNT_* flags to 64bit typeQu Wenruo2024-07-195-42/+46
* btrfs: fix extent map use-after-free when adding pages to compressed bioFilipe Manana2024-07-111-1/+1
* btrfs: fix bitmap leak when loading free space cache on duplicate entryFilipe Manana2024-07-111-0/+1
* btrfs: remove the BUG_ON() inside extent_range_clear_dirty_for_io()Qu Wenruo2024-07-111-6/+20
* btrfs: move extent_range_clear_dirty_for_io() into inode.cQu Wenruo2024-07-113-16/+15
* btrfs: enhance compression error messagesDavid Sterba2024-07-113-44/+125
* btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana2024-07-116-13/+23
* btrfs: rename the extra_gfp parameter of btrfs_alloc_page_array()Qu Wenruo2024-07-115-16/+16
* btrfs: remove the extra_gfp parameter from btrfs_alloc_folio_array()Qu Wenruo2024-07-113-8/+5
* btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo2024-07-114-5/+26
* btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo2024-07-118-12/+34
* btrfs: output the unrecognized super block flags as hexQu Wenruo2024-07-111-1/+1
* btrfs: remove unused Opt enumsQu Wenruo2024-07-111-3/+0
* btrfs: tree-checker: add extra ram_bytes and disk_num_bytes checkQu Wenruo2024-07-111-0/+18
* btrfs: fix the ram_bytes assignment for truncated ordered extentsQu Wenruo2024-07-111-3/+1
* btrfs: make validate_extent_map() catch ram_bytes mismatchQu Wenruo2024-07-111-0/+5
* btrfs: ignore incorrect btrfs_file_extent_item::ram_bytesQu Wenruo2024-07-111-0/+7
* btrfs: cleanup the bytenr usage inside btrfs_extent_item_to_extent_map()Qu Wenruo2024-07-111-5/+4
* btrfs: fix typo in error message in btrfs_validate_super()Mark Harmstone2024-07-111-1/+1
* btrfs: move the direct IO code into its own fileFilipe Manana2024-07-118-1059/+1095
* btrfs: pass a btrfs_inode to btrfs_set_prop()David Sterba2024-07-114-13/+13
* btrfs: pass a btrfs_inode to btrfs_compress_heuristic()David Sterba2024-07-113-4/+4
* btrfs: switch btrfs_ordered_extent::inode to struct btrfs_inodeDavid Sterba2024-07-116-20/+20
* btrfs: switch btrfs_pending_snapshot::dir to btrfs_inodeDavid Sterba2024-07-113-3/+3
* btrfs: pass a btrfs_inode to btrfs_ioctl_send()David Sterba2024-07-113-7/+7
* btrfs: switch btrfs_block_group::inode to struct btrfs_inodeDavid Sterba2024-07-113-5/+5
* btrfs: pass a btrfs_inode to is_data_inode()David Sterba2024-07-115-7/+7
* btrfs: pass a btrfs_inode to btrfs_readdir_get_delayed_items()David Sterba2024-07-113-6/+6
* btrfs: pass a btrfs_inode to btrfs_readdir_put_delayed_items()David Sterba2024-07-113-4/+4
* btrfs: remove raid-stripe-tree encoding field from stripe_extentJohannes Thumshirn2024-07-115-42/+1
* btrfs: print-tree: add generation and type dump for EXTENT_DATA_KEYQu Wenruo2024-07-111-0/+3
* btrfs: urgent periodic reclaim passBoris Burkov2024-07-111-1/+34
* btrfs: prevent pathological periodic reclaim loopsBoris Burkov2024-07-113-11/+71
* btrfs: periodic block_group reclaimBoris Burkov2024-07-115-0/+95
* btrfs: dynamic block_group reclaim thresholdBoris Burkov2024-07-114-27/+169
* btrfs: store fs_info in space_infoBoris Burkov2024-07-112-0/+2
* btrfs: report reclaim stats in sysfsBoris Burkov2024-07-113-0/+34
* btrfs: qgroup: warn about inconsistent qgroups when relation update failsDavid Sterba2024-07-111-2/+3
* btrfs: qgroup: preallocate memory before adding a relationDavid Sterba2024-07-113-19/+34
* btrfs: abort transaction on errors in btrfs_free_chunk()David Sterba2024-07-111-6/+9
* btrfs: only print error message when checking item size in print_extent_item()David Sterba2024-07-111-1/+1
* btrfs: abort transaction if we don't find extref in btrfs_del_inode_extref()David Sterba2024-07-111-2/+2
* btrfs: avoid allocating and running pointless delayed extent operationsFilipe Manana2024-07-113-39/+39
* btrfs: preallocate ulist memory for qgroup rsvBoris Burkov2024-07-114-3/+29
* btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana2024-07-111-4/+20
* btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()Filipe Manana2024-07-111-13/+9
* btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()Filipe Manana2024-07-111-1/+1
* btrfs: replace BUG_ON() with error handling at update_ref_for_cow()Filipe Manana2024-07-111-2/+10
* btrfs: simplify setting the full backref flag at update_ref_for_cow()Filipe Manana2024-07-111-7/+4
* btrfs: remove NULL transaction support for btrfs_lookup_extent_info()Filipe Manana2024-07-111-14/+2