summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-02btrfs: fix super block offset in error message in btrfs_validate_super()Mark Harmstone1-2/+2
2026-03-25btrfs: do not strictly require dirty metadata threshold for metadata writepagesQu Wenruo1-22/+0
2026-03-13btrfs: fix compat mask in error messages in btrfs_check_features()Mark Harmstone1-3/+3
2026-02-11btrfs: reject new transactions if the fs is fully read-onlyQu Wenruo1-0/+13
2026-01-30btrfs: fix missing fields in superblock backup with BLOCK_GROUP_TREEMark Harmstone1-1/+1
2026-01-17btrfs: remove btrfs_fs_info::sectors_per_pageQu Wenruo1-1/+0
2025-11-02btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana1-1/+1
2025-07-06btrfs: make the extent map shrinker run asynchronously as a work queue jobFilipe Manana1-0/+2
2025-07-06btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo1-2/+1
2025-05-29btrfs: fix non-empty delayed iputs list on unmount due to async workersFilipe Manana1-0/+13
2025-05-29btrfs: run btrfs_error_commit_super() earlyQu Wenruo1-7/+8
2025-04-20btrfs: fix non-empty delayed iputs list on unmount due to compressed write wo...Filipe Manana1-0/+12
2025-01-09btrfs: flush delalloc workers queue before stopping cleaner kthread during un...Filipe Manana1-0/+9
2024-12-14btrfs: 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
2024-07-11btrfs: rename err to ret in btrfs_cleanup_fs_roots()Anand Jain1-18/+19
2024-07-11btrfs: add and use helper to commit the current transactionFilipe Manana1-11/+1
2024-07-11btrfs: avoid create and commit empty transaction when committing superFilipe Manana1-3/+7
2024-07-11btrfs: simplify range parameters of btrfs_wait_ordered_roots()David Sterba1-1/+1
2024-07-11btrfs: move btrfs_block_group_root() to block-group.cAnand Jain1-7/+0
2024-07-11btrfs: remove objectid from struct btrfs_inode on 64 bits platformsFilipe Manana1-2/+1
2024-07-11btrfs: remove location key from struct btrfs_inodeFilipe Manana1-3/+1
2024-07-11btrfs: remove inode_lock from struct btrfs_root and use xarray locksFilipe Manana1-1/+0
2024-07-11btrfs: use an xarray to track open inodes in a rootFilipe Manana1-3/+3
2024-06-08Merge tag 'for-6.10-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+1
2024-06-05btrfs: fix leak of qgroup extent records after transaction abortFilipe Manana1-9/+1
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2024-05-07btrfs: count super block write errors in device instead of tracking folio err...Matthew Wilcox (Oracle)1-27/+19
2024-05-07btrfs: use the folio iterator in btrfs_end_super_write()Matthew Wilcox (Oracle)1-13/+6
2024-05-07btrfs: convert super block writes to folio in write_dev_supers()Matthew Wilcox (Oracle)1-10/+13
2024-05-07btrfs: convert super block writes to folio in wait_dev_supers()Matthew Wilcox (Oracle)1-11/+12
2024-05-07btrfs: use btrfs_is_testing() everywhereDavid Sterba1-2/+2
2024-05-07btrfs: initialize delayed inodes xarray without GFP_ATOMICFilipe Manana1-2/+1
2024-05-07btrfs: add a global per cpu counter to track number of used extent mapsFilipe Manana1-0/+9