aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o1-2/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds1-6/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-2/+2
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman1-1/+0
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman1-2/+0
2006-06-26Revert "[PATCH] kthread: update loop.c to use kthread"Linus Torvalds1-11/+13
2006-06-25[PATCH] kthread: update loop.c to use kthreadSerge E. Hallyn1-13/+11
2006-06-23[PATCH] drivers/block/loop.c: don't return garbage if LOOP_SET_STATUS not calledConstantine Sapuntzakis1-1/+1
2006-03-26[PATCH] loop: potential kernel hang waiting for kthreadHerbert Poetzl1-1/+3
2006-03-23[PATCH] sem2mutex: drivers/block/loop.cIngo Molnar1-9/+9
2006-03-18[PATCH] regularize blk_cleanup_queue() useAl Viro1-2/+2
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-1/+1
2006-01-09[PATCH] mutex subsystem, semaphore to completion: drivers/block/loop.cIngo Molnar1-15/+12
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen1-2/+2
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown1-5/+18
2005-10-28[PATCH] gfp_t: remaining bits of drivers/*Al Viro1-1/+1
2005-06-23[PATCH] optimise loop driver a bitNick Piggin1-43/+38
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1348