aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-27[PATCH] dm/md dependency tree in sysfs: convert bd_sem to bd_mutexJun'ichi Nomura1-4/+4
2006-03-27[PATCH] dm/md dependency tree in sysfs: bd_claim_by_kobjectJun'ichi Nomura1-0/+297
2006-03-27[PATCH] dm-md-dependency-tree-in-sysfs-holders-slaves-subdirectory-tidyAndrew Morton1-9/+0
2006-03-27[PATCH] dm/md dependency tree in sysfs: holders/slaves subdirectoryJun'ichi Nomura1-0/+36
2006-03-27[PATCH] for_each_online_pgdat: renaming for_each_pgdatKAMEZAWA Hiroyuki1-1/+1
2006-03-27[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code staticAdrian Bunk1-5/+8
2006-03-27[PATCH] knfsd: Convert sunrpc_cache to use krefsNeilBrown3-38/+33
2006-03-27[PATCH] knfsd: Use new cache code for name/id lookup cachesNeilBrown1-23/+103
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_expkey cacheNeilBrown1-37/+99
2006-03-27[PATCH] knfsd: Use new cache_lookup for svc_exportNeilBrown1-37/+88
2006-03-27[PATCH] knfsd: Get rid of 'inplace' sunrpc cachesNeilBrown2-10/+4
2006-03-27[PATCH] knfsd: Break the hard linkage from svc_expkey to svc_exportNeilBrown1-20/+40
2006-03-27[PATCH] knfsd: Change the store of auth_domains to not be a 'cache'NeilBrown1-3/+2
2006-03-27[PATCH] autofs4: atomic var underflowIan Kent2-3/+5
2006-03-27[PATCH] autofs4: follow_link missing functionalityIan Kent2-10/+44
2006-03-27[PATCH] Remove redundant check from autofs4_put_superDave Jones1-2/+1
2006-03-27[PATCH] autofs4: change AUTOFS_TYP_* AUTOFS_TYPE_*Ian Kent4-13/+13
2006-03-27[PATCH] autofs4: add new packet type for v5 communicationsIan Kent2-19/+90
2006-03-27[PATCH] autofs4: add v5 expire logicIan Kent1-9/+87
2006-03-27[PATCH] autofs4: add v5 follow_link mount trigger methodIan Kent3-21/+103
2006-03-27[PATCH] autofs4: nameidata needs to be up to date for follow_linkIan Kent1-18/+21
2006-03-27[PATCH] autofs4: change may_umount* functions to booleanIan Kent4-7/+7
2006-03-27[PATCH] autofs4: rename simple_empty_nolock functionIan Kent2-2/+2
2006-03-27[PATCH] autofs4: white space cleanup for waitq.cIan Kent1-10/+9
2006-03-27[PATCH] autofs4: add a show mount options for proc filesystemIan Kent2-6/+34
2006-03-27[PATCH] autofs4: remove update_atime unused functionIan Kent1-34/+4
2006-03-27[PATCH] autofs4: expire mounts that hold no (extra) references onlyIan Kent2-14/+26
2006-03-27[PATCH] autofs4: fix false negative return from expireIan Kent4-11/+59
2006-03-27[PATCH] autofs4: simplify expire tree traversalIan Kent1-62/+40
2006-03-27[PATCH] autofs4: expire code readability cleanupIan Kent1-28/+26
2006-03-27[PATCH] autofs4: can't mount due to mount point dir not emptyIan Kent2-13/+4
2006-03-27[PATCH] autofs4: use libfs routines for readdirIan Kent1-86/+40
2006-03-27[PATCH] autofs4: lookup white space cleanupIan Kent1-14/+20
2006-03-27[PATCH] uml: fix hostfs stack corruptionJeff Dike1-1/+0
2006-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds5-28/+10
2006-03-26Remove ugly debugging stuffArtem B. Bityuckiy1-9/+0
2006-03-26[PATCH] bitops: ntfs: remove generic_ffs()Akinobu Mita3-3/+32
2006-03-26[PATCH] hrtimers: remove data fieldRoman Zippel1-1/+1
2006-03-26[PATCH] hrtimers: remove it_real_value calculation from proc/*/statRoman Zippel1-4/+1
2006-03-26[PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesizeBadari Pulavarty1-6/+0
2006-03-26[PATCH] ext3: multi-block get_block()Badari Pulavarty1-12/+4
2006-03-26[PATCH] ext3: cleanups and WARN_ON()Andrew Morton1-125/+114
2006-03-26[PATCH] remove ->get_blocks() supportBadari Pulavarty11-68/+27
2006-03-26[PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty3-22/+90
2006-03-26[PATCH] pass b_size to ->get_block()Badari Pulavarty2-1/+10
2006-03-26[PATCH] change buffer_head.b_size to size_tBadari Pulavarty3-4/+6
2006-03-26[PATCH] ext3_get_blocks: Adjust reservation window size for mblocksMingming Cao1-1/+31
2006-03-26[PATCH] ext3_get_blocks: Adjust accounting info in ext3_new_blocks()Mingming Cao1-12/+19
2006-03-26[PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block()Mingming Cao1-10/+36
2006-03-26[PATCH] ext3_get_blocks: multiple block allocationMingming Cao1-77/+193