aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-3/+8
* loop: fix deadlock when sysfs and LOOP_CLR_FD race against each otherKay Sievers2011-08-291-2/+4
* 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
| |/
* | loop: No need to initialize ->queue_lock explicitly before calling blk_cleanu...Vivek Goyal2011-03-021-3/+0
|/
* loop: queue_lock NULL pointer derefence in blk_throtl_exitSergey Senozhatsky2011-01-191-0/+3
* Fix compile warnings due to missing removal of a 'ret' variableJens Axboe2010-12-201-1/+1
* fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław2010-12-171-4/+0
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-6/+0
* loop: Properly clear sysfs in autoclear modeMilan Broz2010-10-271-1/+1
* mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-261-2/+2
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-10/+10
|\
| * block/loop: implement REQ_FLUSH/FUA supportTejun Heo2010-09-101-9/+9
| * block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-1/+1
| * block/loop: queue ordered mode should be DRAIN_FLUSHTejun Heo2010-09-101-1/+1
* | Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-0/+101
|\ \
| * | loop: add some basic read-only sysfs attributesMilan Broz2010-08-231-0/+101
| |/
* | block: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-5/+6
* | BLOCK: fix bio.bi_rw handlingJiri Slaby2010-08-231-1/+1
|/
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+5
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-1/+1
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-2/+2
* generate "change" uevent for loop deviceDavid Zeuthen2010-05-211-1/+9
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-091-0/+2
|\
| * loop: Update mtime when writing using aopsNikanth Karthikesan2010-04-081-0/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
|/
* loop: fix NULL dereference if mount failsAlexey Dobriyan2009-10-291-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* splice: implement default splice_read methodMiklos Szeredi2009-05-111-10/+1
* loop: use BIO list management functionsAkinobu Mita2009-04-281-19/+7
* loop: mutex already unlocked in loop_clr_fd()Alexander Beregalov2009-04-071-2/+5
* loop: add ioctl to resize a loop deviceJ. R. Okajima2009-04-011-0/+30
* loop: fix circular locking in loop_clr_fd()Nikanth Karthikesan2009-03-261-2/+14
* loop: support barrier writesNikanth Karthikesan2009-03-241-2/+30
* loop: don't increment p->offset with (size_t) -EINVALRoel Kluin2009-03-051-2/+1
* loop: Do not call loop_unplug for not configured loop device.Milan Broz2008-12-291-0/+1
* loop: Flush possible running bios when loop device is released.Milan Broz2008-12-291-3/+35
* CRED: Wrap task credential accesses in the block loopback driverDavid Howells2008-11-141-2/+4
* fs: remove prepare_write/commit_writeNick Piggin2008-10-301-3/+2
* [PATCH] kill the unused bsize on the send side of /dev/loopAl Viro2008-10-211-8/+7
* [PATCH] switch loopAl Viro2008-10-211-25/+27
* [PATCH] beginning of methods conversionAl Viro2008-10-211-4/+4