summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2012-08-10nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton
2012-08-02mm: compaction: introduce sync-light migration for use by compactionMel Gorman
2012-08-02mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman
2012-07-25pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh
2012-07-25pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh
2012-07-25NFSv4: Further reduce the footprint of the idmapperTrond Myklebust
2012-07-25NFSv4: Reduce the footprint of the idmapperTrond Myklebust
2012-07-25NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy
2012-06-19NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust
2012-06-10NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust
2012-05-31Avoid beyond bounds copy while caching ACLSachin Prabhu
2012-05-31Avoid reading past buffer when calling GETACLSachin Prabhu
2012-05-31NFS4: fix compile warnings in nfs4proc.cPeng Tao
2012-05-20NFSv4: Revalidate uid/gid after openJonathan Nieder
2012-05-11NFS: put open context on error in nfs_flush_multiFred Isaman
2012-05-11NFS: put open context on error in nfs_pagein_multiFred Isaman
2012-05-11NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust
2012-05-11NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust
2012-05-11nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara
2012-04-13Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu
2012-04-02NFSv4.1: Fix layoutcommit error handlingTrond Myklebust
2012-04-02NFSv4: Fix two infinite loops in the mount codeTrond Myklebust
2012-04-02NFSv4: Rate limit the state manager warning messagesTrond Myklebust
2012-04-02NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust
2012-04-02NFS: Properly handle the case where the delegation is revokedTrond Myklebust
2012-02-29NFSv4: fix server_scope memory leakWeston Andros Adamson
2012-02-29NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust
2012-02-29NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust
2012-01-25pnfsblock: limit bio page countPeng Tao
2012-01-25pnfsblock: don't spinlock when freeing block_devPeng Tao
2012-01-25pnfsblock: acquire im_lock in _preload_rangePeng Tao
2012-01-25nfs: fix regression in handling of context= option in NFSv4Jeff Layton
2012-01-25NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson
2012-01-25NFS - fix recent breakage to NFS error handling.NeilBrown
2012-01-25NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson
2012-01-25pnfs-obj: Must return layout on IO errorBoaz Harrosh
2012-01-25pnfs-obj: pNFS errors are communicated on iodata->pnfs_errorBoaz Harrosh
2011-12-15NFS: Fix a regression in nfs_file_llseek()Trond Myklebust
2011-12-09NFSv4: Do not accept delegated opens when a delegation recall is in effectTrond Myklebust
2011-12-09NFSv4: Ensure correct locking when accessing the 'lock_states' listTrond Myklebust
2011-12-01NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust
2011-12-01NFSv4: Don't error if we handled it in nfs4_recovery_handle_errorTrond Myklebust
2011-11-22Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-11-16new helper: mount_subtree()Al Viro
2011-11-16switch create_mnt_ns() to saner calling conventions, fix double mntput() in nfsAl Viro
2011-11-10NFS: Revert pnfs ugliness from the generic NFS read code pathTrond Myklebust
2011-11-07NFS: Fix a regression in the referral codeTrond Myklebust
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04nfs: move nfs_file_operations declaration to bottom of file.c (try #2)Jeff Layton
2011-11-04nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton