aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAge
* drivers/block/loop.c: ratelimit error messagesMike Galbraith2014-04-08
* drivers/block/loop.c: fix comment typo in loop_config_discardOlaf Hering2014-01-21
* block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-24
* block: Abstract out bvec iteratorKent Overstreet2013-11-24
* loop: fix crash when using unassigned loop deviceMikulas Patocka2013-11-08
* block: fix a probe argument to blk_register_regionMikulas Patocka2013-11-08
* loop: fix crash if blk_alloc_queue failsMikulas Patocka2013-11-08
* move linux/loop.h to drivers/blockAl Viro2013-06-29
* block_device_operations->release() should return voidAl Viro2013-05-07
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * lift sb_start_write() out of ->write()Al Viro2013-04-09
* | Merge tag 'for-linus-20130409' of git://git.kernel.dk/linux-blockLinus Torvalds2013-04-09
|\ \
| * | Revert "loop: cleanup partitions when detaching loop device"Jens Axboe2013-04-08
* | | loop: prevent bdev freeing while device in useAnatol Pomozov2013-04-01
|/ /
* | loop: cleanup partitions when detaching loop devicePhillip Susi2013-03-22
* | loop: fix error return code in loop_add()Wei Yongjun2013-03-22
|/
* Merge branch 'for-3.9/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2013-02-28
|\
| * loopdev: ignore negative offset when calculate loop device sizeGuo Chao2013-02-22
| * loopdev: remove an user triggerable oopsGuo Chao2013-02-22
| * loopdev: move common code into loop_figure_size()Guo Chao2013-02-22
| * loopdev: update block device size in loop_set_status()Guo Chao2013-02-22
| * loopdev: fix a deadlockGuo Chao2013-02-22
* | block/loop: convert to idr_alloc()Tejun Heo2013-02-27
* | block/loop: don't use idr_remove_all()Tejun Heo2013-02-27
* | switch vfs_getattr() to struct pathAl Viro2013-02-26
|/
* Merge branch 'for-3.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2012-12-17
|\
| * loop: Limit the number of requests in the bio listLukas Czerner2012-11-30
* | loop: Make explicit loop device destruction lazyDave Chinner2012-10-30
|/
* userns: Convert loop to use kuid_t instead of uid_tEric W. Biederman2012-09-21
* blk: fix wrong idr_pre_get() error check in loop.cSilva Paulo2012-07-14
* block: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* loop: zero fill bio instead of return -EIO for partial readDave Young2012-02-08
* fs: move code out of buffer.cAl Viro2012-01-03
* loop: Fix discard_alignment default settingLukas Czerner2011-12-02
* loop: fix loop block driver discard and encryption commentDave Young2011-11-25
* loop: cleanup set_status interfaceDmitry Monakhov2011-11-16
* loop: prevent information leak after failed readDmitry Monakhov2011-11-16
* Merge branch 'for-3.2/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2011-11-04
|\
| * drivers/block/loop.c: remove unnecessary bdev argument from loop_clr_fd()Ayan George2011-09-21
| * drivers/block/loop.c: emit uevent on auto releasePhillip Susi2011-09-21
| * loop: always allow userspace partitions and optionally support automatic scan...Kay Sievers2011-08-23
| * loop: add discard support for loop devicesLukas Czerner2011-08-19
* | Merge branch 'for-linus' into for-3.2/coreJens Axboe2011-10-24
|\ \
| * | loop: remove the incorrect write_begin/write_end shortcutChristoph Hellwig2011-10-17
* | | Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe2011-10-19
|\| |
| * | loop: fix deadlock when sysfs and LOOP_CLR_FD race against each otherKay Sievers2011-07-31
| * | loop: add BLK_DEV_LOOP_MIN_COUNT=%i to allow distros 0 pre-allocated loop dev...Kay Sievers2011-07-31
| * | loop: add management interface for on-demand device allocationKay Sievers2011-07-31
| * | loop: replace linked list of allocated devices with an idr indexKay Sievers2011-07-31
| |/
* / block: remove support for bio remapping from ->make_requestChristoph Hellwig2011-09-12
|/