summaryrefslogtreecommitdiffstats
path: root/drivers/block/loop.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] gfp_t: remaining bits of drivers/*Al Viro2005-10-281-1/+1
* [PATCH] optimise loop driver a bitNick Piggin2005-06-231-43/+38
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1348