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.13.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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-17
btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
Dominique Martinet
1
-0
/
+1
2024-05-17
btrfs: return accurate error code on open failure in open_fs_devices()
Anand Jain
1
-5
/
+12
2024-04-13
btrfs: handle chunk tree lookup error in btrfs_relocate_sys_chunks()
David Sterba
1
-1
/
+11
2024-04-03
btrfs: fix off-by-one chunk length calculation at contains_pending_extent()
Filipe Manana
1
-1
/
+1
2023-12-08
btrfs: make error messages more clear when getting a chunk map
Filipe Manana
1
-3
/
+4
2023-12-08
btrfs: fix off-by-one when checking chunk map includes logical address
Filipe Manana
1
-1
/
+1
2023-10-25
btrfs: fix stripe length calculation for non-zoned data chunk allocation
Zygo Blaxell
1
-1
/
+1
2023-09-23
btrfs: add a helper to read the superblock metadata_uuid
Anand Jain
1
-0
/
+8
2023-08-23
btrfs: fix BUG_ON condition in btrfs_cancel_balance
xiaoshoukui
1
-2
/
+1
2023-07-27
btrfs: be a bit more careful when setting mirror_num_ret in btrfs_map_block
Christoph Hellwig
1
-2
/
+4
2023-07-27
btrfs: fix race between balance and cancel/pause
Josef Bacik
1
-10
/
+4
2023-05-01
btrfs: fix uninitialized variable warnings
Genjian Zhang
1
-1
/
+1
2023-04-06
btrfs: scan device in non-exclusive mode
Anand Jain
1
-1
/
+10
2023-04-06
btrfs: fix deadlock when aborting transaction during relocation with scrub
Filipe Manana
1
-1
/
+8
2023-03-17
btrfs: fix unnecessary increment of read error stat on write error
Naohiro Aota
1
-1
/
+1
2023-02-14
btrfs: free device in btrfs_close_devices for a single device filesystem
Anand Jain
1
-1
/
+15
2023-02-14
btrfs: limit device extents to the device size
Josef Bacik
1
-1
/
+5
2023-01-24
btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...
Qu Wenruo
1
-1
/
+10
2023-01-07
btrfs: fix extent map use-after-free when handling missing device in read_one...
void0red
1
-1
/
+2
2022-11-07
btrfs: zoned: initialize device's zone info for seeding
Johannes Thumshirn
1
-2
/
+9
2022-11-07
btrfs: zoned: clone zoned device info when cloning a device
Johannes Thumshirn
1
-0
/
+12
2022-11-07
btrfs: fix match incorrectly in dev_args_match_device
Liu Shixin
1
-8
/
+8
2022-10-25
btrfs: don't use btrfs_chunk::sub_stripes from disk
Qu Wenruo
1
-1
/
+11
2022-09-26
btrfs: check superblock to ensure the fs was not modified at thaw time
Qu Wenruo
1
-1
/
+1
2022-09-26
btrfs: stop allocation a btrfs_io_context for simple I/O
Christoph Hellwig
1
-37
/
+57
2022-09-26
btrfs: add fast path for single device io in __btrfs_map_block
Christoph Hellwig
1
-14
/
+46
2022-09-26
btrfs: decide bio cloning inside submit_stripe_bio
Christoph Hellwig
1
-9
/
+5
2022-09-26
btrfs: factor out low-level bio setup from submit_stripe_bio
Christoph Hellwig
1
-23
/
+28
2022-09-26
btrfs: give struct btrfs_bio a real end_io handler
Christoph Hellwig
1
-16
/
+14
2022-09-26
btrfs: properly abstract the parity raid bio handling
Christoph Hellwig
1
-1
/
+17
2022-09-26
btrfs: use chained bios when cloning
Christoph Hellwig
1
-44
/
+50
2022-09-26
btrfs: don't take a bio_counter reference for cloned bios
Christoph Hellwig
1
-4
/
+2
2022-09-26
btrfs: pass the operation to btrfs_bio_alloc
Christoph Hellwig
1
-2
/
+2
2022-09-26
btrfs: move btrfs_bio allocation to volumes.c
Christoph Hellwig
1
-0
/
+58
2022-09-26
btrfs: remove lock protection for BLOCK_GROUP_FLAG_RELOCATING_REPAIR
Josef Bacik
1
-3
/
+0
2022-09-26
btrfs: remove lock protection for BLOCK_GROUP_FLAG_TO_COPY
Josef Bacik
1
-2
/
+0
2022-09-26
btrfs: convert block group bit field to use bit helpers
Josef Bacik
1
-5
/
+4
2022-09-06
btrfs: fix the max chunk size and stripe length calculation
Qu Wenruo
1
-0
/
+3
2022-08-22
btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()
Zixuan Fu
1
-1
/
+4
2022-07-25
btrfs: merge btrfs_dev_stat_print_on_error with its only caller
Christoph Hellwig
1
-5
/
+0
2022-07-25
btrfs: raid56: transfer the bio counter reference to the raid submission helpers
Christoph Hellwig
1
-8
/
+7
2022-07-25
btrfs: do not return errors from raid56_parity_recover
Christoph Hellwig
1
-1
/
+1
2022-07-25
btrfs: do not return errors from raid56_parity_write
Christoph Hellwig
1
-1
/
+1
2022-07-25
btrfs: do not return errors from btrfs_map_bio
Christoph Hellwig
1
-5
/
+7
2022-07-25
btrfs: return proper mapped length for RAID56 profiles in __btrfs_map_block()
Qu Wenruo
1
-1
/
+4
2022-07-25
btrfs: raid56: use fixed stripe length everywhere
Christoph Hellwig
1
-8
/
+5
2022-07-25
btrfs: clean up chained assignments
David Sterba
1
-1
/
+2
2022-07-25
btrfs: warn about dev extents that are inside the reserved range
Qu Wenruo
1
-0
/
+10
2022-07-25
btrfs: use named constant for reserved device space
Qu Wenruo
1
-6
/
+1
2022-07-25
btrfs: use ncopies from btrfs_raid_array in btrfs_num_copies()
Qu Wenruo
1
-7
/
+7
[next]