index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
Lines
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
-175
/
+259
2025-03-26
Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux
Linus Torvalds
-7
/
+49
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-4
/
+3
2025-03-19
ublk: remove io_cmds list in ublk_queue
Uday Shankar
-35
/
+11
2025-03-18
loop: move vfs_fsync() out of loop_update_dio()
Ming Lei
-6
/
+14
2025-03-16
zram: add might_sleep to zcomp API
Sergey Senozhatsky
-0
/
+2
2025-03-16
zram: do not leak page on writeback_store error path
Sergey Senozhatsky
-2
/
+4
2025-03-16
zram: do not leak page on recompress_store error path
Sergey Senozhatsky
-3
/
+3
2025-03-16
zram: permit reclaim in zstd custom allocator
Sergey Senozhatsky
-10
/
+1
2025-03-16
zram: switch to new zsmalloc object mapping API
Sergey Senozhatsky
-19
/
+15
2025-03-16
zram: move post-processing target allocation
Sergey Senozhatsky
-28
/
+22
2025-03-16
zram: rework recompression loop
Sergey Senozhatsky
-34
/
+20
2025-03-16
zram: filter out recomp targets based on priority
Sergey Senozhatsky
-9
/
+16
2025-03-16
zram: limit max recompress prio to num_active_comps
Sergey Senozhatsky
-3
/
+12
2025-03-16
zram: remove writestall zram_stats member
Sergey Senozhatsky
-3
/
+1
2025-03-16
zram: add GFP_NOWARN to incompressible zsmalloc handle allocation
Sergey Senozhatsky
-1
/
+2
2025-03-16
zram: remove second stage of handle allocation
Sergey Senozhatsky
-32
/
+7
2025-03-16
zram: remove max_comp_streams device attr
Sergey Senozhatsky
-23
/
+0
2025-03-16
zram: remove unused crypto include
Sergey Senozhatsky
-3
/
+3
2025-03-16
zram: permit preemption with active compression stream
Sergey Senozhatsky
-25
/
+42
2025-03-16
zram: sleepable entry locking
Sergey Senozhatsky
-17
/
+52
2025-03-14
Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linux
Linus Torvalds
-4
/
+5
2025-03-13
block: remove unused parameter 'q' parameter in __blk_rq_map_sg()
Anuj Gupta
-5
/
+5
2025-03-12
block: change blk_mq_add_to_batch() third argument type to bool
Shin'ichiro Kawasaki
-4
/
+5
2025-03-10
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
-1
/
+1
2025-03-07
Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linux
Linus Torvalds
-2
/
+5
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
-2
/
+1
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
-7
/
+7
2025-03-05
ublk: set_params: properly check if parameters can be applied
Uday Shankar
-2
/
+5
2025-03-04
ublk: enforce ublks_max only for unprivileged devices
Uday Shankar
-15
/
+27
2025-03-04
loop: Remove struct loop_func_table
Zhu Yanjun
-2
/
+0
2025-03-04
ublk: don't cast registered buffer index to int
Caleb Sander Mateos
-8
/
+6
2025-03-03
ublk: add DMA alignment limit
Ming Lei
-1
/
+15
2025-03-03
null_blk: do partial IO for bad blocks
Shin'ichiro Kawasaki
-13
/
+40
2025-03-03
null_blk: pass transfer size to null_handle_rq()
Shin'ichiro Kawasaki
-2
/
+14
2025-03-03
null_blk: replace null_process_cmd() call in null_zone_write()
Shin'ichiro Kawasaki
-10
/
+21
2025-03-03
null_blk: introduce badblocks_once parameter
Shin'ichiro Kawasaki
-3
/
+9
2025-03-03
null_blk: generate null_blk configfs features string
Shin'ichiro Kawasaki
-37
/
+49
2025-03-03
ublk: complete command synchronously on error
Caleb Sander Mateos
-5
/
+6
2025-02-28
io_uring/ublk: report error when unregister operation fails
Caleb Sander Mateos
-2
/
+1
2025-02-28
ublk: zc register/unregister bvec
Keith Busch
-7
/
+52
2025-02-24
loop: take the file system minimum dio alignment into account
Christoph Hellwig
-26
/
+34
2025-02-24
loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
Christoph Hellwig
-1
/
+1
2025-02-24
loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file
Christoph Hellwig
-2
/
+2
2025-02-24
loop: factor out a loop_assign_backing_file helper
Christoph Hellwig
-10
/
+10
2025-02-18
Revert "driver: block: release the lo_work_lock before queue_work"
Zhaoyang Huang
-1
/
+1
2025-02-18
null_blk: Switch to use hrtimer_setup()
Nam Cao
-4
/
+3
2025-02-11
loop: release the lo_work_lock before queue_work
Zhaoyang Huang
-1
/
+1
2025-02-07
Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linux
Linus Torvalds
-2
/
+2
2025-02-02
drivers/block/sunvdc.c: update the correct AIP call
Stephen Rothwell
-2
/
+2
[prev]
[next]