index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
block
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-25
Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linux
Linus Torvalds
7
-20
/
+89
2025-04-24
block: don't autoload drivers on blk-cgroup configuration
Christoph Hellwig
1
-1
/
+1
2025-04-24
block: don't autoload drivers on stat
Christoph Hellwig
4
-7
/
+7
2025-04-24
block: remove the backing_inode variable in bdev_statx
Christoph Hellwig
1
-7
/
+4
2025-04-24
block: move blkdev_{get,put} _no_open prototypes out of blkdev.h
Christoph Hellwig
1
-0
/
+3
2025-04-24
block: never reduce ra_pages in blk_apply_bdi_limits
Christoph Hellwig
1
-1
/
+7
2025-04-23
block: hoist block size validation code to a separate function
Darrick J. Wong
1
-6
/
+27
2025-04-23
block: fix race between set_blocksize and read paths
Darrick J. Wong
4
-1
/
+43
2025-04-19
Merge tag 'vfs-6.15-rc3.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-2
/
+1
2025-04-18
Merge tag 'block-6.15-20250417' of git://git.kernel.dk/linux
Linus Torvalds
3
-11
/
+9
2025-04-17
fs: move the bdex_statx call to vfs_getattr_nosec
Christoph Hellwig
1
-2
/
+1
2025-04-16
block: integrity: Do not call set_page_dirty_lock()
Martin K. Petersen
1
-11
/
+6
2025-04-14
block: fix resource leak in blk_register_queue() error path
Zheng Qixing
1
-0
/
+2
2025-04-14
block: add SPDX header line to blk-throttle.h
Bird, Tim
1
-0
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
4
-5
/
+5
2025-04-03
block: don't grab elevator lock during queue initialization
Ming Lei
1
-7
/
+17
2025-04-01
block: remove unused nseg parameter
Nitesh Shetty
1
-3
/
+2
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
39
-800
/
+1180
2025-03-25
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
2
-2
/
+2
2025-03-25
Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-5
/
+3
2025-03-24
Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Linus Torvalds
2
-18
/
+13
2025-03-24
Merge tag 'vfs-6.15-rc1.pagesize' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-5
/
+8
2025-03-19
block/blk-iocost: ensure 'ret' is set on error
Jens Axboe
1
-1
/
+3
2025-03-19
block: correct locking order for protecting blk-wbt parameters
Nilay Shroff
3
-13
/
+58
2025-03-19
block: release q->elevator_lock in ioc_qos_write
Nilay Shroff
1
-0
/
+1
2025-03-18
blk-cgroup: improve policy registration error handling
Chen Linxuan
1
-10
/
+12
2025-03-18
block: Make request_queue lockdep splats show up earlier
Thomas Hellström
1
-0
/
+6
2025-03-18
block: fix a comment in the queue_attrs[] array
Christoph Hellwig
1
-5
/
+0
2025-03-13
block: protect debugfs attribute method hctx_busy_show
Nilay Shroff
1
-0
/
+5
2025-03-13
block: remove unnecessary goto labels in debugfs attribute read methods
Nilay Shroff
1
-12
/
+8
2025-03-13
block: protect debugfs attrs using elevator_lock instead of sysfs_lock
Nilay Shroff
1
-8
/
+8
2025-03-13
block: remove unused parameter 'q' parameter in __blk_rq_map_sg()
Anuj Gupta
2
-3
/
+3
2025-03-12
block: fix adding folio to bio
Ming Lei
1
-4
/
+7
2025-03-12
block: remove unused parameter
Guixin Liu
6
-13
/
+10
2025-03-11
blk-cgroup: Simplify policy files registration
Michal Koutný
2
-18
/
+12
2025-03-11
cgroup/blkio: Add deprecation messages to reset_stats
Michal Koutný
1
-0
/
+1
2025-03-10
badblocks: Fix a nonsense WARN_ON() which checks whether a u64 variable < 0
Coly Li
1
-2
/
+3
2025-03-10
block: make sure ->nr_integrity_segments is cloned in blk_rq_prep_clone
Ming Lei
1
-0
/
+1
2025-03-10
block: protect hctx attributes/params using q->elevator_lock
Nilay Shroff
2
-2
/
+6
2025-03-10
block: protect read_ahead_kb using q->limits_lock
Nilay Shroff
1
-6
/
+10
2025-03-10
block: protect wbt_lat_usec using q->elevator_lock
Nilay Shroff
2
-12
/
+10
2025-03-10
block: protect nr_requests update using q->elevator_lock
Nilay Shroff
1
-5
/
+5
2025-03-10
block: introduce a dedicated lock for protecting queue elevator updates
Nilay Shroff
6
-42
/
+52
2025-03-10
block: remove q->sysfs_lock for attributes which don't need it
Nilay Shroff
2
-54
/
+29
2025-03-10
block: move q->sysfs_lock and queue-freeze under show/store method
Nilay Shroff
2
-68
/
+162
2025-03-10
block: acquire q->limits_lock while reading sysfs attributes
Nilay Shroff
1
-37
/
+65
2025-03-07
Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2025-03-07
bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()
Luis Chamberlain
1
-0
/
+2
2025-03-06
badblocks: use sector_t instead of int to avoid truncation of badblocks length
Zheng Qixing
1
-12
/
+8
2025-03-06
badblocks: return boolean from badblocks_set() and badblocks_clear()
Zheng Qixing
1
-21
/
+20
[next]