| Commit message (Expand) | Author | Age | Files | Lines |
* | slab allocators: Remove SLAB_DEBUG_INITIAL flag | Christoph Lameter | 2007-05-07 | 1 | -2/+1 |
* | mm: remove destroy_dirty_buffers from invalidate_bdev() | Peter Zijlstra | 2007-05-07 | 1 | -2/+2 |
* | [PATCH] Mark struct super_operations const | Josef 'Jeff' Sipek | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] fix umask when noACL kernel meets extN tuned for ACLs | Hugh Dickins | 2007-02-11 | 1 | -0/+4 |
* | [PATCH] ext3: refuse ro to rw remount of fs with orphan inodes | Eric Sandeen | 2007-02-11 | 1 | -0/+16 |
* | [PATCH] LOG2: Implement a general integer log2 facility in the kernel | David Howells | 2006-12-08 | 1 | -4/+2 |
* | [PATCH] ext3/4: don't do orphan processing on readonly devices | Eric Sandeen | 2006-12-07 | 1 | -0/+6 |
* | [PATCH] ext3: fsid for statvfs | Pekka Enberg | 2006-12-07 | 1 | -0/+5 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] slab: remove SLAB_NOFS | Christoph Lameter | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] ext3: errors behaviour fix | Dmitry Mishin | 2006-10-11 | 1 | -0/+2 |
* | [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 | -2/+1 |
* | [PATCH] ext3: Fix sparse warnings | Dave Kleikamp | 2006-09-27 | 1 | -3/+1 |
* | [PATCH] ext3: More whitespace cleanups | Dave Kleikamp | 2006-09-27 | 1 | -3/+3 |
* | [PATCH] ext3: wrong error behavior | Vasily Averin | 2006-09-27 | 1 | -5/+6 |
* | [PATCH] ext3: inode numbers are unsigned long | Eric Sandeen | 2006-09-27 | 1 | -12/+13 |
* | [PATCH] fix ext3 mounts at 16T | Eric Sandeen | 2006-09-27 | 1 | -15/+19 |
* | [PATCH] ext3 and jbd cleanup: remove whitespace | Mingming Cao | 2006-09-27 | 1 | -12/+12 |
* | [PATCH] knfsd: Make ext3 reject filehandles referring to invalid inode number | NeilBrown | 2006-09-16 | 1 | -0/+42 |
* | [PATCH] lockdep: annotate the quota code | Arjan van de Ven | 2006-07-03 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] ext3: Add "-o bh" option | Badari Pulavarty | 2006-06-26 | 1 | -1/+5 |
* | [PATCH] ext3_fsblk_t: the rest of in-kernel filesystem blocks conversion | Mingming Cao | 2006-06-25 | 1 | -16/+16 |
* | [PATCH] ext3_fsblk_t: filesystem, group blocks and bug fixes | Mingming Cao | 2006-06-25 | 1 | -1/+1 |
* | [PATCH] ext3: remove inconsistent space before exclamation point in mount code | Theodore Ts'o | 2006-06-25 | 1 | -1/+1 |
* | [PATCH] Avoid disk sector_t overflow for >2TB ext3 filesystem | Mingming Cao | 2006-06-25 | 1 | -0/+10 |
* | [PATCH] percpu counter data type changes to suppport more than 2**31 ext3 fre... | Mingming Cao | 2006-06-23 | 1 | -17/+19 |
* | [PATCH] ext3_clear_inode(): avoid kfree(NULL) | Andrew Morton | 2006-06-23 | 1 | -11/+12 |
* | [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry | David Howells | 2006-06-23 | 1 | -2/+3 |
* | [PATCH] VFS: Permit filesystem to override root dentry on mount | David Howells | 2006-06-23 | 1 | -3/+3 |
* | [PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesize | Badari Pulavarty | 2006-03-26 | 1 | -6/+0 |
* | [PATCH] fast ext3_statfs | Alex Tomas | 2006-03-24 | 1 | -3/+4 |
* | [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] convert ext3's truncate_sem to a mutex | Arjan van de Ven | 2006-03-23 | 1 | -1/+1 |
* | [PATCH] sem2mutex: quota | Ingo Molnar | 2006-03-23 | 1 | -2/+2 |
* | [PATCH] mutex subsystem, semaphore to mutex: VFS, sb->s_lock | Ingo Molnar | 2006-01-09 | 1 | -1/+1 |
* | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 2006-01-09 | 1 | -2/+2 |
* | [PATCH] ext3: external journal device as a mount option | Johann Lombardi | 2006-01-08 | 1 | -10/+44 |
* | [PATCH] remove CONFIG_EXT{2,3}_CHECK | Adrian Bunk | 2005-11-09 | 1 | -16/+1 |
* | [PATCH] ext3: sparse fixes | Ben Dooks | 2005-10-30 | 1 | -1/+3 |
* | [PATCH] Fix ext3 warning for unused var | Peter Osterlund | 2005-10-28 | 1 | -10/+16 |
* | [PATCH] ext3: ext3_show_options fix | OGAWA Hirofumi | 2005-09-22 | 1 | -6/+5 |
* | [PATCH] disk quotas fail when /etc/mtab is symlinked to /proc/mounts | Mark Bellon | 2005-09-07 | 1 | -11/+81 |
* | [PATCH] ext3: fix options parsing | Jan Kara | 2005-07-12 | 1 | -10/+60 |
* | [PATCH] coverity: fs/ext3/super.c: match_int return check | KAMBAROV, ZAUR | 2005-06-28 | 1 | -1/+2 |
* | [PATCH] quota: ext3: Improve quota credit estimates | Jan Kara | 2005-06-24 | 1 | -10/+27 |
* | [PATCH] quota: consolidate code surrounding vfs_quota_on_mount | Christoph Hellwig | 2005-06-23 | 1 | -16/+2 |
* | [PATCH] Avoid console spam with ext3 aborted journal. | Stephen Tweedie | 2005-05-18 | 1 | -1/+9 |