summaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)Author
14 daysbtrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()Filipe Manana
14 daysbtrfs: raid56: enable bs > ps supportQu Wenruo
2025-11-24btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large foliosQu Wenruo
2025-11-24btrfs: move and rename CSUM_FMT definitionDavid Sterba
2025-11-24btrfs: remove btrfs_fs_info::compressed_write_workersQu Wenruo
2025-11-24btrfs: headers cleanup to remove unnecessary local includesQu Wenruo
2025-10-06Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-01btrfs: fix PAGE_SIZE format specifier in open_ctree()Nathan Chancellor
2025-09-30Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2025-09-23btrfs: add unlikely annotations to branches leading to EIODavid Sterba
2025-09-23btrfs: add unlikely annotations to branches leading to EUCLEANDavid Sterba
2025-09-23btrfs: enable experimental bs > ps supportQu Wenruo
2025-09-23btrfs: annotate btrfs_is_testing() as unlikely and make it return boolFilipe Manana
2025-09-23btrfs: always drop log root tree reference in btrfs_replay_log()Filipe Manana
2025-09-23btrfs: cache max and min order inside btrfs_fs_infoQu Wenruo
2025-09-23btrfs: fix typos in comments and stringsDavid Sterba
2025-09-23btrfs: add workspace manager initialization for zstdQu Wenruo
2025-09-22btrfs: convert several int parameters to boolDavid Sterba
2025-09-22btrfs: simplify support block size checkQu Wenruo
2025-09-19fs: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-13btrfs: set AS_KERNEL_FILE on the btree_inodeBoris Burkov
2025-07-28Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-07-22btrfs: remove btrfs_clear_extent_bits()Filipe Manana
2025-07-22btrfs: index buffer_tree using node sizeDaniel Vacek
2025-07-22btrfs: call btrfs_close_devices() from ->kill_sbChristoph Hellwig
2025-07-22btrfs: qgroup: remove no longer used fs_info->qgroup_ulistFilipe Manana
2025-07-21btrfs: add btrfs prefix to is_fstree() and make it return boolFilipe Manana
2025-07-21btrfs: use our message helpers instead of pr_err/pr_warn/pr_infoDavid Sterba
2025-07-21btrfs: switch RCU helper versions to btrfs_warn()David Sterba
2025-07-21btrfs: zoned: reserve data_reloc block group on mountJohannes Thumshirn
2025-06-30btrfs: stop parsing crc32c driver nameEric Biggers
2025-06-19btrfs: handle csum tree error with rescue=ibadroots correctlyQu Wenruo
2025-06-19btrfs: fix race between async reclaim worker and close_ctree()Filipe Manana
2025-06-19btrfs: warn if leaking delayed_nodes in btrfs_put_root()Leo Martins
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