summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2024-07-11btrfs: use a btrfs_inode in the log context (struct btrfs_log_ctx)Filipe Manana3-9/+9
2024-07-11btrfs: make btrfs_finish_ordered_extent() return voidFilipe Manana2-3/+2
2024-07-11btrfs: move btrfs_block_group_root() to block-group.cAnand Jain3-8/+7
2024-07-11btrfs: drop bytenr_orig and fix comment in btrfs_scan_one_device()Anand Jain1-10/+8
2024-07-11btrfs: use a regular rb_root instead of cached rb_root for extent_map_treeFilipe Manana3-26/+30
2024-07-11btrfs: rename rb_root member of extent_map_tree from map to rootFilipe Manana3-15/+15
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana6-34/+45
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana7-33/+63
2024-07-11btrfs: don't allocate file extent tree for non regular filesFilipe Manana2-24/+42
2024-07-11btrfs: unify index_cnt and csum_bytes from struct btrfs_inodeFilipe Manana5-31/+54
2024-07-11btrfs: remove inode_lock from struct btrfs_root and use xarray locksFilipe Manana4-26/+20
2024-07-11btrfs: reduce nesting and deduplicate error handling at btrfs_iget_path()Filipe Manana1-23/+21
2024-07-11btrfs: preallocate inodes xarray entry to avoid transaction abortFilipe Manana1-7/+19
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana4-86/+58
2024-07-11btrfs: raid56: do extra dumping for CONFIG_BTRFS_ASSERTQu Wenruo1-14/+98
2024-07-11btrfs: fix function name in comment for btrfs_remove_ordered_extent()Filipe Manana1-1/+1
2024-07-11btrfs: fix misspelled end IO compression callbacksFilipe Manana1-4/+4
2024-07-11btrfs: remove no longer used btrfs_migrate_to_delayed_refs_rsv()Filipe Manana2-44/+0
2024-07-11btrfs: zoned: make btrfs_get_dev_zone() staticFilipe Manana2-9/+1
2024-07-11btrfs: pass struct btrfs_io_geometry into handle_ops_on_dev_replace()Johannes Thumshirn1-10/+8
2024-07-11btrfs: qgroup: do quick checks if quotas are enabled before starting ioctlsDavid Sterba1-0/+28
2024-07-04Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-9/+38
2024-07-03readahead: drop index argument of page_cache_async_readahead()Jan Kara2-3/+2
2024-07-04btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov1-1/+1
2024-07-04btrfs: fix folio refcount in btrfs_do_encoded_write()Boris Burkov1-1/+1
2024-07-02btrfs: fix uninitialized return value in the ref-verify toolFilipe Manana1-2/+7
2024-07-02btrfs: always do the basic checks for btrfs_qgroup_inherit structureQu Wenruo1-2/+8
2024-07-02btrfs: zoned: fix calc_available_free_space() for zoned modeNaohiro Aota1-3/+21
2024-07-01Merge tag 'for-6.10-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+11
2024-07-01btrfs: fix adding block group to a reclaim list and the unused list during re...Naohiro Aota1-2/+11
2024-06-27Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-28/+45
2024-06-25btrfs: qgroup: fix quota root leak after quota disable failureFilipe Manana1-2/+2
2024-06-25btrfs: scrub: handle RST lookup error correctlyQu Wenruo1-10/+14
2024-06-25btrfs: zoned: fix initial free space detectionNaohiro Aota1-1/+1
2024-06-25btrfs: use NOFS context when getting inodes during logging and log replayFilipe Manana1-15/+28
2024-06-20fs: Initial atomic write supportPrasad Singamsetty1-1/+1
2024-06-20Merge tag 'for-6.10-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-3/+12
2024-06-13btrfs: zoned: allocate dummy checksums for zoned NODATASUM writesJohannes Thumshirn1-1/+3
2024-06-13btrfs: retry block group reclaim without infinite loopBoris Burkov1-2/+9
2024-06-12btrfs: use iget5_locked_rcuMateusz Guzik1-1/+1
2024-06-07Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-44/+43
2024-06-06btrfs: protect folio::private when attaching extent buffer foliosQu Wenruo1-29/+31
2024-06-05Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+57
2024-06-05btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana1-9/+1
2024-06-05btrfs: fix crash on racing fsync and size-extending write into preallocOmar Sandoval1-6/+11
2024-05-28btrfs: ensure fast fsync waits for ordered extents after a write failureFilipe Manana3-0/+57
2024-05-24Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds5-12/+45
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-5/+5
2024-05-21Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+9
2024-05-21btrfs: re-introduce 'norecovery' mount optionQu Wenruo1-0/+8