summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton2014-01-271-4/+1
* NFS: fix the handling of NFS_INO_INVALID_DATA flag in nfs_revalidate_mappingJeff Layton2014-01-274-6/+46
* nfs: handle servers that support only ALLOW ACE type.Malahal Naineni2014-01-271-4/+3
* pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh2014-01-221-4/+30
* pnfs: fix BUG in filelayout_recover_commit_reqsWeston Andros Adamson2014-01-211-4/+4
* nfs4: fix discover_server_trunking use after freeWeston Andros Adamson2014-01-201-6/+4
* NFSv4.1: Handle errors correctly in nfs41_walk_client_listTrond Myklebust2014-01-191-3/+5
* nfs: always make sure page is up-to-date before extending a write to cover th...Scott Mayhew2014-01-171-5/+6
* nfs: page cache invalidation for dioChristoph Hellwig2014-01-131-2/+27
* nfs: take i_mutex during direct I/O readsChristoph Hellwig2014-01-131-2/+12
* nfs: merge nfs_direct_write into nfs_file_direct_writeChristoph Hellwig2014-01-131-50/+41
* nfs: merge nfs_direct_read into nfs_file_direct_readChristoph Hellwig2014-01-131-58/+49
* nfs: increment i_dio_count for reads, tooChristoph Hellwig2014-01-131-3/+6
* nfs: defer inode_dio_done call until size update is doneChristoph Hellwig2014-01-131-17/+15
* nfs: fix size updates for aio writesChristoph Hellwig2014-01-131-5/+16
* nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson2014-01-131-2/+2
* NFSv4.1: Fix a race in nfs4_write_inodeTrond Myklebust2014-01-132-43/+38
* NFSv4.1: Don't trust attributes if a pNFS LAYOUTCOMMIT is outstandingTrond Myklebust2014-01-133-5/+35
* point to the right include file in a comment (left over from a9004abc3)Toralf Förster2014-01-051-2/+2
* NFS: dprintk() should not print negative fileids and inode numbersNiels de Vos2014-01-058-44/+45
* nfs: fix dead code of ipv6_addr_scopeAlexander Aring2014-01-051-1/+1
* nfs: check if gssd is running before attempting to use krb5i auth in SETCLIEN...Jeff Layton2013-12-061-1/+6
* NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust2013-12-061-16/+31
* Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-12-057-9/+51
|\
| * nfs: fix do_div() warning by instead using sector_div()Helge Deller2013-12-041-1/+1
| * NFSv4.1: Prevent a 3-way deadlock between layoutreturn, open and state recoveryTrond Myklebust2013-12-041-1/+8
| * NFSv4: close needs to handle NFS4ERR_ADMIN_REVOKEDTrond Myklebust2013-11-201-3/+6
| * NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust2013-11-201-2/+8
| * NFSv4 wait on recovery for async session errorsAndy Adamson2013-11-201-1/+1
| * NFS: Fix a warning in nfs_setsecurityTrond Myklebust2013-11-191-1/+1
| * NFS: Enabling v4.2 should not recompile nfsd and lockdAnna Schumaker2013-11-194-0/+26
* | Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-11-163-5/+10
|\ \ | |/
| * nfs: fix pnfs Kconfig defaultsChristoph Hellwig2013-11-151-3/+3
| * NFS: correctly report misuse of "migration" mount option.NeilBrown2013-11-151-1/+1
| * nfs: don't retry detect_trunking with RPC_AUTH_UNIX more than onceJeff Layton2013-11-131-1/+6
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-1311-186/+119
|\ \ | |/ |/|
| * nfs: use %p[dD] instead of open-coded (and often racy) equivalentsAl Viro2013-10-2411-186/+119
* | NFSv4.2: Remove redundant checks in nfs_setsecurity+nfs4_label_init_securityTrond Myklebust2013-11-042-9/+0
* | NFSv4: Sanity check the server reply in _nfs4_server_capabilitiesTrond Myklebust2013-11-041-5/+20
* | NFSv4.2: encode_readdir - only ask for labels when doing readdirplusTrond Myklebust2013-11-041-13/+12
* | nfs: set security label when revalidating inodeJeff Layton2013-11-041-0/+2
* | NFS: Fix a missing initialisation when reading the SELinux labelTrond Myklebust2013-11-011-3/+3
* | nfs: fix oops when trying to set SELinux labelJeff Layton2013-11-011-4/+4
* | nfs: fix inverted test for delegation in nfs4_reclaim_open_stateJeff Layton2013-10-311-1/+1
* | Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowe...Trond Myklebust2013-10-285-160/+70
|\ \
| * | NFS: Use i_writecount to control whether to get an fscache cookie in nfs_open()David Howells2013-09-275-158/+68
| * | FS-Cache: Provide the ability to enable/disable cookiesDavid Howells2013-09-271-4/+4
* | | nfs: use IS_ROOT not DCACHE_DISCONNECTEDJ. Bruce Fields2013-10-281-1/+7
* | | nfs: Use PTR_ERR_OR_ZERO in 'nfs/nfs4super.c'Geyslan G. Bem2013-10-281-6/+6
OpenPOWER on IntegriCloud