aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-04NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells
2014-07-22KEYS: user: Use key preparsingDavid Howells
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown
2014-07-13NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust
2014-07-12NFS: Remove 2 unused variablesTrond Myklebust
2014-07-12nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson
2014-07-12nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson
2014-07-12nfs: change find_request to find_head_requestWeston Andros Adamson
2014-07-12nfs: nfs_page should take a ref on the head reqWeston Andros Adamson
2014-07-12nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson
2014-07-08nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson
2014-06-24NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson
2014-06-24NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson
2014-06-24NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust
2014-06-24NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust
2014-06-24nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-06-12nfs: switch to iter_splice_write_file()Al Viro
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-06-10NFS: populate ->net in mount data when remountingMateusz Guzik
2014-06-10pnfs: fix lockup caused by pnfs_generic_pg_testWeston Andros Adamson
2014-06-09NFSv4.1: Fix typo in dprintkTom Haynes
2014-06-09NFSv4.1: Comment is now wrong and redundant to codeTom Haynes
2014-06-06nfs4: remove unused CHANGE_SECURITY_LABELJ. Bruce Fields
2014-06-06nfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-06-05NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_stateTrond Myklebust
2014-06-04Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into nextLinus Torvalds
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease...Jeff Layton
2014-05-29Push the file layout driver into a subdirectoryTom Haynes
2014-05-29pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr()Trond Myklebust
2014-05-29pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust
2014-05-29nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data()Scott Mayhew
2014-05-29NFSv4: Use error handler on failed GETATTR with successful OPENAndy Adamson
2014-05-29NFS: Fix a potential busy wait in nfs_page_group_lockTrond Myklebust
2014-05-29NFS: Fix error handling in __nfs_pageio_add_requestTrond Myklebust
2014-05-29nfs: support page groups in nfs_read_completionWeston Andros Adamson
2014-05-29pnfs: filelayout: support non page aligned layoutsWeston Andros Adamson
2014-05-29pnfs: allow non page aligned pnfs layout segmentsWeston Andros Adamson
2014-05-29pnfs: support multiple verfs per direct reqWeston Andros Adamson
2014-05-29nfs: remove data list from pgio headerWeston Andros Adamson
2014-05-29nfs: use > 1 request to handle bsize < PAGE_SIZEWeston Andros Adamson
2014-05-29nfs: chain calls to pg_testWeston Andros Adamson