summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-11-10bcache: Convert bucket_wait to wait_queue_head_tKent Overstreet6-67/+70
2013-11-10bcache: Convert try_wait to wait_queue_head_tKent Overstreet4-99/+75
2013-11-10bcache: Move keylist out of btree_opKent Overstreet6-28/+36
2013-11-10bcache: Refactor journalling flow controlKent Overstreet7-179/+207
2013-11-10bcache: Refactor read request code a bitKent Overstreet1-36/+35
2013-11-10bcache: Refactor request_write()Kent Overstreet2-187/+183
2013-11-10bcache: Clean up keylist codeKent Overstreet5-52/+57
2013-11-10bcache: Add explicit keylist arg to btree_insert()Kent Overstreet5-16/+18
2013-11-10bcache: Convert btree_insert_check_key() to btree_insert_node()Kent Overstreet4-72/+79
2013-11-10bcache: Insert multiple keys at a timeKent Overstreet1-17/+16
2013-11-10bcache: Add btree_insert_node()Kent Overstreet3-66/+105
2013-11-10bcache: Explicitly track btree node's parentKent Overstreet2-10/+20
2013-11-10bcache: Remove unnecessary check in should_split()Kent Overstreet1-3/+2
2013-11-10bcache: Stripe size isn't necessarily a power of twoKent Overstreet5-25/+27
2013-11-10bcache: Add on error panic/unregister settingKent Overstreet4-5/+35
2013-11-10bcache: Use blkdev_issue_discard()Kent Overstreet3-117/+11
2013-11-10bcache: Fix a lockdep splatKent Overstreet1-1/+1
2013-11-10bcache: Fix a journalling performance bugKent Overstreet2-22/+28
2013-11-10bcache: Fix dirty_data accountingKent Overstreet1-4/+7
2013-11-08pktcdvd: debugfs functions return NULL on errorDan Carpenter1-18/+4
2013-11-08xen-blkfront: restore the non-persistent data pathRoger Pau Monne1-25/+100
2013-11-08skd: fix formatting in skd_s1120.hBartlomiej Zolnierkiewicz1-120/+110
2013-11-08skd: reorder construct/destruct codeBartlomiej Zolnierkiewicz1-164/+141
2013-11-08skd: cleanup skd_do_inq_page_da()Bartlomiej Zolnierkiewicz1-26/+13
2013-11-08skd: remove SKD_OMIT_FROM_SRC_DIST ifdefsBartlomiej Zolnierkiewicz1-14/+0
2013-11-08skd: remove redundant skdev->pdev assignment from skd_pci_probe()Bartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: use <asm/unaligned.h>Bartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: remove SCSI subsystem specific includesBartlomiej Zolnierkiewicz1-3/+0
2013-11-08skd: register block device only if some devices are presentBartlomiej Zolnierkiewicz1-21/+12
2013-11-08skd: fix error messages in skd_init()Bartlomiej Zolnierkiewicz1-12/+9
2013-11-08skd: fix error paths in skd_init()Bartlomiej Zolnierkiewicz1-3/+13
2013-11-08skd: fix unregister_blkdev() placementBartlomiej Zolnierkiewicz1-1/+1
2013-11-08skd: more removal of bio-based codeMike Snitzer1-71/+20
2013-11-08skd: cleanup the skd_*() function block wrappingJens Axboe1-37/+15
2013-11-08skd: rip out bio pathJens Axboe1-467/+62
2013-11-08skd: fix error return code in skd_pci_probe()Wei Yongjun1-1/+3
2013-11-08s390/dasd: hold request queue sysfs lock when calling elevator_init()Heiko Carstens1-4/+4
2013-11-08cciss: return 0 from driver probe function on success, not 1Stephen M. Cameron1-1/+1
2013-11-08skd: Replaced custom debug PRINTKs with pr_debugrchinthekindi1-284/+407
2013-11-08skd: Fix checkpatch ERRORS and removed unused functionsAkhil Bhansali1-22/+31
2013-11-08rsxx: Fix possible kernel panic with invalid config.Philip J Kelleher2-4/+6
2013-11-08rsxx: Disallow discards from being unmapped.Philip J Kelleher2-12/+17
2013-11-08drbd: avoid to shrink max_bio_size due to peer re-configurationLars Ellenberg2-2/+5
2013-11-08drbd: fix decoding of bitmap vli rle for device sizes > 64 TBLars Ellenberg1-1/+5
2013-11-08drbd: Fix adding of new minors with freshly created meta dataPhilipp Reisner2-2/+3
2013-11-08drbd: Fix an connection drop issue after enabling allow-two-primariesPhilipp Reisner1-23/+16
2013-11-08drbd: fix NULL pointer deref in module init error pathLars Ellenberg1-10/+9
2013-11-08block: disable cpqarray in KconfigJens Axboe1-1/+1
2013-11-08Add support for sTec's pci-e flash card KronosAkhil Bhansali4-0/+6183
2013-11-08rsxx: Kernel Panic caused by mapping DiscardsPhilip J Kelleher2-21/+24