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-04-15
block: don't print I/O error warning for dead disks
Christoph Hellwig
1
-1
/
+2
2022-04-15
block/compat_ioctl: fix range check in BLKGETSIZE
Khazhismel Kumykov
1
-1
/
+1
2022-04-14
block: fix offset/size check in bio_trim()
Ming Lei
1
-1
/
+1
2022-04-01
Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-25
/
+40
2022-03-31
blk-wbt: remove wbt_track stub
Tom Rix
1
-3
/
+0
2022-03-31
block: use dedicated list iterator variable
Jakob Koschel
1
-9
/
+16
2022-03-28
Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2022-03-28
block: Fix the maximum minor value is blk_alloc_ext_minor()
Christophe JAILLET
1
-1
/
+1
2022-03-28
block: restore the old set_task_ioprio() behaviour wrt PF_EXITING
Jiri Slaby
1
-2
/
+1
2022-03-26
Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-2
/
+198
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-46
/
+0
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
8
-163
/
+2
2022-03-24
Merge tag 'for-5.18/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-5
/
+13
2022-03-22
block: avoid calling blkg_free() in atomic context
Ming Lei
1
-10
/
+22
2022-03-22
Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
1
-1
/
+2
2022-03-22
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+2
2022-03-22
fs: allocate inode by using alloc_inode_sb()
Muchun Song
1
-1
/
+1
2022-03-22
block/bfq-iosched.c: use "false" rather than "BLK_RW_ASYNC"
NeilBrown
1
-1
/
+1
2022-03-21
Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
47
-659
/
+1430
2022-03-18
block: cancel all throttled bios in del_gendisk()
Yu Kuai
3
-1
/
+41
2022-03-18
block: let blkcg_gq grab request queue's refcnt
Ming Lei
1
-0
/
+5
2022-03-18
block: avoid use-after-free on throttle data
Ming Lei
1
-1
/
+11
2022-03-17
block: limit request dispatch loop duration
Shin'ichiro Kawasaki
1
-1
/
+8
2022-03-16
fs: Convert __set_page_dirty_buffers to block_dirty_folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-16
block/bfq-iosched: Fix spelling mistake "tenative" -> "tentative"
Colin Ian King
1
-1
/
+1
2022-03-15
fs: Turn block_invalidatepage into block_invalidate_folio
Matthew Wilcox (Oracle)
1
-0
/
+1
2022-03-14
block: don't merge across cgroup boundaries if blkcg is enabled
Tejun Heo
2
-0
/
+28
2022-03-14
block: fix rq-qos breakage from skipping rq_qos_done_bio()
Tejun Heo
3
-12
/
+13
2022-03-14
block: release rq qos structures for queue without disk
Ming Lei
1
-0
/
+4
2022-03-11
block: flush plug based on hardware and software queue order
Jens Axboe
1
-31
/
+28
2022-03-11
block: ensure plug merging checks the correct queue at least once
Jens Axboe
1
-6
/
+14
2022-03-10
resume_user_mode: Move to resume_user_mode.h
Eric W. Biederman
1
-1
/
+1
2022-03-09
block: add ->poll_bio to block_device_operations
Ming Lei
2
-5
/
+13
2022-03-08
block: move rq_qos_exit() into disk_release()
Ming Lei
1
-2
/
+1
2022-03-08
block: do more work in elevator_exit
Christoph Hellwig
2
-6
/
+3
2022-03-08
block: move blk_exit_queue into disk_release
Ming Lei
2
-17
/
+30
2022-03-08
block: move q_usage_counter release into blk_queue_release
Ming Lei
2
-2
/
+2
2022-03-08
block: don't remove hctx debugfs dir from blk_mq_exit_queue
Ming Lei
1
-1
/
+0
2022-03-08
block: move blkcg initialization/destroy into disk allocation/release handler
Ming Lei
3
-12
/
+9
2022-03-08
blk-mq: handle already freed tags gracefully in blk_mq_free_rqs
Ming Lei
1
-0
/
+3
2022-03-08
blk-mq: do not include passthrough requests in I/O accounting
Christoph Hellwig
2
-4
/
+9
2022-03-08
blk-mq: manage hctx map via xarray
Ming Lei
4
-40
/
+28
2022-03-08
blk-mq: prepare for implementing hctx table via xarray
Ming Lei
5
-28
/
+35
2022-03-08
blk-mq: reconfigure poll after queue map is changed
Ming Lei
1
-3
/
+13
2022-03-08
blk-mq: simplify reallocation of hw ctxs a bit
Ming Lei
1
-19
/
+14
2022-03-08
blk-mq: figure out correct numa node for hw queue
Ming Lei
1
-6
/
+30
2022-03-08
Revert "Revert "block, bfq: honor already-setup queue merges""
Paolo Valente
1
-3
/
+13
2022-03-08
block: fix blk_mq_attempt_bio_merge and rq_qos_throttle protection
Shin'ichiro Kawasaki
1
-12
/
+23
2022-03-07
block: add pi for extended integrity
Keith Busch
2
-0
/
+195
2022-03-07
block: support pi with extended metadata
Keith Busch
2
-2
/
+3
[next]