index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: Add blk_make_request(), takes bio, returns a request
Boaz Harrosh
2009-05-19
1
-0
/
+45
*
block: allow blk_rq_map_kern to append to requests
James Bottomley
2009-05-19
1
-2
/
+10
*
block: set rq->resid_len to blk_rq_bytes() on issue
Tejun Heo
2009-05-19
1
-2
/
+3
*
block: move completion related functions back to blk-core.c
FUJITA Tomonori
2009-05-11
1
-6
/
+122
*
block: implement and enforce request peek/start/fetch
Tejun Heo
2009-05-11
4
-31
/
+81
*
block: hide request sector and data_len
Tejun Heo
2009-05-11
3
-12
/
+12
*
block: drop request->hard_* and *nr_sectors
Tejun Heo
2009-05-11
4
-89
/
+39
*
block: convert to pos and nr_sectors accessors
Tejun Heo
2009-05-11
7
-44
/
+45
*
block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
Tejun Heo
2009-05-11
3
-3
/
+3
*
block: add rq->resid_len
Tejun Heo
2009-05-11
2
-5
/
+5
*
block: don't init rq fields unnecessarily
Tejun Heo
2009-04-28
1
-2
/
+0
*
block: catch trying to use more bits than request->cmd_flags has
Nikanth Karthikesan
2009-04-28
1
-0
/
+3
*
block: include discard requests in IO accounting
Jens Axboe
2009-04-28
1
-1
/
+2
*
block: make blk_do_io_stat() do the full "is this rq accountable" checks
Jens Axboe
2009-04-28
2
-10
/
+11
*
block: kill rq->data
Tejun Heo
2009-04-28
3
-7
/
+5
*
block: implement and use [__]blk_end_request_all()
Tejun Heo
2009-04-28
3
-9
/
+4
*
block: move rq->start_time initialization to blk_rq_init()
Tejun Heo
2009-04-28
1
-1
/
+1
*
block: clean up request completion API
Tejun Heo
2009-04-28
1
-151
/
+75
*
block: kill blk_end_request_callback()
Tejun Heo
2009-04-28
1
-45
/
+3
*
block: reorganize request fetching functions
Tejun Heo
2009-04-28
3
-128
/
+132
*
block: reorder request completion functions
Tejun Heo
2009-04-28
1
-72
/
+72
*
block: clean up misc stuff after block layer timeout conversion
Tejun Heo
2009-04-28
1
-13
/
+9
*
block: cleanup REQ_SOFTBARRIER usages
Tejun Heo
2009-04-28
1
-1
/
+0
*
block: don't set REQ_NOMERGE unnecessarily
Tejun Heo
2009-04-28
2
-5
/
+1
*
block: kill blk_start_queueing()
Tejun Heo
2009-04-28
4
-38
/
+9
*
block: merge blk_invoke_request_fn() into __blk_run_queue()
Tejun Heo
2009-04-28
1
-21
/
+14
*
block: enable by default support for large devices and files on 32-bit archs
Bartlomiej Zolnierkiewicz
2009-04-28
1
-4
/
+7
*
block: clear req->errors on bio completion only for fs requests
Tejun Heo
2009-04-28
1
-3
/
+7
*
cfq-iosched: cache prio_tree root in cfqq->p_root
Jens Axboe
2009-04-24
1
-14
/
+20
*
cfq-iosched: fix bug with aliased request and cooperation detection
Jens Axboe
2009-04-24
1
-5
/
+6
*
cfq-iosched: clear ->prio_trees[] on cfqd alloc
Jens Axboe
2009-04-24
1
-0
/
+10
*
block: fix intermittent dm timeout based oops
Hannes Reinecke
2009-04-24
1
-0
/
+7
*
block: simplify I/O stat accounting
Jerome Marchand
2009-04-24
4
-13
/
+9
*
cfq-iosched: use the default seek distance when there aren't enough seek samples
Jeff Moyer
2009-04-22
1
-5
/
+6
*
cfq-iosched: make seek_mean converge more quickly
Jeff Moyer
2009-04-22
1
-1
/
+3
*
block: make blk_abort_queue() ignore non-request based devices
Jens Axboe
2009-04-22
1
-0
/
+6
*
block: include empty disks in /proc/diskstats
Tejun Heo
2009-04-22
1
-4
/
+8
*
block: fix queue bounce limit setting
Tejun Heo
2009-04-22
1
-9
/
+11
*
block: fix SG_IO vector request data length handling
Tejun Heo
2009-04-22
1
-1
/
+12
*
cfq-iosched: add close cooperator code
Jens Axboe
2009-04-15
1
-25
/
+198
*
cfq-iosched: log responsible 'cfqq' in idle timer arm
Jens Axboe
2009-04-15
1
-1
/
+1
*
cfq-iosched: tweak kick logic a bit more
Jens Axboe
2009-04-15
1
-2
/
+5
*
cfq-iosched: no need to save interrupts in cfq_kick_queue()
Jens Axboe
2009-04-15
1
-3
/
+2
*
block: Remove code handling bio_alloc failure with __GFP_WAIT
Nikanth Karthikesan
2009-04-15
2
-5
/
+0
*
block: fix SG_IO to return a proper error value
FUJITA Tomonori
2009-04-15
1
-2
/
+4
*
cfq-iosched: don't delay queue kick for a merged request
Jens Axboe
2009-04-15
1
-2
/
+9
*
as-iosched: get rid of private REQ_SYNC/REQ_ASYNC defines
Jens Axboe
2009-04-15
1
-59
/
+57
*
cfq-iosched: get rid of private SYNC/ASYNC defines
Jens Axboe
2009-04-15
1
-13
/
+11
*
cfq-iosched: use rw_is_sync() to see if rw flags are sync or not
Jens Axboe
2009-04-15
1
-1
/
+1
*
block: fix bad spelling of quiesce
Jens Axboe
2009-04-15
3
-8
/
+8
[next]