index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Lines
2024-06-19
block: remove blk_flush_policy
Christoph Hellwig
-18
/
+15
2024-06-19
block: freeze the queue in queue_attr_store
Christoph Hellwig
-9
/
+5
2024-06-18
block, bfq: remove blkg_path()
Yu Kuai
-67
/
+0
2024-06-17
block: cleanup flag_{show,store}
Kanchan Joshi
-8
/
+7
2024-06-16
block: BFQ: Refactor bfq_exit_icq() to silence sparse warning
John Garry
-18
/
+20
2024-06-16
block: Drop locking annotation for limits_lock
John Garry
-1
/
+0
2024-06-16
bdev: make blockdev_mnt static
Jiapeng Chong
-1
/
+1
2024-06-15
block: Improve checks on zone resource limits
Damien Le Moal
-4
/
+24
2024-06-14
block: move integrity information into queue_limits
Christoph Hellwig
-123
/
+131
2024-06-14
block: invert the BLK_INTEGRITY_{GENERATE,VERIFY} flags
Christoph Hellwig
-11
/
+11
2024-06-14
block: bypass the STABLE_WRITES flag for protection information
Christoph Hellwig
-6
/
+0
2024-06-14
block: don't require stable pages for non-PI metadata
Christoph Hellwig
-2
/
+4
2024-06-14
block: use kstrtoul in flag_store
Christoph Hellwig
-2
/
+6
2024-06-14
block: factor out flag_{store,show} helper for integrity
Christoph Hellwig
-27
/
+26
2024-06-14
block: remove the blk_flush_integrity call in blk_integrity_unregister
Christoph Hellwig
-2
/
+0
2024-06-14
block: remove the blk_integrity_profile structure
Christoph Hellwig
-225
/
+146
2024-06-14
block: initialize integrity buffer to zero before writing it to media
Christoph Hellwig
-1
/
+10
2024-06-14
block: add special APIs for run-time disabling of discard and friends
Christoph Hellwig
-41
/
+0
2024-06-14
block: remove unused queue limits API
Christoph Hellwig
-190
/
+0
2024-06-14
block: take io_opt and io_min into account for max_sectors
Christoph Hellwig
-0
/
+7
2024-06-12
block: unmap and free user mapped integrity via submitter
Anuj Gupta
-2
/
+24
2024-06-12
block: fix request.queuelist usage in flush
Chengming Zhou
-1
/
+2
2024-06-12
block: Optimize disk zone resource cleanup
Damien Le Moal
-0
/
+3
2024-06-12
block: sed-opal: avoid possible wrong address reference in read_sed_opal_key()
Su Hui
-1
/
+1
2024-05-30
blk-throttle: Fix incorrect display of io.max
Waiman Long
-18
/
+14
2024-05-30
scsi: bsg: Pass dev to blk_mq_alloc_queue()
John Garry
-2
/
+1
2024-05-30
block: Fix zone write plugging handling of devices with a runt zone
Damien Le Moal
-8
/
+27
2024-05-30
block: Fix validation of zoned device with a runt zone
Damien Le Moal
-5
/
+11
2024-05-28
block: check for max_hw_sectors underflow
Hannes Reinecke
-2
/
+6
2024-05-28
block: stack max_user_sectors
Christoph Hellwig
-0
/
+2
2024-05-27
block: delete redundant function declaration
hexue
-1
/
+0
2024-05-23
Merge tag 'block-6.10-20240523' of git://git.kernel.dk/linux
Linus Torvalds
-38
/
+89
2024-05-22
blk-throttle: remove unused struct 'avg_latency_bucket'
Dr. David Alan Gilbert
-5
/
+0
2024-05-21
block: fix lost bio for plug enabled bio based device
Yu Kuai
-6
/
+7
2024-05-21
Merge tag 'pull-bd_flags-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-32
/
+42
2024-05-21
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-39
/
+67
2024-05-21
Merge tag 'pull-set_blocksize' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-13
/
+22
2024-05-20
block: t10-pi: add MODULE_DESCRIPTION()
Jeff Johnson
-1
/
+1
2024-05-19
Merge tag 'mm-nonmm-stable-2024-05-19-11-56' of git://git.kernel.org/pub/scm/...
Linus Torvalds
-4
/
+2
2024-05-17
blk-mq: add helper for checking if one CPU is mapped to specified hctx
Ming Lei
-2
/
+18
2024-05-15
blk-cgroup: Properly propagate the iostat update up the hierarchy
Waiman Long
-1
/
+18
2024-05-15
blk-cgroup: fix list corruption from reorder of WRITE ->lqueued
Ming Lei
-0
/
+10
2024-05-15
blk-cgroup: fix list corruption from resetting io stat
Ming Lei
-23
/
+35
2024-05-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-247
/
+4
2024-05-14
Merge tag 'for-6.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
-0
/
+1
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
-1641
/
+1959
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
-1
/
+2
2024-05-10
Merge tag 'block-6.9-20240510' of git://git.kernel.dk/linux
Linus Torvalds
-1
/
+4
2024-05-09
blk-throttle: delay initialization until configuration
Yu Kuai
-53
/
+88
2024-05-09
blk-throttle: remove CONFIG_BLK_DEV_THROTTLING_LOW
Yu Kuai
-905
/
+42
[prev]
[next]