index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-20
Revert "block: freeze the queue earlier in del_gendisk"
Christoph Hellwig
1
-1
/
+2
2022-09-16
Merge tag 'block-6.0-2022-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-5
/
+10
2022-09-15
blk-lib: fix blkdev_issue_secure_erase
Mikulas Patocka
1
-3
/
+8
2022-09-13
block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait
Stefan Roesch
1
-2
/
+2
2022-09-12
blk-throttle: cleanup tg_update_disptime()
Yu Kuai
1
-4
/
+7
2022-09-12
blk-throttle: calling throtl_dequeue/enqueue_tg in pairs
Yu Kuai
1
-2
/
+2
2022-09-12
blk-throttle: use 'READ/WRITE' instead of '0/1'
Yu Kuai
1
-3
/
+3
2022-09-12
blk-throttle: fix io hung due to configuration updates
Yu Kuai
2
-6
/
+61
2022-09-12
blk-throttle: factor out code to calculate ios/bytes_allowed
Yu Kuai
1
-24
/
+35
2022-09-12
blk-throttle: prevent overflow while calculating wait time
Yu Kuai
1
-5
/
+3
2022-09-12
blk-throttle: fix that io throttle can only work for single bio
Yu Kuai
3
-17
/
+7
2022-09-12
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-1
/
+1
2022-09-11
vfs: support STATX_DIOALIGN on block devices
Eric Biggers
1
-0
/
+23
2022-09-09
Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-0
/
+5
2022-09-09
block: add missing request flags to debugfs code
Jens Axboe
1
-0
/
+2
2022-09-05
block: remove unneeded return value of bio_check_ro()
Miaohe Lin
1
-7
/
+3
2022-09-05
blk-mq: remove unneeded needs_restart check
Miaohe Lin
1
-1
/
+1
2022-09-05
block/blk-map: Remove set but unused variable 'added'
Jiapeng Chong
1
-2
/
+1
2022-09-04
blk-throttle: clean up codes that can't be reached
Yu Kuai
1
-34
/
+56
2022-09-04
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
1
-1
/
+1
2022-09-03
block: don't add partitions if GD_SUPPRESS_PART_SCAN is set
Ming Lei
1
-0
/
+3
2022-09-02
block: enable per-cpu bio caching for the fs bio set
Jens Axboe
1
-1
/
+2
2022-09-01
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-1
/
+1
2022-08-26
Merge tag 'block-6.0-2022-08-26' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+3
2022-08-22
block: use on-stack page vec for <= UIO_FASTIOV
Jens Axboe
1
-3
/
+11
2022-08-22
block: enable bio caching use for passthru IO
Jens Axboe
1
-8
/
+25
2022-08-22
block: shrink rq_map_data a bit
Jens Axboe
1
-1
/
+1
2022-08-22
block, bfq: remove useless parameter for bfq_add/del_bfqq_busy()
Yu Kuai
3
-10
/
+12
2022-08-22
block, bfq: remove useless checking in bfq_put_queue()
Yu Kuai
1
-4
/
+2
2022-08-22
block, bfq: remove unused functions
Yu Kuai
2
-10
/
+8
2022-08-22
block: Change the return type of blk_mq_map_queues() into void
Bart Van Assche
5
-19
/
+15
2022-08-22
block: sed-opal: Add ioctl to return device status
dougmill@linux.vnet.ibm.com
2
-12
/
+82
2022-08-20
Merge tag 'block-6.0-2022-08-19' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-21
/
+1
2022-08-19
blk-mq: fix io hung due to missing commit_rqs
Yu Kuai
1
-2
/
+3
2022-08-18
blk-mq: run queue no matter whether the request is the last request
Yufen Yu
1
-1
/
+1
2022-08-18
blk-mq: remove unused function blk_mq_queue_stopped()
Yu Kuai
1
-20
/
+0
2022-08-13
Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+1
2022-08-12
block: Do not call blk_put_queue() if gendisk allocation fails
Rafael Mendonca
1
-3
/
+1
2022-08-08
block: convert to advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2
-14
/
+18
2022-08-08
new iov_iter flavour - ITER_UBUF
Al Viro
1
-3
/
+3
2022-08-04
Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block
Linus Torvalds
9
-171
/
+165
2022-08-04
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+2
2022-08-03
Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-08-03
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
3
-16
/
+10
2022-08-02
block: fix leaking page ref on truncated direct io
Keith Busch
1
-15
/
+15
2022-08-02
block: ensure bio_iov_add_page can't fail
Keith Busch
1
-10
/
+9
2022-08-02
block: ensure iov_iter advances for added pages
Keith Busch
1
-4
/
+4
2022-08-02
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
5
-72
/
+68
2022-08-02
block: move bio_allowed_max_sectors to blk-merge.c
Christoph Hellwig
2
-10
/
+10
2022-08-02
block: move the call to get_max_io_size out of blk_bio_segment_split
Christoph Hellwig
1
-4
/
+5
[prev]
[next]