Age | Commit message (Expand) | Author |
2023-04-27 | NFSD: Clean up xattr memory allocation flags | Chuck Lever |
2023-04-26 | NFSD: Watch for rq_pages bounds checking errors in nfsd_splice_actor() | Chuck Lever |
2023-03-21 | Merge tag 'nfsd-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2023-03-17 | nfsd: don't replace page in rq_pages if it's a continuation of last page | Jeff Layton |
2023-03-10 | Merge tag 'nfsd-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2023-03-07 | NFSD: Protect against filesystem freezing | Chuck Lever |
2023-02-22 | Merge tag 'nfsd-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds |
2023-02-20 | fs: namei: Allow follow_down() to uncover auto mounts | Richard Weinberger |
2023-02-20 | NFSD: Teach nfsd_mountpoint() auto mounts | Richard Weinberger |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner |
2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner |
2023-01-18 | fs: port vfs_*() helpers to struct mnt_idmap | Christian Brauner |
2022-12-12 | Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux | Linus Torvalds |
2022-12-12 | Merge tag 'fs.acl.rework.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-12-12 | Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2022-11-28 | NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection | Chuck Lever |
2022-11-28 | NFSD: Pass the target nfsd_file to nfsd_commit() | Chuck Lever |
2022-11-28 | nfsd: move nfserrno() to vfs.c | Jeff Layton |
2022-11-28 | NFSD: Remove redundant assignment to variable host_err | Colin Ian King |
2022-11-27 | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-11-26 | Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l... | Linus Torvalds |
2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro |
2022-11-25 | vfs: fix copy_file_range() averts filesystem freeze protection | Amir Goldstein |
2022-11-23 | NFSD: Fix reads with a non-zero offset that don't end on a page boundary | Chuck Lever |
2022-10-19 | fs: pass dentry to set acl method | Christian Brauner |
2022-10-06 | Merge tag 'pull-file' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-09-26 | NFSD: Make nfsd4_remove() wait before returning NFS4ERR_DELAY | Chuck Lever |
2022-09-26 | NFSD: Make nfsd4_rename() wait before returning NFS4ERR_DELAY | Chuck Lever |
2022-09-26 | NFSD: Make nfsd4_setattr() wait before returning NFS4ERR_DELAY | Chuck Lever |
2022-09-26 | NFSD: Refactor nfsd_setattr() | Chuck Lever |
2022-09-26 | NFSD: drop fname and flen args from nfsd_create_locked() | NeilBrown |
2022-09-13 | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds |
2022-09-12 | nfsd_splice_actor(): handle compound pages | Al Viro |
2022-09-08 | NFSD: fix regression with setting ACLs. | NeilBrown |
2022-08-17 | Change calling conventions for filldir_t | Al Viro |
2022-08-04 | NFSD: discard fh_locked flag and fh_lock/fh_unlock | NeilBrown |
2022-08-04 | NFSD: use (un)lock_inode instead of fh_(un)lock for file operations | NeilBrown |
2022-08-04 | NFSD: use explicit lock/unlock for directory ops | NeilBrown |
2022-08-04 | NFSD: reduce locking in nfsd_lookup() | NeilBrown |
2022-08-04 | NFSD: only call fh_unlock() once in nfsd_link() | NeilBrown |
2022-08-04 | NFSD: always drop directory lock in nfsd_unlink() | NeilBrown |
2022-08-04 | NFSD: change nfsd_create()/nfsd_symlink() to unlock directory before returning. | NeilBrown |
2022-08-04 | NFSD: add posix ACLs to struct nfsd_attrs | NeilBrown |
2022-07-29 | NFSD: add security label to struct nfsd_attrs | NeilBrown |
2022-07-29 | NFSD: set attributes when creating symlinks | NeilBrown |
2022-07-29 | NFSD: introduce struct nfsd_attrs | NeilBrown |
2022-07-02 | Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/... | Linus Torvalds |
2022-06-30 | vfs: fix copy_file_range() regression in cross-fs copies | Amir Goldstein |
2022-06-27 | NFSD: restore EINVAL error translation in nfsd_commit() | Alexey Khoroshilov |
2022-05-20 | NFSD: Clean up nfsd_open_verified() | Chuck Lever |