| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] compat_sys_nfsservctl(): handle errors correctly | Peter Staubach | 2006-03-25 | 1 | -1/+4 |
* | [PATCH] Ext2 flags shouldn't report "nogrpid" | Rob Landley | 2006-03-25 | 1 | -2/+0 |
* | [PATCH] Honour AOP_TRUNCATE_PAGE returns in page_symlink | NeilBrown | 2006-03-25 | 1 | -2/+14 |
* | [PATCH] indirect_print_item() warning fix | Benoit Boissinot | 2006-03-25 | 1 | -1/+1 |
* | [PATCH] reiserfs/xattr_acl.c:reiserfs_get_acl(): make size an int | Adrian Bunk | 2006-03-25 | 1 | -2/+2 |
* | [PATCH] ext3: Fix debug logging-only compilation error | Kirk True | 2006-03-25 | 1 | -3/+3 |
* | [PATCH] Reduce sched latency in shrink_dcache_sb() | Kirill Korotaev | 2006-03-25 | 1 | -0/+1 |
* | [PATCH] Move cond_resched() after iput() in sync_sb_inodes() | OGAWA Hirofumi | 2006-03-25 | 1 | -1/+1 |
* | [PATCH] freeze_bdev() cleanup | OGAWA Hirofumi | 2006-03-25 | 1 | -19/+11 |
* | [PATCH] fix messages in fs/minix | Denis Vlasenko | 2006-03-25 | 4 | -22/+22 |
* | [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications | Davide Libenzi | 2006-03-25 | 1 | -2/+2 |
* | [PATCH] smbfs: Fix debug logging-only compilation error | Kirk True | 2006-03-25 | 1 | -1/+1 |
* | [PATCH] 9p: fix name consistency problems | Eric Van Hensbergen | 2006-03-25 | 4 | -11/+10 |
* | [PATCH] v9fs: update license boilerplate | Eric Van Hensbergen | 2006-03-25 | 23 | -70/+46 |
* | [PATCH] v9fs: fix vfs_inode dereference before NULL check | Eugene Teo | 2006-03-25 | 1 | -0/+2 |
* | [PATCH] v9fs: add extension field to Tcreate | Latchesar Ionkov | 2006-03-25 | 6 | -51/+50 |
* | [PATCH] v9fs: print 9p messages | Latchesar Ionkov | 2006-03-25 | 7 | -3/+368 |
* | [PATCH] v9fs: rename tids to tags to be consistent with Plan 9 documentation | Russ Cox | 2006-03-25 | 4 | -11/+8 |
* | [PATCH] v9fs: consolidate trans_sock into trans_fd | Russ Cox | 2006-03-25 | 3 | -436/+196 |
* | [PATCH] reiserfs: use balance_dirty_pages_ratelimited_nr in reiserfs_file_wri... | Alexander Zarochentsev | 2006-03-25 | 1 | -1/+1 |
* | [PATCH] reiserfs: cleanups | Vladimir V. Saveliev | 2006-03-25 | 2 | -7/+5 |
* | [PATCH] inotify: lock avoidance with parent watch status in dentry | Nick Piggin | 2006-03-25 | 2 | -10/+85 |
* | [PATCH] Add lookup_instantiate_filp usage warning | Oleg Drokin | 2006-03-25 | 1 | -0/+4 |
* | [PATCH] Introduce FMODE_EXEC file flag | Oleg Drokin | 2006-03-25 | 1 | -2/+2 |
* | [PATCH] reiserfs: reiserfs_file_write() will lose error code when a 0-length ... | Jeff Mahoney | 2006-03-25 | 1 | -4/+4 |
* | [PATCH] reiserfs: handle trans_id overflow | Alexander Zarochentsev | 2006-03-25 | 1 | -3/+18 |
* | [PATCH] reiserfs: fix transaction overflowing | Alexander Zarochentzev | 2006-03-25 | 1 | -138/+72 |
* | [PATCH] fs/inode.c: make iprune_mutex static | Adrian Bunk | 2006-03-25 | 1 | -1/+1 |
* | [PATCH] Missed error checking for intent's filp in open_namei(). | Oleg Drokin | 2006-03-25 | 1 | -0/+6 |
* | [PATCH] jbd: convert kjournald to kthread API | Andrew Morton | 2006-03-25 | 1 | -4/+4 |
* | [PATCH] jbd: embed j_commit_timer in journal struct | Andrew Morton | 2006-03-25 | 2 | -12/+11 |
* | [PATCH] slab: implement /proc/slab_allocators | Al Viro | 2006-03-25 | 1 | -0/+37 |
* | [PATCH] Optimise d_find_alias() | David Howells | 2006-03-25 | 1 | -4/+7 |
* | [PATCH] ext3: Properly report backup block present in a group | Glauber de Oliveira Costa | 2006-03-24 | 1 | -7/+33 |
* | [PATCH] Conditionalize compat_sys_newfstatat | Kyle McMartin | 2006-03-24 | 1 | -0/+2 |
* | [PATCH] fsync: extract internal code | Andrew Morton | 2006-03-24 | 1 | -20/+23 |
* | [PATCH] set_page_dirty() return value fixes | Andrew Morton | 2006-03-24 | 1 | -1/+1 |
* | [PATCH] HOTPLUG_CPU: avoid hitting too many cachelines in recalc_bh_state() | Eric Dumazet | 2006-03-24 | 1 | -1/+4 |
* | [PATCH] sb_set_blocksize cleanup | Coywolf Qi Hunt | 2006-03-24 | 1 | -5/+1 |
* | [PATCH] fast ext3_statfs | Alex Tomas | 2006-03-24 | 1 | -3/+4 |
* | [PATCH] isofs: remove unused debugging macros | Pekka Enberg | 2006-03-24 | 1 | -12/+0 |
* | [PATCH] s/;;/;/g | Alexey Dobriyan | 2006-03-24 | 2 | -2/+2 |
* | [PATCH] cpuset memory spread slab cache hooks | Paul Jackson | 2006-03-24 | 4 | -6/+15 |
* | [PATCH] cpuset memory spread: slab cache format | Paul Jackson | 2006-03-24 | 28 | -33/+63 |
* | [PATCH] cpuset memory spread: slab cache filesystems | Paul Jackson | 2006-03-24 | 35 | -37/+37 |
* | [PATCH] fs/coda/: proper prototypes | Adrian Bunk | 2006-03-24 | 5 | -8/+21 |
* | [PATCH] fs/ext2/: proper ext2_get_parent() prototype | Adrian Bunk | 2006-03-24 | 2 | -1/+3 |
* | [PATCH] fs/9p/: possible cleanups | Adrian Bunk | 2006-03-24 | 6 | -10/+10 |
* | [PATCH] fs: Use ARRAY_SIZE macro | Tobias Klauser | 2006-03-24 | 23 | -51/+40 |
* | [PATCH] s390: Remove old history/whitespave from partition code | Horst Hummel | 2006-03-24 | 1 | -18/+11 |