aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-19btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo1-2/+1
2025-06-19btrfs: fix race between async reclaim worker and close_ctree()Filipe Manana1-4/+18
2025-06-19btrfs: warn if leaking delayed_nodes in btrfs_put_root()Leo Martins1-0/+2
2025-05-15btrfs: log error codes during failures when writing super blocksFilipe Manana1-4/+4
2025-05-15btrfs: add block reserve for treelogNaohiro Aota1-0/+1
2025-05-15btrfs: get rid of btrfs_read_dev_super()Qu Wenruo1-29/+1
2025-05-15btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()Qu Wenruo1-52/+1
2025-05-15btrfs: convert the buffer_radix to an xarrayJosef Bacik1-2/+12
2025-05-15btrfs: rename btrfs_discard workqueue to btrfs-discardDavid Sterba1-1/+1
2025-05-15btrfs: change return type of btree_csum_one_bio() to intDavid Sterba1-8/+8
2025-05-15btrfs: merge __setup_root() to btrfs_alloc_root()David Sterba1-9/+7
2025-05-15btrfs: use list_first_entry() everywhereDavid Sterba1-2/+2
2025-05-15btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARNDavid Sterba1-1/+1
2025-05-15btrfs: pass a physical address to btrfs_repair_io_failure()Christoph Hellwig1-3/+4
2025-05-15btrfs: rename remaining exported extent map functionsFilipe Manana1-1/+1
2025-05-15btrfs: rename free_extent_state() to include a btrfs prefixFilipe Manana1-1/+1
2025-05-15btrfs: rename the functions to init and release an extent io treeFilipe Manana1-8/+8
2025-05-15btrfs: rename the functions to search for bits in extent rangesFilipe Manana1-6/+7
2025-05-15btrfs: rename the functions to clear bits for an extent rangeFilipe Manana1-2/+2
2025-05-15btrfs: remove unused flag EXTENT_BUFFER_CORRUPTDaniel Vacek1-9/+2
2025-04-17Merge tag 'for-6.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds1-2/+0
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+3
2025-04-01btrfs: remove folio order ASSERT()s in super block writeback pathQu Wenruo1-2/+0
2025-03-18btrfs: don't clobber ret in btrfs_validate_super()Mark Harmstone1-0/+3
2025-03-18btrfs: add extra warning if delayed iput is added when it's not allowedQu Wenruo1-0/+2
2025-03-18btrfs: run btrfs_error_commit_super() earlyQu Wenruo1-7/+8
2025-03-18btrfs: fix non-empty delayed iputs list on unmount due to async workersFilipe Manana1-0/+13
2025-03-18btrfs: fix non-empty delayed iputs list on unmount due to compressed write workersFilipe Manana1-0/+12
2025-03-18btrfs: allow debug builds to accept 2K block sizeQu Wenruo1-3/+9
2025-03-18btrfs: remove the subpage related warning messageQu Wenruo1-5/+0
2025-03-18btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_init_root_free_objectid()David Sterba1-8/+5
2025-03-18btrfs: use BTRFS_PATH_AUTO_FREE in load_global_roots()David Sterba1-7/+6
2025-03-18btrfs: do trivial BTRFS_PATH_AUTO_FREE conversionsDavid Sterba1-2/+1
2025-03-18btrfs: use num_extent_folios() in for loop boundsDavid Sterba1-2/+1
2025-03-18btrfs: simplify parameters of metadata folio helpersDavid Sterba1-2/+1
2025-03-18btrfs: simplify returns and labels in btrfs_init_fs_root()David Sterba1-6/+5
2025-03-18btrfs: require strict data/metadata split for subpage checksQu Wenruo1-2/+2
2025-03-18btrfs: remove btrfs_fs_info::sectors_per_pageQu Wenruo1-1/+0
2025-03-16btrfs: convert timeouts to secs_to_jiffies()Easwar Hariharan1-3/+3
2025-01-13btrfs: split waiting from read_extent_buffer_pages(), drop parameter waitDavid Sterba1-1/+1
2025-01-13btrfs: add tracking of read blocks for read policyAnand Jain1-0/+5
2025-01-13btrfs: initialize fs_devices->fs_info earlier in btrfs_init_devices_late()Anand Jain1-0/+1
2025-01-13btrfs: validate system chunk array at btrfs_validate_super()Qu Wenruo1-0/+67
2024-12-06btrfs: flush delalloc workers queue before stopping cleaner kthread during unmountFilipe Manana1-0/+9
2024-11-11btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()Filipe Manana1-4/+4
2024-11-11btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()Filipe Manana1-1/+1
2024-11-11btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.cFilipe Manana1-80/+0
2024-11-11btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs()Filipe Manana1-13/+24
2024-11-11btrfs: rename extent map shrinker members from struct btrfs_fs_infoFilipe Manana1-1/+1
2024-11-11btrfs: simplify tracking progress for the extent map shrinkerFilipe Manana1-2/+0