aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAge
* 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
* loop: export module parametersNamhyung Kim2011-05-27
* loop: handle on-demand devices correctlyNamhyung Kim2011-05-24
* loop: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim2011-05-24
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
|\
| * block: remove per-queue pluggingJens Axboe2011-03-10
* | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-04
|\ \
| * | block: kill loop_mutexPetr Uzel2011-03-03
| |/
* / loop: No need to initialize ->queue_lock explicitly before calling blk_cleanu...Vivek Goyal2011-03-02
|/
* loop: queue_lock NULL pointer derefence in blk_throtl_exitSergey Senozhatsky2011-01-19
* Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2010-12-20
* fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław2010-12-17
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-10
* loop: Properly clear sysfs in autoclear modeMilan Broz2010-10-27
* mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-26
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * block/loop: implement REQ_FLUSH/FUA supportTejun Heo2010-09-10
| * block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-10
| * block/loop: queue ordered mode should be DRAIN_FLUSHTejun Heo2010-09-10
* | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\ \
| * | loop: add some basic read-only sysfs attributesMilan Broz2010-08-23
| |/
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-05
* | BLOCK: fix bio.bi_rw handlingJiri Slaby2010-08-23
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-07
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-07
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-21
* generate "change" uevent for loop deviceDavid Zeuthen2010-05-21
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-09
|\
| * loop: Update mtime when writing using aopsNikanth Karthikesan2010-04-08
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* loop: fix NULL dereference if mount failsAlexey Dobriyan2009-10-29
* const: make block_device_operations constAlexey Dobriyan2009-09-22
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-11
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* splice: implement default splice_read methodMiklos Szeredi2009-05-11
* loop: use BIO list management functionsAkinobu Mita2009-04-28
* loop: mutex already unlocked in loop_clr_fd()Alexander Beregalov2009-04-07
* loop: add ioctl to resize a loop deviceJ. R. Okajima2009-04-01
* loop: fix circular locking in loop_clr_fd()Nikanth Karthikesan2009-03-26
* loop: support barrier writesNikanth Karthikesan2009-03-24
* loop: don't increment p->offset with (size_t) -EINVALRoel Kluin2009-03-05
* loop: Do not call loop_unplug for not configured loop device.Milan Broz2008-12-29
* loop: Flush possible running bios when loop device is released.Milan Broz2008-12-29
* CRED: Wrap task credential accesses in the block loopback driverDavid Howells2008-11-13
* fs: remove prepare_write/commit_writeNick Piggin2008-10-30
* [PATCH] kill the unused bsize on the send side of /dev/loopAl Viro2008-10-21