aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-09-191-1/+1
* nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-041-1/+1
* filesystems: add set_nlink()Miklos Szeredi2011-11-021-2/+2
* filesystems: add missing nlink wrappersMiklos Szeredi2011-11-021-1/+1
* NFS: Use the inode->i_version to cache NFSv4 change attribute informationTrond Myklebust2011-10-181-8/+8
* nfs_open_context doesn't need struct path eitherAl Viro2011-07-201-9/+11
* NFSv4.1: allow nfs_fhget to succeed with mounted on fileidAndy Adamson2011-06-151-1/+2
* NFS41: do not update isize if inode needs layoutcommitPeng Tao2011-06-151-1/+2
* Merge branch 'pnfs-submit' of git://git.open-osd.org/linux-open-osdLinus Torvalds2011-05-291-1/+2
|\
| * pnfs: layoutreturnBenny Halevy2011-05-291-1/+2
* | NFS: nfs_update_inode: print current and new inode size in debug outputHarshula Jayasuriya2011-05-271-2/+6
|/
* Merge branch 'nfs-for-2.6.39' into nfs-for-nextTrond Myklebust2011-03-241-1/+1
|\
| * NFSv4.1: filelayout driver specific code for COMMITFred Isaman2011-03-231-0/+1
| * NFS: Create nfs_open_dir_contextBryan Schumaker2011-03-231-1/+0
* | NFS: use secinfo when crossing mountpointsBryan Schumaker2011-03-241-3/+5
* | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-03-161-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into for-2.6.39Tejun Heo2011-02-211-9/+17
| |\
| * | workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo2011-01-251-1/+1
* | | (try3-resend) Fix nfs_compat_user_ino64 so it doesn't cause problems if bit 3...Frank Filz2011-03-101-1/+6
| |/ |/|
* | NFS: nfs_wcc_update_inode() should set nfsi->attr_gencountTrond Myklebust2011-01-251-9/+17
|/
* NFS: Use d_automount() rather than abusing follow_link()David Howells2011-01-151-2/+2
* Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2011-01-111-1/+2
|\
| * pnfs: change how lsegs are removed from layout listFred Isaman2011-01-061-1/+1
| * NFS implement v4.0 callback_identAndy Adamson2011-01-061-0/+1
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
|/
* NFS: Fix a memory leak in nfs_readdirTrond Myklebust2010-12-021-0/+1
* NFS: create and destroy inode's layout cacheBenny Halevy2010-10-241-0/+3
* NFS: remove readdir plus limitBryan Schumaker2010-10-231-5/+1
* NFS: new idmapperBryan Schumaker2010-10-071-0/+7
* NFS: Really fix put_nfs_open_context()Trond Myklebust2010-09-291-2/+4
* NFS: handle inode==NULL in __put_nfs_open_contextBenny Halevy2010-09-231-4/+7
* NFS: Convert nfsiod to use alloc_workqueue()Trond Myklebust2010-09-211-1/+1
* NFSv4: Clean up nfs4_atomic_openTrond Myklebust2010-09-171-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-2/+11
|\
| * convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-2/+11
* | NFS: Clean up the callers of nfs_wb_all()Trond Myklebust2010-08-031-3/+1
* | NFSv4: Ensure that we track the NFSv4 lock state in read/write requests.Trond Myklebust2010-07-301-4/+66
|/
* NFSv4: Allow attribute caching with 'noac' mounts if client holds a delegationTrond Myklebust2010-05-141-3/+9
* NFS: Reduce stack footprint of nfs_setattr()Trond Myklebust2010-05-141-4/+10
* NFS: Reduce stack footprint of nfs_revalidate_inode()Trond Myklebust2010-05-141-3/+9
* NFS: Add helper functions for allocating filehandles and fattr structsTrond Myklebust2010-05-141-0/+20
* NFS: Fix the mode calculation in nfs_find_open_contextTrond Myklebust2010-04-091-4/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust2010-03-101-1/+1
* Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust2010-03-051-79/+16
|\
| * NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust2010-03-051-40/+1
| * NFS: Clean up nfs_sync_mappingTrond Myklebust2010-03-051-9/+5
| * NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust2010-03-051-10/+5
| * NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust2010-03-051-0/+1
| * NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust2010-03-051-12/+0