aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-17Remove unneeded lock_kernel() in driver/block/loop.cDiego Woitasen1-2/+0
2007-10-16deny partial write for loop dev fdDmitry Monakhov1-3/+1
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin1-46/+29
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown1-2/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita1-2/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-7/+1
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe1-1/+1
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe1-1/+1