| Age | Commit message (Expand) | Author | Files | Lines |
| 8 days | Merge tag 'vfs-6.19-rc1.directory.locking' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 1 | -9/+5 |
| 8 days | Merge tag 'vfs-6.19-rc1.directory.delegations' of git://git.kernel.org/pub/sc... | Linus Torvalds | 1 | -1/+21 |
| 2025-11-14 | VFS: change vfs_mkdir() to unlock on failure. | NeilBrown | 1 | -1/+1 |
| 2025-11-14 | VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating() | NeilBrown | 1 | -9/+5 |
| 2025-11-12 | nfsd: wire up GET_DIR_DELEGATION handling | Jeff Layton | 1 | -1/+21 |
| 2025-10-21 | Revert "NFSD: Remove the cap on number of operations per NFSv4 COMPOUND" | Chuck Lever | 1 | -2/+12 |
| 2025-10-21 | NFSD: Fix crash in nfsd4_read_release() | Chuck Lever | 1 | -3/+4 |
| 2025-10-01 | NFSD: Do the grace period check in ->proc_layoutget | Chuck Lever | 1 | -6/+1 |
| 2025-10-01 | NFSD: Allow layoutcommit during grace period | Sergey Bashirov | 1 | -13/+25 |
| 2025-09-25 | NFSD: Disallow layoutget during grace period | Sergey Bashirov | 1 | -0/+5 |
| 2025-09-21 | NFSD: Fix destination buffer size in nfsd4_ssc_setup_dul() | Thorsten Blum | 1 | -1/+1 |
| 2025-09-21 | nfsd: freeze c/mtime updates with outstanding WRITE_ATTRS delegation | Jeff Layton | 1 | -2/+24 |
| 2025-09-21 | nfsd: fix SETATTR updates for delegated timestamps | Jeff Layton | 1 | -1/+30 |
| 2025-09-21 | NFSD: Fix last write offset handling in layoutcommit | Sergey Bashirov | 1 | -15/+15 |
| 2025-09-21 | NFSD: Implement large extent array support in pNFS | Sergey Bashirov | 1 | -1/+1 |
| 2025-09-21 | NFSD: Minor cleanup in layoutcommit processing | Sergey Bashirov | 1 | -9/+3 |
| 2025-07-14 | Revert "NFSD: Force all NFSv4.2 COPY requests to be synchronous" | Chuck Lever | 1 | -7/+0 |
| 2025-07-14 | NFSD: Remove the cap on number of operations per NFSv4 COMPOUND | Chuck Lever | 1 | -12/+2 |
| 2025-05-28 | Merge tag 'nfsd-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -11/+24 |
| 2025-05-15 | NFSD: Remove NFSD_BUFSIZE | Chuck Lever | 1 | -1/+1 |
| 2025-05-15 | NFSD: De-duplicate the svc_fill_write_vector() call sites | Chuck Lever | 1 | -6/+2 |
| 2025-05-11 | nfsd: add tracepoint for getattr and statfs events | Jeff Layton | 1 | -0/+2 |
| 2025-05-11 | nfsd: add tracepoint to nfsd_readdir | Jeff Layton | 1 | -0/+3 |
| 2025-05-11 | nfsd: nfsd4_spo_must_allow() must check this is a v4 compound request | NeilBrown | 1 | -1/+2 |
| 2025-05-11 | nfsd: remove redundant WARN_ON_ONCE in nfsd4_write | Guoqing Jiang | 1 | -1/+0 |
| 2025-05-11 | NFSD: Record each NFSv4 call's session slot index | Chuck Lever | 1 | -0/+9 |
| 2025-05-11 | NFSD: Shorten CB_OFFLOAD response to NFS4ERR_DELAY | Chuck Lever | 1 | -1/+1 |
| 2025-05-11 | NFSD: OFFLOAD_CANCEL should mark an async COPY as completed | Chuck Lever | 1 | -1/+4 |
| 2025-04-07 | nfsd: Use lookup_one() rather than lookup_one_len() | NeilBrown | 1 | -1/+3 |
| 2025-03-10 | nfsd: prevent callback tasks running concurrently | Jeff Layton | 1 | -1/+1 |
| 2025-01-21 | nfsd: handle delegated timestamps in SETATTR | Jeff Layton | 1 | -3/+28 |
| 2024-12-17 | NFSD: fix management of pending async copies | Olga Kornievskaia | 1 | -5/+8 |
| 2024-11-18 | NFSD: Add nfsd4_copy time-to-live | Chuck Lever | 1 | -2/+5 |
| 2024-11-18 | NFSD: Add a laundromat reaper for async copy state | Chuck Lever | 1 | -1/+34 |
| 2024-11-18 | NFSD: Block DESTROY_CLIENTID only when there are ongoing async COPY operations | Chuck Lever | 1 | -0/+30 |
| 2024-11-18 | NFSD: Handle an NFS4ERR_DELAY response to CB_OFFLOAD | Chuck Lever | 1 | -0/+8 |
| 2024-11-18 | NFSD: Free async copy information in nfsd4_cb_offload_release() | Chuck Lever | 1 | -7/+10 |
| 2024-11-18 | NFSD: Fix nfsd4_shutdown_copy() | Chuck Lever | 1 | -2/+5 |
| 2024-11-18 | NFSD: Add a tracepoint to record canceled async COPY operations | Chuck Lever | 1 | -0/+1 |
| 2024-11-18 | nfsd: Fix NFSD_MAY_BYPASS_GSS and NFSD_MAY_BYPASS_GSS_ON_ROOT | Pali Rohár | 1 | -1/+1 |
| 2024-11-18 | nfsd: Fill NFSv4.1 server implementation fields in OP_EXCHANGE_ID response | Pali Rohár | 1 | -0/+1 |
| 2024-11-18 | nfsd: new tracepoint for after op_func in compound processing | Jeff Layton | 1 | -0/+1 |
| 2024-10-30 | NFSD: Never decrement pending_async_copies on error | Chuck Lever | 1 | -3/+1 |
| 2024-10-29 | NFSD: Initialize struct nfsd4_copy earlier | Chuck Lever | 1 | -2/+2 |
| 2024-09-20 | NFSD: Wrap async copy operations with trace points | Chuck Lever | 1 | -1/+2 |
| 2024-09-20 | NFSD: Limit the number of concurrent async COPY operations | Chuck Lever | 1 | -2/+9 |
| 2024-09-20 | NFSD: Async COPY result needs to return a write verifier | Chuck Lever | 1 | -15/+8 |
| 2024-09-20 | nfsd: track the main opcode for callbacks | Jeff Layton | 1 | -1/+2 |
| 2024-09-20 | nfsd: move error choice for incorrect object types to version-specific code. | NeilBrown | 1 | -10/+11 |
| 2024-09-20 | nfsd: Don't pass all of rqst into rqst_exp_find() | NeilBrown | 1 | -1/+3 |
| 2024-09-20 | nfsd: don't assume copy notify when preprocessing the stateid | Sagi Grimberg | 1 | -1/+3 |
| 2024-07-08 | NFSD: Support write delegations in LAYOUTGET | Chuck Lever | 1 | -2/+3 |
| 2024-05-09 | NFSD: Force all NFSv4.2 COPY requests to be synchronous | Chuck Lever | 1 | -0/+7 |
| 2024-05-06 | NFSD: Add COPY status code to OFFLOAD_STATUS response | Chuck Lever | 1 | -2/+8 |
| 2024-05-06 | NFSD: Record status of async copy operation in struct nfsd4_copy | Chuck Lever | 1 | -11/+10 |
| 2024-05-06 | nfsd: trivial GET_DIR_DELEGATION support | Jeff Layton | 1 | -0/+41 |
| 2024-03-01 | nfsd: Fix NFSv3 atomicity bugs in nfsd_setattr() | Trond Myklebust | 1 | -2/+1 |
| 2024-03-01 | nfsd: Fix a regression in nfsd_setattr() | Trond Myklebust | 1 | -0/+4 |
| 2024-03-01 | nfsd: make all of the nfsd stats per-network namespace | Josef Bacik | 1 | -3/+3 |
| 2024-01-07 | NFSD: Modify NFSv4 to use nfsd_read_splice_ok() | Chuck Lever | 1 | -2/+5 |
| 2023-10-30 | Merge tag 'nfsd-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds | 1 | -10/+22 |
| 2023-10-18 | nfsd: convert to new timestamp accessors | Jeff Layton | 1 | -4/+4 |
| 2023-10-16 | NFSD: Clean up nfsd4_encode_copy_notify() | Chuck Lever | 1 | -2/+2 |
| 2023-10-16 | NFSD: Remove a layering violation when encoding lock_denied | Chuck Lever | 1 | -0/+2 |
| 2023-10-16 | NFSD: Clean up nfsd4_encode_layoutcommit() | Chuck Lever | 1 | -2/+2 |
| 2023-10-16 | SUNRPC: change how svc threads are asked to exit. | NeilBrown | 1 | -3/+5 |
| 2023-10-16 | NFSD: add trace points to track server copy progress | Dai Ngo | 1 | -2/+10 |
| 2023-10-16 | NFSD: initialize copy->cp_clp early in nfsd4_copy for use by trace point | Dai Ngo | 1 | -1/+1 |
| 2023-09-09 | nfsd: fix change_info in NFSv4 RENAME replies | Jeff Layton | 1 | -2/+2 |
| 2023-08-29 | nfsd: don't allow nfsd threads to be signalled. | NeilBrown | 1 | -3/+2 |
| 2023-08-29 | nfsd: set missing after_change as before_change + 1 | Jeff Layton | 1 | -1/+1 |
| 2023-08-29 | nfsd: remove unsafe BUG_ON from set_change_info | Jeff Layton | 1 | -0/+32 |
| 2023-08-29 | nfsd: handle failure to collect pre/post-op attrs more sanely | Jeff Layton | 1 | -6/+8 |
| 2023-02-20 | NFSD: fix problems with cleanup on errors in nfsd4_copy | Dai Ngo | 1 | -4/+8 |
| 2023-02-20 | NFSD: fix leaked reference count of nfsd4_ssc_umount_item | Dai Ngo | 1 | -4/+8 |
| 2023-02-20 | nfsd: clean up potential nfsd_file refcount leaks in COPY codepath | Jeff Layton | 1 | -13/+10 |
| 2023-02-20 | nfsd: zero out pointers after putting nfsd_files on COPY setup error | Jeff Layton | 1 | -0/+2 |
| 2023-02-20 | nfsd: don't take nfsd4_copy ref for OP_OFFLOAD_STATUS | Jeff Layton | 1 | -11/+24 |
| 2023-02-20 | SUNRPC: Use per-CPU counters to tally server RPC counts | Chuck Lever | 1 | -3/+4 |
| 2023-02-20 | NFSD: enhance inter-server copy cleanup | Dai Ngo | 1 | -67/+44 |
| 2023-01-11 | NFSD: fix use-after-free in nfsd4_ssc_setup_dul() | Xingyuan Mo | 1 | -0/+1 |
| 2023-01-06 | Revert "SUNRPC: Use RMW bitops in single-threaded hot paths" | Chuck Lever | 1 | -4/+3 |
| 2022-12-14 | NFSD: fix use-after-free in __nfs42_ssc_open() | Dai Ngo | 1 | -15/+5 |
| 2022-12-10 | NFSD: pass range end to vfs_fsync_range() instead of count | Brian Foster | 1 | -2/+3 |
| 2022-12-10 | nfsd: return error if nfs4_setacl fails | Jeff Layton | 1 | -0/+2 |
| 2022-11-28 | NFSD: Clean up nfs4_preprocess_stateid_op() call sites | Chuck Lever | 1 | -24/+7 |
| 2022-11-28 | NFSD: Pass the target nfsd_file to nfsd_commit() | Chuck Lever | 1 | -1/+10 |
| 2022-09-26 | NFSD: Cap rsize_bop result based on send buffer size | Chuck Lever | 1 | -24/+24 |
| 2022-09-26 | NFSD: Rename the fields in copy_stateid_t | Chuck Lever | 1 | -3/+3 |
| 2022-09-26 | NFSD: Remove "inline" directives on op_rsize_bop helpers | Chuck Lever | 1 | -46/+75 |
| 2022-09-26 | NFSD: Reduce amount of struct nfsd4_compoundargs that needs clearing | Chuck Lever | 1 | -1/+1 |
| 2022-09-26 | SUNRPC: Parametrize how much of argsize should be zeroed | Chuck Lever | 1 | -0/+2 |
| 2022-09-26 | NFSD: Add tracepoints to report NFSv4 callback completions | Chuck Lever | 1 | -0/+4 |
| 2022-09-26 | NFSD: Trace NFSv4 COMPOUND tags | Chuck Lever | 1 | -1/+1 |
| 2022-09-26 | NFSD: Fix handling of oversized NFSv4 COMPOUND requests | Chuck Lever | 1 | -6/+13 |
| 2022-09-26 | NFSD: remove redundant variable status | Jinpeng Cui | 1 | -12/+4 |
| 2022-09-26 | NFSD enforce filehandle check for source file in COPY | Olga Kornievskaia | 1 | -1/+7 |
| 2022-09-26 | NFSD: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -1/+1 |
| 2022-08-04 | NFSD: use explicit lock/unlock for directory ops | NeilBrown | 1 | -2/+4 |
| 2022-08-04 | NFSD: reduce locking in nfsd_lookup() | NeilBrown | 1 | -8/+12 |
| 2022-08-04 | NFSD: always drop directory lock in nfsd_unlink() | NeilBrown | 1 | -3/+1 |
| 2022-08-04 | NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning. | NeilBrown | 1 | -2/+0 |
| 2022-08-04 | NFSD: add posix ACLs to struct nfsd_attrs | NeilBrown | 1 | -30/+16 |
| 2022-07-29 | NFSD: add security label to struct nfsd_attrs | NeilBrown | 1 | -40/+9 |
| 2022-07-29 | NFSD: set attributes when creating symlinks | NeilBrown | 1 | -1/+1 |
| 2022-07-29 | NFSD: introduce struct nfsd_attrs | NeilBrown | 1 | -7/+16 |
| 2022-07-29 | NFSD: verify the opened dentry after setting a delegation | Jeff Layton | 1 | -0/+1 |
| 2022-07-29 | NFSD: Move copy offload callback arguments into a separate structure | Chuck Lever | 1 | -22/+22 |
| 2022-07-29 | NFSD: Add nfsd4_send_cb_offload() | Chuck Lever | 1 | -15/+22 |
| 2022-07-29 | NFSD: Remove kmalloc from nfsd4_do_async_copy() | Chuck Lever | 1 | -14/+14 |
| 2022-07-29 | NFSD: Refactor nfsd4_do_copy() | Chuck Lever | 1 | -8/+14 |
| 2022-07-29 | NFSD: Refactor nfsd4_cleanup_inter_ssc() (2/2) | Chuck Lever | 1 | -8/+7 |
| 2022-07-29 | NFSD: Refactor nfsd4_cleanup_inter_ssc() (1/2) | Chuck Lever | 1 | -5/+5 |
| 2022-07-29 | NFSD: Replace boolean fields in struct nfsd4_copy | Chuck Lever | 1 | -32/+19 |
| 2022-07-29 | NFSD: Make nfs4_put_copy() static | Chuck Lever | 1 | -1/+1 |
| 2022-07-29 | NFSD: Shrink size of struct nfsd4_copy | Chuck Lever | 1 | -2/+6 |
| 2022-07-29 | NFSD: Shrink size of struct nfsd4_copy_notify | Chuck Lever | 1 | -2/+2 |
| 2022-07-29 | NFSD: Fix strncpy() fortify warning | Chuck Lever | 1 | -1/+1 |
| 2022-07-29 | NFSD: Demote a WARN to a pr_warn() | Chuck Lever | 1 | -3/+3 |
| 2022-07-29 | NFSD: Fix space and spelling mistake | Zhang Jiaming | 1 | -2/+2 |
| 2022-05-23 | SUNRPC: Use RMW bitops in single-threaded hot paths | Chuck Lever | 1 | -3/+4 |
| 2022-05-23 | NFSD: Move documenting comment for nfsd4_process_open2() | Chuck Lever | 1 | -5/+1 |
| 2022-05-23 | NFSD: Fix whitespace | Chuck Lever | 1 | -25/+25 |
| 2022-05-23 | NFSD: Remove dprintk call sites from tail of nfsd4_open() | Chuck Lever | 1 | -4/+0 |
| 2022-05-23 | NFSD: Instantiate a struct file when creating a regular NFSv4 file | Chuck Lever | 1 | -4/+39 |
| 2022-05-20 | NFSD: Refactor NFSv4 OPEN(CREATE) | Chuck Lever | 1 | -10/+152 |
| 2022-02-09 | NFSD: Clamp WRITE offsets | Chuck Lever | 1 | -2/+3 |
| 2022-02-09 | NFSD: Fix the behavior of READ near OFFSET_MAX | Chuck Lever | 1 | -2/+6 |
| 2022-01-08 | NFSD: Move fill_pre_wcc() and fill_post_wcc() | Chuck Lever | 1 | -1/+1 |
| 2022-01-08 | NFSD: Rename boot verifier functions | Chuck Lever | 1 | -1/+1 |
| 2022-01-08 | nfsd: Add a tracepoint for errors in nfsd4_clone_file_range() | Trond Myklebust | 1 | -1/+1 |
| 2022-01-08 | nfsd: Replace use of rwsem with errseq_t | Trond Myklebust | 1 | -7/+9 |
| 2021-12-13 | NFSD: Fix sparse warning | Chuck Lever | 1 | -1/+1 |
| 2021-10-13 | NFSD: Save location of NFSv4 COMPOUND status | Chuck Lever | 1 | -1/+1 |
| 2021-10-02 | NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment() | Chuck Lever | 1 | -2/+1 |
| 2021-10-02 | NFSD: Initialize pointer ni with NULL and not plain integer 0 | Colin Ian King | 1 | -1/+1 |
| 2021-10-02 | NFSD: simplify struct nfsfh | NeilBrown | 1 | -2/+2 |
| 2021-07-06 | nfsd: remove redundant assignment to pointer 'this' | Colin Ian King | 1 | -1/+1 |
| 2021-07-06 | NFSD: Fix error return code in nfsd4_interssc_connect() | Wei Yongjun | 1 | -0/+1 |
| 2021-07-06 | nfsd: fix kernel test robot warning in SSC code | Dai Ngo | 1 | -2/+2 |
| 2021-05-25 | NFSD: delay unmount source's export after inter-server copy completed. | Dai Ngo | 1 | -4/+131 |
| 2021-05-25 | NFSD add vfs_fsync after async copy is done | Olga Kornievskaia | 1 | -1/+13 |
| 2021-05-18 | NFSD: Add an nfsd_cb_offload tracepoint | Chuck Lever | 1 | -0/+2 |
| 2021-05-07 | treewide: remove editor modelines and cruft | Masahiro Yamada | 1 | -6/+0 |
| 2021-04-01 | NFSv4.2: fix copy stateid copying for the async copy | Olga Kornievskaia | 1 | -2/+2 |
| 2021-03-22 | nfsd: don't ignore high bits of copy count | J. Bruce Fields | 1 | -1/+1 |
| 2021-03-22 | nfsd: COPY with length 0 should copy to end of file | J. Bruce Fields | 1 | -0/+3 |
| 2021-03-22 | NFSD: Extract the svcxdr_init_encode() helper | Chuck Lever | 1 | -23/+8 |
| 2021-03-09 | NFSD: fix dest to src mount in inter-server COPY | Olga Kornievskaia | 1 | -1/+1 |
| 2021-01-28 | nfsd: cstate->session->se_client -> cstate->clp | J. Bruce Fields | 1 | -3/+2 |
| 2021-01-28 | nfsd: simplify nfsd4_check_open_reclaim | J. Bruce Fields | 1 | -2/+1 |
| 2021-01-25 | nfsd: protect concurrent access to nfsd stats counters | Amir Goldstein | 1 | -1/+1 |
| 2021-01-25 | SUNRPC: Make trace_svc_process() display the RPC procedure symbolically | Chuck Lever | 1 | -0/+2 |
| 2020-12-18 | NFSD: Fix sparse warning in nfssvc.c | Chuck Lever | 1 | -0/+5 |
| 2020-12-09 | NFSD: Fix sparse warning in nfs4proc.c | Chuck Lever | 1 | -6/+2 |
| 2020-11-30 | NFSD: Make nfsd4_ops::opnum a u32 | Chuck Lever | 1 | -1/+1 |
| 2020-11-30 | NFSD: Add helper to decode OPEN's open_claim4 argument | Chuck Lever | 1 | -4/+4 |
| 2020-11-30 | NFSD: Replace the internals of the READ_BUF() macro | Chuck Lever | 1 | -2/+2 |
| 2020-11-30 | NFSD: Add common helpers to decode void args and encode void results | Chuck Lever | 1 | -7/+4 |
| 2020-11-30 | SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() | Chuck Lever | 1 | -1/+1 |
| 2020-11-05 | NFSD: fix missing refcount in nfsd4_copy by nfsd4_do_async_copy | Dai Ngo | 1 | -0/+1 |
| 2020-11-05 | NFSD: Fix use-after-free warning when doing inter-server copy | Dai Ngo | 1 | -1/+1 |
| 2020-10-21 | NFSv4.2: Fix NFS4ERR_STALE error when doing inter server copy | Dai Ngo | 1 | -1/+2 |
| 2020-10-12 | NFSD: Add READ_PLUS data support | Anna Schumaker | 1 | -0/+21 |
| 2020-10-12 | NFSD: Hoist status code encoding into XDR encoder functions | Chuck Lever | 1 | -4/+3 |
| 2020-10-02 | NFSD: Encoder and decoder functions are always present | Chuck Lever | 1 | -0/+1 |
| 2020-09-25 | nfsd: fix comparison to bool warning | Zheng Bin | 1 | -1/+1 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-07-13 | nfsd: implement the xattr functions and en/decode logic | Frank van der Linden | 1 | -0/+120 |
| 2020-07-13 | nfsd: take xattr bits into account for permission checks | Frank van der Linden | 1 | -1/+7 |
| 2020-05-21 | Merge branch 'nfsd-5.8' of git://linux-nfs.org/~cel/cel-2.6 into for-5.8-inco... | J. Bruce Fields | 1 | -4/+3 |
| 2020-05-20 | NFSD: Fix improperly-formatted Doxygen comments | Chuck Lever | 1 | -4/+3 |
| 2020-05-08 | nfsd: clients don't need to break their own delegations | J. Bruce Fields | 1 | -0/+2 |
| 2020-02-06 | nfsd4: fix double free in nfsd4_do_async_copy() | Dan Carpenter | 1 | -1/+0 |
| 2020-01-22 | nfsd: Ensure sampling of the write verifier is atomic with the write | Trond Myklebust | 1 | -2/+2 |
| 2020-01-22 | nfsd: Ensure sampling of the commit verifier is atomic with the commit | Trond Myklebust | 1 | -2/+2 |
| 2020-01-22 | nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range() | Trond Myklebust | 1 | -2/+2 |
| 2020-01-22 | nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argument | Trond Myklebust | 1 | -1/+1 |
| 2020-01-03 | nfsd: use true,false for bool variable in nfs4proc.c | zhengbin | 1 | -2/+2 |
| 2019-12-19 | nfsd: pass a 64-bit guardtime to nfsd_setattr() | Arnd Bergmann | 1 | -1/+1 |
| 2019-12-09 | nfsd4: avoid NULL deference on strange COPY compounds | J. Bruce Fields | 1 | -1/+2 |
| 2019-12-09 | NFSD fixing possible null pointer derefering in copy offload | Olga Kornievskaia | 1 | -1/+2 |
| 2019-12-09 | NFSD fix nfserro errno mismatch | Olga Kornievskaia | 1 | -6/+5 |
| 2019-12-09 | NFSD: fix seqid in copy stateid | Olga Kornievskaia | 1 | -1/+1 |
| 2019-12-09 | NFSD add nfs4 inter ssc to nfsd4_copy | Olga Kornievskaia | 1 | -22/+271 |
| 2019-12-09 | NFSD: allow inter server COPY to have a STALE source server fh | Olga Kornievskaia | 1 | -4/+53 |
| 2019-12-09 | NFSD generalize nfsd4_compound_state flag names | Olga Kornievskaia | 1 | -4/+4 |
| 2019-12-09 | NFSD add COPY_NOTIFY operation | Olga Kornievskaia | 1 | -10/+48 |
| 2019-12-09 | NFSD COPY_NOTIFY xdr | Olga Kornievskaia | 1 | -0/+28 |
| 2019-12-07 | NFSD fixing possible null pointer derefering in copy offload | Olga Kornievskaia | 1 | -1/+2 |
| 2019-11-30 | nfsd: Ensure CLONE persists data and metadata changes to the target file | Trond Myklebust | 1 | -1/+2 |
| 2019-09-10 | nfsd: Support the server resetting the boot verifier | Trond Myklebust | 1 | -10/+4 |
| 2019-08-19 | nfsd: hook up nfs4_preprocess_stateid_op to the nfsd_file cache | Jeff Layton | 1 | -41/+42 |
| 2019-05-15 | Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -1/+2 |
| 2019-04-24 | nfsd: Allow containers to set supported nfs versions | Trond Myklebust | 1 | -1/+2 |
| 2019-04-08 | fs: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
| 2018-12-14 | NFSD remove OP_CACHEME from 4.2 op_flags | Olga Kornievskaia | 1 | -4/+4 |
| 2018-11-27 | nfsd4: skip unused assignment | J. Bruce Fields | 1 | -1/+1 |
| 2018-11-27 | nfsd4: forbid all renames during grace period | J. Bruce Fields | 1 | -2/+1 |
| 2018-11-27 | nfsd4: zero-length WRITE should succeed | J. Bruce Fields | 1 | -2/+0 |