aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-30loop: Make explicit loop device destruction lazyDave Chinner1-2/+15
2012-10-30mtip32xx:Added appropriate timeout value for secure eraseSelvan Mani2-4/+18
2012-10-30xen/blkback: Change xen_vbd's flush_support and discard_secure to have type unsigned int, rather than boolOliver Chick1-2/+2
2012-10-30cciss: select CONFIG_CHECK_SIGNATUREAkinobu Mita1-0/+1
2012-10-30cciss: remove unneeded memset()Wei Yongjun1-1/+0
2012-10-30xen/blkback: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-2/+1
2012-10-30floppy: remove dr, reuse drive on do_floppy_initHerton Ronaldo Krzesinski1-26/+22
2012-10-30floppy: use common function to check if floppies can be registeredHerton Ronaldo Krzesinski1-10/+13
2012-10-30floppy: properly handle failure on add_disk loopHerton Ronaldo Krzesinski1-1/+10
2012-10-30floppy: do put_disk on current dr if blk_init_queue failsHerton Ronaldo Krzesinski1-0/+1
2012-10-30floppy: don't call alloc_ordered_workqueue inside the alloc_disk loopHerton Ronaldo Krzesinski1-9/+6
2012-10-30xen/blkback: Fix compile warningKonrad Rzeszutek Wilk1-3/+3
2012-10-23drivers/block: remove CONFIG_EXPERIMENTALKees Cook1-7/+7
2012-10-11Merge branch 'for-3.7/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-59/+9
2012-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds2-624/+1187
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-37/+269
2012-10-07Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+1
2012-10-06aoe: update aoe-internal version number to 50Ed Cashin1-1/+1
2012-10-06aoe: remove unused codeEd Cashin1-4/+0
2012-10-06aoe: make dynamic block minor numbers the defaultEd Cashin1-1/+1
2012-10-06aoe: update and specify AoE address guards and error messagesEd Cashin2-8/+11
2012-10-06aoe: retain static block device numbers for backwards compatibilityEd Cashin1-3/+51
2012-10-06aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin5-49/+72
2012-10-06aoe: update copyright year in touched filesEd Cashin7-7/+7
2012-10-06aoe: update internal version number to 49Ed Cashin1-1/+1
2012-10-06aoe: remove unused code and add cosmetic improvementsEd Cashin4-17/+10
2012-10-06aoe: increase net_device reference count while using itEd Cashin2-0/+11
2012-10-06aoe: associate frames with the AoE storage targetEd Cashin3-54/+49
2012-10-06aoe: disallow unsupported AoE minor addressesEd Cashin1-0/+7
2012-10-06aoe: do revalidation steps in orderEd Cashin1-2/+2
2012-10-06aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin2-6/+3
2012-10-06aoe: use packets that work with the smallest-MTU local interfaceEd Cashin2-71/+87
2012-10-06aoe: use a kernel thread for transmissionsEd Cashin3-3/+40
2012-10-06aoe: become I/O request queue handler for increased user controlEd Cashin5-182/+308
2012-10-06aoe: kernel thread handles I/O completions for simple lockingEd Cashin6-306/+560
2012-10-06aoe: for performance support larger packet payloadsEd Cashin5-46/+111
2012-10-06nbd: handle discard requestsPaul Clements1-1/+14
2012-10-06nbd: add set flags ioctlPaul Clements1-1/+7
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2-5/+4
2012-10-01rbd: BUG on invalid layoutSage Weil1-2/+3
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds3-2487/+0
2012-10-01rbd: update remaining header fields for v2Alex Elder1-4/+12
2012-10-01rbd: get snapshot name for a v2 imageAlex Elder1-2/+79
2012-10-01rbd: get the snapshot context for a v2 imageAlex Elder1-0/+85
2012-10-01rbd: get image features for a v2 imageAlex Elder1-0/+40
2012-10-01rbd: get the object prefix for a v2 rbd imageAlex Elder1-1/+47
2012-10-01rbd: add code to get the size of a v2 rbd imageAlex Elder1-0/+53
2012-10-01rbd: lay out header probe infrastructureAlex Elder1-28/+99
2012-10-01rbd: encapsulate code that gets snapshot infoAlex Elder1-6/+30