aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-08[PATCH] relayfs: add support for global relay buffersTom Zanussi1-10/+25
2006-01-08[PATCH] relayfs: add support for relay files in other filesystemsTom Zanussi2-3/+29
2006-01-08[PATCH] relayfs: remove unused alloc/destroy_inode()Tom Zanussi1-45/+1
2006-01-08[PATCH] relayfs: use generic_ip for private dataTom Zanussi1-8/+9
2006-01-08[PATCH] relayfs: add relayfs_remove_file()Tom Zanussi1-0/+12
2006-01-08[PATCH] relayfs: export relayfs_create_file() with fileops paramTom Zanussi3-20/+28
2006-01-08[PATCH] relayfs: decouple buffer creation from inode creationTom Zanussi4-26/+19
2006-01-08[PATCH] rcu file: use atomic primitivesNick Piggin2-6/+5
2006-01-08[PATCH] Fix and add EXPORT_SYMBOL(filemap_write_and_wait)OGAWA Hirofumi15-48/+21
2006-01-08[PATCH] fat: support a truncate() for expanding size (generic_cont_expand)OGAWA Hirofumi2-17/+74
2006-01-08[PATCH] fat: support ->direct_IO()OGAWA Hirofumi3-15/+87
2006-01-08[PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/OGAWA Hirofumi5-17/+17
2006-01-08[PATCH] fat: add the read/writepages()OGAWA Hirofumi1-1/+16
2006-01-08[PATCH] fat: use sb_find_get_block() instead of sb_getblk()OGAWA Hirofumi1-2/+2
2006-01-08[PATCH] fat: move fat_clusters_flush() to write_super()OGAWA Hirofumi3-6/+14
2006-01-08[PATCH] slob: introduce the SLOB allocatorMatt Mackall1-0/+4
2006-01-08[PATCH] RCU signal handlingIngo Molnar1-2/+2
2006-01-08[PATCH] frv: suppress configuration of certain features for FRVDavid Howells1-1/+1
2006-01-08[PATCH] Fold numa_maps into mempolicies.cChristoph Lameter1-122/+5
2006-01-08[PATCH] drop-pagecacheAndrew Morton2-1/+69
2006-01-06Merge git://git.linux-nfs.org/pub/linux/nfs-2.6Linus Torvalds35-1016/+1678
2006-01-06[PATCH] fs/ufs: debug mode compilation failureEvgeniy1-1/+1
2006-01-06NFSv4: Fix an Oops in nfs_do_expire_all_delegationsTrond Myklebust1-4/+2
2006-01-06NFSv4: Allow entries in the idmap cache to expireTrond Myklebust3-0/+33
2006-01-06NFS: get rid of some needless code obfuscation in xdr_encode_sattr().Trond Myklebust1-11/+10
2006-01-06NFS: Send valid mode bits to the serverTrond Myklebust3-2/+5
2006-01-06SUNRPC: get rid of cl_chattyChuck Lever5-7/+1
2006-01-06SUNRPC: new interface to force an RPC rebindChuck Lever1-2/+2
2006-01-06NFSv3: try get_root user-supplied security_flavorJ. Bruce Fields1-7/+19
2006-01-06NLM: fix parsing of sm notify procedureJ. Bruce Fields1-1/+3
2006-01-06NLM: Further cancel fixesJ. Bruce Fields2-6/+16
2006-01-06NLM: clean up nlmsvc_delete_blockJ. Bruce Fields1-2/+1
2006-01-06NLM: don't unlock on cancel requestsJ. Bruce Fields2-16/+2
2006-01-06NLM: Clean up nlmsvc_grant_reply lockingJ. Bruce Fields1-4/+3
2006-01-06NFSv4: Allow user to set the port used by the NFSv4 callback channelTrond Myklebust5-3/+113
2006-01-06NFS: Clean up weak cache consistency codeTrond Myklebust1-20/+40
2006-01-06NFSv4: Ensure DELEGRETURN returns attributesTrond Myklebust3-17/+35
2006-01-06NFSv4: Ensure change attribute returned by GETATTR callback conforms to specTrond Myklebust3-1/+5
2006-01-06NFS: Make directIO aware of compound pages...Trond Myklebust1-3/+4
2006-01-06NFS: Make stat() return updated mtimes after a write()Trond Myklebust2-11/+14
2006-01-06NFSv4: Ensure that we return the delegation on the target of a rename too.Trond Myklebust1-1/+3
2006-01-06NFS: support large reads and writes on the wireChuck Lever5-29/+40
2006-01-06NFS: make "inode number mismatch" message more usefulChuck Lever1-8/+9
2006-01-06NFS: get rid of useless kernel log messageChuck Lever1-2/+1
2006-01-06NFS: Fix error recovery code in fs/nfs/inode.c:__init_nfs()Chuck Lever1-2/+2
2006-01-06NFS: use generic_write_checks() to sanity check direct writesChuck Lever1-24/+19
2006-01-06NFSv4: Remove requirement for machine creds for the "setclientid" operationTrond Myklebust4-49/+52
2006-01-06NFSv4: Remove requirement for machine creds for the "renew" operationTrond Myklebust4-25/+41
2006-01-06NFSv4: Send RENEW requests to the server only when we're holding stateTrond Myklebust5-2/+75
2006-01-06NFS: Convert instances of kernel_thread() to kthread()Trond Myklebust1-30/+16