Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1458d160de3f1862aeaac57447ba96e7857ac52b
/
drivers
/
ata
/
libata-eh.c
8ea7645
libata: leave port thawed after reset failure
by Tejun Heo
· 13 years ago
a9a79df
ata: Convert ata_<foo>_printk(KERN_<LEVEL> to ata_<foo>_<level>
by Joe Perches
· 14 years ago
8c56cac
libata: fix unexpectedly frozen port after ata_eh_reset()
by Tejun Heo
· 13 years ago
8a745f1
libata: Power off empty ports
by Kristen Carlson Accardi
· 14 years ago
5f6f12c
libata: fix oops when LPM is used with PMP
by Tejun Heo
· 13 years ago
ae01b24
libata: Implement ATA_FLAG_NO_DIPM and apply it to mcp65
by Tejun Heo
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
0e0b494c
libata: separate error handler into usable components
by James Bottomley
· 14 years ago
c34aeeb
libata: fix eh locking
by James Bottomley
· 14 years ago
eb0e85e
libata: fix hotplug for drivers which don't implement LPM
by Tejun Heo
· 14 years ago
e5005b1
libata: issue DIPM enable commands with LPM state updated
by Tejun Heo
· 14 years ago
c0c362b
libata: implement cross-port EH exclusion
by Tejun Heo
· 14 years ago
97750ce
libata: add @ap to ata_wait_register() and introduce ata_msleep()
by Tejun Heo
· 14 years ago
6c8ea89
libata: implement LPM support for port multipliers
by Tejun Heo
· 14 years ago
6b7ae95
libata: reimplement link power management
by Tejun Heo
· 14 years ago
c93b263
libata: clean up lpm related symbols and sysfs show/store functions
by Tejun Heo
· 14 years ago
d902747
[libata] Add ATA transport class
by Gwendal Grignou
· 14 years ago
e2f3d75
libata: skip EH autopsy and recovery during suspend
by Tejun Heo
· 14 years ago
3b7433b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
acad76272
[libata] add ATA_CMD_DSM to ata_get_cmd_descript
by FUJITA Tomonori
· 14 years ago
ad72cf9
libata: take advantage of cmwq and remove concurrency limitations
by Tejun Heo
· 14 years ago
fe06e5f
libata-sff: separate out BMDMA EH
by Tejun Heo
· 14 years ago
c429137
libata-sff: port_task is SFF specific
by Tejun Heo
· 14 years ago
a09bf4c
libata: ensure NCQ error result taskfile is fully initialized
by Jeff Garzik
· 15 years ago
fa41efd
libata: fix locking around blk_abort_request()
by Tejun Heo
· 15 years ago
534ead7
libata: retry FS IOs even if it has failed with AC_ERR_INVALID
by Tejun Heo
· 15 years ago
6013efd
libata: retry failed FLUSH if device didn't fail it
by Tejun Heo
· 15 years ago
4f7c287
libata: fix PMP initialization
by Tejun Heo
· 15 years ago
3b761d3
libata: fix incorrect link online check during probe
by Tejun Heo
· 15 years ago
6521148
libata: add command name parsing for error output
by Robert Hancock
· 15 years ago
1e64106
libata: clear eh_info on reset completion
by Tejun Heo
· 15 years ago
54c3844
[libata] EH: freeze port before aborting commands
by Jeff Garzik
· 16 years ago
705d201
libata: add missing NULL pointer check to ata_eh_reset()
by Bartlomiej Zolnierkiewicz
· 15 years ago
fe2c4d0
libata: fix follow-up SRST failure path
by Tejun Heo
· 15 years ago
98a1708
trivial: fix typos s/paramter/parameter/ and s/excute/execute/ in documentation and source comments.
by Martin Olsson
· 16 years ago
6f9c1ea
libata: clear ering on resume
by Tejun Heo
· 16 years ago
842faa6
libata: fix attach error handling
by Tejun Heo
· 15 years ago
c96f173
[libata] Improve timeout handling
by Alan Cox
· 16 years ago
d6515e6
libata: make sure port is thawed when skipping resets
by Tejun Heo
· 16 years ago
b535708
libata: don't use on-stack sense buffer
by Tejun Heo
· 16 years ago
cf9a590
libata: add no penalty retry request for EH device handling routines
by Tejun Heo
· 16 years ago
c2c7a89
libata: improve probe failure handling
by Tejun Heo
· 16 years ago
a07d499
libata: add @spd_limit to sata_down_spd_limit()
by Tejun Heo
· 16 years ago
99cf610
libata: clear dev->ering in smarter way
by Tejun Heo
· 16 years ago
678afac
libata: move ata_dev_disable() to libata-eh.c
by Tejun Heo
· 16 years ago
d89293a
libata: fix EH device failure handling
by Tejun Heo
· 16 years ago
ece180d
libata: perform port detach in EH
by Tejun Heo
· 16 years ago
1eca436
libata: beef up iterators
by Tejun Heo
· 16 years ago
19b7232
libata: fix last_reset timestamp handling
by Tejun Heo
· 16 years ago
90484eb
libata: clear saved xfer_mode and ncq_enabled on device detach
by Tejun Heo
· 16 years ago
4a9c7b3
libata: fix device iteration bugs
by Tejun Heo
· 16 years ago
816ab89
libata: set device class to NONE if phys_offline
by Tejun Heo
· 16 years ago
a568d1d
libata-eh: fix slave link EH action mask handling
by Tejun Heo
· 16 years ago
848e4c6
libata: transfer EHI control flags to slave ehc.i
by Tejun Heo
· 16 years ago
e26feff
Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 16 years ago
242f9dc
block: unify request timeout handling
by Jens Axboe
· 16 years ago
11fc33d
libata-eh: clear UNIT ATTENTION after reset
by Tejun Heo
· 16 years ago
45fabbb
libata: Implement disk shock protection support
by Elias Oltmanns
· 16 years ago
b1c7291
libata: implement slave_link
by Tejun Heo
· 16 years ago
da0e21d
libata: use ata_link_printk() when printing SError
by Tejun Heo
· 16 years ago
5dbfc9c
libata: always do follow-up SRST if hardreset returned -EAGAIN
by Tejun Heo
· 16 years ago
a674050
libata: fix EH action overwriting in ata_eh_reset()
by Tejun Heo
· 16 years ago
05944bd
libata: implement no[hs]rst force params
by Tejun Heo
· 16 years ago
3eabddb
libata-eh: update atapi_eh_request_sense() to take @dev instead of @qc
by Tejun Heo
· 16 years ago
87fbc5a
libata: improve EH internal command timeout handling
by Tejun Heo
· 16 years ago
d8af0eb
libata: use ULONG_MAX to terminate reset timeout table
by Tejun Heo
· 16 years ago
0a2c0f5
libata: improve EH retry delay handling
by Tejun Heo
· 16 years ago
341c2c9
libata: consistently use msecs for time durations
by Tejun Heo
· 16 years ago
e0614db
libata: ignore recovered PHY errors
by Tejun Heo
· 16 years ago
f046519
libata: kill hotplug related race condition
by Tejun Heo
· 16 years ago
dc98c32
libata: move reset freeze/thaw handling into ata_eh_reset()
by Tejun Heo
· 16 years ago
932648b
libata: reorganize ata_eh_reset() no reset method path
by Tejun Heo
· 16 years ago
10acf3b
libata: export ata_eh_analyze_ncq_error
by Mark Lord
· 17 years ago
a6116c9
libata-eh set tf flags in NCQ EH result_tf
by Mark Lord
· 17 years ago
4f7faa3
libata: make EH fail gracefully if no reset method is available
by Tejun Heo
· 17 years ago
45db2f6
libata: move link onlineness check out of softreset methods
by Tejun Heo
· 17 years ago
2a0c15c
libata: kill dead code paths in reset path
by Tejun Heo
· 17 years ago
071f44b
libata: implement PMP helpers
by Tejun Heo
· 17 years ago
305d2a1
libata: unify mechanism to request follow-up SRST
by Tejun Heo
· 17 years ago
5958e30
libata: move PMP SCR access failure during reset to ata_eh_reset()
by Tejun Heo
· 17 years ago
57c9efd
libata: implement and use sata_std_hardreset()
by Tejun Heo
· 17 years ago
9363c38
libata: rename SFF functions
by Tejun Heo
· 17 years ago
03faab7
libata: implement ATA_QCFLAG_RETRY
by Tejun Heo
· 17 years ago
a1efdab
libata: make reset related methods proper port operations
by Tejun Heo
· 17 years ago
b558edd
libata: kill ata_ehi_schedule_probe()
by Tejun Heo
· 17 years ago
672b2d6
libata: kill ATA_EHI_RESUME_LINK
by Tejun Heo
· 17 years ago
cf48062
libata: prefer hardreset
by Tejun Heo
· 17 years ago
3ec25eb
libata: ATA_EHI_LPM should be ATA_EH_LPM
by Tejun Heo
· 17 years ago
eec59f7
libata: allow LLDs w/o any reset method
by Tejun Heo
· 17 years ago
3326732
libata: implement libata.force module parameter
by Tejun Heo
· 17 years ago
75f9caf
libata: fix off-by-one in error categorization
by Tejun Heo
· 17 years ago
0dc3688
libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*
by Tejun Heo
· 17 years ago
e6a73ab
drivers/ata/libata-eh.c: fix printk warning
by Andrew Morton
· 17 years ago
e39eec1
[libata] Build fix WRT ata_is_xxx() new API introduction
by Jeff Garzik
· 17 years ago
76326ac
libata: implement fast speed down for unverified data transfer mode
by Tejun Heo
· 17 years ago
00115e0
libata: implement ATA_DFLAG_DUBIOUS_XFER
by Tejun Heo
· 17 years ago
663f99b
libata: adjust speed down rules
by Tejun Heo
· 17 years ago
3884f7b
libata: clean up EH speed down implementation
by Tejun Heo
· 17 years ago
6f1d1e3
libata: move ata_set_mode() to libata-eh.c
by Tejun Heo
· 17 years ago
02c05a2
libata: factor out ata_eh_schedule_probe()
by Tejun Heo
· 17 years ago
Next »