aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 31 or 63 are set in fileidFrank 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-2.6Linus 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/viro/vfs-2.6Linus 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 implicit slab.h inclusion from percpu.hTejun 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