index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
blkdev.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-16
block: move bio_integrity_{intervals,bytes} into blkdev.h
Greg Edwards
1
-0
/
+38
2018-11-20
block: Fix transfer when chunk sectors exceeds max
Keith Busch
1
-2
/
+2
2018-03-03
blk-mq: fix race between timeout and freeing request
Ming Lei
1
-0
/
+6
2018-02-13
blktrace: Fix potential deadlock between delete & sysfs ops
Waiman Long
1
-0
/
+1
2017-04-04
blk: rq_data_dir() should not return a boolean
Linus Torvalds
1
-1
/
+1
2016-01-05
block: Always check queue limits for cloned requests
Hannes Reinecke
1
-1
/
+0
2014-11-17
block: fix alignment_offset math that assumes io_min is a power-of-2
Mike Snitzer
1
-3
/
+2
2014-11-13
Revert "block: all blk-mq requests are tagged"
Christoph Hellwig
1
-2
/
+1
2014-06-24
block: add support for limiting gaps in SG lists
Jens Axboe
1
-0
/
+1
2014-06-17
block: blk_max_size_offset() should check ->max_sectors
Jens Axboe
1
-1
/
+1
2014-06-06
block: add blk_rq_set_block_pc()
Jens Axboe
1
-0
/
+1
2014-06-05
block: add notion of a chunk size for request merging
Jens Axboe
1
-1
/
+21
2014-06-04
Merge branch 'akpm' (patchbomb from Andrew) into next
Linus Torvalds
1
-0
/
+13
2014-06-04
fs/block_dev.c: add bdev_read_page() and bdev_write_page()
Matthew Wilcox
1
-0
/
+4
2014-06-04
fs/libfs.c: add generic data flush to fsync
Fabian Frederick
1
-0
/
+9
2014-06-03
blk-mq: fix sparse warning on missed __percpu annotation
Ming Lei
1
-1
/
+1
2014-05-30
Merge branch 'for-3.16/core' into for-3.16/drivers
Jens Axboe
1
-1
/
+1
2014-05-29
block: add queue flag for disabling SG merging
Jens Axboe
1
-0
/
+1
2014-05-29
block: remove 'magic' from struct blk_plug
Jens Axboe
1
-1
/
+0
2014-05-28
Merge branch 'for-3.16/core' into for-3.16/drivers
Jens Axboe
1
-4
/
+11
2014-05-28
blk-mq: add helper to insert requests from irq context
Christoph Hellwig
1
-1
/
+4
2014-05-13
blk-mq: improve support for shared tags maps
Jens Axboe
1
-0
/
+3
2014-05-09
blk-mq: initialize struct request fields individually
Christoph Hellwig
1
-3
/
+4
2014-04-16
bsg: update check for rq based driver for blk-mq
Jens Axboe
1
-0
/
+9
2014-04-16
block: export blk_finish_request
Christoph Hellwig
1
-0
/
+1
2014-04-16
blk-mq: rename mq_flush_work struct request member
Christoph Hellwig
1
-1
/
+1
2014-04-15
block: all blk-mq requests are tagged
Christoph Hellwig
1
-1
/
+2
2014-04-15
block: remove struct request buffer member
Jens Axboe
1
-1
/
+0
2014-04-15
Merge tag 'v3.15-rc1' into for-3.16/core
Jens Axboe
1
-3
/
+14
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+2
2014-04-09
block: fix regression with block enabled tagging
Jens Axboe
1
-1
/
+12
2014-04-09
block: add kblockd_schedule_delayed_work_on()
Jens Axboe
1
-0
/
+1
2014-04-09
block: remove 'q' parameter from kblockd_schedule_*_work()
Jens Axboe
1
-2
/
+2
2014-04-01
constify blk_rq_map_user_iov() and friends
Al Viro
1
-2
/
+2
2014-02-24
block: Stop abusing csd.list for fifo_time
Jan Kara
1
-0
/
+1
2014-02-14
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+3
2014-02-10
blk-mq: rework flush sequencing logic
Christoph Hellwig
1
-8
/
+3
2014-01-30
kernel: use lockless list for smp_call_function_single
Christoph Hellwig
1
-4
/
+1
2014-01-08
bcache/md: Use raid stripe size
Kent Overstreet
1
-0
/
+1
2013-11-23
block: Immutable bio vecs
Kent Overstreet
1
-2
/
+2
2013-11-23
block: Convert bio_for_each_segment() to bvec_iter
Kent Overstreet
1
-3
/
+4
2013-11-19
blk-mq: ensure that we set REQ_IO_STAT so diskstats work
Jens Axboe
1
-0
/
+3
2013-10-25
blk-mq: new multi-queue block IO queueing mechanism
Jens Axboe
1
-7
/
+47
2013-10-25
block: remove request ref_count
Christoph Hellwig
1
-2
/
+0
2013-10-25
block: make rq->cmd_flags be 64-bit
Jens Axboe
1
-2
/
+2
2013-09-21
block: Add nr_bios to block_rq_remap tracepoint
Jun'ichi Nomura
1
-0
/
+11
2013-05-08
Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+28
2013-05-07
block_device_operations->release() should return void
Al Viro
1
-1
/
+1
2013-04-24
block: fix max discard sectors limit
James Bottomley
1
-1
/
+1
2013-03-22
block: add runtime pm helpers
Lin Ming
1
-0
/
+27
[next]