Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9911a2d5e9d14e39692b751929a92cb5a1d9d0e0
/
drivers
/
ide
/
ide-disk.c
b277da0
block: disable entropy contributions for nonrot devices
by Mike Snitzer
· 10 years ago
b4f42e2
block: remove struct request buffer member
by Jens Axboe
· 11 years ago
2c8fc86
ide-disk: Fix request requeuing
by Borislav Petkov
· 13 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
4913efe
block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()
by Tejun Heo
· 14 years ago
08ff45c
Use kzalloc in idedisk_prep_fn.
by Tao Ma
· 14 years ago
00fff26
block: remove q->prepare_flush_fn completely
by FUJITA Tomonori
· 14 years ago
afc2306
ide: stop using q->prepare_flush_fn
by FUJITA Tomonori
· 14 years ago
33659eb
block: remove wrappers for request type/flags
by Christoph Hellwig
· 14 years ago
c3e33e0
block,ide: simplify bdops->set_capacity() to ->unlock_native_capacity()
by Tejun Heo
· 14 years ago
086fa5f
block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors
by Martin K. Petersen
· 15 years ago
bc146d2
ide: fix memory leak when flush command is issued
by Maxime Bizon
· 15 years ago
2c7eaa4
ide: BUG() on unknown requests
by Bartlomiej Zolnierkiewicz
· 15 years ago
d614aec
Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6
by Linus Torvalds
· 15 years ago
6250d3a
Merge branch 'for-linus' into for-next
by Bartlomiej Zolnierkiewicz
· 15 years ago
075affc
ide: preserve Host Protected Area by default (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
e957b60
ide-gd: implement block device ->set_capacity method (v2)
by Bartlomiej Zolnierkiewicz
· 15 years ago
3b77f77
ide-disk: fix missing max_sectors accessor function
by Martin K. Petersen
· 15 years ago
ca1b96e
ide: replace special_t typedef by IDE_SFLAG_* flags
by Bartlomiej Zolnierkiewicz
· 15 years ago
9780e2d
ide: convert to rq pos and nr_sectors accessors
by Tejun Heo
· 15 years ago
b2963ac
ide: don't set REQ_SOFTBARRIER
by Tejun Heo
· 16 years ago
55f3f39
ide: don't set REQ_SOFTBARRIER
by Tejun Heo
· 16 years ago
745483f
ide: simplify 'struct ide_taskfile'
by Sergei Shtylyov
· 16 years ago
60f8501
ide: replace IDE_TFLAG_* flags by IDE_VALID_*
by Sergei Shtylyov
· 16 years ago
47ab834
ide-disk: use ATA_ERR
by Sergei Shtylyov
· 16 years ago
bf717c0
ide: keep track of number of bytes instead of sectors in struct ide_cmd
by Bartlomiej Zolnierkiewicz
· 16 years ago
22981694
ide: pass command to ide_map_sg()
by Bartlomiej Zolnierkiewicz
· 16 years ago
130e886
ide: remove ide_end_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
89f78b32
ide: move rq->errors quirk out from ide_end_request()
by Bartlomiej Zolnierkiewicz
· 16 years ago
0dfb991
ide: use ata_tf_protocols enums
by Bartlomiej Zolnierkiewicz
· 16 years ago
b6308ee
ide: move command related fields from ide_hwif_t to struct ide_cmd
by Bartlomiej Zolnierkiewicz
· 16 years ago
adb1af9
ide: pass command instead of request to ide_pio_datablock()
by Bartlomiej Zolnierkiewicz
· 16 years ago
22aa4b3
ide: remove ide_task_t typedef
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ee3830
ide: remove ->end_request method
by Bartlomiej Zolnierkiewicz
· 16 years ago
e3d9a73
ide: remove ->data_phase field from ide_hwif_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
655772c
ide: can't use SSD/non-rotational queue flag for all CFA devices
by Bartlomiej Zolnierkiewicz
· 16 years ago
898ec22
ide: remove HWIF() macro
by Bartlomiej Zolnierkiewicz
· 16 years ago
ccd32e2
ide: Switch to a common address
by Alan Cox
· 16 years ago
c77380d
ide-disk: set non-rotational queue flag for SSD and CF devices
by Bartlomiej Zolnierkiewicz
· 16 years ago
806f80a
ide: add generic ATA/ATAPI disk driver
by Bartlomiej Zolnierkiewicz
· 16 years ago
5fef0e5
ide-disk: factor out generic disk handling code to ide-gd.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
ae9f9f0
ide-{disk,floppy}: set IDE_DFLAG_ATTACH in *_setup()
by Bartlomiej Zolnierkiewicz
· 16 years ago
81ee1bb
ide-disk: move IDE_DFLAG_DOORLOCKING flag handling to idedisk_set_doorlock()
by Bartlomiej Zolnierkiewicz
· 16 years ago
d7e7475
ide-disk: use to_ide_drv() and ide_drv_g()
by Bartlomiej Zolnierkiewicz
· 16 years ago
099ed4c
ide-disk: lock media before checking for media change
by Bartlomiej Zolnierkiewicz
· 16 years ago
0a70c7f
ide-disk: fix IDE_DFLAG_LBA48 handling on resume
by Bartlomiej Zolnierkiewicz
· 16 years ago
06b8951
ide-disk: move /proc handling to ide-disk_proc.c (take 3)
by Bartlomiej Zolnierkiewicz
· 16 years ago
f879048
ide-disk: move all ioctl handling to ide-disk_ioctl.c
by Bartlomiej Zolnierkiewicz
· 16 years ago
d1d7671
ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devices
by Bartlomiej Zolnierkiewicz
· 16 years ago
0ae4b31
ide: remove superfluous ->media field from ide_driver_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
97100fc
ide: add device flags
by Bartlomiej Zolnierkiewicz
· 16 years ago
be3c096
ide-disk: add ide_do_setfeature() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
35c1375
ide-disk: set_addressing() fixes
by Bartlomiej Zolnierkiewicz
· 16 years ago
92f1f8f
ide: Remove ide_spin_wait_hwgroup() and use special requests instead
by Elias Oltmanns
· 16 years ago
aa768773
ide: add ide_setting_ioctl() helper
by Bartlomiej Zolnierkiewicz
· 16 years ago
a02227c
ide: lba_capacity_is_ok() -> ata_id_is_lba_capacity_ok()
by Bartlomiej Zolnierkiewicz
· 16 years ago
ff2779b
ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled()
by Bartlomiej Zolnierkiewicz
· 16 years ago
4b58f17
ide: ide_id_has_flush_cache() -> ata_id_flush_enabled()
by Bartlomiej Zolnierkiewicz
· 16 years ago
942dcd8
ide: idedisk_supports_lba48() -> ata_id_lba48_enabled()
by Bartlomiej Zolnierkiewicz
· 16 years ago
02d599a
ide: remove ->supports_dsc_overlap field from ide_driver_t
by Bartlomiej Zolnierkiewicz
· 16 years ago
151a670
ide: remove SECTOR_WORDS define
by Bartlomiej Zolnierkiewicz
· 16 years ago
8185d5a
ide: /proc/ide/hd*/settings rework
by Bartlomiej Zolnierkiewicz
· 16 years ago
263138a
ide: preparations for /proc/ide/hd*/settings rework
by Bartlomiej Zolnierkiewicz
· 16 years ago
1e874f4
ide: call ide_proc_register_driver() later
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ceca72
ide: include <linux/hdreg.h> only when needed
by Bartlomiej Zolnierkiewicz
· 16 years ago
2a92466
ide: remove needless drive->present checks from device drivers
by Bartlomiej Zolnierkiewicz
· 16 years ago
3cd5f1e
ide: remove unused _IDE_C and _IDE_DISK defines
by Bartlomiej Zolnierkiewicz
· 16 years ago
3c619ff
ide: remove no longer needed ide_drive_t fields
by Bartlomiej Zolnierkiewicz
· 16 years ago
aaaade3
ide: WIN_* -> ATA_CMD_*
by Bartlomiej Zolnierkiewicz
· 16 years ago
f41891c
ide-disk: use ata_id_hpa_enabled()
by Bartlomiej Zolnierkiewicz
· 16 years ago
8a089c6
ide-disk: use ata_id_wcache_enabled()
by Bartlomiej Zolnierkiewicz
· 16 years ago
48fb268
ide: remove drive->driveid
by Bartlomiej Zolnierkiewicz
· 16 years ago
4dde449
ide: make drive->id an union (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
3e1a7ff
block: allow disk to have extended device number
by Tejun Heo
· 16 years ago
689d6fa
block: replace @ext_minors with GENHD_FL_EXT_DEVT
by Tejun Heo
· 16 years ago
870d665
block: implement CONFIG_DEBUG_BLOCK_EXT_DEVT
by Tejun Heo
· 16 years ago
f615b48
sd/ide-disk: apply extended minors to sd and ide
by Tejun Heo
· 16 years ago
ab1b67a6
ide-disk: remove stale init_idedisk_capacity() documentation
by Bartlomiej Zolnierkiewicz
· 16 years ago
d3e33ff
ide: fix regression caused by ide_device_{get,put}() addition (take 2)
by Bartlomiej Zolnierkiewicz
· 16 years ago
08da591
ide: add ide_device_{get,put}() helpers
by Bartlomiej Zolnierkiewicz
· 16 years ago
ba4b2e6
ide: remove dead Virtual DMA support
by Bartlomiej Zolnierkiewicz
· 16 years ago
3ef5eb4
IDE: Remove unused code
by Elias Oltmanns
· 16 years ago
9a410e7
ide: remove IDE_TFLAG_NO_SELECT_MASK taskfile flag
by Bartlomiej Zolnierkiewicz
· 16 years ago
dd47087
ide-disk: convert ide_do_drive_cmd path to use blk_execute_rq
by FUJITA Tomonori
· 16 years ago
9841654
ide-disk: fix issues found by checkpatch.pl
by Bartlomiej Zolnierkiewicz
· 17 years ago
799ee57
ide-disk: add proc_idedisk_read_smart() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
d12faa2
ide-disk: add missing printk() KERN_* levels
by Bartlomiej Zolnierkiewicz
· 17 years ago
b152fcd
ide/libata: ST310211A has buggy HPA too
by Mikko Rapeli
· 17 years ago
395d8ef
ide-disk: fix flush requests (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
59bca8c
ide: update/add my Copyrights
by Bartlomiej Zolnierkiewicz
· 17 years ago
58f189f
ide: delete filenames/versions from comments
by Bartlomiej Zolnierkiewicz
· 17 years ago
852738f
ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE
by Bartlomiej Zolnierkiewicz
· 17 years ago
657cc1a
ide: set IDE_TFLAG_IN_* flags before queuing/executing command
by Bartlomiej Zolnierkiewicz
· 17 years ago
9e47be0
ide: remove broken disk byte-swapping support
by Bartlomiej Zolnierkiewicz
· 17 years ago
6dd9b83
ide: dump taskfile HOB registers in ide_tf_load() (if DEBUG is defined)
by Bartlomiej Zolnierkiewicz
· 17 years ago
29ec683
ide-disk: add idedisk_set_doorlock() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
a501633
ide-disk: use ide_get_lba_addr()
by Bartlomiej Zolnierkiewicz
· 17 years ago
f6e29e3
ide-disk: use do_rw_taskfile() (take 2)
by Bartlomiej Zolnierkiewicz
· 17 years ago
ba76ae3
ide-disk: add ide_tf_set_cmd() helper
by Bartlomiej Zolnierkiewicz
· 17 years ago
c52ea91
ide-disk: extend timeout for PIO-in commands
by Bartlomiej Zolnierkiewicz
· 17 years ago
Next »