| Commit message (Expand) | Author | Age | Files | Lines |
* | sendfile: remove .sendfile from filesystems that use generic_file_sendfile() | Jens Axboe | 2007-07-10 | 1 | -1/+1 |
* | udf: fix possible leakage of blocks | Jan Kara | 2007-06-16 | 3 | -17/+74 |
* | parse errors in ifdefs | Yoann Padioleau | 2007-06-01 | 1 | -1/+1 |
* | Fix possible UDF data corruption | Jan Kara | 2007-06-01 | 1 | -4/+8 |
* | Detach sched.h from mm.h | Alexey Dobriyan | 2007-05-21 | 2 | -0/+2 |
* | Remove SLAB_CTOR_CONSTRUCTOR | Christoph Lameter | 2007-05-17 | 1 | -4/+2 |
* | udf: possible null pointer dereference while load_partition | Dmitriy Monakhov | 2007-05-08 | 1 | -0/+2 |
* | udf: support files larger than 1G | Jan Kara | 2007-05-08 | 3 | -82/+180 |
* | udf: add assertions | Jan Kara | 2007-05-08 | 1 | -1/+3 |
* | udf: use get_bh() | Jan Kara | 2007-05-08 | 12 | -177/+174 |
* | UDF: introduce struct extent_position | Jan Kara | 2007-05-08 | 8 | -445/+434 |
* | udf: use sector_t and loff_t for file offsets | Jan Kara | 2007-05-08 | 6 | -35/+38 |
* | udf: decrement correct link count in udf_rmdir | Stephen Mollett | 2007-05-08 | 1 | -1/+1 |
* | header cleaning: don't include smp_lock.h when not used | Randy Dunlap | 2007-05-08 | 1 | -1/+0 |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 1 | -3/+1 |
* | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] mark struct inode_operations const 3 | Arjan van de Ven | 2007-02-12 | 3 | -4/+4 |
* | [PATCH] struct path: convert udf | Josef Sipek | 2006-12-08 | 2 | -3/+3 |
* | [PATCH] fs/*: trivial vsnprintf() conversion | Alexey Dobriyan | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] UDF: Fix mounting read-write | Peter Osterlund | 2006-10-06 | 1 | -1/+2 |
* | [PATCH] r/o bind mounts: monitor zeroing of i_nlink | Dave Hansen | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] r/o bind mount prepwork: inc_nlink() helper | Dave Hansen | 2006-10-01 | 2 | -4/+4 |
* | [PATCH] r/o bind mounts: unlink: monitor i_nlink | Dave Hansen | 2006-10-01 | 1 | -12/+6 |
* | [PATCH] Streamline generic_file_* interfaces and filemap cleanups | Badari Pulavarty | 2006-10-01 | 1 | -6/+10 |
* | [PATCH] mount udf UDF_PART_FLAG_READ_ONLY partitions with MS_RDONLY | Eric Sandeen | 2006-09-29 | 1 | -0/+4 |
* | [PATCH] inode-diet: Eliminate i_blksize from the inode structure | Theodore Ts'o | 2006-09-27 | 2 | -3/+0 |
* | [PATCH] Really ignore kmem_cache_destroy return value | Alexey Dobriyan | 2006-09-27 | 1 | -2/+1 |
* | [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 2006-09-27 | 1 | -4/+2 |
* | Fix possible UDF deadlock and memory corruption (CVE-2006-4145) | Jan Kara | 2006-08-22 | 2 | -26/+40 |
* | [PATCH] initialize parts of udf inode earlier in create | Dan Bastone | 2006-08-14 | 1 | -0/+7 |
* | [PATCH] udf: initialize parts of inode earlier in create | Eric Sandeen | 2006-08-06 | 1 | -5/+6 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 2 | -2/+0 |
* | [PATCH] mark address_space_operations const | Christoph Hellwig | 2006-06-28 | 4 | -6/+6 |
* | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 2006-06-23 | 1 | -2/+4 |
* | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -3/+3 |
* | BUG_ON() Conversion in fs/udf/ | Eric Sesterhenn | 2006-04-02 | 1 | -4/+2 |
* | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 3 | -4/+4 |
* | [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options | Phillip Susi | 2006-03-25 | 1 | -4/+2 |
* | [PATCH] cpuset memory spread: slab cache format | Paul Jackson | 2006-03-24 | 1 | -1/+2 |
* | [PATCH] cpuset memory spread: slab cache filesystems | Paul Jackson | 2006-03-24 | 1 | -1/+1 |
* | [PATCH] fs: Use ARRAY_SIZE macro | Tobias Klauser | 2006-03-24 | 1 | -12/+7 |
* | [PATCH] sem2mutex: UDF | Ingo Molnar | 2006-03-23 | 3 | -23/+23 |
* | [PATCH] udf: fix uid/gid options and add uid/gid=ignore and forget options | Phillip Susi | 2006-03-08 | 3 | -5/+33 |
* | [PATCH] UDF: Fix issues reported by Coverity in namei.c | Jayachandran C | 2006-02-03 | 1 | -2/+2 |
* | [PATCH] coverity: udf/balloc.c null deref fix | KAMBAROV, ZAUR | 2006-02-03 | 1 | -4/+3 |
* | [PATCH] capable/capability.h (fs/) | Randy Dunlap | 2006-01-12 | 1 | -0/+1 |
* | [PATCH] fs/udf/balloc.c: "extern inline" -> "static inline" | Adrian Bunk | 2006-01-09 | 1 | -1/+1 |
* | [PATCH] udf: remove bogus inode == NULL check in inode_bmap | Christoph Hellwig | 2006-01-09 | 1 | -5/+0 |