aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-30Merge branch 'client-4.2' into linux-nextTrond Myklebust1-0/+2
2014-09-30NFS: Implement SEEKAnna Schumaker1-0/+2
2014-09-10nfs: setattr can only change regular file sizesChristoph Hellwig1-1/+3
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+9
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2014-08-04NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman1-1/+2
2014-08-03NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown1-0/+9
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown1-1/+1
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown1-2/+2
2014-06-24NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust1-35/+40
2014-06-24NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust1-0/+1
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-9/+17
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra1-1/+1
2014-04-15NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust1-9/+17
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-7/+27
2014-04-03mm + fs: store shadow entries in page cacheJohannes Weiner1-1/+1
2014-02-11NFS: Be more aggressive in using readdirplus for 'ls -l' situationsTrond Myklebust1-7/+27
2014-02-10NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust1-4/+10
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+43
2014-01-28nfs: add memory barriers around NFS_INO_INVALID_DATA and NFS_INO_INVALIDATINGJeff Layton1-0/+1
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-16/+32
2014-01-28NFS: Fix races in nfs_revalidate_mappingTrond Myklebust1-14/+14
2014-01-27NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton1-4/+38
2014-01-26nfs: use generic posix ACL infrastructure for v3 Posix ACLsChristoph Hellwig1-4/+0
2014-01-13NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstandingTrond Myklebust1-2/+17
2014-01-05NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos1-14/+15
2013-11-19NFS: Fix a warning in nfs_setsecurityTrond Myklebust1-1/+1
2013-11-04NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_securityTrond Myklebust1-6/+0
2013-11-04nfs: set security label when revalidating inodeJeff Layton1-0/+2
2013-10-28Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into linux-nextTrond Myklebust1-3/+3
2013-10-28NFS: Export _nfs_display_fhandle()Chuck Lever1-0/+2
2013-09-27NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells1-3/+3
2013-09-12truncate: drop 'oldsize' truncate_pagecache() parameterKirill A. Shutemov1-3/+1
2013-09-09Merge tag 'nfs-for-3.12-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+27
2013-08-22NFS: Add event tracing for generic NFS eventsTrond Myklebust1-3/+26
2013-08-22NFS: refactor code for calculating the crc32 hash of a filehandleTrond Myklebust1-2/+1
2013-08-07NFS: Remove unnecessary call to nfs_setsecurity in nfs_fhget()Trond Myklebust1-1/+0
2013-08-07NFS: Fix writeback performance issue on cache invalidationTrond Myklebust1-2/+8
2013-07-09NFS: Make nfs_attribute_cache_expired() non-staticScott Mayhew1-1/+1
2013-07-09Merge tag 'nfs-for-3.11-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-26/+110
2013-06-28Merge branch 'labeled-nfs' into linux-nextTrond Myklebust1-12/+97
2013-06-18NFSv4: Move the DNS resolver into the NFSv4 moduleTrond Myklebust1-10/+1
2013-06-08NFS: Client implementation of Labeled-NFSDavid Quigley1-7/+54
2013-06-08NFS: Add label lifecycle managementDavid Quigley1-3/+12
2013-06-08NFS:Add labels to client function prototypesDavid Quigley1-2/+3
2013-06-08NFSv4: Introduce new label structureSteve Dickson1-0/+28
2013-06-06NFSv4: Close another NFSv4 recovery raceTrond Myklebust1-4/+12
2013-05-12freezer: add unsafe versions of freezable helpers for NFSColin Cross1-1/+1
2013-04-08NFS: Add functionality to allow waiting on all outstanding reads to completeTrond Myklebust1-0/+1
2013-03-25NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match tooTrond Myklebust1-3/+4