index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
befs
/
io.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-29
blk-mq: use plug for devices that implement ->commits_rqs()
Jens Axboe
1
-1
/
+5
2018-11-29
blk-mq: use bd->last == true for list inserts
Jens Axboe
3
-10
/
+10
2018-11-29
ataflop: implement mq_ops->commit_rqs() hook
Jens Axboe
1
-0
/
+10
2018-11-29
virtio_blk: implement mq_ops->commit_rqs() hook
Jens Axboe
1
-0
/
+15
2018-11-29
nvme: implement mq_ops->commit_rqs() hook
Jens Axboe
1
-8
/
+39
2018-11-29
blk-mq: add mq_ops->commit_rqs()
Jens Axboe
2
-0
/
+26
2018-11-29
block: improve logic around when to sort a plug list
Jens Axboe
3
-5
/
+20
2018-11-29
blk-mq: Add a NULL check in blk_mq_free_map_and_requests()
Dan Carpenter
1
-1
/
+1
2018-11-29
ataflop: fix error handling in atari_floppy_init()
Dan Carpenter
1
-10
/
+6
2018-11-28
block: add io timeout to sysfs
Weiping Zhang
1
-0
/
+27
2018-11-28
block: use rcu_work instead of call_rcu to avoid sleep in softirq
Yufen Yu
2
-4
/
+6
2018-11-28
blk-mq: fix failure to decrement plug count on single rq removal
Jens Axboe
1
-1
/
+3
2018-11-28
sunvdc: Do not spin in an infinite loop when vio_ldc_send() returns EAGAIN
Young Xiao
1
-0
/
+5
2018-11-26
block: sum requests in the plug structure
Jens Axboe
4
-39
/
+10
2018-11-26
blk-mq: Simplify request completion state
Keith Busch
2
-17
/
+1
2018-11-26
scsi: Do not rely on blk-mq for double completions
Keith Busch
3
-12
/
+27
2018-11-26
blk-mq: Return true if request was completed
Keith Busch
2
-3
/
+4
2018-11-26
blk-mq: never redirect polled IO completions
Jens Axboe
1
-1
/
+6
2018-11-26
blk-mq: ensure mq_ops ->poll() is entered at least once
Jens Axboe
1
-2
/
+2
2018-11-26
block: make blk_poll() take a parameter on whether to spin or not
Jens Axboe
8
-15
/
+18
2018-11-26
nvme: remove opportunistic polling from bdev target
Jens Axboe
1
-2
/
+0
2018-11-26
blk-mq: remove 'tag' parameter from mq_ops->poll()
Jens Axboe
4
-7
/
+7
2018-11-26
blk-mq: when polling for IO, look for any completion
Jens Axboe
5
-69
/
+70
2018-11-21
blk-mq: not embed .mq_kobj and ctx->kobj into queue instance
Ming Lei
4
-18
/
+63
2018-11-21
block: fix attempt to assign NULL io_context
Jens Axboe
1
-1
/
+8
2018-11-20
block: Initialize BIO I/O priority early
Damien Le Moal
2
-5
/
+2
2018-11-20
block: prevent merging of requests with different priorities
Damien Le Moal
2
-5
/
+6
2018-11-20
aio: Fix fallback I/O priority value
Damien Le Moal
1
-1
/
+1
2018-11-20
block: Introduce get_current_ioprio()
Damien Le Moal
2
-5
/
+14
2018-11-20
block: Remove bio->bi_ioc
Damien Le Moal
7
-28
/
+7
2018-11-20
aio: Comment use of IOCB_FLAG_IOPRIO aio flag
Damien Le Moal
1
-0
/
+2
2018-11-19
nvme-fc: remove ->poll implementation
Jens Axboe
3
-46
/
+0
2018-11-19
block: have ->poll_fn() return number of entries polled
Jens Axboe
3
-12
/
+12
2018-11-19
block: avoid ordered task state change for polled IO
Jens Axboe
4
-6
/
+11
2018-11-19
nvme: default to 0 poll queues
Jens Axboe
1
-1
/
+1
2018-11-18
floppy: remove now unused 'flags' variable
Jens Axboe
1
-1
/
+0
2018-11-18
Linux 4.20-rc3
v4.20-rc3
Linus Torvalds
1
-1
/
+1
2018-11-18
mm/memblock.c: fix a typo in __next_mem_pfn_range() comments
Chen Chang
1
-1
/
+1
2018-11-18
mm, page_alloc: check for max order in hot path
Michal Hocko
1
-11
/
+9
2018-11-18
scripts/spdxcheck.py: make python3 compliant
Uwe Kleine-König
1
-1
/
+0
2018-11-18
tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
Yufen Yu
1
-3
/
+1
2018-11-18
lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
Arnd Bergmann
1
-2
/
+1
2018-11-18
mm/vmstat.c: fix NUMA statistics updates
Janne Huttunen
1
-3
/
+4
2018-11-18
mm/gup.c: fix follow_page_mask() kerneldoc comment
Mike Rapoport
1
-2
/
+8
2018-11-18
ocfs2: free up write context when direct IO failed
Wengang Wang
2
-2
/
+19
2018-11-18
scripts/faddr2line: fix location of start_kernel in comment
Randy Dunlap
1
-1
/
+1
2018-11-18
mm: don't reclaim inodes with many attached pages
Roman Gushchin
1
-2
/
+5
2018-11-18
mm, memory_hotplug: check zone_movable in has_unmovable_pages
Michal Hocko
1
-0
/
+8
2018-11-18
mm/swapfile.c: use kvzalloc for swap_info_struct allocation
Vasily Averin
1
-3
/
+3
2018-11-18
MAINTAINERS: update OMAP MMC entry
Aaro Koskinen
2
-2
/
+6
[next]