index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
volumes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-15
btrfs: handle missing chunk mapping more gracefully
Qu Wenruo
1
-1
/
+2
2023-02-15
btrfs: remove struct btrfs_io_geometry
Christoph Hellwig
1
-83
/
+31
2023-02-15
btrfs: fix spelling mistakes found using codespell
Colin Ian King
1
-1
/
+1
2023-02-09
btrfs: free device in btrfs_close_devices for a single device filesystem
Anand Jain
1
-1
/
+15
2023-01-25
btrfs: limit device extents to the device size
Josef Bacik
1
-1
/
+5
2023-01-16
btrfs: stop using write_one_page in btrfs_scratch_superblock
Christoph Hellwig
1
-9
/
+8
2023-01-16
btrfs: factor out scratching of one regular super block
Christoph Hellwig
1
-25
/
+26
2023-01-11
btrfs: add extra error messages to cover non-ENOMEM errors from device_add_li...
Qu Wenruo
1
-1
/
+10
2022-12-05
btrfs: fix extent map use-after-free when handling missing device in read_one...
void0red
1
-1
/
+2
2022-12-05
btrfs: split the bio submission path into a separate file
Christoph Hellwig
1
-291
/
+5
2022-12-05
btrfs: allocate btrfs_io_context without GFP_NOFAIL
Li zeming
1
-1
/
+4
2022-12-05
btrfs: use btrfs_dev_name() helper to handle missing devices better
Qu Wenruo
1
-8
/
+8
2022-12-05
btrfs: move device->name RCU allocation and assign to btrfs_alloc_device()
Anand Jain
1
-37
/
+31
2022-12-05
btrfs: drop private_data parameter from extent_io_tree_init
David Sterba
1
-2
/
+1
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
1
-7
/
+5
2022-12-05
btrfs: move super_block specific helpers into super.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move scrub prototypes into scrub.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move relocation prototypes into relocation.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move ioctl prototypes into ioctl.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move uuid tree prototypes to uuid-tree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: update function comments
David Sterba
1
-20
/
+23
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
1
-0
/
+1
2022-12-05
btrfs: auto enable discard=async when possible
David Sterba
1
-0
/
+3
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
[prev]
[next]