summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-17Merge tag 'for-6.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+0
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus 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 wo...Filipe 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-17btrfs: 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 un...Filipe 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
2024-11-11btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana1-0/+2
2024-11-11btrfs: drop unused parameter transaction from alloc_log_tree()David Sterba1-4/+3
2024-11-11btrfs: drop unused parameter options from open_ctree()David Sterba1-2/+1
2024-10-24Merge tag 'for-6.12-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2024-10-22btrfs: qgroup: set a more sane default value for subtree drop thresholdQu Wenruo1-1/+1
2024-10-04Merge tag 'for-6.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+11
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-10-01btrfs: wait for fixup workers before stopping cleaner kthread during umountFilipe Manana1-0/+11
2024-09-10btrfs: convert try_release_extent_buffer() to take a folioLi Zetao1-1/+1
2024-09-10btrfs: subpage: remove btrfs_fs_info::subpage_info memberQu Wenruo1-12/+2
2024-07-17Merge tag 'for-6.11-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-67/+61
2024-07-12Merge tag 'for-6.10-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2024-07-11btrfs: avoid races when tracking progress for extent map shrinkingFilipe Manana1-0/+2
2024-07-11btrfs: fix data race when accessing the last_trans field of a rootFilipe Manana1-2/+2
2024-07-11btrfs: introduce new "rescue=ignoresuperflags" mount optionQu Wenruo1-4/+12
2024-07-11btrfs: introduce new "rescue=ignoremetacsums" mount optionQu Wenruo1-6/+12
2024-07-11btrfs: output the unrecognized super block flags as hexQu Wenruo1-1/+1
2024-07-11btrfs: fix typo in error message in btrfs_validate_super()Mark Harmstone1-1/+1
2024-07-11btrfs: remove all extra btrfs_check_eb_owner() callsJosef Bacik1-4/+0
2024-07-11btrfs: constify pointer parameters where applicableDavid Sterba1-9/+9