index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
ide
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-15
ide-floppy/ide_floppy_get_flexible_disk_page: use local buffer
Borislav Petkov
1
-10
/
+10
2009-05-15
ide-atapi: add a buffer-arg to ide_queue_pc_tail
Borislav Petkov
4
-42
/
+40
2009-05-15
ide-atapi: add a len-parameter to ide_queue_pc_tail
Borislav Petkov
4
-25
/
+25
2009-05-15
ide-atapi: switch to rq->resid_len
Borislav Petkov
2
-18
/
+13
2009-05-15
ide-atapi: switch to blk_rq_bytes() on do_request() path
Borislav Petkov
3
-16
/
+18
2009-05-15
ide-tape: fix potential fs requests bug
Borislav Petkov
1
-1
/
+1
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
2
-7
/
+4
2009-05-11
ide: dequeue in-flight request
Tejun Heo
3
-17
/
+39
2009-05-11
ide: cleanup rq->data_len usages
Tejun Heo
5
-24
/
+13
2009-05-11
ide: convert to rq pos and nr_sectors accessors
Tejun Heo
11
-22
/
+22
2009-05-11
block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
Tejun Heo
2
-6
/
+6
2009-05-11
block: add rq->resid_len
Tejun Heo
3
-18
/
+8
2009-05-11
ide-tape: don't initialize rq->sector for rw requests
Tejun Heo
1
-1
/
+0
2009-04-30
alim15x3: Remove historical hacks, re-enable init_hwif for PowerPC
Anton Vorontsov
1
-7
/
+3
2009-04-30
Merge branch 'for-linus' into for-next
Bartlomiej Zolnierkiewicz
1
-5
/
+4
2009-04-30
ide-cd: fix REQ_QUIET tests in cdrom_decode_status
Borislav Petkov
1
-5
/
+4
2009-04-28
ide-dma: don't reset request fields on dma_timeout_retry()
Tejun Heo
1
-16
/
+4
2009-04-28
ide: drop rq->data handling from ide_map_sg()
Tejun Heo
1
-5
/
+1
2009-04-28
ide-atapi: kill unused fields and callbacks
Tejun Heo
2
-14
/
+4
2009-04-28
ide-tape: simplify read/write functions
Tejun Heo
1
-99
/
+50
2009-04-28
ide-tape: use byte size instead of sectors on rw issue functions
Tejun Heo
1
-25
/
+20
2009-04-28
ide-tape: unify r/w init paths
Tejun Heo
1
-64
/
+46
2009-04-28
ide-tape: kill idetape_bh
Tejun Heo
1
-221
/
+84
2009-04-28
ide-tape: use standard data transfer mechanism
Tejun Heo
2
-94
/
+24
2009-04-28
ide-tape: use single continuous buffer
Tejun Heo
1
-198
/
+58
2009-04-28
ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len
Tejun Heo
3
-8
/
+18
2009-04-28
ide-tape,floppy: fix failed command completion after request sense
Tejun Heo
2
-0
/
+2
2009-04-28
ide-pm: don't abuse rq->data
Tejun Heo
2
-24
/
+16
2009-04-28
ide-cd,atapi: use bio for internal commands
Tejun Heo
4
-35
/
+51
2009-04-28
ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer
Borislav Petkov
3
-37
/
+22
2009-04-28
ide-cd: convert to using generic sense request
Borislav Petkov
2
-46
/
+12
2009-04-28
ide: add helpers for preparing sense requests
Borislav Petkov
1
-0
/
+61
2009-04-28
ide-cd: don't abuse rq->buffer
Tejun Heo
1
-4
/
+4
2009-04-28
ide-atapi: don't abuse rq->buffer
Tejun Heo
3
-4
/
+4
2009-04-28
ide-taskfile: don't abuse rq->buffer
Tejun Heo
2
-11
/
+12
2009-04-28
ide-floppy: block pc always uses bio
Tejun Heo
1
-8
/
+6
2009-04-28
ide-cd: clear sense buffer before issuing request sense
Tejun Heo
1
-8
/
+4
2009-04-28
ide: don't set REQ_SOFTBARRIER
Tejun Heo
2
-2
/
+0
2009-04-28
ide: use blk_run_queue() instead of blk_start_queueing()
Tejun Heo
1
-5
/
+2
2009-04-28
ide-tape: remove back-to-back REQUEST_SENSE detection
Tejun Heo
1
-6
/
+0
2009-04-23
Merge branch 'for-linus' into for-next
Bartlomiej Zolnierkiewicz
1
-55
/
+24
2009-04-23
palm_bk3710: palm_bk3710_udmatimings[] CodingStyle fixup
Bartlomiej Zolnierkiewicz
1
-6
/
+6
2009-04-23
palm_bk3710: those registers/bitfields don't exist
David Brownell
1
-49
/
+18
2009-04-22
Merge branch 'for-linus' into for-next
Bartlomiej Zolnierkiewicz
3
-16
/
+29
2009-04-22
ide: Stop disks on reboot for laptop which cuts power
Bruno Prémont
1
-1
/
+16
2009-04-22
ide-cd: fix kernel crash on hppa regression
Helge Deller
1
-1
/
+1
2009-04-22
palm_bk3710: UDMA performance fix
David Brownell
1
-14
/
+12
2009-04-21
ide-dma: don't reset request fields on dma_timeout_retry()
Tejun Heo
1
-16
/
+4
2009-04-19
ide: drop rq->data handling from ide_map_sg()
Tejun Heo
1
-5
/
+1
2009-04-19
ide-atapi: kill unused fields and callbacks
Tejun Heo
2
-14
/
+4
[prev]
[next]