index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-03
null_blk: pass transfer size to null_handle_rq()
Shin'ichiro Kawasaki
1
-2
/
+14
2025-03-03
null_blk: replace null_process_cmd() call in null_zone_write()
Shin'ichiro Kawasaki
3
-10
/
+21
2025-03-03
null_blk: introduce badblocks_once parameter
Shin'ichiro Kawasaki
2
-3
/
+9
2025-03-03
null_blk: generate null_blk configfs features string
Shin'ichiro Kawasaki
1
-37
/
+49
2025-03-03
ublk: complete command synchronously on error
Caleb Sander Mateos
1
-5
/
+6
2025-02-28
io_uring/ublk: report error when unregister operation fails
Caleb Sander Mateos
1
-2
/
+1
2025-02-28
ublk: zc register/unregister bvec
Keith Busch
1
-7
/
+52
2025-02-24
loop: take the file system minimum dio alignment into account
Christoph Hellwig
1
-26
/
+34
2025-02-24
loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
Christoph Hellwig
1
-1
/
+1
2025-02-24
loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file
Christoph Hellwig
1
-2
/
+2
2025-02-24
loop: factor out a loop_assign_backing_file helper
Christoph Hellwig
1
-10
/
+10
2025-02-18
Revert "driver: block: release the lo_work_lock before queue_work"
Zhaoyang Huang
1
-1
/
+1
2025-02-18
null_blk: Switch to use hrtimer_setup()
Nam Cao
1
-4
/
+3
2025-02-11
loop: release the lo_work_lock before queue_work
Zhaoyang Huang
1
-1
/
+1
2025-02-07
Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+2
2025-02-02
drivers/block/sunvdc.c: update the correct AIP call
Stephen Rothwell
1
-2
/
+2
2025-01-31
Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux
Linus Torvalds
8
-25
/
+35
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
8
-23
/
+34
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-3
/
+3
2025-01-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-3
/
+25
2025-01-27
loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}
Christoph Hellwig
1
-2
/
+1
2025-01-27
virtio_blk: Add support for transport error recovery
Israel Rukshin
1
-3
/
+25
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-135
/
+170
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2025-01-25
zram: remove zcomp_stream_put() from write_incompressible_page()
Sergey Senozhatsky
1
-1
/
+0
2025-01-25
zram: cond_resched() in writeback loop
Sergey Senozhatsky
1
-0
/
+2
2025-01-25
zram: use zram_read_from_zspool() in writeback
Sergey Senozhatsky
1
-7
/
+4
2025-01-25
zram: factor out different page types read
Sergey Senozhatsky
1
-33
/
+52
2025-01-25
zram: factor out ZRAM_HUGE write
Sergey Senozhatsky
1
-53
/
+83
2025-01-25
zram: factor out ZRAM_SAME write
Sergey Senozhatsky
1
-16
/
+21
2025-01-25
zram: remove entry element member
Sergey Senozhatsky
2
-22
/
+6
2025-01-25
zram: free slot memory early during write
Sergey Senozhatsky
1
-6
/
+5
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
21
-157
/
+236
2025-01-13
nbd: fix partial sending
Ming Lei
1
-10
/
+85
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
2
-14
/
+27
2025-01-12
xen/blkback: convert timeouts to secs_to_jiffies()
Easwar Hariharan
1
-1
/
+1
2025-01-12
zram: fix potential UAF of zram table
Kairui Song
1
-0
/
+1
2025-01-10
loop: remove the use_dio field in struct loop_device
Christoph Hellwig
1
-22
/
+17
2025-01-10
loop: don't freeze the queue in loop_update_dio
Christoph Hellwig
1
-4
/
+4
2025-01-10
loop: allow loop_set_status to re-enable direct I/O
Christoph Hellwig
1
-8
/
+3
2025-01-10
loop: open code the direct I/O flag update in loop_set_dio
Christoph Hellwig
1
-8
/
+20
2025-01-10
loop: only write back pagecache when starting to to use direct I/O
Christoph Hellwig
1
-2
/
+3
2025-01-10
loop: create a lo_can_use_dio helper
Christoph Hellwig
1
-11
/
+14
2025-01-10
loop: update commands in loop_set_status still referring to transfers
Christoph Hellwig
1
-2
/
+2
2025-01-10
loop: move updating lo_flags out of loop_set_status_from_info
Christoph Hellwig
1
-15
/
+8
2025-01-10
loop: fix queue freeze vs limits lock order
Christoph Hellwig
1
-2
/
+16
2025-01-10
loop: refactor queue limits updates
Christoph Hellwig
1
-16
/
+20
2025-01-10
nbd: fix queue freeze vs limits lock order
Christoph Hellwig
1
-15
/
+2
2025-01-10
block: add a queue_limits_commit_update_frozen helper
Christoph Hellwig
1
-3
/
+1
2025-01-06
nbd: don't allow reconnect after disconnect
Yu Kuai
1
-0
/
+1
[prev]
[next]