aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [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
* [PATCH] autofs4: add v5 expire logicIan Kent2006-03-271-9/+87
* [PATCH] autofs4: add v5 follow_link mount trigger methodIan Kent2006-03-273-21/+103
* [PATCH] autofs4: nameidata needs to be up to date for follow_linkIan Kent2006-03-271-18/+21
* [PATCH] autofs4: change may_umount* functions to booleanIan Kent2006-03-274-7/+7
* [PATCH] autofs4: rename simple_empty_nolock functionIan Kent2006-03-272-2/+2
* [PATCH] autofs4: white space cleanup for waitq.cIan Kent2006-03-271-10/+9
* [PATCH] autofs4: add a show mount options for proc filesystemIan Kent2006-03-272-6/+34
* [PATCH] autofs4: remove update_atime unused functionIan Kent2006-03-271-34/+4
* [PATCH] autofs4: expire mounts that hold no (extra) references onlyIan Kent2006-03-272-14/+26
* [PATCH] autofs4: fix false negative return from expireIan Kent2006-03-274-11/+59
* [PATCH] autofs4: simplify expire tree traversalIan Kent2006-03-271-62/+40
* [PATCH] autofs4: expire code readability cleanupIan Kent2006-03-271-28/+26
* [PATCH] autofs4: can't mount due to mount point dir not emptyIan Kent2006-03-272-13/+4
* [PATCH] autofs4: use libfs routines for readdirIan Kent2006-03-271-86/+40
* [PATCH] autofs4: lookup white space cleanupIan Kent2006-03-271-14/+20
* [PATCH] uml: fix hostfs stack corruptionJeff Dike2006-03-271-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-265-28/+10
|\
| * Remove ugly debugging stuffArtem B. Bityuckiy2006-03-261-9/+0