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