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