aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe1-13/+0
2011-03-10block: remove per-queue pluggingJens Axboe1-13/+0
2011-03-04Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo1-5/+0
2011-03-03block: kill loop_mutexPetr Uzel1-5/+0
2011-03-02loop: No need to initialize ->queue_lock explicitly before calling blk_cleanup_queue()Vivek Goyal1-3/+0
2011-01-19loop: queue_lock NULL pointer derefence in blk_throtl_exitSergey Senozhatsky1-0/+3
2010-12-20Fix compile warnings due to missing removal of a 'ret' variableJens Axboe1-1/+1
2010-12-17fs/splice: Pull buf->ops->confirm() from splice_from_pipe actorsMichał Mirosław1-4/+0
2010-11-10block: remove REQ_HARDBARRIERChristoph Hellwig1-6/+0
2010-10-27loop: Properly clear sysfs in autoclear modeMilan Broz1-1/+1
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra1-2/+2
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+10
2010-10-22Merge branch 'for-2.6.37/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+101
2010-10-05block: autoconvert trivial BKL users to private mutexArnd Bergmann1-5/+6
2010-09-10block/loop: implement REQ_FLUSH/FUA supportTejun Heo1-9/+9
2010-09-10block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo1-1/+1
2010-09-10block/loop: queue ordered mode should be DRAIN_FLUSHTejun Heo1-1/+1
2010-08-23loop: add some basic read-only sysfs attributesMilan Broz1-0/+101
2010-08-23BLOCK: fix bio.bi_rw handlingJiri Slaby1-1/+1
2010-08-07block: push down BKL into .open and .releaseArnd Bergmann1-0/+5
2010-08-07block: remove q->prepare_flush_fn completelyFUJITA Tomonori1-1/+1
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-2/+2
2010-05-21generate "change" uevent for loop deviceDavid Zeuthen1-1/+9
2010-04-09Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+2
2010-04-08loop: Update mtime when writing using aopsNikanth Karthikesan1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2009-10-29loop: fix NULL dereference if mount failsAlexey Dobriyan1-1/+1
2009-09-22const: make block_device_operations constAlexey Dobriyan1-1/+1
2009-09-11bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe1-1/+1
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-05-11splice: implement default splice_read methodMiklos Szeredi1-10/+1
2009-04-28loop: use BIO list management functionsAkinobu Mita1-19/+7
2009-04-07loop: mutex already unlocked in loop_clr_fd()Alexander Beregalov1-2/+5
2009-04-01loop: add ioctl to resize a loop deviceJ. R. Okajima1-0/+30
2009-03-26loop: fix circular locking in loop_clr_fd()Nikanth Karthikesan1-2/+14
2009-03-24loop: support barrier writesNikanth Karthikesan1-2/+30
2009-03-05loop: don't increment p->offset with (size_t) -EINVALRoel Kluin1-2/+1
2008-12-29loop: Do not call loop_unplug for not configured loop device.Milan Broz1-0/+1
2008-12-29loop: Flush possible running bios when loop device is released.Milan Broz1-3/+35
2008-11-14CRED: Wrap task credential accesses in the block loopback driverDavid Howells1-2/+4
2008-10-30fs: remove prepare_write/commit_writeNick Piggin1-3/+2
2008-10-21[PATCH] kill the unused bsize on the send side of /dev/loopAl Viro1-8/+7
2008-10-21[PATCH] switch loopAl Viro1-25/+27
2008-10-21[PATCH] beginning of methods conversionAl Viro1-4/+4
2008-04-29block: make queue flags non-atomicNick Piggin1-1/+1
2008-04-21loop: manage partitions in disk imageLaurent Vivier1-5/+21
2008-02-06Allow auto-destruction of loop devicesDavid Woodhouse1-0/+8
2008-01-11loop: fix bad bio_alloc() nr_iovec requestJens Axboe1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1