开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
Age
Commit message (
Expand
)
Author
2025-03-16
zram: add might_sleep to zcomp API
Sergey Senozhatsky
2025-03-16
zram: do not leak page on writeback_store error path
Sergey Senozhatsky
2025-03-16
zram: do not leak page on recompress_store error path
Sergey Senozhatsky
2025-03-16
zram: permit reclaim in zstd custom allocator
Sergey Senozhatsky
2025-03-16
zram: switch to new zsmalloc object mapping API
Sergey Senozhatsky
2025-03-16
zram: move post-processing target allocation
Sergey Senozhatsky
2025-03-16
zram: rework recompression loop
Sergey Senozhatsky
2025-03-16
zram: filter out recomp targets based on priority
Sergey Senozhatsky
2025-03-16
zram: limit max recompress prio to num_active_comps
Sergey Senozhatsky
2025-03-16
zram: remove writestall zram_stats member
Sergey Senozhatsky
2025-03-16
zram: add GFP_NOWARN to incompressible zsmalloc handle allocation
Sergey Senozhatsky
2025-03-16
zram: remove second stage of handle allocation
Sergey Senozhatsky
2025-03-16
zram: remove max_comp_streams device attr
Sergey Senozhatsky
2025-03-16
zram: remove unused crypto include
Sergey Senozhatsky
2025-03-16
zram: permit preemption with active compression stream
Sergey Senozhatsky
2025-03-16
zram: sleepable entry locking
Sergey Senozhatsky
2025-03-07
Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-05
ublk: set_params: properly check if parameters can be applied
Uday Shankar
2025-02-07
Merge tag 'block-6.14-20250207' of git://git.kernel.dk/linux
Linus Torvalds
2025-02-02
drivers/block/sunvdc.c: update the correct AIP call
Stephen Rothwell
2025-01-31
Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2025-01-27
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2025-01-27
loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}
Christoph Hellwig
2025-01-27
virtio_blk: Add support for transport error recovery
Israel Rukshin
2025-01-26
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2025-01-25
zram: remove zcomp_stream_put() from write_incompressible_page()
Sergey Senozhatsky
2025-01-25
zram: cond_resched() in writeback loop
Sergey Senozhatsky
2025-01-25
zram: use zram_read_from_zspool() in writeback
Sergey Senozhatsky
2025-01-25
zram: factor out different page types read
Sergey Senozhatsky
2025-01-25
zram: factor out ZRAM_HUGE write
Sergey Senozhatsky
2025-01-25
zram: factor out ZRAM_SAME write
Sergey Senozhatsky
2025-01-25
zram: remove entry element member
Sergey Senozhatsky
2025-01-25
zram: free slot memory early during write
Sergey Senozhatsky
2025-01-20
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-13
nbd: fix partial sending
Ming Lei
2025-01-13
Merge 6.13-rc7 into driver-core-next
Greg Kroah-Hartman
2025-01-12
xen/blkback: convert timeouts to secs_to_jiffies()
Easwar Hariharan
2025-01-12
zram: fix potential UAF of zram table
Kairui Song
2025-01-10
loop: remove the use_dio field in struct loop_device
Christoph Hellwig
2025-01-10
loop: don't freeze the queue in loop_update_dio
Christoph Hellwig
2025-01-10
loop: allow loop_set_status to re-enable direct I/O
Christoph Hellwig
2025-01-10
loop: open code the direct I/O flag update in loop_set_dio
Christoph Hellwig
2025-01-10
loop: only write back pagecache when starting to to use direct I/O
Christoph Hellwig
2025-01-10
loop: create a lo_can_use_dio helper
Christoph Hellwig
2025-01-10
loop: update commands in loop_set_status still referring to transfers
Christoph Hellwig
2025-01-10
loop: move updating lo_flags out of loop_set_status_from_info
Christoph Hellwig
2025-01-10
loop: fix queue freeze vs limits lock order
Christoph Hellwig
[next]