aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds4-4/+4
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh4-4/+4
2014-10-18Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-20/+255
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+7
2014-10-14block: Remove REQ_KERNELMartin K. Petersen2-9/+7
2014-10-13NFS: Fix a bogus warning in nfs_generic_pgioTrond Myklebust1-4/+3
2014-10-13NFS: Fix an uninitialised pointer Oops in the writeback error pathTrond Myklebust1-1/+2
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+0
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+1
2014-10-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+0
2014-10-11Merge tag 'locks-v3.18-1' of git://git.samba.org/jlayton/linuxLinus Torvalds3-14/+2
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman1-2/+1
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman1-4/+0
2014-10-08NFSv4.1/pnfs: replace broken pnfs_put_lseg_asyncTrond Myklebust3-12/+29
2014-10-08NFSv4: Remove dead prototype for nfs4_insert_deviceid_node()Tom Haynes1-1/+0
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+3
2014-09-30Merge branch 'client-4.2' into linux-nextTrond Myklebust10-3/+224
2014-09-30Merge branch 'bugfixes' into linux-nextTrond Myklebust6-53/+61
2014-09-30NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-09-30NFS: Implement SEEKAnna Schumaker9-2/+221
2014-09-30Merge commit '24bab491220f' into client-4.2Trond Myklebust1-1/+3
2014-10-01Merge commit 'v3.16' into nextJames Morris6-62/+343
2014-09-28NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-09-28NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust1-1/+0
2014-09-25NFS: Fabricate fscache server index key correctlyDavid Howells1-2/+1
2014-09-25NFSv3: Fix missing includes of nfs3_fs.hTrond Myklebust2-0/+2
2014-09-25NFS/SUNRPC: Remove other deadlock-avoidance mechanisms in nfs_release_page()NeilBrown1-8/+6
2014-09-25NFS: avoid waiting at all in nfs_release_page when congested.NeilBrown2-2/+12
2014-09-25NFS: avoid deadlocks with loop-back mounted NFS filesystems.NeilBrown2-10/+18
2014-09-24NFS: don't use STABLE writes during writeback.NeilBrown1-2/+5
2014-09-24NFSv4: use exponential retry on NFS4ERR_DELAY for async requests.NeilBrown1-23/+42
2014-09-24Fixing lease renewalOlga Kornievskaia1-0/+1
2014-09-24nfs: fix duplicate proc entriesFabian Frederick1-1/+1
2014-09-21pnfs/blocklayout: Fix a 64-bit division/remainder issue in bl_map_stripeTrond Myklebust1-3/+6
2014-09-19sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()Kirill Tkhai2-2/+0
2014-09-18NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-09-18NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-2/+0
2014-09-15pnfs/blocklayout: include vmalloc.h for __vmallocStephen Rothwell1-0/+2
2014-09-12nfs41: change PNFS_LAYOUTRET_ON_SETATTR to only return on truncation to smaller sizePeng Tao2-2/+5
2014-09-12NFS: Move NFS v3 acl functions to nfs3_fs.hAnna Schumaker2-0/+20
2014-09-12NFS: Remove v3 not compiled check from validate_mount_data()Anna Schumaker1-11/+0
2014-09-12NFS: Move v3 declarations out of internal.hAnna Schumaker3-7/+16
2014-09-12NFS: Unconditionally enable commit codeAnna Schumaker2-75/+0
2014-09-12pNFS/blocklayout: Remove a couple of unused variablesTrond Myklebust2-4/+1
2014-09-12pnfs: enable CB_NOTIFY_DEVICEID supportChristoph Hellwig2-11/+23
2014-09-12pnfs/blocklayout: in-kernel GETDEVICEINFO XDR parsingChristoph Hellwig5-148/+530
2014-09-12pnfs/blocklayout: move all rpc_pipefs related code into a single fileChristoph Hellwig6-408/+378
2014-09-12pnfs/blocklayout: refactor extent processingChristoph Hellwig1-102/+105
2014-09-12pnfs/blocklayout: move extent processing to blocklayout.cChristoph Hellwig3-188/+186