- fbf4bcc NFS: Fix an ABBA spinlock issue in pnfs_update_layout() by Trond Myklebust · 4 years, 9 months ago
- 50bda5f Merge tag 'nfs-for-5.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 9 months ago
- 27d231c pNFS: Fix RCU lock leakage by Trond Myklebust · 4 years, 9 months ago
- 04de788 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 9 months ago
- 93ce4af NFS: Clean up process of marking inode stale. by Trond Myklebust · 4 years, 9 months ago
- b3d8e42 Merge tag 'nfsd-5.7' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 9 months ago
- 44ea8df NFS/pnfs: Reference the layout cred in pnfs_prepare_layoutreturn() by Trond Myklebust · 4 years, 9 months ago
- 97a728f NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcommit_inode() by Trond Myklebust · 4 years, 9 months ago
- fc51b1c NFS: Beware when dereferencing the delegation cred by Trond Myklebust · 4 years, 9 months ago
- f30a6ea NFS: Add a module parameter to set nfs_mountpoint_expiry_timeout by Trond Myklebust · 4 years, 9 months ago
- 75da985 NFS: finish_automount() requires us to hold 2 refs to the mount record by Trond Myklebust · 4 years, 9 months ago
- 529af90 NFS: Fix a few constant_table array definitions by Scott Mayhew · 4 years, 9 months ago
- ed5d588 NFS: Try to join page groups before an O_DIRECT retransmission by Trond Myklebust · 4 years, 9 months ago
- e00ed89 NFS: Refactor nfs_lock_and_join_requests() by Trond Myklebust · 4 years, 9 months ago
- 44a65a0 NFS: Reverse the submission order of requests in __nfs_pageio_add_request() by Trond Myklebust · 4 years, 9 months ago
- a62f8e3 NFS: Clean up nfs_lock_and_join_requests() by Trond Myklebust · 4 years, 9 months ago
- 377840e NFS: Remove the redundant function nfs_pgio_has_mirroring() by Trond Myklebust · 4 years, 9 months ago
- 862f35c NFS: Fix memory leaks in nfs_pageio_stop_mirroring() by Trond Myklebust · 4 years, 9 months ago
- f02cec9 NFS: Fix a request reference leak in nfs_direct_write_clear_reqs() by Trond Myklebust · 4 years, 9 months ago
- dc9dc2f NFS: Fix use-after-free issues in nfs_pageio_add_request() by Trond Myklebust · 4 years, 9 months ago
- 08ca8b2 NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests() by Trond Myklebust · 4 years, 9 months ago
- add42de NFS: Fix a page leak in nfs_destroy_unlinked_subrequests() by Trond Myklebust · 4 years, 9 months ago
- b3aa112 Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux by Linus Torvalds · 4 years, 9 months ago
- 779df6a NFS: Ensure security label is set for root inode by Scott Mayhew · 4 years, 10 months ago
- 7c4fa15 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 481ed29 Merge tag 'docs-5.7' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 9 months ago
- 1de3af9 NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio() by Trond Myklebust · 4 years, 9 months ago
- cbd7be4 pNFS/flexfiles: Specify the layout segment range in LAYOUTGET by Trond Myklebust · 4 years, 9 months ago
- e70430d pNFS/flexfiles: remove requirement for whole file layouts by Trond Myklebust · 4 years, 9 months ago
- e1e54ab pNFS/flexfiles: Check the layout segment range before doing I/O by Trond Myklebust · 4 years, 9 months ago
- 660d1eb pNFS/flexfile: Don't merge layout segments if the mirrors don't match by Trond Myklebust · 4 years, 9 months ago
- e18c18e NFS/pNFS: Fix pnfs_layout_mark_request_commit() invalid layout segment handling by Trond Myklebust · 4 years, 10 months ago
- c84bea5 NFS/pNFS: Simplify bucket layout segment reference counting by Trond Myklebust · 4 years, 10 months ago
- 9c455a8 NFS/pNFS: Clean up pNFS commit operations by Trond Myklebust · 4 years, 10 months ago
- 0aa647b NFS: Remove bucket array from struct pnfs_ds_commit_info by Trond Myklebust · 4 years, 10 months ago
- fb6b53b NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs() by Trond Myklebust · 4 years, 10 months ago
- ba827c9 pNFS: Enable per-layout segment commit structures by Trond Myklebust · 4 years, 10 months ago
- a990189 pNFS: Add infrastructure for cleaning up per-layout commit structures by Trond Myklebust · 4 years, 10 months ago
- e3b9f7e NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commit_verifiers() by Trond Myklebust · 4 years, 10 months ago
- 1f28476 NFS: Fix O_DIRECT commit verifier handling by Trond Myklebust · 4 years, 10 months ago
- fb5f7f2 NFS: commit errors should be fatal by Trond Myklebust · 4 years, 10 months ago
- 18f4129 NFS/pNFS: Allow O_DIRECT to release the DS commitinfo by Trond Myklebust · 4 years, 10 months ago
- 0cb1f6d pNFS: Support per-layout segment commits in pnfs_generic_commit_pagelist() by Trond Myklebust · 4 years, 10 months ago
- fce9ed0 pNFS: Support per-layout segment commits in pnfs_generic_recover_commit_reqs() by Trond Myklebust · 4 years, 10 months ago
- a8e3765 NFSv4/pNFS: Scan the full list of commit arrays when committing by Trond Myklebust · 4 years, 10 months ago
- c21e716 NFSv4/pnfs: Support a list of commit arrays in struct pnfs_ds_commit_info by Trond Myklebust · 4 years, 10 months ago
- d7242c4 pNFS: Add a helper to allocate the array of buckets by Trond Myklebust · 4 years, 10 months ago
- 19573c9 NFS/pNFS: Refactor pnfs_generic_commit_pagelist() by Trond Myklebust · 4 years, 10 months ago
- 329651b pNFS/flexfiles: Simplify allocation of the mirror array by Trond Myklebust · 4 years, 10 months ago
- aa3367c NFS: Don't specify NFS version in "UDP not supported" error by Petr Vorel · 4 years, 9 months ago
- 89c8023 nfsroot: set tcp as the default transport protocol by Liwei Song · 4 years, 9 months ago
- baf5fe7 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years, 9 months ago
- 8605cf0 NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails by Misono Tomohiro · 5 years ago
- 3cab185 nfs: Fix up documentation in nfs_follow_referral() and nfs_do_submount() by Trond Myklebust · 4 years, 10 months ago
- 65286b8 nfsd: export upcalls must not return ESTALE when mountd is down by Trond Myklebust · 4 years, 10 months ago
- 5601cda nfs: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 10 months ago
- f5fdf12 NFSv4.2: error out when relink swapfile by Murphy Zhou · 4 years, 11 months ago
- eb095c1 NFS:remove redundant call to nfs_do_access by Zhouyi Zhou · 4 years, 10 months ago
- b5fdf84 NFSv4: Add support for CB_RECALL_ANY for flexfiles layouts by Trond Myklebust · 4 years, 11 months ago
- 7f156ef NFSv4: Clean up nfs_delegation_reap_expired() by Trond Myklebust · 4 years, 10 months ago
- 1bba38b NFSv4: Clean up nfs_delegation_reap_unclaimed() by Trond Myklebust · 4 years, 10 months ago
- af3b61b NFSv4: Clean up nfs_client_return_marked_delegations() by Trond Myklebust · 4 years, 10 months ago
- 3c9e502 NFS: Add a helper nfs_client_for_each_server() by Trond Myklebust · 4 years, 10 months ago
- 58ac3e5 NFSv4/pnfs: Clean up nfs_layout_find_inode() by Trond Myklebust · 4 years, 10 months ago
- cf6605d NFSv4: Ensure layout headers are RCU safe by Trond Myklebust · 4 years, 11 months ago
- d911c57 NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode_by_stateid() by Trond Myklebust · 4 years, 10 months ago
- 194a0dc pNFS/flexfiles: Report DELAY and GRACE errors from the DS to the server by Trond Myklebust · 5 years ago
- a8b373e NFS: Limit the size of the access cache by default by Trond Myklebust · 5 years ago
- 49cd325 NFS: Avoid referencing the cred twice in async rename/unlink by Trond Myklebust · 5 years ago
- 63ec2b6 NFSv4: Avoid unnecessary credential references in layoutget by Trond Myklebust · 5 years ago
- 6129650 NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/O by Trond Myklebust · 5 years ago
- 542b994 NFS: Assume cred is pinned by open context in I/O requests by Trond Myklebust · 5 years ago
- 1d179d6 NFS: alloc_nfs_open_context() must use the file cred when available by Trond Myklebust · 5 years ago
- 244fcd2 NFS: Ensure we time out if a delegreturn does not complete by Trond Myklebust · 5 years ago
- 59b5639 NFSv4/pnfs: pnfs_set_layout_stateid() should update the layout cred by Trond Myklebust · 5 years ago
- 57f188e NFSv4: nfs_update_inplace_delegation() should update delegation cred by Trond Myklebust · 5 years ago
- 59e356a NFS: Use the 64-bit server readdir cookies when possible by Trond Myklebust · 5 years ago
- 3eb30c5 Documentation: nfsroot.rst: Fix references to nfsroot.rst by Niklas Söderlund · 4 years, 11 months ago
- 55dee1b nfs: add minor version to nfs_server_key for fscache by Scott Mayhew · 4 years, 10 months ago
- 75a9b91 NFS: Fix leak of ctx->nfs_server.hostname by Scott Mayhew · 4 years, 10 months ago
- 1821b26 NFS: Don't hard-code the fs_type when submounting by Scott Mayhew · 4 years, 11 months ago
- 1cef218 NFS: Ensure the fs_context has the correct fs_type before mounting by Scott Mayhew · 4 years, 11 months ago
- 9f01eb5 nfs: Fix nfs_access_get_cached_rcu() sparse error by Madhuparna Bhowmik · 5 years ago
- 5d63944 NFSv4: Ensure the delegation cred is pinned when we call delegreturn by Trond Myklebust · 4 years, 11 months ago
- 8c75593 NFSv4: Ensure the delegation is pinned in nfs_do_return_delegation() by Trond Myklebust · 4 years, 11 months ago
- cd1b659 NFSv4.1 make cachethis=no for writes by Olga Kornievskaia · 4 years, 11 months ago
- efeda80 NFSv4: Fix revalidation of dentries with delegations by Trond Myklebust · 5 years ago
- cf5b405 NFSv4: Fix races between open and dentry revalidation by Trond Myklebust · 5 years ago
- a1147b8 NFS: Fix up directory verifier races by Trond Myklebust · 5 years ago
- c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
- f43574d Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
- 328de52 turn fs_param_is_... into functions by Al Viro · 5 years ago
- 48ce73b fs_parse: handle optional arguments sanely by Al Viro · 5 years ago
- d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
- 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
- 5eede62 fold struct fs_parameter_enum into struct constant_table by Al Viro · 5 years ago
- 2710c957a fs_parse: get rid of ->enums by Al Viro · 5 years ago
- 7dc2993 NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals by Robert Milkowski · 5 years ago
- 924491f NFSv4: try lease recovery on NFS4ERR_EXPIRED by Robert Milkowski · 5 years ago
- 123c23c NFS: Fix memory leaks by Wenwen Wang · 5 years ago