index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-01
Merge tag 'for-5.16/passthrough-flag-2021-10-29' of git://git.kernel.dk/linux...
Linus Torvalds
1
-2
/
+2
2021-11-01
Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
26
-54
/
+41
2021-11-01
Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
19
-151
/
+600
2021-10-29
block: remove blk_{get,put}_request
Christoph Hellwig
1
-2
/
+2
2021-10-29
bcache: replace snprintf in show functions with sysfs_emit
Qing Wang
2
-19
/
+16
2021-10-29
bcache: move uapi header bcache.h to bcache code directory
Coly Li
5
-4
/
+450
2021-10-21
blk-crypto: rename blk_keyslot_manager to blk_crypto_profile
Eric Biggers
3
-91
/
+87
2021-10-21
blk-crypto: rename keyslot-manager files to blk-crypto-profile
Eric Biggers
2
-2
/
+2
2021-10-21
bcache: add error handling support for add_disk()
Luis Chamberlain
1
-5
/
+12
2021-10-21
dm: add add_disk() error handling
Luis Chamberlain
1
-1
/
+3
2021-10-20
bcache: remove bch_crc64_update
Christoph Hellwig
3
-10
/
+2
2021-10-20
bcache: use bvec_kmap_local in bch_data_verify
Christoph Hellwig
1
-6
/
+5
2021-10-20
bcache: remove the backing_dev_name field from struct cached_dev
Christoph Hellwig
6
-39
/
+29
2021-10-20
bcache: remove the cache_dev_name field from struct cache
Christoph Hellwig
3
-10
/
+7
2021-10-20
bcache: move calc_cached_dev_sectors to proper place on backing device detach
Lin Feng
1
-1
/
+1
2021-10-20
bcache: fix error info in register_bcache()
Chao Yu
1
-3
/
+10
2021-10-20
md: bcache: Fix spelling of 'acquire'
Ding Senjie
1
-1
/
+1
2021-10-18
md: update superblock after changing rdev flags in state_store
Xiao Ni
1
-1
/
+10
2021-10-18
md: remove unused argument from md_new_event
Guoqing Jiang
4
-18
/
+18
2021-10-18
md/raid5: call roundup_pow_of_two in raid5_run
Guoqing Jiang
1
-4
/
+1
2021-10-18
md/raid1: use rdev in raid1_write_request directly
Guoqing Jiang
1
-6
/
+5
2021-10-18
md/raid1: only allocate write behind bio for WriteMostly device
Guoqing Jiang
1
-1
/
+1
2021-10-18
md: properly unwind when failing to add the kobject in md_alloc
Christoph Hellwig
1
-20
/
+17
2021-10-18
md: extend disks_mutex coverage
Christoph Hellwig
1
-1
/
+1
2021-10-18
md: add the bitmap group to the default groups for the md kobject
Christoph Hellwig
1
-5
/
+11
2021-10-18
md: add error handling support for add_disk()
Luis Chamberlain
1
-1
/
+5
2021-10-18
md: use bdev_nr_sectors instead of open coding it
Christoph Hellwig
1
-15
/
+11
2021-10-18
dm: use bdev_nr_sectors and bdev_nr_bytes instead of open coding them
Christoph Hellwig
22
-33
/
+28
2021-10-18
bcache: remove bdev_sectors
Christoph Hellwig
3
-6
/
+2
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
4
-34
/
+21
2021-10-18
block: move struct request to blk-mq.h
Christoph Hellwig
1
-0
/
+1
2021-10-18
block: move integrity handling out of <linux/blkdev.h>
Christoph Hellwig
4
-0
/
+4
2021-10-18
block: drop unused includes in <linux/genhd.h>
Christoph Hellwig
1
-0
/
+1
2021-10-18
block: drop unused includes in <linux/blkdev.h>
Christoph Hellwig
1
-0
/
+1
2021-10-18
block: remove the unused rq_end_sector macro
Christoph Hellwig
1
-1
/
+0
2021-10-18
mm: don't include <linux/blk-cgroup.h> in <linux/backing-dev.h>
Christoph Hellwig
1
-0
/
+1
2021-10-12
dm: fix mempool NULL pointer race when completing IO
Jiazi Li
1
-7
/
+10
2021-10-12
dm rq: don't queue request to blk-mq during DM suspend
Ming Lei
1
-0
/
+8
2021-10-12
dm clone: make array 'descs' static
Colin Ian King
1
-1
/
+1
2021-10-12
dm verity: skip redundant verity_handle_err() on I/O errors
Akilesh Kailash
1
-3
/
+12
2021-09-22
md: fix a lock order reversal in md_alloc
Christoph Hellwig
1
-5
/
+0
2021-09-09
Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-8
/
+3
2021-09-02
Merge tag 'integrity-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+2
2021-08-31
Merge tag 'for-5.15/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
37
-194
/
+1493
2021-08-30
Merge tag 'for-5.15/drivers-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-4
/
+29
2021-08-30
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-48
/
+41
2021-08-28
md/raid5: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
1
-2
/
+2
2021-08-27
raid1: ensure write behind bio has less than BIO_MAX_VECS sectors
Guoqing Jiang
1
-0
/
+19
2021-08-26
dax: move the dax_read_lock() locking into dax_supported
Christoph Hellwig
1
-7
/
+2
2021-08-26
dm: use fs_dax_get_by_bdev instead of dax_get_by_host
Christoph Hellwig
1
-1
/
+1
[next]