summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] struct path: convert block_driversJosef Sipek2006-12-081-2/+2
* [PATCH] __user annotations: loop.cAl Viro2006-10-101-1/+1
* [PATCH] fix misannotations in loop.cAl Viro2006-10-101-3/+3
* [PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...David Howells2006-09-301-0/+160
* [PATCH] loop: forward-port resource leak checks from SolarSerge E. Hallyn2006-09-291-2/+11
* [PATCH] kthread: convert loop.c to kthreadSerge E. Hallyn2006-09-291-45/+24
* [PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o2006-09-271-2/+5
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds2006-06-291-6/+0
|\
| * [PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman2006-06-261-1/+0
| * [PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
| * [PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman2006-06-261-2/+0
* | [PATCH] mark address_space_operations constChristoph Hellwig2006-06-281-2/+2
|/
* Revert "[PATCH] kthread: update loop.c to use kthread"Linus Torvalds2006-06-261-11/+13
* [PATCH] kthread: update loop.c to use kthreadSerge E. Hallyn2006-06-251-13/+11
* [PATCH] drivers/block/loop.c: don't return garbage if LOOP_SET_STATUS not calledConstantine Sapuntzakis2006-06-231-1/+1
* [PATCH] loop: potential kernel hang waiting for kthreadHerbert Poetzl2006-03-261-1/+3
* [PATCH] sem2mutex: drivers/block/loop.cIngo Molnar2006-03-231-9/+9
* [PATCH] regularize blk_cleanup_queue() useAl Viro2006-03-181-2/+2
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-1/+1
* [PATCH] mutex subsystem, semaphore to completion: drivers/block/loop.cIngo Molnar2006-01-091-15/+12
* [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-091-2/+2
* [PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown2006-01-031-5/+18