summaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-121-1/+0
|\
| * fs: remove mapping->backing_dev_infoChristoph Hellwig2015-01-201-1/+0
* | nfs: prevent truncate on active swapfileOmar Sandoval2015-01-301-1/+6
* | NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker2015-01-211-2/+3
|/
* nfs: Add ALLOCATE supportAnna Schumaker2014-11-251-0/+1
* NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson2014-11-241-4/+4
* nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara2014-11-121-1/+1
* Merge branch 'client-4.2' into linux-nextTrond Myklebust2014-09-301-0/+2
|\
| * NFS: Implement SEEKAnna Schumaker2014-09-301-0/+2
* | nfs: setattr can only change regular file sizesChristoph Hellwig2014-09-101-1/+3
|/
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-131-0/+9
|\
| * NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown2014-08-031-0/+9
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-091-1/+2
|\ \
| * | NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman2014-08-041-1/+2
| |/
* | sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown2014-07-161-1/+1
* | sched: Remove proliferation of wait_on_bit() action functionsNeilBrown2014-07-161-2/+2
|/
* NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust2014-06-241-35/+40
* NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust2014-06-241-0/+1
* Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-101-9/+17
|\
| * NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust2014-04-151-9/+17
* | arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-04-061-7/+27
|\
| * NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust2014-02-111-7/+27
* | mm + fs: store shadow entries in page cacheJohannes Weiner2014-04-031-1/+1
|/
* NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust2014-02-101-4/+10
* Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-01-311-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/+0
|/
* 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/+0
* 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-281-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-121-3/+1
* 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/+1
* | NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget()Trond Myklebust2013-08-071-1/+0
* | 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
OpenPOWER on IntegriCloud