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
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-01
aoe: Avoid flush_scheduled_work() usage
Tetsuo Handa
5
-5
/
+15
2022-04-30
zram: add a huge_idle writeback mode
Brian Geffon
1
-4
/
+6
2022-04-27
floppy: disable FDRAWCMD by default
Willy Tarreau
2
-11
/
+48
2022-04-26
null-blk: save memory footprint for struct nullb_cmd
Yu Kuai
1
-3
/
+5
2022-04-18
block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage
Jack Wang
1
-2
/
+12
2022-04-18
loop: don't destroy lo->workqueue in __loop_clr_fd
Christoph Hellwig
1
-13
/
+13
2022-04-18
loop: remove lo_refcount and avoid lo_mutex in ->open / ->release
Christoph Hellwig
2
-31
/
+7
2022-04-18
loop: avoid loop_validate_mutex/lo_mutex in ->release
Tetsuo Handa
1
-25
/
+13
2022-04-18
loop: suppress uevents while reconfiguring the device
Christoph Hellwig
1
-4
/
+21
2022-04-18
loop: implement ->free_disk
Christoph Hellwig
1
-4
/
+12
2022-04-18
loop: only freeze the queue in __loop_clr_fd when needed
Christoph Hellwig
1
-3
/
+9
2022-04-18
loop: don't freeze the queue in lo_release
Christoph Hellwig
1
-7
/
+0
2022-04-18
loop: remove the racy bd_inode->i_mapping->nrpages asserts
Christoph Hellwig
1
-20
/
+0
2022-04-18
loop: initialize the worker tracking fields once
Christoph Hellwig
1
-4
/
+3
2022-04-18
loop: de-duplicate the idle worker freeing code
Christoph Hellwig
1
-38
/
+35
2022-04-18
block: add a disk_openers helper
Christoph Hellwig
2
-4
/
+4
2022-04-18
zram: cleanup zram_remove
Christoph Hellwig
1
-6
/
+5
2022-04-18
zram: cleanup reset_store
Christoph Hellwig
1
-9
/
+9
2022-04-18
nbd: use the correct block_device in nbd_bdev_reset
Christoph Hellwig
1
-7
/
+7
2022-04-18
block: change exported IO accounting interface from gendisk to bdev
Ming Lei
1
-2
/
+3
2022-04-18
drbd: Return true/false (not 1/0) from bool functions
Haowen Bai
1
-1
/
+1
2022-04-18
drdb: Switch to kvfree_rcu() API
Uladzislau Rezki (Sony)
3
-12
/
+6
2022-04-18
drbd: Replace "unsigned" with "unsigned int"
Cai Huoqing
1
-4
/
+4
2022-04-18
drbd: Make use of PFN_UP helper macro
Cai Huoqing
3
-4
/
+4
2022-04-18
block: drbd: drbd_receiver: Remove redundant assignment to err
Jiapeng Chong
1
-1
/
+0
2022-04-18
drbd: address enum mismatch warnings
Arnd Bergmann
1
-11
/
+13
2022-04-18
drbd: fix duplicate array initializer
Arnd Bergmann
1
-5
/
+6
2022-04-18
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
6
-18
/
+18
2022-04-18
block: add a bdev_discard_granularity helper
Christoph Hellwig
3
-7
/
+7
2022-04-18
block: remove QUEUE_FLAG_DISCARD
Christoph Hellwig
13
-45
/
+10
2022-04-18
block: add a bdev_max_discard_sectors helper
Christoph Hellwig
3
-6
/
+7
2022-04-18
block: add a bdev_fua helper
Christoph Hellwig
1
-2
/
+1
2022-04-18
block: add a bdev_write_cache helper
Christoph Hellwig
2
-2
/
+2
2022-04-18
block: add a bdev_nonrot helper
Christoph Hellwig
1
-1
/
+1
2022-04-18
drbd: cleanup decide_on_discard_support
Christoph Hellwig
1
-33
/
+35
2022-04-18
drbd: use bdev_alignment_offset instead of queue_alignment_offset
Christoph Hellwig
1
-1
/
+1
2022-04-18
drbd: use bdev based limit helpers in drbd_send_sizes
Christoph Hellwig
1
-5
/
+7
2022-04-18
drbd: remove assign_p_sizes_qlim
Christoph Hellwig
1
-27
/
+20
2022-04-18
pktcdvd: stop using bio_reset
Christoph Hellwig
1
-16
/
+9
2022-04-18
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
1
-12
/
+13
2022-04-14
block: null_blk: end timed out poll request
Ming Lei
1
-1
/
+1
2022-04-06
drbd: set QUEUE_FLAG_STABLE_WRITES
Christoph Böhmwalder
1
-0
/
+1
2022-04-06
drbd: fix an invalid memory access caused by incorrect use of list iterator
Xiaomeng Tong
1
-4
/
+2
2022-04-06
drbd: Fix five use after free bugs in get_initial_state
Lv Yunlong
4
-33
/
+42
2022-04-02
Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+12
2022-04-02
Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"
Jens Axboe
1
-12
/
+12
2022-04-02
Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-33
/
+50
2022-04-01
drbd: remove check of list iterator against head past the loop body
Jakob Koschel
1
-15
/
+27
2022-04-01
drbd: remove usage of list iterator variable after loop
Jakob Koschel
1
-2
/
+5
2022-03-31
nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
Zhang Wensheng
1
-12
/
+12
[prev]
[next]