index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
disk-io.c
Age
Commit message (
Expand
)
Author
14 days
btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()
Filipe Manana
14 days
btrfs: raid56: enable bs > ps support
Qu Wenruo
2025-11-24
btrfs: make btrfs_repair_io_failure() handle bs > ps cases without large folios
Qu Wenruo
2025-11-24
btrfs: move and rename CSUM_FMT definition
David Sterba
2025-11-24
btrfs: remove btrfs_fs_info::compressed_write_workers
Qu Wenruo
2025-11-24
btrfs: headers cleanup to remove unnecessary local includes
Qu Wenruo
2025-10-06
Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-10-02
Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-10-01
btrfs: fix PAGE_SIZE format specifier in open_ctree()
Nathan Chancellor
2025-09-30
Merge tag 'for-6.18-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
2025-09-23
btrfs: add unlikely annotations to branches leading to EIO
David Sterba
2025-09-23
btrfs: add unlikely annotations to branches leading to EUCLEAN
David Sterba
2025-09-23
btrfs: enable experimental bs > ps support
Qu Wenruo
2025-09-23
btrfs: annotate btrfs_is_testing() as unlikely and make it return bool
Filipe Manana
2025-09-23
btrfs: always drop log root tree reference in btrfs_replay_log()
Filipe Manana
2025-09-23
btrfs: cache max and min order inside btrfs_fs_info
Qu Wenruo
2025-09-23
btrfs: fix typos in comments and strings
David Sterba
2025-09-23
btrfs: add workspace manager initialization for zstd
Qu Wenruo
2025-09-22
btrfs: convert several int parameters to bool
David Sterba
2025-09-22
btrfs: simplify support block size check
Qu Wenruo
2025-09-19
fs: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2025-09-13
btrfs: set AS_KERNEL_FILE on the btree_inode
Boris Burkov
2025-07-28
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
2025-07-22
btrfs: remove btrfs_clear_extent_bits()
Filipe Manana
2025-07-22
btrfs: index buffer_tree using node size
Daniel Vacek
2025-07-22
btrfs: call btrfs_close_devices() from ->kill_sb
Christoph Hellwig
2025-07-22
btrfs: qgroup: remove no longer used fs_info->qgroup_ulist
Filipe Manana
2025-07-21
btrfs: add btrfs prefix to is_fstree() and make it return bool
Filipe Manana
2025-07-21
btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
David Sterba
2025-07-21
btrfs: switch RCU helper versions to btrfs_warn()
David Sterba
2025-07-21
btrfs: zoned: reserve data_reloc block group on mount
Johannes Thumshirn
2025-06-30
btrfs: stop parsing crc32c driver name
Eric Biggers
2025-06-19
btrfs: handle csum tree error with rescue=ibadroots correctly
Qu Wenruo
2025-06-19
btrfs: fix race between async reclaim worker and close_ctree()
Filipe Manana
2025-06-19
btrfs: warn if leaking delayed_nodes in btrfs_put_root()
Leo Martins
2025-05-15
btrfs: log error codes during failures when writing super blocks
Filipe Manana
2025-05-15
btrfs: add block reserve for treelog
Naohiro Aota
2025-05-15
btrfs: get rid of btrfs_read_dev_super()
Qu Wenruo
2025-05-15
btrfs: merge btrfs_read_dev_one_super() into btrfs_read_disk_super()
Qu Wenruo
2025-05-15
btrfs: convert the buffer_radix to an xarray
Josef Bacik
2025-05-15
btrfs: rename btrfs_discard workqueue to btrfs-discard
David Sterba
2025-05-15
btrfs: change return type of btree_csum_one_bio() to int
David Sterba
2025-05-15
btrfs: merge __setup_root() to btrfs_alloc_root()
David Sterba
2025-05-15
btrfs: use list_first_entry() everywhere
David Sterba
2025-05-15
btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN
David Sterba
2025-05-15
btrfs: pass a physical address to btrfs_repair_io_failure()
Christoph Hellwig
2025-05-15
btrfs: rename remaining exported extent map functions
Filipe Manana
2025-05-15
btrfs: rename free_extent_state() to include a btrfs prefix
Filipe Manana
2025-05-15
btrfs: rename the functions to init and release an extent io tree
Filipe Manana
2025-05-15
btrfs: rename the functions to search for bits in extent ranges
Filipe Manana
[next]