summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | loop: always allow userspace partitions and optionally support automatic scan...Kay Sievers2011-08-231-4/+45
| * | | | | loop: add discard support for loop devicesLukas Czerner2011-08-191-0/+54
| * | | | | nbd-replace-some-printk-with-dev_warn-and-dev_info-checkpatch-fixesAndrew Morton2011-08-191-1/+1
| * | | | | nbd: replace some printk with dev_warn() and dev_info()WANG Cong2011-08-191-6/+5
| * | | | | nbd: lower the loglevel of an error messageWANG Cong2011-08-191-1/+1
| * | | | | nbd: replace printk KERN_ERR with dev_err()WANG Cong2011-08-191-25/+25
| * | | | | nbd: replace sysfs_create_file() with device_create_file()WANG Cong2011-08-191-3/+3
| * | | | | nbd: use task_pid_nr() to get current pidWANG Cong2011-08-191-1/+1
| * | | | | cciss: add transport mode attribute to sysJoe Handzik2011-08-081-0/+13
| * | | | | cciss: Adds simple mode functionalityJoseph Handzik2011-08-082-11/+46
| |/ / / /
* | | | | Merge branch 'for-3.2/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-048-143/+46
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'for-linus' into for-3.2/coreJens Axboe2011-10-241-112/+23
| |\ \ \ \
| | * | | | loop: remove the incorrect write_begin/write_end shortcutChristoph Hellwig2011-10-171-112/+23
| | | |/ / | | |/| |
| * | | | Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-198-105/+236
| |\ \ \ \ | | |/ / /
| * | | | block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-128-31/+23
| | |/ / | |/| |
* | | | virtio-blk: use ida to allocate disk indexMichael S. Tsirkin2011-11-021-6/+24
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds2011-10-281-1/+1
|\ \ \
| * | | libceph: create messenger with clientSage Weil2011-10-251-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-10-255-9/+6
|\ \ \
| * \ \ Merge branch 'master' into for-nextJiri Kosina2011-09-157-99/+274
| |\ \ \
| * | | | Remove unneeded version.h includes from drivers/block/Jesper Juhl2011-09-152-2/+0
| * | | | treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock2011-09-151-1/+1
| * | | | drbd: Use angle brackets for system includesJoe Perches2011-09-152-3/+3
| * | | | drbd: Convert vmalloc/memset to vzallocJoe Perches2011-09-151-3/+2
* | | | | Merge branches 'stable/bug.fixes-3.2' and 'stable/mmu.fixes' of git://git.ker...Linus Torvalds2011-10-251-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | xen: modify kernel mappings corresponding to granted pagesStefano Stabellini2011-09-291-1/+1
| | |_|/ | |/| |
* | | | floppy: use del_timer_sync() in init cleanupCarsten Emde2011-09-211-4/+4
* | | | Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2011-08-232-4/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | xen-blkback: fixed indentation and commentsJoe Jin2011-08-222-3/+3
| * | | xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed.Joe Jin2011-08-221-1/+1
* | | | Merge branch 'stable/for-jens' of git://git.kernel.org/pub/scm/linux/kernel/g...Jens Axboe2011-08-092-4/+4
|\ \ \ \ | |/ / /
| * | | xen/blkback: Make description more obvious.Konrad Rzeszutek Wilk2011-08-091-1/+1
| * | | xen-blkfront: Fix one off warning about name clashStefan Bader2011-07-141-1/+1
| * | | xen-blkfront: Drop name and minor adjustments for emulated scsi devicesStefan Bader2011-07-141-2/+2
* | | | block: swim3: fix unterminated of_device_id tableAxel Lin2011-08-031-0/+1
* | | | drivers/block/drbd/drbd_nl.c: use bitmap_parse instead of __bitmap_parseH Hartley Sweeten2011-08-021-2/+2
* | | | loop: fix deadlock when sysfs and LOOP_CLR_FD race against each otherKay Sievers2011-07-311-2/+4
* | | | loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop dev...Kay Sievers2011-07-312-17/+25
* | | | loop: add management interface for on-demand device allocationKay Sievers2011-07-311-4/+116
* | | | loop: replace linked list of allocated devices with an idr indexKay Sievers2011-07-311-72/+80
| |/ / |/| |
* | | atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-07-261-1/+45
|\ \ \ | |_|/ |/| |
| * | rbd: set blk_queue request sizes to object sizeJosh Durgin2011-07-261-0/+15
| * | rbd: cancel watch request when releasing the deviceYehuda Sadeh2011-07-261-1/+30
* | | Merge branch 'for-3.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-252-18/+21
|\ \ \
| * | | cciss: do not attempt to read from a write-only registerStephen M. Cameron2011-07-091-1/+1
| | |/ | |/|
| * | xen/blkback: Add module alias for autoloadingBastian Blank2011-06-301-0/+1
| * | xen/blkback: Don't let in-flight requests defer pending ones.Daniel Stodden2011-06-301-17/+19
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-221-1/+1
|\ \ \
| * | | kill useless checks for sb->s_op == NULLAl Viro2011-07-201-1/+1
| | |/ | |/|
OpenPOWER on IntegriCloud