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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-07
drivers/block: use memdup_user
Julia Lawall
1
-22
/
+10
2010-08-07
scsi: convert discard to REQ_TYPE_FS from REQ_TYPE_BLOCK_PC
FUJITA Tomonori
1
-1
/
+6
2010-08-07
cciss: cleanup interrupt_not_for_us
Stephen M. Cameron
1
-14
/
+1
2010-08-07
cciss: change printks to dev_warn, etc.
Stephen M. Cameron
2
-261
/
+212
2010-08-07
cciss: separate cmd_alloc() and cmd_special_alloc()
Stephen M. Cameron
2
-74
/
+89
2010-08-07
cciss: use consistent variable names
Stephen M. Cameron
3
-612
/
+592
2010-08-07
cciss: forbid hard reset of 640x boards
Stephen M. Cameron
1
-1
/
+16
2010-08-07
cciss: sanitize max commands
Stephen M. Cameron
1
-1
/
+13
2010-08-07
cciss: fix hard reset code.
Stephen M. Cameron
2
-52
/
+152
2010-08-07
cciss: factor out cciss_reset_devices()
Stephen M. Cameron
2
-20
/
+34
2010-08-07
cciss: factor out cciss_find_cfg_addrs.
Stephen M. Cameron
1
-12
/
+23
2010-08-07
cciss: factor out cciss_enter_performant_mode
Stephen M. Cameron
1
-39
/
+59
2010-08-07
cciss: factor out cciss_wait_for_mode_change_ack()
Stephen M. Cameron
1
-12
/
+15
2010-08-07
cciss: make cciss_put_controller_into_performant_mode as __devinit
Stephen M. Cameron
1
-2
/
+1
2010-08-07
cciss: cleanup some debug ifdefs
Stephen M. Cameron
1
-7
/
+3
2010-08-07
cciss: factor out cciss_p600_dma_prefetch_quirk()
Stephen M. Cameron
1
-18
/
+19
2010-08-07
cciss: factor out cciss_enable_scsi_prefetch()
Stephen M. Cameron
1
-10
/
+13
2010-08-07
cciss: factor out CISS_signature_present()
Stephen M. Cameron
1
-5
/
+13
2010-08-07
cciss: factor out cciss_find_board_params
Stephen M. Cameron
1
-27
/
+25
2010-08-07
cciss: fix leak of ioremapped memory
Stephen M. Cameron
1
-0
/
+12
2010-08-07
cciss: factor out cciss_find_cfgtables
Stephen M. Cameron
1
-34
/
+34
2010-08-07
cciss: factor out cciss_wait_for_board_ready()
Stephen M. Cameron
2
-15
/
+32
2010-08-07
cciss: factor out cciss_find_memory_BAR()
Stephen M. Cameron
1
-18
/
+19
2010-08-07
cciss: remove board_id parameter from cciss_interrupt_mode()
Stephen M. Cameron
1
-6
/
+5
2010-08-07
cciss: factor out cciss_board_disabled
Stephen M. Cameron
1
-6
/
+9
2010-08-07
cciss: factor out cciss_lookup_board_id
Stephen M. Cameron
1
-31
/
+35
2010-08-07
cciss: save pdev pointer in per hba structure early to avoid passing it aroun...
Stephen M. Cameron
1
-30
/
+31
2010-08-07
cciss: Set the performant mode bit in the scsi half of the driver
Stephen M. Cameron
1
-18
/
+2
2010-08-07
blkfront: Klog the unclean release path
Daniel Stodden
1
-0
/
+6
2010-08-07
blkfront: Remove obsolete info->users
Daniel Stodden
1
-8
/
+2
2010-08-07
blkfront: Remove obsolete info->users
Daniel Stodden
1
-6
/
+3
2010-08-07
blkfront: Lock blockfront_info during xbdev removal
Daniel Stodden
1
-6
/
+35
2010-08-07
blkfront: Fix blkfront backend switch race (bdev release)
Daniel Stodden
1
-16
/
+33
2010-08-07
blkfront: Fix blkfront backend switch race (bdev open)
Daniel Stodden
1
-7
/
+24
2010-08-07
blkfront: Lock blkfront_info when closing
Daniel Stodden
1
-21
/
+40
2010-08-07
blkfront: Clean up vbd release
Daniel Stodden
1
-48
/
+43
2010-08-07
blkfront: Fix gendisk leak
Daniel Stodden
1
-0
/
+3
2010-08-07
blkfront: Fix backtrace in del_gendisk
Daniel Stodden
1
-3
/
+3
2010-08-07
xenbus: Make xenbus_switch_state transactional
Daniel Stodden
1
-24
/
+66
2010-08-07
xen/blkfront: revalidate after setting capacity
K. Y. Srinivasan
1
-0
/
+1
2010-08-07
xen/blkfront: avoid compiler warning from missing cases
Jeremy Fitzhardinge
1
-0
/
+3
2010-08-07
xen/front: Propagate changed size of VBDs
K. Y. Srinivasan
1
-2
/
+17
2010-08-07
blkfront: don't access freed struct xenbus_device
Jan Beulich
1
-18
/
+16
2010-08-07
blkfront: fixes for 'xm block-detach ... --force'
Jan Beulich
1
-7
/
+81
2010-08-07
xen: use less generic names in blkfront driver.
Ian Campbell
1
-6
/
+6
2010-08-07
scsi/i2o: restore ioctl changes
Arnd Bergmann
1
-5
/
+16
2010-08-07
scsi/sd: remove big kernel lock
Arnd Bergmann
2
-11
/
+8
2010-08-07
block: push down BKL into .open and .release
Arnd Bergmann
37
-39
/
+326
2010-08-07
block: push down BKL into .locked_ioctl
Arnd Bergmann
28
-74
/
+252
2010-08-07
scsi/i2o_block: cleanup ioctl handling
Arnd Bergmann
1
-6
/
+18
[next]