summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
2025-05-15btrfs: log error codes during failures when writing super blocksFilipe Manana
2025-05-15btrfs: add block reserve for treelogNaohiro Aota
2025-05-15btrfs: get rid of btrfs_read_dev_super()Qu Wenruo
2025-05-15btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()Qu Wenruo
2025-05-15btrfs: convert the buffer_radix to an xarrayJosef Bacik
2025-05-15btrfs: rename btrfs_discard workqueue to btrfs-discardDavid Sterba
2025-05-15btrfs: change return type of btree_csum_one_bio() to intDavid Sterba
2025-05-15btrfs: merge __setup_root() to btrfs_alloc_root()David Sterba
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba
2025-05-15btrfs: pass a physical address to btrfs_repair_io_failure()Christoph Hellwig
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana
2025-05-15btrfs: rename free_extent_state() to include a btrfs prefixFilipe Manana
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_CORRUPTDaniel Vacek
2025-04-17Merge tag 'for-6.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-04-01btrfs: remove folio order ASSERT()s in super block writeback pathQu Wenruo
2025-03-18btrfs: don't clobber ret in btrfs_validate_super()Mark Harmstone
2025-03-18btrfs: add extra warning if delayed iput is added when it's not allowedQu Wenruo
2025-03-18btrfs: run btrfs_error_commit_super() earlyQu Wenruo
2025-03-18btrfs: fix non-empty delayed iputs list on unmount due to async workersFilipe Manana
2025-03-18btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo...Filipe Manana
2025-03-18btrfs: allow debug builds to accept 2K block sizeQu Wenruo
2025-03-18btrfs: remove the subpage related warning messageQu Wenruo
2025-03-18btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_init_root_free_objectid()David Sterba
2025-03-18btrfs: use BTRFS_PATH_AUTO_FREE in load_global_roots()David Sterba
2025-03-18btrfs: do trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba
2025-03-18btrfs: use num_extent_folios() in for loop boundsDavid Sterba
2025-03-18btrfs: simplify parameters of metadata folio helpersDavid Sterba
2025-03-18btrfs: simplify returns and labels in btrfs_init_fs_root()David Sterba
2025-03-18btrfs: require strict data/metadata split for subpage checksQu Wenruo
2025-03-18btrfs: remove btrfs_fs_info::sectors_per_pageQu Wenruo
2025-03-16btrfs: convert timeouts to secs_to_jiffies()Easwar Hariharan
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