summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
AgeCommit message (Expand)AuthorLines
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
2008-02-06Allow auto-destruction of loop devicesDavid Woodhouse-0/+8
2008-01-11loop: fix bad bio_alloc() nr_iovec requestJens Axboe-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt-1/+1
2007-10-17Remove unneeded lock_kernel() in driver/block/loop.cDiego Woitasen-2/+0
2007-10-16deny partial write for loop dev fdDmitry Monakhov-3/+1
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin-46/+29
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown-2/+2
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe-2/+2
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita-2/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki-7/+1
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe-1/+1