aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-10/+5
* vfs: umount_begin BKL pushdownAlessio Igor Bogani2009-05-091-1/+6
* NFS: Close page_mkwrite() racesTrond Myklebust2009-05-021-3/+3
* NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargsTrond Myklebust2009-04-211-1/+2
* NFS: Fix the return value in nfs_page_mkwrite()Trond Myklebust2009-04-071-2/+0
* NFS: Fix a double free in nfs_parse_mount_options()Trond Myklebust2009-04-061-1/+1
* NFS: Add mount options to enable local caching on NFSDavid Howells2009-04-033-0/+28
* NFS: Display local caching stateDavid Howells2009-04-032-3/+19
* NFS: Store pages from an NFS inode into a local cacheDavid Howells2009-04-033-0/+49
* NFS: Read pages from FS-Cache into an NFS inodeDavid Howells2009-04-033-0/+177
* NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells2009-04-031-2/+2
* NFS: Add read context retention for FS-Cache to call back withDavid Howells2009-04-031-0/+26
* NFS: FS-Cache page managementDavid Howells2009-04-033-4/+101
* NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells2009-04-032-0/+29
* NFS: Invalidate FsCache page flags when cache removedDavid Howells2009-04-031-0/+40
* NFS: Use local disk inode cacheDavid Howells2009-04-033-0/+181
* NFS: Define and create inode-level cache objectsDavid Howells2009-04-032-0/+124
* NFS: Define and create superblock-level objectsDavid Howells2009-04-035-2/+209
* NFS: Define and create server-level objectsDavid Howells2009-04-035-1/+133
* NFS: Register NFS for caching and retrieve the top-level indexDavid Howells2009-04-034-0/+93
* NFS: Permit local filesystem caching to be enabled for NFSDavid Howells2009-04-031-0/+8
* NFS: Add comment banners to some NFS functionsDavid Howells2009-04-031-0/+26
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-022-4/+4
|\
| * New helper - current_umask()Al Viro2009-03-312-4/+4
* | Merge branch 'devel' into for-linusTrond Myklebust2009-04-0118-343/+549
|\ \
| * | NFS: Simplify logic to compare socket addresses in client.cChuck Lever2009-03-281-64/+52
| * | Merge commit '9f4c899c0d90e1b51b6864834f3877b47c161a0e' into develTrond Myklebust2009-03-281-29/+39
| |\ \
| * | | NFS: Start PF_INET6 callback listener only if IPv6 support is availableChuck Lever2009-03-283-2/+21
| * | | NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever2009-03-281-12/+2
| * | | SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever2009-03-281-2/+1
| * | | SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-281-2/+2
| * | | NFS: Optimise NFS close()Trond Myklebust2009-03-196-21/+46
| * | | NFS: Fix the notifications when renaming onto an existing fileTrond Myklebust2009-03-191-5/+4
| * | | NFS: Fix up a mismerged patchTrond Myklebust2009-03-191-1/+1
| * | | NFS: load the rpc/rdma transport module automaticallyTom Talpey2009-03-111-1/+3
| * | | NFS: Kill the "defined but not used" compile error on nommu machinesTrond Myklebust2009-03-111-7/+5
| * | | NFS: Throttle page dirtying while we're flushing to diskTrond Myklebust2009-03-116-29/+42
| * | | NFS: cleanup - remove struct nfs_inode->ncommitTrond Myklebust2009-03-112-10/+16
| * | | NFSv4: Simplify some cache consistency post-op GETATTRsTrond Myklebust2009-03-111-5/+8
| * | | NFSv4: A referral is assumed to always point to a directory.Trond Myklebust2009-03-111-0/+14
| * | | NFSv4: Make decode_getfattr() set fattr->valid to reflect what was decodedTrond Myklebust2009-03-111-19/+73
| * | | NFSv4: Clean up decode_getfattr()Trond Myklebust2009-03-111-21/+57
| * | | NFS: Fix the type of struct nfs_fattr->modeTrond Myklebust2009-03-114-45/+37
| * | | NFS: Shrink the struct nfs_fattrTrond Myklebust2009-03-111-3/+0
| * | | NFSv4: Support NFSv4 optional attributes in the struct nfs_fattrTrond Myklebust2009-03-114-96/+161
| * | | NFSv4: Ignore errors on the post-op attributes in SETATTR callsTrond Myklebust2009-03-111-3/+1
| * | | NFS: flush cached directory information slightly more readily.NeilBrown2009-03-111-2/+13
| * | | NFS: Minor __nfs_revalidate_inode cleanupSuresh Jayaraman2009-03-111-3/+0
* | | | mm: page_mkwrite change prototype to match faultNick Piggin2009-04-011-1/+4
| |_|/ |/| |
* | | proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan2009-03-311-2/+0