| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] fix reiserfs bad path release panic | Suzuki K P | 2006-12-07 | 1 | -1/+2 |
* | [PATCH] file: kill unnecessary timer in fdtable_defer | Tejun Heo | 2006-12-07 | 1 | -27/+2 |
* | [PATCH] fuse: fix compile without CONFIG_BLOCK | Miklos Szeredi | 2006-12-07 | 1 | -10/+33 |
* | [PATCH] fuse: add DESTROY operation | Miklos Szeredi | 2006-12-07 | 2 | -0/+28 |
* | [PATCH] fuse: add bmap support | Miklos Szeredi | 2006-12-07 | 3 | -0/+42 |
* | [PATCH] fuse: add blksize option | Miklos Szeredi | 2006-12-07 | 1 | -4/+20 |
* | [PATCH] fuse: add support for block device based filesystems | Miklos Szeredi | 2006-12-07 | 1 | -11/+37 |
* | [PATCH] fuse: minor cleanup in fuse_dentry_revalidate | Miklos Szeredi | 2006-12-07 | 1 | -3/+0 |
* | [PATCH] ext4: fsid for statvfs | Pekka Enberg | 2006-12-07 | 1 | -0/+5 |
* | [PATCH] ext3: fsid for statvfs | Pekka Enberg | 2006-12-07 | 1 | -0/+5 |
* | [PATCH] ext2: fsid for statvfs | Pekka Enberg | 2006-12-07 | 1 | -6/+12 |
* | [PATCH] honour MNT_NOEXEC for access() | Stas Sergeev | 2006-12-07 | 1 | -2/+4 |
* | [PATCH] Fix check_partition routines | Suzuki K P | 2006-12-07 | 4 | -15/+33 |
* | [PATCH] fix rescan_partitions to return errors properly | Suzuki Kp | 2006-12-07 | 1 | -1/+3 |
* | [PATCH] Use freezeable workqueues in XFS | Rafael J. Wysocki | 2006-12-07 | 1 | -2/+2 |
* | [PATCH] Add include/linux/freezer.h and move definitions from sched.h | Nigel Cunningham | 2006-12-07 | 13 | -4/+13 |
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 80 | -157/+157 |
* | [PATCH] slab: remove SLAB_KERNEL | Christoph Lameter | 2006-12-07 | 49 | -55/+55 |
* | [PATCH] slab: remove SLAB_USER | Christoph Lameter | 2006-12-07 | 2 | -3/+3 |
* | [PATCH] slab: remove SLAB_NOFS | Christoph Lameter | 2006-12-07 | 14 | -17/+17 |
* | [PATCH] Allow user processes to raise their oom_adj value | Guillem Jover | 2006-12-07 | 1 | -2/+4 |
* | [PATCH] skip data conversion in compat_sys_mount when data_page is NULL | Andrey Mirkin | 2006-12-07 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 46 | -898/+803 |
|\ |
|
| * | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2006-12-04 | 28 | -898/+759 |
| |\ |
|
| | * | ocfs2: implement i_op->permission | Tiger Yang | 2006-12-01 | 3 | -0/+27 |
| | * | configfs: make configfs_dirent_exists() static | Adrian Bunk | 2006-12-01 | 1 | -2/+2 |
| | * | ocfs2: update file system paths to set atime | Tiger Yang | 2006-12-01 | 4 | -6/+28 |
| | * | ocfs2: core atime update functions | Tiger Yang | 2006-12-01 | 7 | -1/+116 |
| | * | ocfs2: Add splice support | Tiger Yang | 2006-12-01 | 1 | -50/+137 |
| | * | ocfs2: Remove ocfs2_write_should_remove_suid() | Mark Fasheh | 2006-12-01 | 1 | -15/+1 |
| | * | configfs: mutex_lock_nested() fix | Mark Fasheh | 2006-12-01 | 1 | -2/+3 |
| | * | ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t | Mark Fasheh | 2006-12-01 | 20 | -186/+130 |
| | * | ocfs2: remove handle argument to ocfs2_start_trans() | Mark Fasheh | 2006-12-01 | 11 | -46/+30 |
| | * | ocfs2: remove ocfs2_journal_handle journal field | Mark Fasheh | 2006-12-01 | 2 | -3/+0 |
| | * | ocfs2: pass ocfs2_super * into ocfs2_commit_trans() | Mark Fasheh | 2006-12-01 | 11 | -29/+31 |
| | * | ocfs2: remove unused handle argument from ocfs2_meta_lock_full() | Mark Fasheh | 2006-12-01 | 14 | -51/+41 |
| | * | ocfs2: make ocfs2_alloc_handle() static | Mark Fasheh | 2006-12-01 | 2 | -7/+1 |
| | * | ocfs2: remove unused ocfs2_handle_add_lock() | Mark Fasheh | 2006-12-01 | 4 | -117/+2 |
| | * | ocfs2: remove unused ocfs2_handle_add_inode() | Mark Fasheh | 2006-12-01 | 5 | -67/+0 |
| | * | ocfs2: Don't allocate handle early in ocfs2_rename() | Mark Fasheh | 2006-12-01 | 1 | -8/+1 |
| | * | ocfs2: don't use handle for locking in allocation functions | Mark Fasheh | 2006-12-01 | 7 | -152/+72 |
| | * | ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_rename() | Mark Fasheh | 2006-12-01 | 1 | -19/+37 |
| | * | ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_symlink() | Mark Fasheh | 2006-12-01 | 1 | -9/+12 |
| | * | ocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_unlink() | Mark Fasheh | 2006-12-01 | 1 | -13/+12 |
| | * | ocfs2: don't pass handle to ocfs2_meta_lock() in orphan dir code | Mark Fasheh | 2006-12-01 | 1 | -27/+39 |
| | * | ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_link() | Mark Fasheh | 2006-12-01 | 1 | -28/+26 |
| | * | ocfs2: don't pass handle to ocfs2_meta_lock() in ocfs2_mknod() | Mark Fasheh | 2006-12-01 | 1 | -7/+9 |
| | * | ocfs2: don't pass handle to ocfs2_meta_lock() in __ocfs2_flush_truncate_log() | Mark Fasheh | 2006-12-01 | 1 | -27/+19 |
| | * | ocfs2: don't pass handle to ocfs2_meta_lock() in localalloc.c | Mark Fasheh | 2006-12-01 | 1 | -44/+40 |
| | * | ocfs2: remove ocfs2_journal_handle flags field | Mark Fasheh | 2006-12-01 | 4 | -32/+4 |