Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | [PATCH] fat: kill reserved names | OGAWA Hirofumi | 2006-03-31 | 2 | -32/+1 | |
* | | | | | | | | | | | | [PATCH] sys_sync_file_range() | Andrew Morton | 2006-03-31 | 2 | -1/+165 | |
* | | | | | | | | | | | | [PATCH] Simplify proc/devices and fix early termination regression | Joe Korty | 2006-03-31 | 2 | -203/+47 | |
* | | | | | | | | | | | | [PATCH] locks: don't panic | Miklos Szeredi | 2006-03-31 | 1 | -12/+3 | |
* | | | | | | | | | | | | [PATCH] uml: __user annotations | Al Viro | 2006-03-31 | 1 | -7/+7 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | [PATCH] splice exports | Jeff Garzik | 2006-03-31 | 1 | -0/+4 | |
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ||||||
* | | | | | | | | | | [PATCH] splice: add support for SPLICE_F_MOVE flag | Jens Axboe | 2006-03-30 | 2 | -37/+92 | |
* | | | | | | | | | | [PATCH] Introduce sys_splice() system call | Jens Axboe | 2006-03-30 | 6 | -6/+647 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 2006-03-29 | 2 | -24/+82 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ | Merge ../linux-2.6 | Paul Mackerras | 2006-03-29 | 145 | -755/+1549 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | [PATCH] powerpc: Kill _machine and hard-coded platform numbers | Benjamin Herrenschmidt | 2006-03-28 | 1 | -1/+2 | |
| * | | | | | | | | | | | [PATCH] powerpc: Cope with duplicate node & property names in /proc/device-tree | Michael Ellerman | 2006-03-28 | 1 | -23/+80 | |
* | | | | | | | | | | | | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6 | Linus Torvalds | 2006-03-29 | 48 | -291/+204 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | [XFS] Cleanup in XFS after recent get_block_t interface tweaks. | Nathan Scott | 2006-03-29 | 3 | -31/+26 | |
| * | | | | | | | | | | | | [XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents() | Mandy Kirkconnell | 2006-03-29 | 2 | -115/+0 | |
| * | | | | | | | | | | | | [XFS] A change to inode chunk allocation to try allocating the new chunk | Glen Overby | 2006-03-29 | 1 | -40/+68 | |
| * | | | | | | | | | | | | Fixes a regression from the recent "remove ->get_blocks() support" | Nathan Scott | 2006-03-29 | 1 | -3/+4 | |
| * | | | | | | | | | | | | [XFS] Fix compiler warning and small code inconsistencies in compat | Nathan Scott | 2006-03-29 | 1 | -9/+13 | |
| * | | | | | | | | | | | | [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing all | Nathan Scott | 2006-03-29 | 42 | -93/+93 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCU | Oleg Nesterov | 2006-03-29 | 1 | -2/+1 | |
* | | | | | | | | | | | | [PATCH] remove add_parent()'s parent argument | Oleg Nesterov | 2006-03-29 | 1 | -2/+2 | |
* | | | | | | | | | | | | [PATCH] pidhash: kill switch_exec_pids | Eric W. Biederman | 2006-03-29 | 1 | -3/+11 | |
* | | | | | | | | | | | | [PATCH] simplify exec from init's subthread | Oleg Nesterov | 2006-03-29 | 1 | -12/+10 | |
* | | | | | | | | | | | | [PATCH] exec: allow init to exec from any thread. | Eric W. Biederman | 2006-03-29 | 1 | -1/+12 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | [PATCH] Typo fixes | Alexey Dobriyan | 2006-03-28 | 1 | -1/+1 | |
* | | | | | | | | | | | [PATCH] Make most file operations structs in fs/ const | Arjan van de Ven | 2006-03-28 | 122 | -188/+188 | |
* | | | | | | | | | | | [PATCH] mark f_ops const in the inode | Arjan van de Ven | 2006-03-28 | 8 | -9/+9 | |
* | | | | | | | | | | | [PATCH] for_each_possible_cpu: fixes for generic part | KAMEZAWA Hiroyuki | 2006-03-28 | 2 | -2/+2 | |
* | | | | | | | | | | | [PATCH] Fold select_bits_alloc/free into caller code. | Vadim Lobanov | 2006-03-28 | 1 | -11/+2 | |
* | | | | | | | | | | | [PATCH] use fget_light() in select/poll | Eric Dumazet | 2006-03-28 | 1 | -4/+6 | |
* | | | | | | | | | | | [PATCH] Optimize select/poll by putting small data sets on the stack | Andi Kleen | 2006-03-28 | 1 | -42/+64 | |
* | | | | | | | | | | | [PATCH] autofs4: proper prototype for autofs4_dentry_release() | Adrian Bunk | 2006-03-28 | 2 | -1/+3 | |
* | | | | | | | | | | | [PATCH] fs/fat/: proper prototypes for two functions | Adrian Bunk | 2006-03-28 | 1 | -3/+0 | |
* | | | | | | | | | | | [PATCH] dm/md dependency tree in sysfs: convert bd_sem to bd_mutex | Jun'ichi Nomura | 2006-03-27 | 1 | -4/+4 | |
* | | | | | | | | | | | [PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobject | Jun'ichi Nomura | 2006-03-27 | 1 | -0/+297 | |
* | | | | | | | | | | | [PATCH] dm-md-dependency-tree-in-sysfs-holders-slaves-subdirectory-tidy | Andrew Morton | 2006-03-27 | 1 | -9/+0 | |
* | | | | | | | | | | | [PATCH] dm/md dependency tree in sysfs: holders/slaves subdirectory | Jun'ichi Nomura | 2006-03-27 | 1 | -0/+36 | |
* | | | | | | | | | | | [PATCH] for_each_online_pgdat: renaming for_each_pgdat | KAMEZAWA Hiroyuki | 2006-03-27 | 1 | -1/+1 | |
* | | | | | | | | | | | [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code static | Adrian Bunk | 2006-03-27 | 1 | -5/+8 | |
* | | | | | | | | | | | [PATCH] knfsd: Convert sunrpc_cache to use krefs | NeilBrown | 2006-03-27 | 3 | -38/+33 | |
* | | | | | | | | | | | [PATCH] knfsd: Use new cache code for name/id lookup caches | NeilBrown | 2006-03-27 | 1 | -23/+103 | |
* | | | | | | | | | | | [PATCH] knfsd: Use new cache_lookup for svc_expkey cache | NeilBrown | 2006-03-27 | 1 | -37/+99 | |
* | | | | | | | | | | | [PATCH] knfsd: Use new cache_lookup for svc_export | NeilBrown | 2006-03-27 | 1 | -37/+88 | |
* | | | | | | | | | | | [PATCH] knfsd: Get rid of 'inplace' sunrpc caches | NeilBrown | 2006-03-27 | 2 | -10/+4 | |
* | | | | | | | | | | | [PATCH] knfsd: Break the hard linkage from svc_expkey to svc_export | NeilBrown | 2006-03-27 | 1 | -20/+40 | |
* | | | | | | | | | | | [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' | NeilBrown | 2006-03-27 | 1 | -3/+2 | |
* | | | | | | | | | | | [PATCH] autofs4: atomic var underflow | Ian Kent | 2006-03-27 | 2 | -3/+5 | |
* | | | | | | | | | | | [PATCH] autofs4: follow_link missing functionality | Ian Kent | 2006-03-27 | 2 | -10/+44 | |
* | | | | | | | | | | | [PATCH] Remove redundant check from autofs4_put_super | Dave Jones | 2006-03-27 | 1 | -2/+1 | |
* | | | | | | | | | | | [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_* | Ian Kent | 2006-03-27 | 4 | -13/+13 |