Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6927d8f99c32af2d52b9c2c727bb1eb9ba0ae32a
/
drivers
/
block
/
cciss.c
0d52c756
block: convert to device_add_disk()
by Dan Williams
· 8 years ago
1289ace
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
a8036df
cciss: print max outstanding commands as a hex value
by Colin Ian King
· 9 years ago
e4e85bb
cciss: switch to memdup_user_nul()
by Al Viro
· 9 years ago
b9ea9dc
cciss: correct the non-resettable board list
by Tomas Henzl
· 10 years ago
c854c38
cciss: remove duplicate entries from board_type struct
by Tomas Henzl
· 10 years ago
a5bbf61
block: use pci_zalloc_consistent
by Joe Perches
· 10 years ago
24cddb8
cciss: Use pci_enable_msix_exact() instead of pci_enable_msix()
by Alexander Gordeev
· 11 years ago
371ff93
cciss: Fallback to MSI rather than to INTx if MSI-X failed
by Alexander Gordeev
· 11 years ago
4336548
drivers/block/cciss.c:cciss_init_one(): use proper errnos
by Andrew Morton
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
b88fac6
cciss: return 0 from driver probe function on success, not 1
by Stephen M. Cameron
· 11 years ago
58f09e0
cciss: fix info leak in cciss_ioctl32_passthru()
by Dan Carpenter
· 11 years ago
e7b18ed
cciss: set max scatter gather entries to 32 on P600
by Mike Miller
· 11 years ago
03f47e8
cciss: fix broken mutex usage in ioctl
by Stephen M. Cameron
· 11 years ago
ebb3727
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
db2a144
block_device_operations->release() should return void
by Al Viro
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
0821e90
cciss: bug fix to prevent cciss from loading in kdump crash kernel
by Mike Miller
· 12 years ago
e4292e05
cciss: add cciss_allow_hpsa module parameter
by Mike Miller
· 12 years ago
d9dda78
procfs: new helper - PDE_DATA(inode)
by Al Viro
· 12 years ago
d2b805d
cciss: fix invalid use of sizeof in cciss_find_cfgtables()
by Wei Yongjun
· 12 years ago
8d85fce
Drivers: block: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
9228ff9
Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 12 years ago
d48c152
cciss: use check_signature()
by Akinobu Mita
· 12 years ago
1f118bc
cciss: cleanup bitops usage
by Akinobu Mita
· 12 years ago
2541aa7
cciss: remove unneeded memset()
by Wei Yongjun
· 12 years ago
577ebb3
block: add and use scsi_blk_cmd_ioctl
by Paolo Bonzini
· 13 years ago
59bd71a
cciss: fix flush cache transfer length
by Stephen M. Cameron
· 13 years ago
6225da4
cciss: Add IRQF_SHARED back in for the non-MSI(X) interrupt handler
by Stephen M. Cameron
· 13 years ago
0007a4c
cciss: auto engage SCSI mid layer at driver load time
by Stephen M. Cameron
· 13 years ago
1937335
The Windows driver .inf disables ASPM on all cciss devices. Do the same.
by Matthew Garrett
· 13 years ago
ab5dbeb
cciss: add small delay when using PCI Power Management to reset for kump
by Mike Miller
· 13 years ago
f963d27
cciss: add transport mode attribute to sys
by Joe Handzik
· 13 years ago
1304953
cciss: Adds simple mode functionality
by Joseph Handzik
· 13 years ago
edc83d47
cciss: fix compile issue
by Jens Axboe
· 14 years ago
8a4ec67
cciss: add cciss_tape_cmds module paramter
by Stephen M. Cameron
· 14 years ago
063d2cf
cciss: do not use bit 2 doorbell reset
by Stephen M. Cameron
· 14 years ago
ec52d5f
cciss: do not attempt PCI power management reset method if we know it won't work.
by Stephen M. Cameron
· 14 years ago
93c46c2
cciss: remove superfluous sleeps around reset code
by Stephen M. Cameron
· 14 years ago
5afe278
cciss: do soft reset if hard reset is broken
by Stephen M. Cameron
· 14 years ago
bf2e2e6
cciss: use new doorbell-bit-5 reset method
by Stephen M. Cameron
· 14 years ago
3e28601
cciss: increase timeouts for post-reset no-ops
by Stephen M. Cameron
· 14 years ago
59ec86b
cciss: clarify messages around reset behavior
by Stephen M. Cameron
· 14 years ago
8f71bb8
cciss: get rid of message related magic numbers
by Stephen M. Cameron
· 14 years ago
e363e01
cciss: fix reply pool and block fetch table memory leaks
by Stephen M. Cameron
· 14 years ago
2b48085
cciss: factor out irq request code
by Stephen M. Cameron
· 14 years ago
abf7966
cciss: factor out scatterlist allocation functions
by Stephen M. Cameron
· 14 years ago
54dae34
cciss: factor out command pool allocation functions
by Stephen M. Cameron
· 14 years ago
62710ae
cciss: do a better job of detecting controller reset failure
by Stephen M. Cameron
· 14 years ago
6d9a4f9
cciss: fix missed command status value CMD_UNABORTABLE
by Stephen M. Cameron
· 14 years ago
fcab1c1
cciss: remove unnecessary casts
by Stephen M. Cameron
· 14 years ago
1601113
cciss: Mask off error bits of c->busaddr in cmd_special_free when calling pci_free_consistent
by Stephen M. Cameron
· 14 years ago
0498cc2
cciss: Inform controller we are using 32-bit tags.
by Stephen M. Cameron
· 14 years ago
4a76504
cciss: hoist tag masking out of loop
by Stephen M. Cameron
· 14 years ago
957c2ec
cciss: export resettable host attribute
by Stephen M. Cameron
· 14 years ago
7eaceac
block: remove per-queue plugging
by Jens Axboe
· 14 years ago
68264e9
cciss: make cciss_revalidate not loop through CISS_MAX_LUNS volumes unnecessarily.
by Stephen M. Cameron
· 14 years ago
7b0cb1b
Merge branch 'for-2.6.38/drivers' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
e6e1ee9
cciss: reinstate proper FIFO order of command queue list
by Jens Axboe
· 14 years ago
453434c
Fix build error in drivers/block/cciss.c
by Linus Torvalds
· 14 years ago
0fc13c8
cciss: fix cciss_revalidate panic
by Stephen M. Cameron
· 14 years ago
bbe425c
cciss: fix build for PROC_FS disabled
by Jens Axboe
· 14 years ago
00e375e
Merge branch 'for-2.6.37/drivers' into for-linus
by Jens Axboe
· 14 years ago
90fdb0b
cciss: fix proc warning on attempt to remove non-existant directory
by Jens Axboe
· 14 years ago
6fa9775
cciss: remove overlapping PCI IDs
by Mike Miller
· 14 years ago
7ab5118
block: cciss: fix information leak to userland
by Vasiliy Kulikov
· 14 years ago
4205df3
cciss: remove controllers supported by hpsa
by Stephen M. Cameron
· 14 years ago
332c2f8
cciss: use usleep_range not msleep for small sleeps
by Stephen M. Cameron
· 14 years ago
186fb9c
cciss: limit commands allocated on reset_devices
by Stephen M. Cameron
· 14 years ago
f442e64
cciss: Use kernel provided PCI state save and restore functions
by Stephen M. Cameron
· 14 years ago
afa842f
cciss: fix board status waiting code
by Stephen M. Cameron
· 14 years ago
8abfc6e
Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
c37927d
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
6362bee
cciss: fix PCI IDs for new Smart Array controllers
by Mike Miller
· 14 years ago
2a48fc0
block: autoconvert trivial BKL users to private mutex
by Arnd Bergmann
· 14 years ago
b0722cb
cciss: freeing uninitialized data on error path
by Dan Carpenter
· 14 years ago
fcfb5c0
cciss: remove some superfluous tests from cciss_bigpassthru()
by Stephen M. Cameron
· 14 years ago
0c9f5ba
cciss: factor out cciss_big_passthru
by Stephen M. Cameron
· 14 years ago
f32f125
cciss: factor out cciss_passthru
by Stephen M. Cameron
· 14 years ago
0894b32
cciss: factor out cciss_getluninfo
by Stephen M. Cameron
· 14 years ago
c525919
cciss: factor out cciss_getdrivver
by Stephen M. Cameron
· 14 years ago
8a4f7fb
cciss: factor out cciss_getfirmver
by Stephen M. Cameron
· 14 years ago
d18dfad
cciss: factor out cciss_getbustypes
by Stephen M. Cameron
· 14 years ago
93c7493
cciss: factor out cciss_getheartbeat
by Stephen M. Cameron
· 14 years ago
4f43f32
cciss: factor out cciss_setnodename
by Stephen M. Cameron
· 14 years ago
2521610
cciss: factor out cciss_getnodename
by Stephen M. Cameron
· 14 years ago
4c800ee
cciss: factor out cciss_setintinfo
by Stephen M. Cameron
· 14 years ago
576e661
cciss: factor out cciss_getintinfo
by Stephen M. Cameron
· 14 years ago
0a25a5a
cciss: factor out cciss_getpciinfo
by Stephen M. Cameron
· 14 years ago
2a643ec
cciss: fix reporting of max queue depth since init
by Stephen M. Cameron
· 14 years ago
4ee69851
cciss: handle allocation failure
by Dan Carpenter
· 14 years ago
75230ff
cciss: disable doorbell reset on reset_devices
by Stephen M. Cameron
· 14 years ago
2f9e825
Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
8112586
cciss: cleanup interrupt_not_for_us
by Stephen M. Cameron
· 14 years ago
b2a4a43
cciss: change printks to dev_warn, etc.
by Stephen M. Cameron
· 14 years ago
6b4d96b
cciss: separate cmd_alloc() and cmd_special_alloc()
by Stephen M. Cameron
· 14 years ago
f70dba8
cciss: use consistent variable names
by Stephen M. Cameron
· 14 years ago
058a0f9
cciss: forbid hard reset of 640x boards
by Stephen M. Cameron
· 14 years ago
adfbc1f
cciss: sanitize max commands
by Stephen M. Cameron
· 14 years ago
Next »