summaryrefslogtreecommitdiffstats
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2014-07-12pnfs/filelayout: fix race between mark_request_commit and scan_commit_listsPeng Tao1-18/+25
2014-07-12NFSv4: Fix OPEN w/create access mode checkingTrond Myklebust1-5/+13
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-07-08nfs: check hostname in nfs_get_clientPeng Tao1-2/+7
2014-07-08nfsv4: set hostname when creating nfsv4 ds connectionPeng Tao1-0/+5
2014-06-25FS/NFS: replace count*size kzalloc by kcallocFabian Frederick2-2/+2
2014-06-25nfs: get rid of duplicate dprintkWeston Andros Adamson1-6/+0
2014-06-24nfs: Fix unused variable errorAnna Schumaker1-3/+2
2014-06-24nfs: remove unneeded EXPORTsWeston Andros Adamson1-2/+0
2014-06-24pnfs: clean up *_resend_to_mdsWeston Andros Adamson4-68/+45
2014-06-24nfs: remove pgio_header refcount, related cleanupWeston Andros Adamson2-31/+11
2014-06-24nfs: remove unused writeverf codeWeston Andros Adamson6-43/+18
2014-06-24nfs: merge nfs_pgio_data into _headerWeston Andros Adamson17-456/+434
2014-06-24nfs: rename members of nfs_pgio_dataWeston Andros Adamson4-19/+23
2014-06-24nfs: move nfs_pgio_data and remove nfs_rw_headerWeston Andros Adamson6-95/+53
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/vir...Linus 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...Jeff 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