index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
ide
/
ide-atapi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
block: Change argument type of scsi_req_init()
Bart Van Assche
1
-1
/
+1
2017-06-20
block: Make most scsi_req_init() calls implicit
Bart Van Assche
1
-1
/
+0
2017-06-09
block: introduce new block status code type
Christoph Hellwig
1
-4
/
+5
2017-04-20
scsi: introduce a result field in struct scsi_request
Christoph Hellwig
1
-5
/
+5
2017-04-20
block: remove the blk_execute_rq return value
Christoph Hellwig
1
-1
/
+2
2017-01-31
block: fold cmd_type into the REQ_OP_ space
Christoph Hellwig
1
-10
/
+11
2017-01-31
ide: don't abuse cmd_type
Christoph Hellwig
1
-6
/
+12
2017-01-27
block: split scsi_request out of struct request
Christoph Hellwig
1
-20
/
+23
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
1
-3
/
+3
2015-11-06
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-1
/
+1
2015-05-05
block: move REQ_TYPE_SENSE to the ide driver
Christoph Hellwig
1
-3
/
+3
2015-05-05
block: rename REQ_TYPE_SPECIAL to REQ_TYPE_DRV_PRIV
Christoph Hellwig
1
-2
/
+2
2011-10-31
ide/ata: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed
Paul Gortmaker
1
-0
/
+1
2011-03-10
block: remove per-queue plugging
Jens Axboe
1
-2
/
+1
2010-08-07
block: fix some more cmd_type cleanup fallout
Christoph Hellwig
1
-3
/
+3
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
1
-7
/
+10
2010-04-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6
Linus Torvalds
1
-1
/
+1
2010-04-01
ide: Must hold queue lock when requeueing
Herbert Xu
1
-1
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-06-20
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
1
-51
/
+87
2009-06-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-06-13
Merge branch 'bp-remove-pc-buf' into for-next
Bartlomiej Zolnierkiewicz
1
-51
/
+87
2009-06-12
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Linus Torvalds
1
-1
/
+1
2009-06-12
trivial: fix typo milisecond/millisecond for documentation and source comments.
Martin Olsson
1
-1
/
+1
2009-06-11
Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-6
/
+15
2009-06-07
ide-tape: change IDE_AFLAG_IGNORE_DSC non-atomically
Borislav Petkov
1
-1
/
+1
2009-05-15
ide: unify interrupt reason checking
Borislav Petkov
1
-27
/
+68
2009-05-15
ide-atapi: remove pc->buf
Borislav Petkov
1
-6
/
+0
2009-05-15
ide-atapi: use local sense buffer
Borislav Petkov
1
-1
/
+3
2009-05-15
ide-atapi: add a buffer-arg to ide_queue_pc_tail
Borislav Petkov
1
-6
/
+6
2009-05-15
ide-atapi: add a len-parameter to ide_queue_pc_tail
Borislav Petkov
1
-6
/
+6
2009-05-15
ide-atapi: switch to rq->resid_len
Borislav Petkov
1
-11
/
+8
2009-05-15
ide-atapi: switch to blk_rq_bytes() on do_request() path
Borislav Petkov
1
-5
/
+7
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
1
-1
/
+1
2009-05-11
ide: dequeue in-flight request
Tejun Heo
1
-2
/
+12
2009-05-11
ide: cleanup rq->data_len usages
Tejun Heo
1
-2
/
+2
2009-05-11
block: add rq->resid_len
Tejun Heo
1
-8
/
+1
2009-04-28
ide-atapi: kill unused fields and callbacks
Tejun Heo
1
-13
/
+4
2009-04-28
ide-tape: use standard data transfer mechanism
Tejun Heo
1
-5
/
+1
2009-04-28
ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len
Tejun Heo
1
-6
/
+10
2009-04-28
ide-cd,atapi: use bio for internal commands
Tejun Heo
1
-21
/
+31
2009-04-28
ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer
Borislav Petkov
1
-34
/
+14
2009-04-28
ide: add helpers for preparing sense requests
Borislav Petkov
1
-0
/
+61
2009-04-28
ide-atapi: don't abuse rq->buffer
Tejun Heo
1
-2
/
+2
2009-04-19
ide-atapi: kill unused fields and callbacks
Tejun Heo
1
-13
/
+4
2009-04-19
ide-tape: use standard data transfer mechanism
Tejun Heo
1
-5
/
+1
2009-04-19
ide-atapi,tape,floppy: allow ->pc_callback() to change rq->data_len
Tejun Heo
1
-6
/
+10
2009-04-19
ide-cd,atapi: use bio for internal commands
Tejun Heo
1
-21
/
+31
2009-04-19
ide-atapi: convert ide-{floppy,tape} to using preallocated sense buffer
Borislav Petkov
1
-34
/
+14
2009-04-19
ide: add helpers for preparing sense requests
Borislav Petkov
1
-0
/
+61
[next]