Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
68717950e11eab8ff754b2721d23e9cb3a47b56f
/
block
/
cfq-iosched.c
5fccbf6
[PATCH] CFQ: request <-> request merging rr_list fixup
by Jens Axboe
· 18 years ago
c1b707d
[PATCH] CFQ: bad locking in changed_ioprio()
by Jens Axboe
· 18 years ago
0261d68
[PATCH] CFQ: use irq safe locking in cfq_cic_link()
by Jens Axboe
· 18 years ago
6e9a473
[PATCH] completions: lockdep annotate on stack completions
by Peter Zijlstra
· 18 years ago
0fe2347
[PATCH] Update axboe@suse.de email address
by Jens Axboe
· 18 years ago
374f84a
[PATCH] cfq-iosched: use metadata read flag
by Jens Axboe
· 18 years ago
bf57225
[PATCH] cfq-iosched: improve queue preemption
by Jens Axboe
· 18 years ago
dc72ef4
[PATCH] Add blk_start_queueing() helper
by Jens Axboe
· 18 years ago
981a797
[PATCH] cfq-iosched: kill the empty_list
by Jens Axboe
· 18 years ago
53b0374
[PATCH] cfq-iosched: Kill O(N) runtime of cfq_resort_rr_list()
by Jens Axboe
· 18 years ago
b5deef9
[PATCH] Make sure all block/io scheduler setups are node aware
by Jens Axboe
· 18 years ago
1ea25ec
[PATCH] Audit block layer inlines
by Jens Axboe
· 18 years ago
4050cf1
[PATCH] cfq-iosched: use new io context counting mechanism
by Jens Axboe
· 18 years ago
fc46379
[PATCH] cfq-iosched: kill cfq_exit_lock
by Jens Axboe
· 18 years ago
89850f7
[PATCH] cfq-iosched: cleanups, fixes, dead code removal
by Jens Axboe
· 18 years ago
cb78b28
[PATCH] Drop useless bio passing in may_queue/set_request API
by Jens Axboe
· 18 years ago
5e70537
[PATCH] cfq-iosched: kill crq
by Jens Axboe
· 18 years ago
5380a10
[PATCH] cfq-iosched: remove the crq flag functions/variable
by Jens Axboe
· 18 years ago
95e8810
[PATCH] cfq-iosched: convert to using the FIFO elevator defines
by Jens Axboe
· 18 years ago
21183b0
[PATCH] cfq-iosched: migrate to using the elevator rb functions
by Jens Axboe
· 18 years ago
9817064
[PATCH] elevator: move the backmerging logic into the elevator core
by Jens Axboe
· 18 years ago
be33c3a
[PATCH] cfq_cic_link: fix usage of wrong cfq_io_context
by Oleg Nesterov
· 18 years ago
44eb123
[PATCH] cfq-iosched: don't use a hard jiffies value, translate from msecs
by Jens Axboe
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
dd67d05
[PATCH] rbtree: support functions used by the io schedulers
by Jens Axboe
· 18 years ago
fd61af0
[PATCH] cfq-iosched: rq update fixes
by Jens Axboe
· 18 years ago
caaa5f9
[PATCH] cfq-iosched: many performance fixes
by Jens Axboe
· 18 years ago
35e6077
[PATCH] cfq-iosched: correctly set ioprio on both targets
by Jens Axboe
· 18 years ago
b31dc66
[PATCH] Kill PF_SYNCWRITE flag
by Jens Axboe
· 18 years ago
271f18f
[PATCH] cfq-iosched: Don't set the queue batching limits
by Jens Axboe
· 18 years ago
6b41fd1
Fix up CFQ scheduler for recent rbtree node shrinkage
by Linus Torvalds
· 18 years ago
2edc322
Merge git://git.infradead.org/~dwmw2/rbtree-2.6
by Linus Torvalds
· 18 years ago
553698f
[PATCH] cfq-iosched: fix crash in do_div()
by Jens Axboe
· 18 years ago
bc1c116
[PATCH] elevator switching race
by Jens Axboe
· 18 years ago
b52a834
[PATCH] cfq-iosched: busy_rr fairness fix
by Jens Axboe
· 18 years ago
ae818a3
[PATCH] cfq-iosched: fix bug in timer handling for the idle class
by Jens Axboe
· 18 years ago
25776e3
[PATCH] cfq-iosched: Detect hardware queueing
by Jens Axboe
· 18 years ago
12e9fdd
[PATCH] cfq-iosched: Detect idle process issuing async request
by Jens Axboe
· 18 years ago
e0de020
[PATCH] cfq-iosched: check busy queues before deciding we are idle
by Jens Axboe
· 18 years ago
3793c65
[PATCH] cfq-iosched: fixup locking and ->queue_list list management
by Jens Axboe
· 18 years ago
3db3a44
[RBTREE] Change rbtree off-tree marking in I/O schedulers.
by David Woodhouse
· 19 years ago
be3b075
[PATCH] cfq: Further rbtree traversal and cfq_exit_queue() race fix
by OGAWA Hirofumi
· 19 years ago
dbecf3a
[PATCH 2/2] cfq: fix cic's rbtree traversal
by OGAWA Hirofumi
· 19 years ago
fba8227
[PATCH 1/2] iosched: fix typo and barrier()
by OGAWA Hirofumi
· 19 years ago
206dc69
[BLOCK] cfq-iosched: seek and async performance fixes
by Jens Axboe
· 19 years ago
e8a9905
[PATCH] cfq-iosched: small cfq_choose_req() optimization
by Andreas Mohr
· 19 years ago
e2d74ac
[PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to tree
by Jens Axboe
· 19 years ago
93d2341
[PATCH] mempool: use mempool_create_slab_pool()
by Matthew Dobson
· 19 years ago
e572ec7
[PATCH] fix rmmod problems with elevator attributes, clean them up
by Al Viro
· 19 years ago
3d1ab40
[PATCH] elevator_t lifetime rules and sysfs fixes
by Al Viro
· 19 years ago
1cc9be6
[PATCH] noise removal: cfq-iosched.c
by Al Viro
· 19 years ago
a90d742
[PATCH] don't bother with refcounting for cfq_data
by Al Viro
· 19 years ago
6f325a1
[PATCH] fix cfq_get_queue()/ioprio_set(2) races
by Al Viro
· 19 years ago
334e94d
[PATCH] deal with rmmod/put_io_context() races
by Al Viro
· 19 years ago
e17a948
[PATCH] stop elv_unregister() from rogering other iosched's data, fix locking
by Al Viro
· 19 years ago
25975f8
[PATCH] stop cfq from pinning queue down
by Al Viro
· 19 years ago
d9ff418
[PATCH] make cfq_exit_queue() prune the cfq_io_context for that queue
by Al Viro
· 19 years ago
a6a0763
[PATCH] fix the exclusion for ioprio_set()
by Al Viro
· 19 years ago
12a0573
[PATCH] keep sync and async cfq_queue separate
by Al Viro
· 19 years ago
478a82b
[PATCH] switch to use of ->key to get cfq_data by cfq_io_context
by Al Viro
· 19 years ago
7670876
[PATCH] stop leaking cfq_data in cfq_set_request()
by Al Viro
· 19 years ago
b0a6916
[PATCH] fix cfq hash lookups
by Al Viro
· 19 years ago
7b14e3b
[PATCH] cfq-iosched: slice expiry fixups
by Jens Axboe
· 19 years ago
6410009
[BLOCK] mark some block/ variables cons
by Arjan van de Ven
· 19 years ago
eb97b73
[BLOCK] new block/ directory comment tidy
by Coywolf Qi Hunt
· 19 years ago
b740d98
[BLOCK] cfq-iosched: fix slice_left calculation
by Tejun Heo
· 19 years ago
1b5ed5e1
[BLOCK] cfq-iosched: cfq forced dispatching fix
by Tejun Heo
· 19 years ago
3a65dfe
[BLOCK] Move all core block layer code to new block/ directory
by Jens Axboe
· 19 years ago
[Renamed from drivers/block/cfq-iosched.c]
4fc2074
[PATCH] Fix on-the-fly switch from cfq i/o scheduler
by Jens Axboe
· 19 years ago
83521d3
[PATCH] cfq-iosched: move tasklist walk to elevator.c
by Christoph Hellwig
· 19 years ago
28d721e
Merge branch 'generic-dispatch' of git://brick.kernel.dk/data/git/linux-2.6-block
by Linus Torvalds
· 19 years ago
8267e26
[PATCH] gfp_t: block layer core
by Al Viro
· 19 years ago
98b1147
[PATCH] 04/05 remove last_merge handling from ioscheds
by Tejun Heo
· 19 years ago
b4878f2
[PATCH] 02/05: update ioscheds to use generic dispatch queue
by Jens Axboe
· 19 years ago
3579713
[PATCH] cfq-iosched: reverse bad reference count fix
by Jens Axboe
· 19 years ago
38f1852
[PATCH] block: CFQ refcounting fix
by Brian King
· 19 years ago
9c2c38a
[PATCH] cfq-iosched.c: minor fixes
by Jens Axboe
· 19 years ago
d7ed538
[PATCH] cfq-iosched: fix problem with barriers and max_depth == 1
by Jens Axboe
· 19 years ago
99f95e5
[PATCH] cfq build fix
by Andrew Morton
· 19 years ago
96c51ce
[PATCH] CFQ io scheduler: scheduler switch oops
by Jens Axboe
· 19 years ago
3b18152
[PATCH] CFQ io scheduler updates
by Jens Axboe
· 19 years ago
3d25f35
[PATCH] Fix cfq_find_next_crq()
by Jens Axboe
· 19 years ago
22e2c50
[PATCH] Update cfq io scheduler to time sliced design
by Jens Axboe
· 19 years ago
6c1852a
[PATCH] sysfs: (driver/block) if show/store is missing return -EIO
by Dmitry Torokhov
· 20 years ago
db3b584
When cfq I/O scheduler is selected, get_request() in __make_request() calls
by Kiyoshi Ueda
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago