summaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAge
* loop: add ioctl to resize a loop deviceJ. R. Okajima2009-04-01
* loop: fix circular locking in loop_clr_fd()Nikanth Karthikesan2009-03-26
* loop: support barrier writesNikanth Karthikesan2009-03-24
* loop: don't increment p->offset with (size_t) -EINVALRoel Kluin2009-03-05
* loop: Do not call loop_unplug for not configured loop device.Milan Broz2008-12-29
* loop: Flush possible running bios when loop device is released.Milan Broz2008-12-29
* CRED: Wrap task credential accesses in the block loopback driverDavid Howells2008-11-14
* fs: remove prepare_write/commit_writeNick Piggin2008-10-30
* [PATCH] kill the unused bsize on the send side of /dev/loopAl Viro2008-10-21
* [PATCH] switch loopAl Viro2008-10-21
* [PATCH] beginning of methods conversionAl Viro2008-10-21
* block: make queue flags non-atomicNick Piggin2008-04-29
* loop: manage partitions in disk imageLaurent Vivier2008-04-21
* Allow auto-destruction of loop devicesDavid Woodhouse2008-02-06
* loop: fix bad bio_alloc() nr_iovec requestJens Axboe2008-01-11
* Convert files to UTF-8 and some cleanupsJan Engelhardt2007-10-19
* Remove unneeded lock_kernel() in driver/block/loop.cDiego Woitasen2007-10-17
* deny partial write for loop dev fdDmitry Monakhov2007-10-16
* fs: introduce write_begin, write_end, and perform_write aopsNick Piggin2007-10-16
* Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2007-10-10
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-24
* unregister_blkdev() delete redundant messages in callersAkinobu Mita2007-07-17
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-17
* pipe: change the ->pin() operation to ->confirm()Jens Axboe2007-07-10
* splice: divorce the splice structure/function definitions from the pipe headerJens Axboe2007-07-10
* loop: convert to using splice_direct_to_actor() instead of sendfile()Jens Axboe2007-07-10
* loop: preallocate eight loop devicesKen Chen2007-06-08
* fix deadlock in loop.cAl Viro2007-05-13
* fix the dynamic allocation and probe in loop.cAl Viro2007-05-12
* fs: convert core functions to zero_user_pageNate Diller2007-05-09
* remove artificial software max_loop limitKen Chen2007-05-08
* mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra2007-05-07
* [PATCH] struct path: convert block_driversJosef Sipek2006-12-08
* [PATCH] __user annotations: loop.cAl Viro2006-10-10
* [PATCH] fix misannotations in loop.cAl Viro2006-10-10
* [PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...David Howells2006-09-30
* [PATCH] loop: forward-port resource leak checks from SolarSerge E. Hallyn2006-09-29
* [PATCH] kthread: convert loop.c to kthreadSerge E. Hallyn2006-09-29
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-27
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-29
|\
| * [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-26
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-26
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-26
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-26
* | [PATCH] mark address_space_operations constChristoph Hellwig2006-06-28
|/
* Revert "[PATCH] kthread: update loop.c to use kthread"Linus Torvalds2006-06-26
* [PATCH] kthread: update loop.c to use kthreadSerge E. Hallyn2006-06-25
* [PATCH] drivers/block/loop.c: don't return garbage if LOOP_SET_STATUS not calledConstantine Sapuntzakis2006-06-23
* [PATCH] loop: potential kernel hang waiting for kthreadHerbert Poetzl2006-03-26