summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-02-011-8/+43
|\
| * nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton2014-01-281-0/+1
| * NFS: Fix races in nfs_revalidate_mappingTrond Myklebust2014-01-281-14/+14
| * NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton2014-01-271-4/+38
* | Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-01-281-16/+32
|\|
| * NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstandingTrond Myklebust2014-01-131-2/+17
| * NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos2014-01-051-14/+15
* | nfs: use generic posix ACL infrastructure for v3 Posix ACLsChristoph Hellwig2014-01-261-4/+0Star
|/
* NFS: Fix a warning in nfs_setsecurityTrond Myklebust2013-11-191-1/+1
* NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_securityTrond Myklebust2013-11-041-6/+0Star
* nfs: set security label when revalidating inodeJeff Layton2013-11-041-0/+2
* Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Trond Myklebust2013-10-291-3/+3
|\
| * NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells2013-09-271-3/+3
* | NFS: Export _nfs_display_fhandle()Chuck Lever2013-10-281-0/+2
|/
* truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov2013-09-131-3/+1Star
* Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-09-091-5/+27
|\
| * NFS: Add event tracing for generic NFS eventsTrond Myklebust2013-08-221-3/+26
| * NFS: refactor code for calculating the crc32 hash of a filehandleTrond Myklebust2013-08-221-2/+1Star
* | NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget()Trond Myklebust2013-08-071-1/+0Star
* | NFS: Fix writeback performance issue on cache invalidationTrond Myklebust2013-08-071-2/+8
|/
* NFS: Make nfs_attribute_cache_expired() non-staticScott Mayhew2013-07-091-1/+1
* Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-07-091-26/+110
|\
| * Merge branch 'labeled-nfs' into linux-nextTrond Myklebust2013-06-281-12/+97
| |\
| | * NFS: Client implementation of Labeled-NFSDavid Quigley2013-06-081-7/+54
| | * NFS: Add label lifecycle managementDavid Quigley2013-06-081-3/+12
| | * NFS:Add labels to client function prototypesDavid Quigley2013-06-081-2/+3
| | * NFSv4: Introduce new label structureSteve Dickson2013-06-081-0/+28
| * | NFSv4: Move the DNS resolver into the NFSv4 moduleTrond Myklebust2013-06-181-10/+1Star
| * | NFSv4: Close another NFSv4 recovery raceTrond Myklebust2013-06-061-4/+12
| |/
* / freezer: add unsafe versions of freezable helpers for NFSColin Cross2013-05-121-1/+1
|/
* NFS: Add functionality to allow waiting on all outstanding reads to completeTrond Myklebust2013-04-091-0/+1
* NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match tooTrond Myklebust2013-03-251-3/+4
* Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-03-031-0/+2
|\
| * nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton2013-02-281-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-2/+2
|\ \
| * | new helper: file_inode(file)Al Viro2013-02-231-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-02-261-6/+6
|\ \ \ | |_|/ |/| |
| * | nfs: kuid and kgid conversions for nfs/inode.cEric W. Biederman2013-02-131-6/+6
| |/
* / Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust2013-02-011-4/+1Star
|/
* NFS: Use FS-Cache invalidationDavid Howells2012-12-201-4/+16
* NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust2012-12-141-0/+6
* NFS: Remove BUG_ON()s in the fs/nfs/inode.cTrond Myklebust2012-11-041-2/+2
* NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson2012-10-311-1/+4
* Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2012-10-101-5/+5
|\
| * NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust2012-09-281-4/+4
| * NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureTrond Myklebust2012-09-281-1/+1
* | fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-0/+5
|/
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-09-041-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-08-011-0/+4
|\
| * nfs: disable data cache revalidation for swapfilesMel Gorman2012-08-011-0/+4