summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* move linux/loop.h to drivers/blockAl Viro2013-06-291-1/+1
* block_device_operations->release() should return voidAl Viro2013-05-071-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-0/+2
|\
| * lift sb_start_write() out of ->write()Al Viro2013-04-091-0/+2
* | Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-blockLinus Torvalds2013-04-091-19/+2
|\ \
| * | Revert "loop: cleanup partitions when detaching loop device"Jens Axboe2013-04-081-19/+2
* | | loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-011-1/+8
|/ /
* | loop: cleanup partitions when detaching loop devicePhillip Susi2013-03-221-2/+19
* | loop: fix error return code in loop_add()Wei Yongjun2013-03-221-0/+1
|/
* Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-281-32/+29
|\
| * loopdev: ignore negative offset when calculate loop device sizeGuo Chao2013-02-221-4/+5
| * loopdev: remove an user triggerable oopsGuo Chao2013-02-221-6/+16
| * loopdev: move common code into loop_figure_size()Guo Chao2013-02-221-24/+7
| * loopdev: update block device size in loop_set_status()Guo Chao2013-02-221-0/+5
| * loopdev: fix a deadlockGuo Chao2013-02-221-2/+0
* | block/loop: convert to idr_alloc()Tejun Heo2013-02-271-18/+5
* | block/loop: don't use idr_remove_all()Tejun Heo2013-02-271-1/+0
* | switch vfs_getattr() to struct pathAl Viro2013-02-261-1/+1
|/
* Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-171-0/+10
|\
| * loop: Limit the number of requests in the bio listLukas Czerner2012-11-301-0/+10
* | loop: Make explicit loop device destruction lazyDave Chinner2012-10-301-2/+15
|/
* userns: Convert loop to use kuid_t instead of uid_tEric W. Biederman2012-09-211-2/+2
* blk: fix wrong idr_pre_get() error check in loop.cSilva Paulo2012-07-141-5/+3
* block: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-8/+8
* loop: zero fill bio instead of return -EIO for partial readDave Young2012-02-081-11/+13
* fs: move code out of buffer.cAl Viro2012-01-031-1/+0
* loop: Fix discard_alignment default settingLukas Czerner2011-12-021-1/+1
* loop: fix loop block driver discard and encryption commentDave Young2011-11-251-1/+1
* loop: cleanup set_status interfaceDmitry Monakhov2011-11-161-15/+29
* loop: prevent information leak after failed readDmitry Monakhov2011-11-161-1/+2
* Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-041-7/+104
|\
| * drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd()Ayan George2011-09-211-3/+4
| * drivers/block/loop.c: emit uevent on auto releasePhillip Susi2011-09-211-1/+1
| * 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
* | 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-191-91/+206
|\| |
| * | 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-311-17/+10
| * | 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
| |/
* / block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-121-3/+2
|/
* loop: export module parametersNamhyung Kim2011-05-271-3/+14
* loop: handle on-demand devices correctlyNamhyung Kim2011-05-241-4/+4
* loop: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim2011-05-241-0/+3
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-13/+0
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-13/+0
* | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-041-5/+0
|\ \
| * | block: kill loop_mutexPetr Uzel2011-03-031-5/+0
| |/