aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nfsd (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-10Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-4/+5
2022-06-02NFSD: Fix potential use-after-free in nfsd_file_put()Chuck Lever1-4/+5
2022-05-26Merge tag 'nfsd-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds14-368/+810
2022-05-26NFSD: nfsd_file_put() can sleepChuck Lever1-0/+2
2022-05-26NFSD: Add documenting comment for nfsd4_release_lockowner()Chuck Lever1-3/+20
2022-05-26NFSD: Modernize nfsd4_release_lockowner()Chuck Lever1-25/+11
2022-05-26NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever1-8/+4
2022-05-23nfsd: destroy percpu stats counters after reply cache shutdownJulian Schroeder1-1/+1
2022-05-23nfsd: Fix null-ptr-deref in nfsd_fill_super()Zhang Xiaoxu1-7/+7
2022-05-23nfsd: Unregister the cld notifier when laundry_wq create failedZhang Xiaoxu1-1/+3
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2-4/+5
2022-05-23NFSD: Clean up the show_nf_flags() macroChuck Lever1-6/+0
2022-05-23NFSD: Trace filecache opensChuck Lever2-2/+31
2022-05-23NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever2-5/+13
2022-05-23NFSD: Fix whitespaceChuck Lever1-25/+25
2022-05-23NFSD: Remove dprintk call sites from tail of nfsd4_open()Chuck Lever1-4/+0
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever5-14/+99
2022-05-20NFSD: Clean up nfsd_open_verified()Chuck Lever3-6/+15
2022-05-20NFSD: Remove do_nfsd_create()Chuck Lever2-160/+0
2022-05-20NFSD: Refactor NFSv4 OPEN(CREATE)Chuck Lever1-10/+152
2022-05-20NFSD: Refactor NFSv3 CREATEChuck Lever1-6/+121
2022-05-20NFSD: Refactor nfsd_create_setattr()Chuck Lever2-37/+44
2022-05-20NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()Chuck Lever1-4/+1
2022-05-20NFSD: Clean up nfsd3_proc_create()Chuck Lever1-14/+2
2022-05-19NFSD: Show state of courtesy client in client infoDai Ngo1-1/+8
2022-05-19NFSD: add support for lock conflict to courteous serverDai Ngo1-16/+54
2022-05-19NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo3-12/+24
2022-05-19NFSD: add support for share reservation conflict to courteous serverDai Ngo1-8/+101
2022-05-19NFSD: add courteous server support for thread with only delegationDai Ngo3-15/+99
2022-05-19NFSD: Clean up nfsd_splice_actor()Chuck Lever1-8/+2
2022-04-25nfsd: use fsnotify group lock helpersAmir Goldstein1-6/+7
2022-04-25fsnotify: pass flags argument to fsnotify_alloc_group()Amir Goldstein1-1/+2
2022-04-12Merge tag 'nfsd-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-22/+27
2022-03-31nfsd: Clean up nfsd_file_put()Trond Myklebust1-10/+3
2022-03-31nfsd: Fix a write performance regressionTrond Myklebust1-3/+15
2022-03-27SUNRPC: Return true/false (not 1/0) from bool functionsHaowen Bai1-12/+12
2022-03-22Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-0/+2
2022-03-22Merge tag 'nfsd-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds18-161/+110
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2022-03-21fs: Move many prototypes to pagemap.hMatthew Wilcox (Oracle)2-0/+2
2022-03-20nfsd: fix using the correct variable for sizeof()Jakob Koschel1-1/+1
2022-03-17nfsd: use correct format charactersBill Wendling1-1/+1
2022-03-15NFSD: prevent underflow in nfssvc_decode_writeargs()Dan Carpenter2-2/+2
2022-03-11NFSD: Fix nfsd_breaker_owns_lease() return valuesChuck Lever1-2/+10
2022-03-11NFSD: Clean up _lm_ operation namesChuck Lever1-4/+4
2022-03-11NFSD: Remove CONFIG_NFSD_V3Chuck Lever7-50/+2
2022-02-28nfsd: more robust allocation failure handling in nfsd_file_cache_initAmir Goldstein1-3/+3
2022-02-28NFSD: Move svc_serv_ops::svo_function into struct svc_servChuck Lever1-6/+1
2022-02-28NFSD: Remove svc_serv_ops::svo_moduleChuck Lever1-3/+0
2022-02-28SUNRPC: Remove svc_shutdown_net()Chuck Lever1-1/+1