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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
2025-03-17
zram: filter out recomp targets based on priority
Sergey Senozhatsky
1
-9
/
+16
2025-03-17
zram: limit max recompress prio to num_active_comps
Sergey Senozhatsky
1
-3
/
+12
2025-03-17
zram: remove writestall zram_stats member
Sergey Senozhatsky
2
-3
/
+1
2025-03-17
zram: add GFP_NOWARN to incompressible zsmalloc handle allocation
Sergey Senozhatsky
1
-1
/
+2
2025-03-17
zram: remove second stage of handle allocation
Sergey Senozhatsky
1
-32
/
+7
2025-03-17
zram: remove max_comp_streams device attr
Sergey Senozhatsky
1
-23
/
+0
2025-03-17
zram: remove unused crypto include
Sergey Senozhatsky
3
-3
/
+3
2025-03-17
zram: permit preemption with active compression stream
Sergey Senozhatsky
3
-25
/
+42
2025-03-17
zram: sleepable entry locking
Sergey Senozhatsky
2
-17
/
+52
2025-03-15
Merge tag 'block-6.14-20250313' of git://git.kernel.dk/linux
Linus Torvalds
2
-4
/
+5
2025-03-13
block: remove unused parameter 'q' parameter in __blk_rq_map_sg()
Anuj Gupta
5
-5
/
+5
2025-03-12
block: change blk_mq_add_to_batch() third argument type to bool
Shin'ichiro Kawasaki
2
-4
/
+5
2025-03-10
rust: module: introduce `authors` key
Guilherme Giacomo Simoes
1
-1
/
+1
2025-03-08
Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+5
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
1
-2
/
+1
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
1
-7
/
+7
2025-03-05
ublk: set_params: properly check if parameters can be applied
Uday Shankar
1
-2
/
+5
2025-03-04
ublk: enforce ublks_max only for unprivileged devices
Uday Shankar
1
-15
/
+27
2025-03-04
loop: Remove struct loop_func_table
Zhu Yanjun
1
-2
/
+0
2025-03-04
ublk: don't cast registered buffer index to int
Caleb Sander Mateos
1
-8
/
+6
2025-03-03
ublk: add DMA alignment limit
Ming Lei
1
-1
/
+15
2025-03-03
null_blk: do partial IO for bad blocks
Shin'ichiro Kawasaki
3
-13
/
+40
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-03-01
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-25
loop: take the file system minimum dio alignment into account
Christoph Hellwig
1
-26
/
+34
2025-02-25
loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
Christoph Hellwig
1
-1
/
+1
2025-02-25
loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file
Christoph Hellwig
1
-2
/
+2
2025-02-25
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-03
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-28
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-27
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-135
/
+170
2025-01-27
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2025-01-26
zram: remove zcomp_stream_put() from write_incompressible_page()
Sergey Senozhatsky
1
-1
/
+0
2025-01-26
zram: cond_resched() in writeback loop
Sergey Senozhatsky
1
-0
/
+2
2025-01-26
zram: use zram_read_from_zspool() in writeback
Sergey Senozhatsky
1
-7
/
+4
2025-01-26
zram: factor out different page types read
Sergey Senozhatsky
1
-33
/
+52
[prev]
[next]