Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
60cfab85da965035c7baf66a63f048155bb302b1
/
block
b1f7449
block: move completion related functions back to blk-core.c
by FUJITA Tomonori
· 16 years ago
9934c8c
block: implement and enforce request peek/start/fetch
by Tejun Heo
· 16 years ago
a2dec7b
block: hide request sector and data_len
by Tejun Heo
· 16 years ago
2e46e8b
block: drop request->hard_* and *nr_sectors
by Tejun Heo
· 16 years ago
83096eb
block: convert to pos and nr_sectors accessors
by Tejun Heo
· 16 years ago
5b93629
block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
by Tejun Heo
· 16 years ago
c3a4d78
block: add rq->resid_len
by Tejun Heo
· 16 years ago
4c94dec
block: don't init rq fields unnecessarily
by Tejun Heo
· 16 years ago
9eb55b0
block: catch trying to use more bits than request->cmd_flags has
by Nikanth Karthikesan
· 16 years ago
c69d485
block: include discard requests in IO accounting
by Jens Axboe
· 16 years ago
c2553b5
block: make blk_do_io_stat() do the full "is this rq accountable" checks
by Jens Axboe
· 16 years ago
731ec49
block: kill rq->data
by Tejun Heo
· 16 years ago
40cbbb7
block: implement and use [__]blk_end_request_all()
by Tejun Heo
· 16 years ago
b243ddc
block: move rq->start_time initialization to blk_rq_init()
by Tejun Heo
· 16 years ago
2e60e02
block: clean up request completion API
by Tejun Heo
· 16 years ago
0b302d5
block: kill blk_end_request_callback()
by Tejun Heo
· 16 years ago
158dbda
block: reorganize request fetching functions
by Tejun Heo
· 16 years ago
5efccd1
block: reorder request completion functions
by Tejun Heo
· 16 years ago
2eef33e
block: clean up misc stuff after block layer timeout conversion
by Tejun Heo
· 16 years ago
10732f5
block: cleanup REQ_SOFTBARRIER usages
by Tejun Heo
· 16 years ago
e4025f6
block: don't set REQ_NOMERGE unnecessarily
by Tejun Heo
· 16 years ago
a7f5579
block: kill blk_start_queueing()
by Tejun Heo
· 16 years ago
a538cd0
block: merge blk_invoke_request_fn() into __blk_run_queue()
by Tejun Heo
· 16 years ago
db29a6b
block: enable by default support for large devices and files on 32-bit archs
by Bartlomiej Zolnierkiewicz
· 16 years ago
924cec7
block: clear req->errors on bio completion only for fs requests
by Tejun Heo
· 16 years ago
f2d1f0a
cfq-iosched: cache prio_tree root in cfqq->p_root
by Jens Axboe
· 16 years ago
3ac6c9f
cfq-iosched: fix bug with aliased request and cooperation detection
by Jens Axboe
· 16 years ago
26a2ac0
cfq-iosched: clear ->prio_trees[] on cfqd alloc
by Jens Axboe
· 16 years ago
17d5c8c
block: fix intermittent dm timeout based oops
by Hannes Reinecke
· 16 years ago
42dad76
block: simplify I/O stat accounting
by Jerome Marchand
· 16 years ago
04dc6e7
cfq-iosched: use the default seek distance when there aren't enough seek samples
by Jeff Moyer
· 16 years ago
4d00aa4
cfq-iosched: make seek_mean converge more quickly
by Jeff Moyer
· 16 years ago
b759113
block: make blk_abort_queue() ignore non-request based devices
by Jens Axboe
· 16 years ago
71982a4
block: include empty disks in /proc/diskstats
by Tejun Heo
· 16 years ago
cd0aca2
block: fix queue bounce limit setting
by Tejun Heo
· 16 years ago
25636e2
block: fix SG_IO vector request data length handling
by Tejun Heo
· 16 years ago
a36e71f
cfq-iosched: add close cooperator code
by Jens Axboe
· 16 years ago
9481ffd
cfq-iosched: log responsible 'cfqq' in idle timer arm
by Jens Axboe
· 16 years ago
2d87072
cfq-iosched: tweak kick logic a bit more
by Jens Axboe
· 16 years ago
40bb54d
cfq-iosched: no need to save interrupts in cfq_kick_queue()
by Jens Axboe
· 16 years ago
15afd1c
block: Remove code handling bio_alloc failure with __GFP_WAIT
by Nikanth Karthikesan
· 16 years ago
91e463c
block: fix SG_IO to return a proper error value
by FUJITA Tomonori
· 16 years ago
d6ceb25
cfq-iosched: don't delay queue kick for a merged request
by Jens Axboe
· 16 years ago
1d6bfbd
as-iosched: get rid of private REQ_SYNC/REQ_ASYNC defines
by Jens Axboe
· 16 years ago
ff6657c
cfq-iosched: get rid of private SYNC/ASYNC defines
by Jens Axboe
· 16 years ago
b0b78f8
cfq-iosched: use rw_is_sync() to see if rw flags are sync or not
by Jens Axboe
· 16 years ago
f600abe
block: fix bad spelling of quiesce
by Jens Axboe
· 16 years ago
c93f216
Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
6a5d263
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
132ea5e
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev
by Linus Torvalds
· 16 years ago
b029195
cfq-iosched: don't let idling interfere with plugging
by Jens Axboe
· 16 years ago
2385327
block: remove unused REQ_UNPLUG
by Jens Axboe
· 16 years ago
75e5098
cfq-iosched: kill two unused cfqq flags
by Jens Axboe
· 16 years ago
2f5cb73
cfq-iosched: change dispatch logic to deal with single requests at the time
by Jens Axboe
· 16 years ago
26308ea
block: fix inconsistency in I/O stat accounting code
by Jerome Marchand
· 16 years ago
6c7e8ce
block: elevator quiescing helpers
by Jens Axboe
· 16 years ago
8feb4d2
pata_artop: typo
by Alan Cox
· 16 years ago
aeb6faf
block: Add flag for telling the IO schedulers NOT to anticipate more IO
by Jens Axboe
· 16 years ago
644b2d9
block: enabling plugging on SSD devices that don't do queuing
by Jens Axboe
· 16 years ago
1faa16d
block: change the request allocation/congestion logic to be sync/async based
by Jens Axboe
· 16 years ago
714f83d
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
90975ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
by Linus Torvalds
· 16 years ago
b1dbb67
Merge branch 'ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e2494e1
blktrace: fix pdu_len when tracing packet command requests
by Li Zefan
· 16 years ago
8302294
Merge branch 'tracing/core-v2' into tracing-for-linus
by Ingo Molnar
· 16 years ago
65fb0d2
Merge branch 'linus' into cpumask-for-linus
by Ingo Molnar
· 16 years ago
7c730cc
Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
d54b353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 16 years ago
6e15cf0
Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2
by Ingo Molnar
· 16 years ago
e7cbbf1
bsg: Remove bogus check against request_queue->max_sectors
by Boaz Harrosh
· 16 years ago
1cd96c2
block: WARN in __blk_put_request() for potential bio leak
by Boaz Harrosh
· 16 years ago
0537894
bsg: add support for tail queuing
by Boaz Harrosh
· 16 years ago
50e1749
block: get rid of unused blkdev_free_rq() define
by Jens Axboe
· 16 years ago
f3b144a
block: remove various blk_queue_*() setting functions in blk_init_queue_node()
by Jens Axboe
· 16 years ago
cd80a81
Merge branch 'x86/core' into core/ipi
by Ingo Molnar
· 16 years ago
c69fc56
cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_core_map/cpu_sibling_map
by Rusty Russell
· 16 years ago
25d5000
Merge branch 'linus' into core/ipi
by Ingo Molnar
· 16 years ago
f290f19
[SCSI] Make scsi.h independent of the rest of the scsi includes
by James Bottomley
· 16 years ago
12e87e3
Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
467c88f
Merge branches 'x86/apic', 'x86/asm', 'x86/fixmap', 'x86/memtest', 'x86/mm', 'x86/urgent', 'linus' and 'core/percpu' into x86/core
by Ingo Molnar
· 16 years ago
59247ea
block: fix missing bio back/front segment size setting in blk_recount_segments()
by Jens Axboe
· 16 years ago
91d75e2
Merge branch 'x86/core' into core/percpu
by Ingo Molnar
· 16 years ago
f701d35
Merge branches 'tracing/ftrace' and 'linus' into tracing/core
by Ingo Molnar
· 16 years ago
1e42807
block: reduce stack footprint of blk_recount_segments()
by Jens Axboe
· 16 years ago
9e8c0bc
block: add documentation for register_blkdev()
by Márton Németh
· 16 years ago
6e27563
generic-ipi: remove CSD_FLAG_WAIT
by Peter Zijlstra
· 16 years ago
0edcf8d
Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu
by Ingo Molnar
· 16 years ago
313e458
alloc_percpu: add align argument to __alloc_percpu.
by Rusty Russell
· 16 years ago
72c26c9
Merge branch 'linus' into tracing/blktrace
by Ingo Molnar
· 16 years ago
be987fd
block: fix deadlock in blk_abort_queue() for drivers that readd to timeout list
by Hannes Reinecke
· 16 years ago
41b8c85
block: fix booting from partitioned md array
by Neil Brown
· 16 years ago
93dbb39
block: fix bad definition of BIO_RW_SYNC
by Jens Axboe
· 16 years ago
c1c2012
bsg: Fix sense buffer bug in SG_IO
by Boaz Harrosh
· 16 years ago
2db270a
tracing/blktrace: move the tracing file to kernel/trace
by Frederic Weisbecker
· 16 years ago
b6f11df
trace: Call tracing_reset_online_cpus before tracer->init()
by Arnaldo Carvalho de Melo
· 16 years ago
51a763d
tracing: Introduce trace_buffer_{lock_reserve,unlock_commit}
by Arnaldo Carvalho de Melo
· 16 years ago
0a98775
ring_buffer: remove unused flags parameter
by Arnaldo Carvalho de Melo
· 16 years ago
7be4215
trace: Remove unused trace_array_cpu parameter
by Arnaldo Carvalho de Melo
· 16 years ago
268ccda
trace: assign defaults at register_ftrace_event
by Arnaldo Carvalho de Melo
· 16 years ago
ae7462b
trace: make the trace_event callbacks return enum print_line_t
by Arnaldo Carvalho de Melo
· 16 years ago
Next »