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
/
include
/
linux
/
blkdev.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+19
2025-05-10
md: clean up accounting for issued sync IO
Yu Kuai
1
-1
/
+0
2025-05-06
block: introduce a write_stream_granularity queue limit
Christoph Hellwig
1
-0
/
+1
2025-05-06
block: introduce max_write_streams queue limit
Keith Busch
1
-0
/
+9
2025-05-06
block: move wbt_enable_default() out of queue freezing from sched ->exit()
Ming Lei
1
-0
/
+2
2025-05-06
block: add new helper for disabling elevator switch when deleting disk
Ming Lei
1
-0
/
+3
2025-05-06
block: move ELEVATOR_FLAG_DISABLE_WBT a request queue flag
Ming Lei
1
-0
/
+3
2025-05-05
block: remove bounce buffering support
Christoph Hellwig
1
-4
/
+1
2025-04-25
Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+1
2025-04-24
Merge branch 'block-6.15' into for-6.16/block
Jens Axboe
1
-4
/
+1
2025-04-24
block: move blkdev_{get,put} _no_open prototypes out of blkdev.h
Christoph Hellwig
1
-4
/
+0
2025-04-23
block: hoist block size validation code to a separate function
Darrick J. Wong
1
-0
/
+1
2025-04-22
Merge tag 'for-6.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
Linus Torvalds
1
-22
/
+45
2025-04-17
block: introduce zone capacity helper
Naohiro Aota
1
-22
/
+45
2025-04-17
fs: move the bdex_statx call to vfs_getattr_nosec
Christoph Hellwig
1
-3
/
+3
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+15
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
-1
/
+7
2025-03-13
block: protect debugfs attrs using elevator_lock instead of sysfs_lock
Nilay Shroff
1
-3
/
+3
2025-03-10
block: protect hctx attributes/params using q->elevator_lock
Nilay Shroff
1
-6
/
+8
2025-03-10
block: protect read_ahead_kb using q->limits_lock
Nilay Shroff
1
-0
/
+3
2025-03-10
block: protect wbt_lat_usec using q->elevator_lock
Nilay Shroff
1
-2
/
+2
2025-03-10
block: protect nr_requests update using q->elevator_lock
Nilay Shroff
1
-4
/
+6
2025-03-10
block: introduce a dedicated lock for protecting queue elevator updates
Nilay Shroff
1
-0
/
+8
2025-02-25
block: Remove zone write plugs when handling native zone append writes
Damien Le Moal
1
-3
/
+4
2025-02-25
block: make segment size limit workable for > 4K PAGE_SIZE
Ming Lei
1
-0
/
+1
2025-02-24
block/bdev: lift block size restrictions to 64k
Luis Chamberlain
1
-1
/
+7
2025-01-29
block: get rid of request queue ->sysfs_dir_lock
Nilay Shroff
1
-3
/
+0
2025-01-17
block: Add common atomic writes enable flag
John Garry
1
-2
/
+2
2025-01-15
block: Ensure start sector is aligned for stacking atomic writes
John Garry
1
-9
/
+12
2025-01-10
block: add a queue_limits_commit_update_frozen helper
Christoph Hellwig
1
-0
/
+2
2025-01-10
block: fix docs for freezing of queue limits updates
Christoph Hellwig
1
-2
/
+1
2024-12-23
block: track queue dying state automatically for modeling queue freeze lockdep
Ming Lei
1
-1
/
+5
2024-12-23
block: track disk DEAD state automatically for modeling queue freeze lockdep
Ming Lei
1
-0
/
+2
2024-12-10
block: Prevent potential deadlocks in zone write plug error recovery
Damien Le Moal
1
-2
/
+0
2024-12-10
dm: Fix dm-zoned-reclaim zone write pointer alignment
Damien Le Moal
1
-0
/
+3
2024-11-19
block: return bool from get_disk_ro and bdev_read_only
Christoph Hellwig
1
-2
/
+2
2024-11-19
block: remove a duplicate definition for bdev_read_only
Christoph Hellwig
1
-1
/
+0
2024-11-19
block: return bool from blk_rq_aligned
Christoph Hellwig
1
-1
/
+1
2024-11-19
block: return unsigned int from blk_lim_dma_alignment_and_pad
Christoph Hellwig
1
-1
/
+2
2024-11-19
block: return unsigned int from queue_dma_alignment
Christoph Hellwig
1
-1
/
+1
2024-11-19
block: return unsigned int from bdev_io_opt
Christoph Hellwig
1
-1
/
+1
2024-11-19
block: Support atomic writes limits for stacked devices
John Garry
1
-0
/
+4
2024-11-19
block: return unsigned int from bdev_io_min
Christoph Hellwig
1
-1
/
+1
2024-11-15
block: make struct rq_list available for !CONFIG_BLOCK
Jens Axboe
1
-1
/
+1
2024-11-13
block: add a rq_list type
Christoph Hellwig
1
-3
/
+8
2024-11-13
block: export blk_validate_limits
Christoph Hellwig
1
-0
/
+1
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
1
-18
/
+3
2024-11-07
block: always verify unfreeze lock on the owner task
Ming Lei
1
-0
/
+4
2024-11-07
block: Add a public bdev_zone_is_seq() helper
Damien Le Moal
1
-0
/
+27
2024-11-07
block: RCU protect disk->conv_zones_bitmap
Damien Le Moal
1
-1
/
+1
[next]