index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
29
-2904
/
+367
|
\
|
*
drivers/block/null_blk/main: Fix a double free in null_init.
Lv Yunlong
2021-04-26
1
-0
/
+1
|
*
brd: expose number of allocated pages in debugfs
Calvin Owens
2021-04-21
1
-1
/
+18
|
*
ataflop: fix off by one in ataflop_probe()
Dan Carpenter
2021-04-21
1
-1
/
+4
|
*
ataflop: potential out of bounds in do_format()
Dan Carpenter
2021-04-21
1
-6
/
+5
|
*
drbd: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2021-04-20
2
-0
/
+2
|
*
block/rnbd: Use strscpy instead of strlcpy
Dima Stepanov
2021-04-20
3
-8
/
+8
|
*
block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name
Dima Stepanov
2021-04-20
1
-5
/
+1
|
*
block/rnbd-clt: Remove max_segment_size
Jack Wang
2021-04-20
1
-1
/
+0
|
*
block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes
Md Haris Iqbal
2021-04-20
2
-1
/
+9
|
*
block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev
Gioh Kim
2021-04-20
1
-24
/
+15
|
*
block/rnbd-clt: Support polling mode for IO latency optimization
Gioh Kim
2021-04-20
3
-20
/
+129
|
*
block/rnbd-clt: Fix missing a memory free when unloading the module
Gioh Kim
2021-04-20
1
-3
/
+7
|
*
block/rnbd-clt: Improve find_or_create_sess() return check
Tom Rix
2021-04-20
1
-6
/
+4
|
*
block/rnbd-srv: Remove force_close file after holding a lock
Gioh Kim
2021-04-20
3
-6
/
+7
|
*
block/rnbd-srv: Prevent a deadlock generated by accessing sysfs in parallel
Gioh Kim
2021-04-20
1
-1
/
+3
|
*
block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}
Gioh Kim
2021-04-20
1
-25
/
+17
|
*
block/rnbd: Kill destroy_device_cb
Guoqing Jiang
2021-04-20
1
-11
/
+4
|
*
block/rnbd: Kill rnbd_clt_destroy_default_group
Guoqing Jiang
2021-04-20
3
-7
/
+1
|
*
block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_disk
Guoqing Jiang
2021-04-20
1
-2
/
+1
|
*
block/rnbd-clt: Remove some arguments from rnbd_client_setup_device
Guoqing Jiang
2021-04-20
1
-4
/
+3
|
*
block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpath
Guoqing Jiang
2021-04-20
1
-5
/
+4
|
*
floppy: cleanups: remove FLOPPY_SILENT_DCL_CLEAR undef
Denis Efremov
2021-04-20
1
-2
/
+0
|
*
floppy: cleanups: use memcpy() to copy reply_buffer
Denis Efremov
2021-04-20
1
-4
/
+1
|
*
floppy: cleanups: use memset() to zero reply_buffer
Denis Efremov
2021-04-20
1
-3
/
+1
|
*
floppy: cleanups: use ST0 as reply_buffer index 0
Denis Efremov
2021-04-20
1
-6
/
+6
|
*
null_blk: add option for managing virtual boundary
Max Gurtovoy
2021-04-12
2
-1
/
+12
|
*
drbd: use DEFINE_SPINLOCK() for spinlock
Guobin Huang
2021-04-06
1
-4
/
+1
|
*
swim3: support highmem
Christoph Hellwig
2021-04-06
1
-9
/
+25
|
*
floppy: always use the track buffer
Christoph Hellwig
2021-04-06
1
-111
/
+25
|
*
swim: don't call blk_queue_bounce_limit
Christoph Hellwig
2021-04-06
2
-3
/
+1
|
*
block: drbd: drbd_nl: Demote half-complete kernel-doc headers
Lee Jones
2021-04-06
1
-2
/
+2
|
*
block: xen-blkfront: Demote kernel-doc abuses
Lee Jones
2021-04-06
1
-3
/
+3
|
*
block: drbd: drbd_receiver: Demote less than half complete kernel-doc header
Lee Jones
2021-04-06
1
-1
/
+1
|
*
block: drbd: drbd_main: Fix a bunch of function documentation discrepancies
Lee Jones
2021-04-06
1
-14
/
+15
|
*
block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicit
Lee Jones
2021-04-06
1
-5
/
+8
|
*
block: drbd: drbd_main: Remove duplicate field initialisation
Lee Jones
2021-04-06
1
-1
/
+0
|
*
block: drbd: drbd_receiver: Demote non-conformant kernel-doc headers
Lee Jones
2021-04-06
1
-13
/
+11
|
*
block: drbd: drbd_state: Fix some function documentation issues
Lee Jones
2021-04-06
1
-3
/
+4
|
*
block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unused
Lee Jones
2021-04-06
1
-1
/
+1
|
*
block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another header
Lee Jones
2021-04-06
1
-3
/
+5
|
*
mtip32xx: use LIST_HEAD() for list_head
Shixin Liu
2021-03-29
1
-5
/
+2
|
*
mtip32xx: use DEFINE_SPINLOCK() for spinlock
Shixin Liu
2021-03-29
1
-3
/
+1
|
*
paride/pd: remove ->revalidate_disk
Christoph Hellwig
2021-03-29
1
-11
/
+0
|
*
drivers/block: remove the umem driver
Davidlohr Bueso
2021-03-24
4
-1280
/
+0
|
*
rsxx: remove extraneous 'const' qualifier
Arnd Bergmann
2021-03-24
1
-1
/
+1
|
*
xsysace: Remove SYSACE driver
Michal Simek
2021-03-23
3
-1280
/
+0
*
|
Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
1
-0
/
+36
|
\
\
|
*
|
block: move bio_list_copy_data to pktcdvd
Christoph Hellwig
2021-04-12
1
-0
/
+36
*
|
|
xen-blkfront: Fix 'physical' typos
Bjorn Helgaas
2021-04-23
1
-1
/
+1
[next]