aboutsummaryrefslogtreecommitdiff
path: root/drivers/block/loop.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
2008-10-30fs: remove prepare_write/commit_writeNick Piggin
2008-10-21[PATCH] kill the unused bsize on the send side of /dev/loopAl Viro
2008-10-21[PATCH] switch loopAl Viro
2008-10-21[PATCH] beginning of methods conversionAl Viro
2008-04-29block: make queue flags non-atomicNick Piggin
2008-04-21loop: manage partitions in disk imageLaurent Vivier
2008-02-06Allow auto-destruction of loop devicesDavid Woodhouse
2008-01-11loop: fix bad bio_alloc() nr_iovec requestJens Axboe
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-10-17Remove unneeded lock_kernel() in driver/block/loop.cDiego Woitasen
2007-10-16deny partial write for loop dev fdDmitry Monakhov
2007-10-16fs: introduce write_begin, write_end, and perform_write aopsNick Piggin
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-17unregister_blkdev() delete redundant messages in callersAkinobu Mita
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki
2007-07-10pipe: change the ->pin() operation to ->confirm()Jens Axboe
2007-07-10splice: divorce the splice structure/function definitions from the pipe headerJens Axboe
2007-07-10loop: convert to using splice_direct_to_actor() instead of sendfile()Jens Axboe
2007-06-08loop: preallocate eight loop devicesKen Chen
2007-05-13fix deadlock in loop.cAl Viro
2007-05-12fix the dynamic allocation and probe in loop.cAl Viro
2007-05-09fs: convert core functions to zero_user_pageNate Diller
2007-05-08remove artificial software max_loop limitKen Chen
2007-05-07mm: remove destroy_dirty_buffers from invalidate_bdev()Peter Zijlstra
2006-12-08[PATCH] struct path: convert block_driversJosef Sipek
2006-10-10[PATCH] __user annotations: loop.cAl Viro
2006-10-10[PATCH] fix misannotations in loop.cAl Viro
2006-09-30[PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...David Howells
2006-09-29[PATCH] loop: forward-port resource leak checks from SolarSerge E. Hallyn
2006-09-29[PATCH] kthread: convert loop.c to kthreadSerge E. Hallyn
2006-09-27[PATCH] inode-diet: Eliminate i_blksize from the inode structureTheodore Ts'o
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6Linus Torvalds
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig
2006-06-26[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer neededGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove the devfs_fs_kernel.h file from the treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_remove() function from the kernel treeGreg Kroah-Hartman
2006-06-26[PATCH] devfs: Remove devfs_mk_dir() function from the kernel treeGreg Kroah-Hartman
2006-06-26Revert "[PATCH] kthread: update loop.c to use kthread"Linus Torvalds
2006-06-25[PATCH] kthread: update loop.c to use kthreadSerge E. Hallyn
2006-06-23[PATCH] drivers/block/loop.c: don't return garbage if LOOP_SET_STATUS not calledConstantine Sapuntzakis
2006-03-26[PATCH] loop: potential kernel hang waiting for kthreadHerbert Poetzl
2006-03-23[PATCH] sem2mutex: drivers/block/loop.cIngo Molnar
2006-03-18[PATCH] regularize blk_cleanup_queue() useAl Viro
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven
2006-01-09[PATCH] mutex subsystem, semaphore to completion: drivers/block/loop.cIngo Molnar
2006-01-09[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen
2006-01-03[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATEZach Brown