summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-04-122-22/+27
|\
| * nfsd: Clean up nfsd_file_put()Trond Myklebust2022-03-311-10/+3
| * nfsd: Fix a write performance regressionTrond Myklebust2022-03-311-3/+15
| * SUNRPC: Return true/false (not 1/0) from bool functionsHaowen Bai2022-03-271-12/+12
* | Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-222-0/+2
|\ \
| * | fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2022-03-212-0/+2
* | | Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-03-2218-161/+110
|\ \ \ | | |/ | |/|
| * | nfsd: fix using the correct variable for sizeof()Jakob Koschel2022-03-201-1/+1
| * | nfsd: use correct format charactersBill Wendling2022-03-171-1/+1
| * | NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2022-03-152-2/+2
| * | NFSD: Fix nfsd_breaker_owns_lease() return valuesChuck Lever2022-03-111-2/+10
| * | NFSD: Clean up _lm_ operation namesChuck Lever2022-03-111-4/+4
| * | NFSD: Remove CONFIG_NFSD_V3Chuck Lever2022-03-117-50/+2
| * | nfsd: more robust allocation failure handling in nfsd_file_cache_initAmir Goldstein2022-02-281-3/+3
| * | NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever2022-02-281-6/+1
| * | NFSD: Remove svc_serv_ops::svo_moduleChuck Lever2022-02-281-3/+0
| * | SUNRPC: Remove svc_shutdown_net()Chuck Lever2022-02-281-1/+1
| * | SUNRPC: Rename svc_close_xprt()Chuck Lever2022-02-281-1/+1
| * | SUNRPC: Rename svc_create_xprt()Chuck Lever2022-02-282-8/+8
| * | SUNRPC: Remove svo_shutdown methodChuck Lever2022-02-281-1/+1
| * | SUNRPC: Remove the .svo_enqueue_xprt methodChuck Lever2022-02-281-1/+0
| * | NFSD: Remove NFSD_PROC_ARGS_* macrosChuck Lever2022-02-281-19/+9
| * | NFSD: Use __sockaddr field to store socket addressesChuck Lever2022-02-281-40/+39
| * | NFSD: Streamline the rare "found" caseChuck Lever2022-02-281-4/+3
| * | NFSD: Skip extra computation for RC_NOCACHE caseChuck Lever2022-02-281-2/+4
| * | NFSD: De-duplicate hash bucket indexingChuck Lever2022-02-281-12/+10
| * | nfsd: Add support for the birth time attributeOndrej Valousek2022-02-282-1/+11
| |/
* | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+0
|\ \ | |/ |/|
| * block: remove genhd.hChristoph Hellwig2022-02-021-1/+0
* | Merge tag 'nfsd-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-02-097-47/+74
|\ \
| * | NFSD: Deprecate NFS_OFFSET_MAXChuck Lever2022-02-092-2/+2
| * | NFSD: Fix offset type in I/O trace pointsChuck Lever2022-02-091-7/+7
| * | NFSD: COMMIT operations must not return NFS?ERR_INVALChuck Lever2022-02-093-25/+38
| * | NFSD: Clamp WRITE offsetsChuck Lever2022-02-092-2/+8
| * | NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizesChuck Lever2022-02-091-1/+1
| * | NFSD: Fix ia_size underflowChuck Lever2022-02-091-0/+4
| * | NFSD: Fix the behavior of READ near OFFSET_MAXChuck Lever2022-02-093-10/+14
* | | Merge tag 'nfsd-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-02-021-1/+3
|\| | | |/ |/|
| * nfsd: nfsd4_setclientid_confirm mistakenly expires confirmed client.Dai Ngo2022-01-281-1/+3
* | fsnotify: fix fsnotify hooks in pseudo filesystemsAmir Goldstein2022-01-241-2/+3
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \
| * | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-1/+1
* | | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-1621-400/+493
|\ \ \ | | |/ | |/|
| * | nfsd: fix crash on COPY_NOTIFY with special stateidJ. Bruce Fields2022-01-081-1/+5
| * | NFSD: Move fill_pre_wcc() and fill_post_wcc()Chuck Lever2022-01-085-75/+96
| * | Revert "nfsd: skip some unnecessary stats in the v4 case"Chuck Lever2022-01-081-27/+17
| * | NFSD: Trace boot verifier resetsChuck Lever2022-01-082-3/+38
| * | NFSD: Rename boot verifier functionsChuck Lever2022-01-085-20/+20
| * | NFSD: Clean up the nfsd_net::nfssvc_boot fieldChuck Lever2022-01-083-17/+45
| * | NFSD: Write verifier might go backwardsChuck Lever2022-01-081-1/+1