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