aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-04Revert "NFS: Make close(2) asynchronous when closing NFS O_DIRECT files"Trond Myklebust1-1/+6
2015-09-04NFS: Optimise away the close-to-open getattr if there is no cached dataTrond Myklebust1-3/+10
2015-08-27NFS: Check size by inode_newsize_ok in nfs_setattrKinglong Mee1-8/+10
2015-08-25NFSv4: Force a post-op attribute update when holding a delegationTrond Myklebust1-0/+7
2015-08-17NFS: Don't let the ctime override attribute barriers.Trond Myklebust1-8/+0
2015-08-17NFS: Remove nfs_release()Anna Schumaker1-7/+1
2015-07-22NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust1-2/+2
2015-07-22NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialisedTrond Myklebust1-1/+2
2015-07-22NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust1-4/+4
2015-07-01nfs: Remove unneeded micro checking of CONFIG_PROC_FSKinglong Mee1-7/+3
2015-06-02NFS: report more appropriate block size for directories.NeilBrown1-0/+2
2015-04-26Merge tag 'nfs-for-4.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-9/+27
2015-04-23nfs: Remove unneeded casts in nfsFiro Yang1-1/+1
2015-04-23nfs: Fetch MOUNTED_ON_FILEID when updating an inodeAnna Schumaker1-1/+14
2015-04-23NFS: Don't zap caches on fallocate()Anna Schumaker1-1/+0
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-9/+9
2015-03-27NFS: Block new writes while syncing data in nfs_getattr()Trond Myklebust1-0/+2
2015-03-27NFSv4: Truncating file opens should also sync O_DIRECT writesTrond Myklebust1-1/+2
2015-03-27NFS: Add a helper to sync both O_DIRECT and buffered writesTrond Myklebust1-6/+9
2015-03-03NFS: Don't write enable new pages while an invalidation is proceedingTrond Myklebust1-0/+1
2015-03-03NFS: Fix a regression in the read() syscallTrond Myklebust1-3/+34
2015-03-01NFSv4: Set a barrier in the update_changeattr() helperTrond Myklebust1-0/+1
2015-03-01NFS: Fix nfs_post_op_update_inode() to set an attribute barrierTrond Myklebust1-0/+1
2015-03-01NFS: Remove size hack in nfs_inode_attrs_need_update()Trond Myklebust1-8/+0
2015-03-01NFSv4: Add attribute update barriers to delegreturn and pNFS layoutcommitTrond Myklebust1-0/+1
2015-03-01NFS: Add attribute update barriers to NFS writebacksTrond Myklebust1-3/+22
2015-03-01NFS: Set an attribute barrier on all updatesTrond Myklebust1-0/+4
2015-03-01NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust1-5/+12
2015-03-01NFS: Add a helper to set attribute barriersTrond Myklebust1-0/+16
2015-02-18Merge branch 'cleanups'Trond Myklebust1-1/+0
2015-02-13NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust1-1/+0
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2015-01-30nfs: prevent truncate on active swapfileOmar Sandoval1-1/+6
2015-01-21NFS: Fix use of nfs_attr_use_mounted_on_fileid()Anna Schumaker1-2/+3
2015-01-20fs: remove mapping->backing_dev_infoChristoph Hellwig1-1/+0
2014-11-25nfs: Add ALLOCATE supportAnna Schumaker1-0/+1
2014-11-24NFS: fix subtle change in COMMIT behaviorWeston Andros Adamson1-4/+4
2014-11-12nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara1-1/+1
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/ebi...Linus 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/dhowe...Trond 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
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2013-02-27nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton1-0/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-6/+6
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-13nfs: kuid and kgid conversions for nfs/inode.cEric W. Biederman1-6/+6
2013-02-01Revert "NFS: add nfs_sb_deactive_async to avoid deadlock"Trond Myklebust1-4/+1
2012-12-20NFS: Use FS-Cache invalidationDavid Howells1-4/+16
2012-12-14NFS: Ensure that we always drop inodes that have been marked as staleTrond Myklebust1-0/+6
2012-11-04NFS: Remove BUG_ON()s in the fs/nfs/inode.cTrond Myklebust1-2/+2
2012-10-31NFS: add nfs_sb_deactive_async to avoid deadlockWeston Andros Adamson1-1/+4
2012-10-10Merge tag 'nfs-for-3.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-09-28NFS: Clean up helper function nfs4_select_rw_stateid()Trond Myklebust1-4/+4
2012-09-28NFS: Convert nfs_get_lock_context to return an ERR_PTR on failureTrond Myklebust1-1/+1
2012-09-04NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust1-1/+1
2012-07-31Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-0/+4
2012-07-31nfs: disable data cache revalidation for swapfilesMel Gorman1-0/+4
2012-07-30NFS: Convert v4 into a moduleBryan Schumaker1-32/+32
2012-07-30NFS: Convert v3 into a moduleBryan Schumaker1-0/+3
2012-07-30NFS: Convert v2 into a moduleBryan Schumaker1-0/+10
2012-07-30NFS: Split out remaining NFS v4 inode functionsBryan Schumaker1-22/+1
2012-07-30NFS: Add version registering frameworkBryan Schumaker1-6/+3
2012-07-17NFS: Create an init_nfs_v4() functionBryan Schumaker1-30/+37
2012-06-29NFS: Create a return_delegation rpc opBryan Schumaker1-1/+1
2012-06-29NFS: Create a have_delegation rpc_opBryan Schumaker1-1/+1
2012-06-19NFS: Initialise commit_info.rpc_out when !defined(CONFIG_NFS_V4)Trond Myklebust1-1/+1
2012-05-31NFS: Ensure that setattr and getattr wait for O_DIRECT write completionTrond Myklebust1-1/+4
2012-05-29Merge tag 'nfs-for-3.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-69/+49
2012-05-24NFSv4.1 add nfs_inode book keeping for mdsthresholdAndy Adamson1-0/+2
2012-05-24NFSv4.1 cache mdsthreshold values on OPENAndy Adamson1-0/+2
2012-05-19Fixed goto readability in nfs_update_inode.Matthew Treinish1-17/+16
2012-05-06vfs: Rename end_writeback() to clear_inode()Jan Kara1-2/+2
2012-05-01NFS: Adapt readdirplus to application usage patternsTrond Myklebust1-2/+0
2012-05-01NFS: Simplify the cache invalidation codeTrond Myklebust1-26/+3
2012-05-01NFS: Change attribute updates should set NFS_INO_REVAL_PAGECACHETrond Myklebust1-1/+5
2012-05-01NFS: Simplify nfs_fhget()Trond Myklebust1-17/+6
2012-05-01NFS: Optimise away nfs_check_inode_attributes() when holding a delegationTrond Myklebust1-0/+2
2012-05-01NFS: Don't force page cache revalidations when holding a delegationTrond Myklebust1-3/+10
2012-04-27NFS: create struct nfs_commit_infoFred Isaman1-3/+3
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-20SUNRPC/NFS: Add Kbuild dependencies for NFS_DEBUG/RPC_DEBUGTrond Myklebust1-1/+1
2012-03-10NFS: remove nfs_inode radix treeFred Isaman1-1/+1
2012-03-07NFS: add fh_crc to debug outputWeston Andros Adamson1-2/+4
2012-03-07NFS: add filehandle crc for debug displayWeston Andros Adamson1-3/+20
2012-03-06NFS: Fix a typo in _nfs_display_fhandleTrond Myklebust1-1/+1
2012-03-02NFS: Add a client-side function to display NFS file handlesChuck Lever1-0/+45
2012-02-06NFS: make cb_ident_idr per net nsStanislav Kinsbursky1-1/+1
2012-02-06NFS: make nfs_client_list per net nsStanislav Kinsbursky1-0/+1
2012-02-06NFS: start printks w/ NFS: even if __func__ shownWeston Andros Adamson1-1/+1
2012-01-31SUNRPC: register RPC stats /proc entries in passed network namespace contextStanislav Kinsbursky1-3/+3
2012-01-31NFS: Optimise away unnecessary setattrs for open(O_TRUNC);Trond Myklebust1-2/+2
2012-01-31NFS: blocklayout pipe creation per network namespace context introducedStanislav Kinsbursky1-0/+1
2012-01-31NFS: DNS resolver cache per network namespace context introducedStanislav Kinsbursky1-3/+30
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-10Merge branch 'nfs-for-3.3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+2
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2012-01-07NFSv4: Save the owner/group name string when doing openTrond Myklebust1-0/+2
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2012-01-03pull manipulations of rpc_cred inside alloc_nfs_open_context()Al Viro1-20/+20
2011-12-06Freezer / sunrpc / NFS: don't allow TASK_KILLABLE sleeps to block the freezerJeff Layton1-1/+2
2011-11-04nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton1-1/+1
2011-11-02filesystems: add set_nlink()Miklos Szeredi1-2/+2
2011-11-02filesystems: add missing nlink wrappersMiklos Szeredi1-1/+1
2011-10-18NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust1-8/+8
2011-07-20nfs_open_context doesn't need struct path eitherAl Viro1-9/+11
2011-06-15NFSv4.1: allow nfs_fhget to succeed with mounted on fileidAndy Adamson1-1/+2
2011-06-15NFS41: do not update isize if inode needs layoutcommitPeng Tao1-1/+2
2011-05-29Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds1-1/+2
2011-05-29pnfs: layoutreturnBenny Halevy1-1/+2
2011-05-27NFS: nfs_update_inode: print current and new inode size in debug outputHarshula Jayasuriya1-2/+6
2011-03-24Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust1-1/+1
2011-03-24NFS: use secinfo when crossing mountpointsBryan Schumaker1-3/+5
2011-03-23NFSv4.1: filelayout driver specific code for COMMITFred Isaman1-0/+1
2011-03-23NFS: Create nfs_open_dir_contextBryan Schumaker1-1/+0
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2011-03-10(try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 3...Frank Filz1-1/+6
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo1-9/+17
2011-01-25NFS: nfs_wcc_update_inode() should set nfsi->attr_gencountTrond Myklebust1-9/+17
2011-01-25workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo1-1/+1
2011-01-15NFS: Use d_automount() rather than abusing follow_link()David Howells1-2/+2
2011-01-11Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds1-1/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-06pnfs: change how lsegs are removed from layout listFred Isaman1-1/+1
2011-01-06NFS implement v4.0 callback_identAndy Adamson1-0/+1
2010-12-02NFS: Fix a memory leak in nfs_readdirTrond Myklebust1-0/+1
2010-10-24NFS: create and destroy inode's layout cacheBenny Halevy1-0/+3
2010-10-23NFS: remove readdir plus limitBryan Schumaker1-5/+1
2010-10-07NFS: new idmapperBryan Schumaker1-0/+7
2010-09-29NFS: Really fix put_nfs_open_context()Trond Myklebust1-2/+4
2010-09-23NFS: handle inode==NULL in __put_nfs_open_contextBenny Halevy1-4/+7
2010-09-21NFS: Convert nfsiod to use alloc_workqueue()Trond Myklebust1-1/+1
2010-09-17NFSv4: Clean up nfs4_atomic_openTrond Myklebust1-4/+4
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+11
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-2/+11
2010-08-03NFS: Clean up the callers of nfs_wb_all()Trond Myklebust1-3/+1
2010-07-30NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust1-4/+66
2010-05-14NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust1-3/+9
2010-05-14NFS: Reduce stack footprint of nfs_setattr()Trond Myklebust1-4/+10
2010-05-14NFS: Reduce stack footprint of nfs_revalidate_inode()Trond Myklebust1-3/+9
2010-05-14NFS: Add helper functions for allocating filehandles and fattr structsTrond Myklebust1-0/+20
2010-04-09NFS: Fix the mode calculation in nfs_find_open_contextTrond Myklebust1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-10NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust1-1/+1
2010-03-05Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust1-79/+16
2010-03-05NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust1-40/+1
2010-03-05NFS: Clean up nfs_sync_mappingTrond Myklebust1-9/+5
2010-03-05NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust1-10/+5
2010-03-05NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust1-0/+1
2010-03-05NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust1-12/+0
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+3