aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* block/loop: implement REQ_FLUSH/FUA supportTejun Heo2010-09-101-9/+9
* block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush()Tejun Heo2010-09-101-1/+1
* block/loop: queue ordered mode should be DRAIN_FLUSHTejun Heo2010-09-101-1/+1
* block: push down BKL into .open and .releaseArnd Bergmann2010-08-071-0/+5
* block: remove q->prepare_flush_fn completelyFUJITA Tomonori2010-08-071-1/+1
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-2/+2
* generate "change" uevent for loop deviceDavid Zeuthen2010-05-211-1/+9
* Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-04-091-0/+2
|\
| * loop: Update mtime when writing using aopsNikanth Karthikesan2010-04-081-0/+2
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
|/
* loop: fix NULL dereference if mount failsAlexey Dobriyan2009-10-291-1/+1
* const: make block_device_operations constAlexey Dobriyan2009-09-221-1/+1
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-121-1/+0
* splice: implement default splice_read methodMiklos Szeredi2009-05-111-10/+1
* loop: use BIO list management functionsAkinobu Mita2009-04-281-19/+7
* loop: mutex already unlocked in loop_clr_fd()Alexander Beregalov2009-04-071-2/+5
* loop: add ioctl to resize a loop deviceJ. R. Okajima2009-04-011-0/+30
* loop: fix circular locking in loop_clr_fd()Nikanth Karthikesan2009-03-261-2/+14
* loop: support barrier writesNikanth Karthikesan2009-03-241-2/+30
* loop: don't increment p->offset with (size_t) -EINVALRoel Kluin2009-03-051-2/+1
* loop: Do not call loop_unplug for not configured loop device.Milan Broz2008-12-291-0/+1
* loop: Flush possible running bios when loop device is released.Milan Broz2008-12-291-3/+35
* CRED: Wrap task credential accesses in the block loopback driverDavid Howells2008-11-141-2/+4
* fs: remove prepare_write/commit_writeNick Piggin2008-10-301-3/+2
* [PATCH] kill the unused bsize on the send side of /dev/loopAl Viro2008-10-211-8/+7
* [PATCH] switch loopAl Viro2008-10-211-25/+27
* [PATCH] beginning of methods conversionAl Viro2008-10-211-4/+4
* block: make queue flags non-atomicNick Piggin2008-04-291-1/+1
* loop: manage partitions in disk imageLaurent Vivier2008-04-211-5/+21
* Allow auto-destruction of loop devicesDavid Woodhouse2008-02-061-0/+8
* loop: fix bad bio_alloc() nr_iovec requestJens Axboe2008-01-111-1/+1
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-191-1/+1
* Remove unneeded lock_kernel() in driver/block/loop.cDiego Woitasen2007-10-171-2/+0
* deny partial write for loop dev fdDmitry Monakhov2007-10-161-3/+1
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-161-46/+29
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-101-2/+2
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-2/+2
* unregister_blkdev() delete redundant messages in callersAkinobu Mita2007-07-171-2/+1
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-7/+1
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-101-1/+1
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-101-1/+1
* loop: convert to using splice_direct_to_actor() instead of sendfile()Jens Axboe2007-07-101-20/+44
* loop: preallocate eight loop devicesKen Chen2007-06-081-18/+82
* fix deadlock in loop.cAl Viro2007-05-131-8/+9
* fix the dynamic allocation and probe in loop.cAl Viro2007-05-121-40/+12
* fs: convert core functions to zero_user_pageNate Diller2007-05-091-5/+1
* remove artificial software max_loop limitKen Chen2007-05-081-74/+110
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-071-2/+2