aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/disk-io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-06Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2025-10-01btrfs: fix PAGE_SIZE format specifier in open_ctree()Nathan Chancellor1-1/+1
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-48/+49
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba1-12/+12
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba1-14/+14
2025-09-23btrfs: enable experimental bs > ps supportQu Wenruo1-2/+12
2025-09-23btrfs: annotate btrfs_is_testing() as unlikely and make it return boolFilipe Manana1-2/+1
2025-09-23btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana1-1/+1
2025-09-23btrfs: cache max and min order inside btrfs_fs_infoQu Wenruo1-0/+2
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba1-1/+1
2025-09-23btrfs: add workspace manager initialization for zstdQu Wenruo1-0/+4
2025-09-22btrfs: convert several int parameters to boolDavid Sterba1-2/+2
2025-09-22btrfs: simplify support block size checkQu Wenruo1-15/+1
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-1/+1
2025-09-13btrfs: set AS_KERNEL_FILE on the btree_inodeBoris Burkov1-0/+1
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds1-6/+2
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana1-1/+1
2025-07-22btrfs: index buffer_tree using node sizeDaniel Vacek1-0/+1
2025-07-22btrfs: call btrfs_close_devices() from ->kill_sbChristoph Hellwig1-2/+2
2025-07-22btrfs: qgroup: remove no longer used fs_info->qgroup_ulistFilipe Manana1-1/+0
2025-07-21btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana1-4/+4
2025-07-21btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba1-1/+1
2025-07-21btrfs: switch RCU helper versions to btrfs_warn()David Sterba1-1/+1
2025-07-21btrfs: zoned: reserve data_reloc block group on mountJohannes Thumshirn1-0/+1
2025-06-30btrfs: stop parsing crc32c driver nameEric Biggers1-6/+2
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...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