Age | Commit message (Expand) | Author |
2023-06-30 | Merge tag 'nfsd-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2023-06-29 | Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-06-27 | nfsd: Fix creation time serialization order | Tavian Barnes |
2023-06-24 | sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES) | David Howells |
2023-06-21 | nfsd: remove redundant assignments to variable len | Colin Ian King |
2023-06-18 | NFSD: Distinguish per-net namespace initialization | Chuck Lever |
2023-06-18 | nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net | Jeff Layton |
2023-06-17 | NFSD: Add an nfsd4_encode_nfstime4() helper | Chuck Lever |
2023-06-12 | NFSD: add encoding of op_recall flag for write delegation | Dai Ngo |
2023-06-11 | nfsd: don't provide pre/post-op attrs if fh_getattr fails | Jeff Layton |
2023-06-11 | NFSD: Remove nfsd_readv() | Chuck Lever |
2023-06-11 | NFSD: Hoist rq_vec preparation into nfsd_read() [step two] | Chuck Lever |
2023-06-11 | NFSD: Hoist rq_vec preparation into nfsd_read() | Chuck Lever |
2023-06-11 | NFSD: Update rq_next_page between COMPOUND operations | Chuck Lever |
2023-06-11 | NFSD: Use svcxdr_encode_opaque_pages() in nfsd4_encode_splice_read() | Chuck Lever |
2023-06-05 | NFSD: Ensure that xdr_write_pages updates rq_next_page | Chuck Lever |
2023-06-05 | NFSD: Replace encode_cinfo() | Chuck Lever |
2023-06-05 | NFSD: Add encoders for NFSv4 clientids and verifiers | Chuck Lever |
2023-06-05 | NFSD: trace nfsctl operations | Chuck Lever |
2023-06-05 | NFSD: Clean up nfsctl_transaction_write() | Chuck Lever |
2023-06-05 | NFSD: Clean up nfsctl white-space damage | Chuck Lever |
2023-06-05 | nfsd: use vfs setgid helper | Christian Brauner |
2023-06-02 | Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2023-05-31 | nfsd: fix double fget() bug in __write_ports_addfd() | Dan Carpenter |
2023-05-25 | exportfs: check for error return value from exportfs_encode_*() | Amir Goldstein |
2023-05-23 | nfsd: make a copy of struct iattr before calling notify_change | Jeff Layton |
2023-05-22 | exportfs: change connectable argument to bit flags | Amir Goldstein |
2023-05-17 | Merge tag 'nfsd-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2023-05-15 | NFSD: Remove open coding of string copy | Azeem Shaikh |
2023-05-02 | nfsd: define exports_proc_ops with CONFIG_PROC_FS | Tom Rix |
2023-04-29 | Merge tag 'nfsd-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds |
2023-04-27 | NFSD: Handle new xprtsec= export option | Chuck Lever |
2023-04-27 | NFSD: Clean up xattr memory allocation flags | Chuck Lever |
2023-04-27 | NFSD: Fix problem of COMMIT and NFS4ERR_DELAY in infinite loop | Dai Ngo |
2023-04-26 | nfsd: simplify the delayed disposal list code | Jeff Layton |
2023-04-26 | NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor() | Chuck Lever |
2023-04-26 | SUNRPC: return proper error from get_expiry() | NeilBrown |
2023-04-26 | NFSD: Convert filecache to rhltable | Chuck Lever |
2023-04-26 | nfsd: allow reaping files still under writeback | Jeff Layton |
2023-04-26 | nfsd: update comment over __nfsd_file_cache_purge | Jeff Layton |
2023-04-26 | nfsd: don't take/put an extra reference when putting a file | Jeff Layton |
2023-04-26 | nfsd: add some comments to nfsd_file_do_acquire | Jeff Layton |
2023-04-26 | nfsd: don't kill nfsd_files because of lease break error | Jeff Layton |
2023-04-26 | nfsd: simplify test_bit return in NFSD_FILE_KEY_FULL comparator | Jeff Layton |
2023-04-26 | nfsd: NFSD_FILE_KEY_INODE only needs to find GC'ed entries | Jeff Layton |
2023-04-26 | nfsd: don't open-code clear_and_wake_up_bit | Jeff Layton |
2023-04-24 | Merge tag 'v6.4/vfs.acl' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2023-04-04 | Merge tag 'nfsd-6.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2023-04-04 | NFSD: callback request does not use correct credential for AUTH_SYS | Dai Ngo |