aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-2/+8
2014-07-28Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new changesIngo Molnar6-62/+343
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells1-0/+2
2014-07-22KEYS: user: Use key preparsingDavid Howells1-2/+6
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells1-0/+2
2014-07-16sched: Allow wait_on_bit_action() functions to support a timeoutNeilBrown3-3/+3
2014-07-16sched: Remove proliferation of wait_on_bit() action functionsNeilBrown7-21/+13
2014-07-13NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust1-1/+1
2014-07-12NFS: Remove 2 unused variablesTrond Myklebust2-4/+0
2014-07-12nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson1-20/+21
2014-07-12nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson3-25/+235
2014-07-12nfs: change find_request to find_head_requestWeston Andros Adamson1-9/+24
2014-07-12nfs: nfs_page should take a ref on the head reqWeston Andros Adamson1-0/+10
2014-07-12nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson2-3/+9
2014-07-08nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig2-2/+45
2014-06-24NFSv4: test SECINFO RPC_AUTH_GSS pseudoflavors for supportAndy Adamson3-45/+57
2014-06-24NFS Return -EPERM if no supported or matching SECINFO flavorAndy Adamson1-7/+4
2014-06-24NFS check the return of nfs4_negotiate_security in nfs4_submountAndy Adamson1-2/+5
2014-06-24NFS: Don't mark the data cache as invalid if it has been flushedTrond Myklebust1-35/+40
2014-06-24NFS: Clear NFS_INO_REVAL_PAGECACHE when we update the file sizeTrond Myklebust1-0/+1
2014-06-24nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew1-1/+3
2014-06-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-281/+126
2014-06-12nfs: switch to iter_splice_write_file()Al Viro3-34/+2
2014-06-10Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds29-1203/+1316
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2014-06-10NFS: populate ->net in mount data when remountingMateusz Guzik1-0/+1
2014-06-10pnfs: fix lockup caused by pnfs_generic_pg_testWeston Andros Adamson1-14/+18
2014-06-09NFSv4.1: Fix typo in dprintkTom Haynes1-1/+1
2014-06-09NFSv4.1: Comment is now wrong and redundant to codeTom Haynes1-4/+1
2014-06-06nfs4: remove unused CHANGE_SECURITY_LABELJ. Bruce Fields1-1/+1
2014-06-06nfs: convert use of typedef ctl_table to struct ctl_tableJoe Perches2-6/+6
2014-06-05NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_stateTrond Myklebust1-3/+3
2014-06-04Merge tag 'locks-v3.16' of git://git.samba.org/jlayton/linux into nextLinus Torvalds1-4/+0
2014-06-02locks: ensure that fl_owner is always initialized properly in flock and lease codepathsJeff Layton1-4/+0
2014-05-29Push the file layout driver into a subdirectoryTom Haynes5-12/+15
2014-05-29pNFS: Handle allocation errors correctly in objlayout_alloc_layout_hdr()Trond Myklebust1-4/+4
2014-05-29pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust1-1/+1
2014-05-29nfs: Apply NFS_MOUNT_CMP_FLAGMASK to nfs_compare_remount_data()Scott Mayhew1-13/+13
2014-05-29NFSv4: Use error handler on failed GETATTR with successful OPENAndy Adamson1-1/+1
2014-05-29NFS: Fix a potential busy wait in nfs_page_group_lockTrond Myklebust1-10/+9
2014-05-29NFS: Fix error handling in __nfs_pageio_add_requestTrond Myklebust1-0/+6
2014-05-29nfs: support page groups in nfs_read_completionWeston Andros Adamson1-7/+17
2014-05-29pnfs: filelayout: support non page aligned layoutsWeston Andros Adamson1-32/+20
2014-05-29pnfs: allow non page aligned pnfs layout segmentsWeston Andros Adamson1-15/+10
2014-05-29pnfs: support multiple verfs per direct reqWeston Andros Adamson2-5/+103
2014-05-29nfs: remove data list from pgio headerWeston Andros Adamson2-59/+21
2014-05-29nfs: use > 1 request to handle bsize < PAGE_SIZEWeston Andros Adamson1-69/+11
2014-05-29nfs: chain calls to pg_testWeston Andros Adamson3-21/+30
2014-05-29nfs: allow coalescing of subpage requestsWeston Andros Adamson1-4/+0
2014-05-29pnfs: clean up filelayout_alloc_commit_infoWeston Andros Adamson1-20/+26