summaryrefslogtreecommitdiffstats
path: root/fs/nfsd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2022-06-101-4/+5
|\
| * NFSD: Fix potential use-after-free in nfsd_file_put()Chuck Lever2022-06-021-4/+5
* | Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-05-2614-368/+810
|\|
| * NFSD: nfsd_file_put() can sleepChuck Lever2022-05-261-0/+2
| * NFSD: Add documenting comment for nfsd4_release_lockowner()Chuck Lever2022-05-261-3/+20
| * NFSD: Modernize nfsd4_release_lockowner()Chuck Lever2022-05-261-25/+11
| * NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever2022-05-261-8/+4
| * nfsd: destroy percpu stats counters after reply cache shutdownJulian Schroeder2022-05-231-1/+1
| * nfsd: Fix null-ptr-deref in nfsd_fill_super()Zhang Xiaoxu2022-05-231-7/+7
| * nfsd: Unregister the cld notifier when laundry_wq create failedZhang Xiaoxu2022-05-231-1/+3
| * SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2022-05-232-4/+5
| * NFSD: Clean up the show_nf_flags() macroChuck Lever2022-05-231-6/+0
| * NFSD: Trace filecache opensChuck Lever2022-05-232-2/+31
| * NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever2022-05-232-5/+13
| * NFSD: Fix whitespaceChuck Lever2022-05-231-25/+25
| * NFSD: Remove dprintk call sites from tail of nfsd4_open()Chuck Lever2022-05-231-4/+0
| * NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever2022-05-235-14/+99
| * NFSD: Clean up nfsd_open_verified()Chuck Lever2022-05-203-6/+15
| * NFSD: Remove do_nfsd_create()Chuck Lever2022-05-202-160/+0
| * NFSD: Refactor NFSv4 OPEN(CREATE)Chuck Lever2022-05-201-10/+152
| * NFSD: Refactor NFSv3 CREATEChuck Lever2022-05-201-6/+121
| * NFSD: Refactor nfsd_create_setattr()Chuck Lever2022-05-202-37/+44
| * NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()Chuck Lever2022-05-201-4/+1
| * NFSD: Clean up nfsd3_proc_create()Chuck Lever2022-05-201-14/+2
| * NFSD: Show state of courtesy client in client infoDai Ngo2022-05-191-1/+8
| * NFSD: add support for lock conflict to courteous serverDai Ngo2022-05-191-16/+54
| * NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo2022-05-193-12/+24
| * NFSD: add support for share reservation conflict to courteous serverDai Ngo2022-05-191-8/+101
| * NFSD: add courteous server support for thread with only delegationDai Ngo2022-05-193-15/+99
| * NFSD: Clean up nfsd_splice_actor()Chuck Lever2022-05-191-8/+2
* | nfsd: use fsnotify group lock helpersAmir Goldstein2022-04-251-6/+7
* | fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein2022-04-251-1/+2
|/
* 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