aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sys_sync_file_range()Andrew Morton2006-03-312-1/+165
* [PATCH] Simplify proc/devices and fix early termination regressionJoe Korty2006-03-312-203/+47
* [PATCH] locks: don't panicMiklos Szeredi2006-03-311-12/+3
* [PATCH] uml: __user annotationsAl Viro2006-03-311-7/+7
* [PATCH] splice exportsJeff Garzik2006-03-311-0/+4
* [PATCH] splice: add support for SPLICE_F_MOVE flagJens Axboe2006-03-302-37/+92
* [PATCH] Introduce sys_splice() system callJens Axboe2006-03-306-6/+647
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-03-292-24/+82
|\
| * Merge ../linux-2.6Paul Mackerras2006-03-28145-755/+1549
| |\
| * | [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-281-1/+2
| * | [PATCH] powerpc: Cope with duplicate node & property names in /proc/device-treeMichael Ellerman2006-03-271-23/+80
* | | Merge git://oss.sgi.com:8090/oss/git/xfs-2.6Linus Torvalds2006-03-2948-291/+204
|\ \ \
| * | | [XFS] Cleanup in XFS after recent get_block_t interface tweaks.Nathan Scott2006-03-283-31/+26
| * | | [XFS] Remove unused/obsoleted function: xfs_bmap_do_search_extents()Mandy Kirkconnell2006-03-282-115/+0
| * | | [XFS] A change to inode chunk allocation to try allocating the new chunkGlen Overby2006-03-281-40/+68
| * | | Fixes a regression from the recent "remove ->get_blocks() support"Nathan Scott2006-03-281-3/+4
| * | | [XFS] Fix compiler warning and small code inconsistencies in compatNathan Scott2006-03-281-9/+13
| * | | [XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott2006-03-2842-93/+93
| | |/ | |/|
* | | [PATCH] convert sighand_cache to use SLAB_DESTROY_BY_RCUOleg Nesterov2006-03-281-2/+1
* | | [PATCH] remove add_parent()'s parent argumentOleg Nesterov2006-03-281-2/+2
* | | [PATCH] pidhash: kill switch_exec_pidsEric W. Biederman2006-03-281-3/+11
* | | [PATCH] simplify exec from init's subthreadOleg Nesterov2006-03-281-12/+10
* | | [PATCH] exec: allow init to exec from any thread.Eric W. Biederman2006-03-281-1/+12
|/ /
* | [PATCH] Typo fixesAlexey Dobriyan2006-03-281-1/+1
* | [PATCH] Make most file operations structs in fs/ constArjan van de Ven2006-03-28122-188/+188
* | [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-288-9/+9
* | [PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki2006-03-282-2/+2
* | [PATCH] Fold select_bits_alloc/free into caller code.Vadim Lobanov2006-03-281-11/+2
* | [PATCH] use fget_light() in select/pollEric Dumazet2006-03-281-4/+6
* | [PATCH] Optimize select/poll by putting small data sets on the stackAndi Kleen2006-03-281-42/+64
* | [PATCH] autofs4: proper prototype for autofs4_dentry_release()Adrian Bunk2006-03-282-1/+3
* | [PATCH] fs/fat/: proper prototypes for two functionsAdrian Bunk2006-03-281-3/+0
* | [PATCH] dm/md dependency tree in sysfs: convert bd_sem to bd_mutexJun'ichi Nomura2006-03-271-4/+4
* | [PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobjectJun'ichi Nomura2006-03-271-0/+297
* | [PATCH] dm-md-dependency-tree-in-sysfs-holders-slaves-subdirectory-tidyAndrew Morton2006-03-271-9/+0
* | [PATCH] dm/md dependency tree in sysfs: holders/slaves subdirectoryJun'ichi Nomura2006-03-271-0/+36
* | [PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki2006-03-271-1/+1
* | [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk2006-03-271-5/+8
* | [PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown2006-03-273-38/+33
* | [PATCH] knfsd: Use new cache code for name/id lookup cachesNeilBrown2006-03-271-23/+103
* | [PATCH] knfsd: Use new cache_lookup for svc_expkey cacheNeilBrown2006-03-271-37/+99
* | [PATCH] knfsd: Use new cache_lookup for svc_exportNeilBrown2006-03-271-37/+88
* | [PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown2006-03-272-10/+4
* | [PATCH] knfsd: Break the hard linkage from svc_expkey to svc_exportNeilBrown2006-03-271-20/+40
* | [PATCH] knfsd: Change the store of auth_domains to not be a 'cache'NeilBrown2006-03-271-3/+2
* | [PATCH] autofs4: atomic var underflowIan Kent2006-03-272-3/+5
* | [PATCH] autofs4: follow_link missing functionalityIan Kent2006-03-272-10/+44
* | [PATCH] Remove redundant check from autofs4_put_superDave Jones2006-03-271-2/+1
* | [PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_*Ian Kent2006-03-274-13/+13
* | [PATCH] autofs4: add new packet type for v5 communicationsIan Kent2006-03-272-19/+90