summaryrefslogtreecommitdiffstats
path: root/fs/nfs (follow)
Commit message (Expand)AuthorAgeFilesLines
* pNFS: Fix potential corruption of page being writtenKazuo Ito2019-02-201-1/+1
* NFS: Fix typo in comments of nfs_readdir_alloc_pages()zhangliguang2019-02-201-2/+2
* NFS: Remove redundant semicolonzhangliguang2019-02-201-1/+1
* NFS: readdirplus optimization by cache mechanismluanshi2019-02-202-7/+86
* fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman2019-02-201-1/+1
* NFS: drop useless LIST_HEADJulia Lawall2019-02-201-1/+0
* NFS: Fix sparse annotations for nfs_set_open_stateid_locked()Trond Myklebust2019-02-201-0/+4
* NFS: Fix up documentation warningsTrond Myklebust2019-02-2015-62/+75
* NFS: ENOMEM should also be a fatal error.Trond Myklebust2019-02-201-0/+1
* NFS: EINTR is also a fatal error.Trond Myklebust2019-02-201-0/+1
* NFS: Ensure NFS writeback allocations don't recurse back into NFS.Trond Myklebust2019-02-201-1/+6
* NFS: Pass error information to the pgio error cleanup routineTrond Myklebust2019-02-204-7/+15
* NFS: Clean up list moves of struct nfs_pageTrond Myklebust2019-02-202-10/+5
* NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust2019-02-201-1/+1
* NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust2019-02-201-1/+0
* NFS: Fix I/O request leakagesTrond Myklebust2019-02-201-5/+21
* Merge branch 'fixes-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-02-201-14/+17
|\
| * keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-151-14/+17
* | NFS: Don't use page_file_mapping after removing the pageBenjamin Coddington2019-02-121-5/+6
|/
* NFS: Fix up return value on fatal errors in nfs_page_async_flush()Trond Myklebust2019-01-291-4/+5
* nfs: Fix NULL pointer dereference of dev_nameYao Liu2019-01-281-0/+5
* NFSv4.2 fix unnecessary retry in nfs4_copy_file_rangeOlga Kornievskaia2019-01-151-7/+1
* Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-01-052-25/+11
|\
| * LSM: new method: ->sb_add_mnt_opt()Al Viro2018-12-211-7/+2
| * LSM: hide struct security_mnt_opts from any generic codeAl Viro2018-12-212-4/+4
| * nfs_remount(): don't leak, don't ignore LSM options quietlyAl Viro2018-12-211-2/+4
| * new helper: security_sb_eat_lsm_opts()Al Viro2018-12-211-13/+2
* | Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-01-0327-511/+641
|\ \
| * | sunrpc: Add xprt after nfs4_test_session_trunk()Santosh kumar pradhan2019-01-023-7/+10
| * | NFS: remove unnecessary test for IS_ERR(cred)NeilBrown2019-01-021-5/+0
| * | NFSv4.2 fix async copy reboot recoveryOlga Kornievskaia2019-01-021-1/+1
| * | NFS: Fix NFSv4 symbolic trace point outputChuck Lever2019-01-021-143/+313
| * | NFS: Make "port=" mount option optional for RDMA mountsChuck Lever2019-01-021-2/+8
| * | NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl2018-12-211-2/+1
| * | NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.NeilBrown2018-12-1923-292/+228
| * | NFS: struct nfs_open_dir_context: convert rpc_cred pointer to cred.NeilBrown2018-12-194-17/+33
| * | NFS: change access cache to use 'struct cred'.NeilBrown2018-12-193-30/+39
| * | NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown2018-12-192-3/+23
| * | NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().NeilBrown2018-12-193-34/+7
| * | NFSv4: don't require lock for get_renew_cred or get_machine_credNeilBrown2018-12-194-25/+16
| * | NFSv4: add cl_root_cred for use when machine cred is not available.NeilBrown2018-12-192-8/+14
| * | SUNRPC: remove uid and gid from struct auth_credNeilBrown2018-12-191-6/+8
| * | SUNRPC: remove groupinfo from struct auth_cred.NeilBrown2018-12-191-13/+1
| * | SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown2018-12-191-0/+17
| * | nfs: fix comment to nfs_generic_pg_test which does the oppositePavel Tikhomirov2018-12-191-1/+1
| * | NFSv4: cleanup remove unused nfs4_xdev_fs_typeOlga Kornievskaia2018-12-191-1/+0
* | | Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-031-4/+6
|\ \ \
| * | | nfs: fixed broken compilation in nfs_callback_up_net()Vasily Averin2018-12-311-1/+1
| * | | nfs: minor typo in nfs4_callback_up_net()Vasily Averin2018-12-281-1/+1
| * | | sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2018-12-281-3/+5