index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-05
btrfs: move btrfs_chunk_item_size out of ctree.h
Josef Bacik
1
-0
/
+8
2022-12-05
btrfs: auto enable discard=async when possible
David Sterba
1
-0
/
+2
2022-11-07
btrfs: zoned: initialize device's zone info for seeding
Johannes Thumshirn
1
-1
/
+1
2022-10-24
btrfs: reorder btrfs_bio for better packing
David Sterba
1
-1
/
+1
2022-09-26
btrfs: move btrfs_swapfile_pin into volumes.h
Josef Bacik
1
-0
/
+25
2022-09-26
btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h
Josef Bacik
1
-0
/
+2
2022-09-26
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
1
-4
/
+16
2022-09-26
btrfs: use chained bios when cloning
Christoph Hellwig
1
-1
/
+0
2022-09-26
btrfs: pass the operation to btrfs_bio_alloc
Christoph Hellwig
1
-1
/
+1
2022-09-26
btrfs: move btrfs_bio allocation to volumes.c
Christoph Hellwig
1
-0
/
+6
2022-07-25
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
1
-2
/
+1
2022-07-25
btrfs: increase direct io read size limit to 256 sectors
Christoph Hellwig
1
-0
/
+7
2022-07-25
btrfs: use btrfs_raid_array to calculate number of parity stripes
Qu Wenruo
1
-0
/
+1
2022-07-25
btrfs: remove parameter dev_extent_len from scrub_stripe()
Qu Wenruo
1
-0
/
+1
2022-07-25
btrfs: split discard handling out of btrfs_map_block
Christoph Hellwig
1
-1
/
+9
2022-07-25
btrfs: do not allocate a btrfs_bio for low-level bios
Christoph Hellwig
1
-1
/
+6
2022-07-25
btrfs: remove btrfs_end_io_wq
Christoph Hellwig
1
-0
/
+3
2022-07-25
btrfs: add a helper to iterate through a btrfs_bio with sector sized chunks
Qu Wenruo
1
-0
/
+16
2022-05-25
Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-4
/
+38
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2022-05-16
btrfs: use ilog2() to replace if () branches for btrfs_bg_flags_to_raid_index()
Qu Wenruo
1
-9
/
+30
2022-05-16
btrfs: move definition of btrfs_raid_types to volumes.h
Qu Wenruo
1
-0
/
+13
2022-05-16
btrfs: reduce width for stripe_len from u64 to u32
Qu Wenruo
1
-4
/
+4
2022-04-19
btrfs: fix direct I/O read repair for split bios
Christoph Hellwig
1
-0
/
+3
2022-04-18
btrfs: simplify ->flush_bio handling
Christoph Hellwig
1
-2
/
+2
2022-03-14
btrfs: add device major-minor info in the struct btrfs_device
Anand Jain
1
-0
/
+5
2022-03-14
btrfs: match stale devices by dev_t
Anand Jain
1
-1
/
+1
2022-01-07
btrfs: remove reada infrastructure
Qu Wenruo
1
-7
/
+0
2022-01-07
btrfs: zoned: sink zone check into btrfs_repair_one_zone
Johannes Thumshirn
1
-1
/
+1
2021-10-26
btrfs: use btrfs_get_dev_args_from_path in dev removal ioctls
Josef Bacik
1
-1
/
+1
2021-10-26
btrfs: add a btrfs_get_dev_args_from_path helper
Josef Bacik
1
-0
/
+4
2021-10-26
btrfs: handle device lookup with btrfs_dev_lookup_args
Josef Bacik
1
-2
/
+18
2021-10-26
btrfs: add comments for device counts in struct btrfs_fs_devices
Anand Jain
1
-0
/
+19
2021-10-26
btrfs: remove btrfs_bio::logical member
Qu Wenruo
1
-1
/
+0
2021-10-26
btrfs: rename struct btrfs_io_bio to btrfs_bio
Qu Wenruo
1
-15
/
+14
2021-10-26
btrfs: rename btrfs_bio to btrfs_io_context
Qu Wenruo
1
-11
/
+27
2021-10-26
btrfs: convert latest_bdev type to btrfs_device and rename
Anand Jain
1
-1
/
+5
2021-10-26
btrfs: rename and switch to bool btrfs_chunk_readonly
Anand Jain
1
-1
/
+1
2021-10-25
btrfs: rename btrfs_alloc_chunk to btrfs_create_chunk
Nikolay Borisov
1
-1
/
+1
2021-09-07
btrfs: delay blkdev_put until after the device remove
Josef Bacik
1
-1
/
+2
2021-08-23
btrfs: uninline btrfs_bg_flags_to_raid_index
David Sterba
1
-26
/
+1
2021-08-23
btrfs: make btrfs_finish_chunk_alloc private to block-group.c
Nikolay Borisov
1
-2
/
+0
2021-07-07
btrfs: rework chunk allocation to avoid exhaustion of the system chunk array
Filipe Manana
1
-1
/
+4
2021-06-21
btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
Qu Wenruo
1
-1
/
+1
2021-06-21
btrfs: scrub: per-device bandwidth control
David Sterba
1
-0
/
+3
2021-04-20
btrfs: zoned: automatically reclaim zones
Johannes Thumshirn
1
-0
/
+1
2021-02-09
btrfs: zoned: relocate block group to repair IO failure in zoned filesystems
Naohiro Aota
1
-0
/
+1
2021-02-09
btrfs: zoned: handle REQ_OP_ZONE_APPEND as writing
Naohiro Aota
1
-0
/
+1
2021-02-09
btrfs: zoned: implement zoned chunk allocator
Naohiro Aota
1
-0
/
+1
2021-02-09
btrfs: let callers of btrfs_get_io_geometry pass the em
Michal Rostecki
1
-2
/
+3
[next]