index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
block
/
mg_disk.c
Age
Commit message (
Expand
)
Author
2010-08-23
block: switch s390 tape_block and mg_disk to elevator_change()
Jens Axboe
2010-08-07
block: remove wrappers for request type/flags
Christoph Hellwig
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-26
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
Martin K. Petersen
2009-12-22
drivers/block/mg_disk.c: use resource_size()
H Hartley Sweeten
2009-09-22
const: make block_device_operations const
Alexey Dobriyan
2009-07-28
mg_disk: Add missing ready status check on mg_write()
unsik Kim
2009-07-28
mg_disk: fix issue with data integrity on error in mg_write()
Bartlomiej Zolnierkiewicz
2009-07-28
mg_disk: fix reading invalid status when use polling driver
unsik Kim
2009-07-28
mg_disk: remove prohibited sleep operation
unsik Kim
2009-06-16
mg_disk: seperate mg_disk.h again
unsik Kim
2009-05-22
block: Do away with the notion of hardsect_size
Martin K. Petersen
2009-05-11
block: implement and enforce request peek/start/fetch
Tejun Heo
2009-05-11
mg_disk: dequeue and track in-flight request
Tejun Heo
2009-05-11
mg_disk: fix queue hang / infinite retry on !fs requests
Tejun Heo
2009-05-11
block: convert to pos and nr_sectors accessors
Tejun Heo
2009-04-28
mg_disk: use defines from <linux/ata.h>
Bartlomiej Zolnierkiewicz
2009-04-28
mg_disk: fix dependency on libata
Bartlomiej Zolnierkiewicz
2009-04-28
mg_disk: clean up request completion paths
Tejun Heo
2009-04-28
mg_disk: fold mg_disk.h into mg_disk.c
Tejun Heo
2009-04-28
amiflop,ataflop,xd,mg_disk: clean up unnecessary stuff from block drivers
Tejun Heo
2009-04-28
block: replace end_request() with [__]blk_end_request_cur()
Tejun Heo
2009-04-28
mg_disk: fix CONFIG_LBD=y warning
Bartlomiej Zolnierkiewicz
2009-04-28
mg_disk: fix locking
Tejun Heo
2009-04-07
mflash: initial support
unsik Kim