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
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
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
2022-04-20
block: Add a helper to validate the block size
Xie Yongji
1
-0
/
+8
2020-09-09
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
1
-11
/
+31
2020-05-20
blktrace: Protect q->blk_trace with RCU
Jan Kara
1
-1
/
+1
2020-01-23
block: fix an integer overflow in logical block size
Mikulas Patocka
1
-4
/
+4
2018-07-03
block: Fix transfer when chunk sectors exceeds max
Keith Busch
1
-2
/
+2
2018-01-02
block: don't let passthrough IO go into .make_request_fn()
Ming Lei
1
-2
/
+19
2018-01-02
block: fix blk_rq_append_bio
Jens Axboe
1
-1
/
+1
2017-12-29
block: unalign call_single_data in struct request
Jens Axboe
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-25
blktrace: Fix potential deadlock between delete & sysfs ops
Waiman Long
1
-0
/
+1
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-31
/
+29
2017-09-04
Merge branch 'linus' into locking/core, to fix up conflicts
Ingo Molnar
1
-1
/
+0
2017-08-29
smp: Avoid using two cache lines for struct call_single_data
Ying Huang
1
-1
/
+1
2017-08-24
bsg-lib: fix kernel panic resulting from missing allocation of reply-buffer
Benjamin Block
1
-1
/
+0
2017-08-10
block: remove unused syncfull/asyncfull queue flags
Jens Axboe
1
-31
/
+29
2017-06-27
block: remove the queue_bounce_pfn helper
Christoph Hellwig
1
-5
/
+0
2017-06-27
block: move bounce declarations to block/blk.h
Christoph Hellwig
1
-13
/
+0
2017-06-27
blk-mq: expose write hints through debugfs
Jens Axboe
1
-0
/
+3
2017-06-27
block: add support for write hints in a bio
Jens Axboe
1
-0
/
+2
2017-06-22
Merge commit '8e8320c9315c' into for-4.13/block
Jens Axboe
1
-0
/
+4
2017-06-21
blk-mq: fix performance regression with shared tags
Jens Axboe
1
-0
/
+2
2017-06-20
block: Add a comment above queue_lockdep_assert_held()
Bart Van Assche
1
-0
/
+7
2017-06-20
block: Introduce request_queue.initialize_rq_fn()
Bart Van Assche
1
-0
/
+4
2017-06-20
block: Make request operation type argument declarations consistent
Bart Van Assche
1
-1
/
+2
2017-06-20
block: stop using bio_data() in blk_write_same_mergeable
Christoph Hellwig
1
-1
/
+2
2017-06-18
blk-mq: use QUEUE_FLAG_QUIESCED to quiesce queue
Ming Lei
1
-0
/
+2
2017-06-18
blk-mq: move blk_mq_quiesce_queue() into include/linux/blk-mq.h
Ming Lei
1
-1
/
+0
2017-06-18
blk: remove bio_set arg from blk_queue_split()
NeilBrown
1
-2
/
+1
2017-06-14
block: Fix a blk_exit_rl() regression
Bart Van Assche
1
-0
/
+2
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-1
/
+1
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-9
/
+12
2017-06-01
block: Introduce queue flag QUEUE_FLAG_SCSI_PASSTHROUGH
Bart Van Assche
1
-0
/
+3
2017-05-12
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+0
2017-05-08
block, dax: move "select DAX" from BLOCK to FS_DAX
Dan Williams
1
-2
/
+0
2017-05-06
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2017-05-05
Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-18
/
+1
2017-05-04
blk-mq-debugfs: allow schedulers to register debugfs attributes
Omar Sandoval
1
-0
/
+1
2017-05-04
blk-mq: untangle debugfs and sysfs
Omar Sandoval
1
-1
/
+0
2017-05-01
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-46
/
+30
2017-04-28
block: add kblock_mod_delayed_work_on()
Jens Axboe
1
-0
/
+1
2017-04-25
block: remove block_device_operations ->direct_access()
Dan Williams
1
-17
/
+0
2017-04-20
blk-mq: Fix poll_stat for new size-based bucketing.
Stephen Bates
1
-1
/
+4
2017-04-20
dax: introduce dax_direct_access()
Dan Williams
1
-0
/
+1
2017-04-20
block: kill bdev_dax_capable()
Dan Williams
1
-1
/
+0
2017-04-20
block: remove the errors field from struct request
Christoph Hellwig
1
-2
/
+0
2017-04-20
block: add a error_count field to struct request
Christoph Hellwig
1
-0
/
+1
2017-04-20
block: remove the blk_execute_rq return value
Christoph Hellwig
1
-1
/
+1
2017-04-19
block: Inline blk_rq_set_prio()
Bart Van Assche
1
-14
/
+0
2017-04-19
block: Export blk_init_request_from_bio()
Bart Van Assche
1
-0
/
+1
2017-04-19
block: remove blk_end_request_cur
Christoph Hellwig
1
-1
/
+0
[next]