summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [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
| * BUG_ON() Conversion in fs/ext2/Eric Sesterhenn2006-03-261-4/+2
| * BUG_ON() Conversion in fs/hfs/Eric Sesterhenn2006-03-262-8/+4
| * BUG_ON() Conversion in fs/dcache.cEric Sesterhenn2006-03-261-1/+1
| * BUG_ON() Conversion in fs/buffer.cEric Sesterhenn2006-03-261-6/+3
* | [PATCH] bitops: ntfs: remove generic_ffs()Akinobu Mita2006-03-263-3/+32
* | [PATCH] hrtimers: remove data fieldRoman Zippel2006-03-261-1/+1
* | [PATCH] hrtimers: remove it_real_value calculation from proc/*/statRoman Zippel2006-03-261-4/+1
* | [PATCH] ext3: "nobh" writeback support for filesystems blocksize < pagesizeBadari Pulavarty2006-03-261-6/+0
* | [PATCH] ext3: multi-block get_block()Badari Pulavarty2006-03-261-12/+4
* | [PATCH] ext3: cleanups and WARN_ON()Andrew Morton2006-03-261-125/+114
* | [PATCH] remove ->get_blocks() supportBadari Pulavarty2006-03-2611-68/+27
* | [PATCH] map multiple blocks for mpage_readpages()Badari Pulavarty2006-03-263-22/+90
* | [PATCH] pass b_size to ->get_block()Badari Pulavarty2006-03-262-1/+10
* | [PATCH] change buffer_head.b_size to size_tBadari Pulavarty2006-03-263-4/+6
* | [PATCH] ext3_get_blocks: Adjust reservation window size for mblocksMingming Cao2006-03-261-1/+31
* | [PATCH] ext3_get_blocks: Adjust accounting info in ext3_new_blocks()Mingming Cao2006-03-261-12/+19
* | [PATCH] ext3_get_blocks: support multiple blocks allocation in ext3_new_block()Mingming Cao2006-03-261-10/+36
* | [PATCH] ext3_get_blocks: multiple block allocationMingming Cao2006-03-261-77/+193
OpenPOWER on IntegriCloud