summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorLines
2011-05-27loop: export module parametersNamhyung Kim-3/+14
2011-05-24loop: handle on-demand devices correctlyNamhyung Kim-4/+4
2011-05-24loop: limit 'max_part' module param to DISK_MAX_PARTSNamhyung Kim-0/+3
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe-13/+0
2011-03-10block: remove per-queue pluggingJens Axboe-13/+0
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo-5/+0
2011-03-03block: kill loop_mutexPetr Uzel-5/+0
2011-03-02loop: No need to initialize ->queue_lock explicitly before calling blk_cleanu...Vivek Goyal-3/+0
2011-01-19loop: queue_lock NULL pointer derefence in blk_throtl_exitSergey Senozhatsky-0/+3
2010-12-20Fix compile warnings due to missing removal of a 'ret' variableJens Axboe-1/+1
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław-4/+0
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig-6/+0
2010-10-27loop: Properly clear sysfs in autoclear modeMilan Broz-1/+1
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra-2/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-10/+10
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-0/+101
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann-5/+6
2010-09-10block/loop: implement REQ_FLUSH/FUA supportTejun Heo-9/+9
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo-1/+1
2010-09-10block/loop: queue ordered mode should be DRAIN_FLUSHTejun Heo-1/+1
2010-08-23loop: add some basic read-only sysfs attributesMilan Broz-0/+101
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby-1/+1
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann-0/+5
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori-1/+1
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig-1/+1
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig-2/+2
2010-05-21generate "change" uevent for loop deviceDavid Zeuthen-1/+9
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds-0/+2
2010-04-08loop: Update mtime when writing using aopsNikanth Karthikesan-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+0
2009-10-29loop: fix NULL dereference if mount failsAlexey Dobriyan-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan-1/+1
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan-1/+0
2009-05-11splice: implement default splice_read methodMiklos Szeredi-10/+1
2009-04-28loop: use BIO list management functionsAkinobu Mita-19/+7
2009-04-07loop: mutex already unlocked in loop_clr_fd()Alexander Beregalov-2/+5
2009-04-01loop: add ioctl to resize a loop deviceJ. R. Okajima-0/+30
2009-03-26loop: fix circular locking in loop_clr_fd()Nikanth Karthikesan-2/+14
2009-03-24loop: support barrier writesNikanth Karthikesan-2/+30
2009-03-05loop: don't increment p->offset with (size_t) -EINVALRoel Kluin-2/+1
2008-12-29loop: Do not call loop_unplug for not configured loop device.Milan Broz-0/+1
2008-12-29loop: Flush possible running bios when loop device is released.Milan Broz-3/+35
2008-11-14CRED: Wrap task credential accesses in the block loopback driverDavid Howells-2/+4
2008-10-30fs: remove prepare_write/commit_writeNick Piggin-3/+2
2008-10-21[PATCH] kill the unused bsize on the send side of /dev/loopAl Viro-8/+7
2008-10-21[PATCH] switch loopAl Viro-25/+27
2008-10-21[PATCH] beginning of methods conversionAl Viro-4/+4
2008-04-29block: make queue flags non-atomicNick Piggin-1/+1
2008-04-21loop: manage partitions in disk imageLaurent Vivier-5/+21