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