aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-10loop: convert to using splice_direct_to_actor() instead of sendfile()Jens Axboe1-20/+44
2007-06-08loop: preallocate eight loop devicesKen Chen1-18/+82
2007-05-13fix deadlock in loop.cAl Viro1-8/+9
2007-05-12fix the dynamic allocation and probe in loop.cAl Viro1-40/+12
2007-05-09fs: convert core functions to zero_user_pageNate Diller1-5/+1
2007-05-08remove artificial software max_loop limitKen Chen1-74/+110
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra1-2/+2
2006-12-08[PATCH] struct path: convert block_driversJosef Sipek1-2/+2
2006-10-10[PATCH] __user annotations: loop.cAl Viro1-1/+1
2006-10-10[PATCH] fix misannotations in loop.cAl Viro1-3/+3
2006-09-30[PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [try #6]David Howells1-0/+160
2006-09-29[PATCH] loop: forward-port resource leak checks from SolarSerge E. Hallyn1-2/+11
2006-09-29[PATCH] kthread: convert loop.c to kthreadSerge E. Hallyn1-45/+24