summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2025-01-13btrfs: split waiting from read_extent_buffer_pages(), drop parameter waitDavid Sterba
2025-01-13btrfs: add tracking of read blocks for read policyAnand Jain
2025-01-13btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()Anand Jain
2025-01-13btrfs: validate system chunk array at btrfs_validate_super()Qu Wenruo
2024-12-06btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana
2024-11-11btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()Filipe Manana
2024-11-11btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()Filipe Manana
2024-11-11btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.cFilipe Manana
2024-11-11btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs()Filipe Manana
2024-11-11btrfs: rename extent map shrinker members from struct btrfs_fs_infoFilipe Manana
2024-11-11btrfs: simplify tracking progress for the extent map shrinkerFilipe Manana
2024-11-11btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana
2024-11-11btrfs: drop unused parameter transaction from alloc_log_tree()David Sterba
2024-11-11btrfs: drop unused parameter options from open_ctree()David Sterba
2024-10-24Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-22btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo
2024-10-04Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-10-01btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana
2024-09-10btrfs: convert try_release_extent_buffer() to take a folioLi Zetao
2024-09-10btrfs: subpage: remove btrfs_fs_info::subpage_info memberQu Wenruo
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2024-07-12Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana
2024-07-11btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana
2024-07-11btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo
2024-07-11btrfs: output the unrecognized super block flags as hexQu Wenruo
2024-07-11btrfs: fix typo in error message in btrfs_validate_super()Mark Harmstone
2024-07-11btrfs: remove all extra btrfs_check_eb_owner() callsJosef Bacik
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba
2024-07-11btrfs: rename err to ret in btrfs_cleanup_fs_roots()Anand Jain
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana
2024-07-11btrfs: avoid create and commit empty transaction when committing superFilipe Manana
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba
2024-07-11btrfs: move btrfs_block_group_root() to block-group.cAnand Jain
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana
2024-07-11btrfs: remove inode_lock from struct btrfs_root and use xarray locksFilipe Manana
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana
2024-06-07Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-06-05btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-07btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)
2024-05-07btrfs: use the folio iterator in btrfs_end_super_write()Matthew Wilcox (Oracle)
2024-05-07btrfs: convert super block writes to folio in write_dev_supers()Matthew Wilcox (Oracle)
2024-05-07btrfs: convert super block writes to folio in wait_dev_supers()Matthew Wilcox (Oracle)
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba
2024-05-07btrfs: initialize delayed inodes xarray without GFP_ATOMICFilipe Manana
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana