index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
block
/
loop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
loop: preallocate eight loop devices
Ken Chen
2007-06-08
1
-18
/
+82
*
fix deadlock in loop.c
Al Viro
2007-05-13
1
-8
/
+9
*
fix the dynamic allocation and probe in loop.c
Al Viro
2007-05-12
1
-40
/
+12
*
fs: convert core functions to zero_user_page
Nate Diller
2007-05-09
1
-5
/
+1
*
remove artificial software max_loop limit
Ken Chen
2007-05-08
1
-74
/
+110
*
mm: remove destroy_dirty_buffers from invalidate_bdev()
Peter Zijlstra
2007-05-07
1
-2
/
+2
*
[PATCH] struct path: convert block_drivers
Josef Sipek
2006-12-08
1
-2
/
+2
*
[PATCH] __user annotations: loop.c
Al Viro
2006-10-10
1
-1
/
+1
*
[PATCH] fix misannotations in loop.c
Al Viro
2006-10-10
1
-3
/
+3
*
[PATCH] BLOCK: Move the loop device ioctl compat stuff to the loop driver [tr...
David Howells
2006-09-30
1
-0
/
+160
*
[PATCH] loop: forward-port resource leak checks from Solar
Serge E. Hallyn
2006-09-29
1
-2
/
+11
*
[PATCH] kthread: convert loop.c to kthread
Serge E. Hallyn
2006-09-29
1
-45
/
+24
*
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
Theodore Ts'o
2006-09-27
1
-2
/
+5
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/devfs-2.6
Linus Torvalds
2006-06-29
1
-6
/
+0
|
\
|
*
[PATCH] devfs: Remove the gendisk devfs_name field as it's no longer needed
Greg Kroah-Hartman
2006-06-26
1
-1
/
+0
|
*
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
Greg Kroah-Hartman
2006-06-26
1
-1
/
+0
|
*
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
1
-2
/
+0
|
*
[PATCH] devfs: Remove devfs_mk_dir() function from the kernel tree
Greg Kroah-Hartman
2006-06-26
1
-2
/
+0
*
|
[PATCH] mark address_space_operations const
Christoph Hellwig
2006-06-28
1
-2
/
+2
|
/
*
Revert "[PATCH] kthread: update loop.c to use kthread"
Linus Torvalds
2006-06-26
1
-11
/
+13
*
[PATCH] kthread: update loop.c to use kthread
Serge E. Hallyn
2006-06-25
1
-13
/
+11
*
[PATCH] drivers/block/loop.c: don't return garbage if LOOP_SET_STATUS not called
Constantine Sapuntzakis
2006-06-23
1
-1
/
+1
*
[PATCH] loop: potential kernel hang waiting for kthread
Herbert Poetzl
2006-03-26
1
-1
/
+3
*
[PATCH] sem2mutex: drivers/block/loop.c
Ingo Molnar
2006-03-23
1
-9
/
+9
*
[PATCH] regularize blk_cleanup_queue() use
Al Viro
2006-03-18
1
-2
/
+2
*
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
2006-01-14
1
-1
/
+1
*
[PATCH] mutex subsystem, semaphore to completion: drivers/block/loop.c
Ingo Molnar
2006-01-09
1
-15
/
+12
*
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
Jes Sorensen
2006-01-09
1
-2
/
+2
*
[PATCH] add AOP_TRUNCATED_PAGE, prepend AOP_ to WRITEPAGE_ACTIVATE
Zach Brown
2006-01-03
1
-5
/
+18
*
[PATCH] gfp_t: remaining bits of drivers/*
Al Viro
2005-10-28
1
-1
/
+1
*
[PATCH] optimise loop driver a bit
Nick Piggin
2005-06-23
1
-43
/
+38
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+1348