Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9934c8c04561413609d2bc38c6b9f268cba774a4
/
drivers
9934c8c
block: implement and enforce request peek/start/fetch
by Tejun Heo
· 16 years ago
2343046
gdrom: dequeue in-flight request
by Tejun Heo
· 16 years ago
296b2f6
block: convert to dequeueing model (easy ones)
by Tejun Heo
· 16 years ago
fb3ac7f6b
z2ram: dequeue in-flight request
by Tejun Heo
· 16 years ago
6b0bf40
jsflash: dequeue in-flight request
by Tejun Heo
· 16 years ago
1498ada
mtd_blkdevs: dequeue in-flight request
by Tejun Heo
· 16 years ago
bab2a80
xd: dequeue in-flight request
by Tejun Heo
· 16 years ago
06b0608
swim: dequeue in-flight request
by Tejun Heo
· 16 years ago
9e31beb
amiflop: dequeue in-flight request
by Tejun Heo
· 16 years ago
10e1e62
ps3disk: dequeue in-flight request
by Tejun Heo
· 16 years ago
b12d4f8
paride: dequeue in-flight request
by Tejun Heo
· 16 years ago
2d75ce0
xsysace: dequeue in-flight request
by Tejun Heo
· 16 years ago
f4bd4b9
swim3: dequeue in-flight request
by Tejun Heo
· 16 years ago
a336ca6
ataflop: dequeue and track in-flight request
by Tejun Heo
· 16 years ago
8a12c4a
hd: dequeue and track in-flight request
by Tejun Heo
· 16 years ago
5b36ad6
mg_disk: dequeue and track in-flight request
by Tejun Heo
· 16 years ago
9a8d23d8
mg_disk: fix queue hang / infinite retry on !fs requests
by Tejun Heo
· 16 years ago
8f6205c
ide: dequeue in-flight request
by Tejun Heo
· 16 years ago
1011c1b
block: blk_rq_[cur_]_{sectors|bytes}() usage cleanup
by Tejun Heo
· 16 years ago
34b7d2c
ide: cleanup rq->data_len usages
by Tejun Heo
· 16 years ago
b079041
block: cleanup rq->data_len usages
by Tejun Heo
· 16 years ago
9780e2d
ide: convert to rq pos and nr_sectors accessors
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
9720aef
ide-tape: don't initialize rq->sector for rw requests
by Tejun Heo
· 16 years ago
53d6979
nbd: don't clear rq->sector and nr_sectors unnecessarily
by Tejun Heo
· 16 years ago
f68adec
mg_disk: use defines from <linux/ata.h>
by Bartlomiej Zolnierkiewicz
· 16 years ago
8a11a78
mg_disk: fix dependency on libata
by Bartlomiej Zolnierkiewicz
· 16 years ago
a03bb5a
mg_disk: clean up request completion paths
by Tejun Heo
· 16 years ago
eec9462
mg_disk: fold mg_disk.h into mg_disk.c
by Tejun Heo
· 16 years ago
e138b4e
swim: clean up request completion paths
by Tejun Heo
· 16 years ago
467ca75
swim3: clean up request completion paths
by Tejun Heo
· 16 years ago
e091eb6
hd: clean up request completion paths
by Tejun Heo
· 16 years ago
04420850
sunvdc: kill vdc_end_request()
by Tejun Heo
· 16 years ago
cd4c34e
ps3disk: simplify request completion
by Tejun Heo
· 16 years ago
5b5c5d1
amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block drivers
by Tejun Heo
· 16 years ago
731ec49
block: kill rq->data
by Tejun Heo
· 16 years ago
f06d9a2
block: replace end_request() with [__]blk_end_request_cur()
by Tejun Heo
· 16 years ago
40cbbb7
block: implement and use [__]blk_end_request_all()
by Tejun Heo
· 16 years ago
586cf26
ide-dma: don't reset request fields on dma_timeout_retry()
by Tejun Heo
· 16 years ago
5ad960f
ide: drop rq->data handling from ide_map_sg()
by Tejun Heo
· 16 years ago
29d1a43
ide-atapi: kill unused fields and callbacks
by Tejun Heo
· 16 years ago
4344d07
ide-tape: simplify read/write functions
by Tejun Heo
· 16 years ago
71294cf
ide-tape: use byte size instead of sectors on rw issue functions
by Tejun Heo
· 16 years ago
3596b66
ide-tape: unify r/w init paths
by Tejun Heo
· 16 years ago
6cf3d54
ide-tape: kill idetape_bh
by Tejun Heo
· 16 years ago
e998f30
ide-tape: use standard data transfer mechanism
by Tejun Heo
· 16 years ago
7b13354
ide-tape: use single continuous buffer
by Tejun Heo
· 16 years ago
eb6a61b
ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len
by Tejun Heo
· 16 years ago
08f370f
ide-tape,floppy: fix failed command completion after request sense
by Tejun Heo
· 16 years ago
765139e
ide-pm: don't abuse rq->data
by Tejun Heo
· 16 years ago
02e7cf8
ide-cd,atapi: use bio for internal commands
by Tejun Heo
· 16 years ago
0687532
ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer
by Borislav Petkov
· 16 years ago
c457ce8
ide-cd: convert to using generic sense request
by Borislav Petkov
· 16 years ago
e69d800
ide: add helpers for preparing sense requests
by Borislav Petkov
· 16 years ago
1f181d2
ide-cd: don't abuse rq->buffer
by Tejun Heo
· 16 years ago
ac0b011
ide-atapi: don't abuse rq->buffer
by Tejun Heo
· 16 years ago
d868ca2
ide-taskfile: don't abuse rq->buffer
by Tejun Heo
· 16 years ago
8968932
ide-floppy: block pc always uses bio
by Tejun Heo
· 16 years ago
59a4f6f
ide-cd: clear sense buffer before issuing request sense
by Tejun Heo
· 16 years ago
b2963ac
ide: don't set REQ_SOFTBARRIER
by Tejun Heo
· 16 years ago
220d06b
ide: use blk_run_queue() instead of blk_start_queueing()
by Tejun Heo
· 16 years ago
0de57fb
ide-tape: remove back-to-back REQUEST_SENSE detection
by Tejun Heo
· 16 years ago
e686307
loop: use BIO list management functions
by Akinobu Mita
· 16 years ago
e93b9fb
hd: fix locking
by Tejun Heo
· 16 years ago
7090a0a
mg_disk: fix CONFIG_LBD=y warning
by Bartlomiej Zolnierkiewicz
· 16 years ago
ac2ff94
mg_disk: fix locking
by Tejun Heo
· 16 years ago
e5b8954
virtio-rng: Remove false BUG for spurious callbacks
by Christian Borntraeger
· 16 years ago
ef54b1b
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 16 years ago
6ae85d6
Merge master.kernel.org:/home/rmk/linux-2.6-arm
by Linus Torvalds
· 16 years ago
d72cd3a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 16 years ago
198aa04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k
by Linus Torvalds
· 16 years ago
58be18c4
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 16 years ago
d1f53fb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 16 years ago
ec5f5bf
radio_si470x: Fix free memory corruption
by Alan Cox
· 16 years ago
79e95eb
serial: remove contact data
by Niels de Vos
· 16 years ago
67cd724
cafe_nand: Fix warning
by Alan Cox
· 16 years ago
97c68d00
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
3e241ff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
f8c3301
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 16 years ago
1162cf6
Merge branch 'bjorn.button' into release
by Len Brown
· 16 years ago
5f855a8
Merge branch 'bugzilla-13036' into release
by Len Brown
· 16 years ago
1fe94d3
Merge branch 'bugzilla-13048' into release
by Len Brown
· 16 years ago
9c18f0b
Merge branch 'bugzilla-13142' into release
by Len Brown
· 16 years ago
3869e92
Merge branch 'hpet' into release
by Len Brown
· 16 years ago
f3c737d
umem: fix request_queue lock warning
by Sage Weil
· 16 years ago
2d40570
Merge branch 'bugzilla-12249' into release
by Len Brown
· 16 years ago
04a2e62
Merge branch 'bugzilla-12270' into release
by Len Brown
· 16 years ago
ac0849f
Merge branch 'bugzilla-13041' into release
by Len Brown
· 16 years ago
f752a09
Merge branch 'idle' into release
by Len Brown
· 16 years ago
6e6c348
Merge branch 'irq' into release
by Len Brown
· 16 years ago
7f3745a
Merge branch 'sony-laptop' into release
by Len Brown
· 16 years ago
771e5ce
Merge branch 'thermal-regression' into release
by Len Brown
· 16 years ago
7b80601
Merge branch 'thinkpad-acpi' into release
by Len Brown
· 16 years ago
60cd8ad
Merge branch 'video-ac-dc' into release
by Len Brown
· 16 years ago
b7f0ab4
ACPI, i915: Register ACPI video even when not modesetting
by Matthew Garrett
· 16 years ago
a38d75f
Revert "ACPICA: delete check for AML access to port 0x81-83"
by Len Brown
· 16 years ago
a65131e
I/O port protection: update for windows compatibility.
by Lin Ming
· 16 years ago
53005a0
sony-laptop: always try to unblock rfkill on load
by Mattia Dongili
· 16 years ago
Next »