Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-20NFSD: Clean up nfsd_open_verified()Chuck Lever
2022-05-20NFSD: Remove do_nfsd_create()Chuck Lever
2022-05-20NFSD: Refactor nfsd_create_setattr()Chuck Lever
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever
2022-02-09NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever
2022-01-08nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()Trond Myklebust
2021-03-22NFSD: Update the NFSv3 ACCESS3res encoder to use struct xdr_streamChuck Lever
2020-07-14nfsd: define xattr functions to call into their vfs counterpartsFrank van der Linden
2020-01-23nfsd: Ensure sampling of the write verifier is atomic with the writeTrond Myklebust
2020-01-23nfsd: Ensure sampling of the commit verifier is atomic with the commitTrond Myklebust
2020-01-23nfsd: Pass the nfsd_file as arguments to nfsd4_clone_file_range()Trond Myklebust
2020-01-23nfsd: Allow nfsd_vfs_write() to take the nfsd_file as an argumentTrond Myklebust
2019-12-20nfsd: pass a 64-bit guardtime to nfsd_setattr()Arnd Bergmann
2019-11-30nfsd: Ensure CLONE persists data and metadata changes to the target fileTrond Myklebust
2019-09-23nfsd: fix nfs read eof detectionTrond Myklebust
2019-08-19nfsd: rip out the raparms cacheJeff Layton
2019-08-19nfsd: add a new struct file caching facility to nfsdJeff Layton
2019-04-24nfsd: allow fh_want_write to be called twiceJ. Bruce Fields
2018-04-03nfsd: Add I/O trace points in the NFSv4 read procChuck Lever
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells
2017-01-31NFSD: cleanup dead codes and values in nfsd_writeKinglong Mee
2017-01-31NFSD: pass an integer for stable type to nfsd_vfs_writeKinglong Mee
2016-10-07NFSD: Implement the COPY callAnna Schumaker
2016-08-05nfsd: reorganize nfsd_createJ. Bruce Fields
2016-03-23nfsd: use short read as well as i_size to set eofBenjamin Coddington
2015-12-08nfsd: implement the NFSv4.2 CLONE operationChristoph Hellwig
2015-10-13nfsd: switch unsigned char flags in svc_fh to boolsJeff Layton
2015-08-31NFSD: Set the attributes used to store the verifier for EXCLUSIVE4_1Kinglong Mee
2015-06-22nfsd: take struct file setup fully into nfs4_preprocess_stateid_opChristoph Hellwig
2015-06-19nfsd: clean up raparams handlingChristoph Hellwig
2015-05-04nfsd: remove nfsd_closeChristoph Hellwig
2014-12-17Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-11-08nfsd: Add ALLOCATE supportAnna Schumaker
2014-11-01vfs: make first argument of dir_context.actor typedMiklos Szeredi
2014-07-09NFSD: Remove iattr parameter from nfsd_symlink()Kinglong Mee
2014-07-09nfsd: let nfsd_symlink assume null-terminated dataJ. Bruce Fields
2014-06-23nfsd: nfsd_splice_read and nfsd_readv should return __be32Jeff Layton
2014-05-31nfsd: remove unused function nfsd_read_fileChristoph Hellwig
2014-05-31nfsd4: separate splice and readv casesJ. Bruce Fields
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-01-26nfsd: use get_acl and ->set_aclChristoph Hellwig
2014-01-06nfsd: get rid of unused function definitionKinglong Mee
2013-05-15NFSD: Server implementation of MAC LabelingDavid Quigley
2013-05-13nfsd: get rid of the unused functions in vfsZhao Hongjiang
2013-02-26switch vfs_getattr() to struct pathAl Viro
2012-07-31nfsd: Push mnt_want_write() outside of i_mutexJan Kara
2012-03-19nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert
2012-01-04fs: propagate umode_t, misc bitsAl Viro
2012-01-04new helpers: fh_{want,drop}_write()Al Viro