开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
2023-04-17
btrfs: fix uninitialized variable warnings
Genjian Zhang
2023-04-17
btrfs: introduce a new helper to submit write bio for repair
Qu Wenruo
2023-04-17
btrfs: remove redundant release of btrfs_device::alloc_state
Anand Jain
2023-04-17
btrfs: warn for any missed cleanup at btrfs_close_one_device
Anand Jain
2023-04-17
btrfs: remove bytes_used argument from btrfs_make_block_group()
Filipe Manana
2023-04-17
btrfs: do not use replace target device as an extra mirror
Qu Wenruo
2023-04-17
btrfs: replace btrfs_io_context::raid_map with a fixed u64 value
Qu Wenruo
2023-04-17
btrfs: use an efficient way to represent source of duplicated stripes
Qu Wenruo
2023-04-17
btrfs: reduce type width of btrfs_io_contexts
Qu Wenruo
2023-04-17
btrfs: simplify the bioc argument for handle_ops_on_dev_replace()
Qu Wenruo
2023-04-17
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
2023-03-28
btrfs: fix deadlock when aborting transaction during relocation with scrub
Filipe Manana
2023-03-28
btrfs: scan device in non-exclusive mode
Anand Jain
2023-03-15
btrfs: handle missing chunk mapping more gracefully
Qu Wenruo
2023-02-15
btrfs: remove struct btrfs_io_geometry
Christoph Hellwig
2023-02-15
btrfs: fix spelling mistakes found using codespell
Colin Ian King
2023-02-09
btrfs: free device in btrfs_close_devices for a single device filesystem
Anand Jain
2023-01-25
btrfs: limit device extents to the device size
Josef Bacik
2023-01-16
btrfs: stop using write_one_page in btrfs_scratch_superblock
Christoph Hellwig
2023-01-16
btrfs: factor out scratching of one regular super block
Christoph Hellwig
2023-01-11
btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...
Qu Wenruo
2022-12-05
btrfs: fix extent map use-after-free when handling missing device in read_one...
void0red
2022-12-05
btrfs: split the bio submission path into a separate file
Christoph Hellwig
2022-12-05
btrfs: allocate btrfs_io_context without GFP_NOFAIL
Li zeming
2022-12-05
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
2022-12-05
btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()
Anand Jain
2022-12-05
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
2022-12-05
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
2022-12-05
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
2022-12-05
btrfs: update function comments
David Sterba
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: auto enable discard=async when possible
David Sterba
2022-11-07
btrfs: zoned: initialize device's zone info for seeding
Johannes Thumshirn
2022-11-07
btrfs: zoned: clone zoned device info when cloning a device
Johannes Thumshirn
2022-11-07
btrfs: fix match incorrectly in dev_args_match_device
Liu Shixin
2022-10-25
btrfs: don't use btrfs_chunk::sub_stripes from disk
Qu Wenruo
2022-09-26
btrfs: check superblock to ensure the fs was not modified at thaw time
Qu Wenruo
2022-09-26
btrfs: stop allocation a btrfs_io_context for simple I/O
Christoph Hellwig
2022-09-26
btrfs: add fast path for single device io in __btrfs_map_block
Christoph Hellwig
2022-09-26
btrfs: decide bio cloning inside submit_stripe_bio
Christoph Hellwig
2022-09-26
btrfs: factor out low-level bio setup from submit_stripe_bio
Christoph Hellwig
2022-09-26
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
2022-09-26
btrfs: properly abstract the parity raid bio handling
Christoph Hellwig
2022-09-26
btrfs: use chained bios when cloning
Christoph Hellwig
[next]