summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2022-01-161-12/+12
|\
| * tracefs: Use d_inode() helper function to get the dentry inodeSteven Rostedt (VMware)2021-12-111-12/+12
* | Merge tag 'exfat-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-1610-87/+64
|\ \
| * | exfat: fix missing REQ_SYNC in exfat_update_bhs()Yuezhang.Mo2022-01-101-1/+2
| * | exfat: remove argument 'sector' from exfat_get_dentry()Yuezhang.Mo2022-01-105-52/+33
| * | exfat: move super block magic number to magic.hNamjae Jeon2022-01-102-1/+1
| * | exfat: fix i_blocks for files truncated over 4 GiBChristophe Vu-Brugier2022-01-103-6/+6
| * | exfat: reuse exfat_inode_info variable instead of calling EXFAT_I()Christophe Vu-Brugier2022-01-104-18/+17
| * | exfat: make exfat_find_location() staticChristophe Vu-Brugier2022-01-102-4/+2
| * | exfat: fix typos in commentsChristophe Vu-Brugier2022-01-102-2/+2
| * | exfat: simplify is_valid_cluster()Christophe Vu-Brugier2022-01-101-3/+1
* | | Merge tag 'nfsd-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-01-1625-565/+568
|\ \ \
| * | | 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
| * | | nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()Trond Myklebust2022-01-084-4/+69
| * | | NFSD: De-duplicate net_generic(nf->nf_net, nfsd_net_id)Chuck Lever2022-01-081-6/+5
| * | | NFSD: De-duplicate net_generic(SVC_NET(rqstp), nfsd_net_id)Chuck Lever2022-01-081-7/+4
| * | | NFSD: Clean up nfsd_vfs_write()Chuck Lever2022-01-081-16/+5
| * | | nfsd: Replace use of rwsem with errseq_tTrond Myklebust2022-01-084-34/+24
| * | | NFSD: Fix verifier returned in stable WRITEsChuck Lever2022-01-081-0/+4
| * | | nfsd: Retry once in nfsd_open on an -EOPENSTALE returnJeff Layton2022-01-082-1/+10
| * | | nfsd: Add errno mapping for EREMOTEIOJeff Layton2022-01-081-0/+1
| * | | nfsd: map EBADFPeng Tao2022-01-081-0/+1
| * | | NFSD: Fix zero-length NFSv3 WRITEsChuck Lever2022-01-082-10/+1
| * | | nfsd4: add refcount for nfsd4_blocked_lockVasily Averin2022-01-082-3/+23
| * | | nfs: block notification on fs with its own ->lockJ. Bruce Fields2022-01-083-9/+17
| * | | NFSD: De-duplicate nfsd4_decode_bitmap4()Chuck Lever2022-01-081-14/+3
| * | | nfsd: improve stateid access bitmask documentationJ. Bruce Fields2022-01-082-4/+14
| * | | NFSD: Combine XDR error tracepointsChuck Lever2022-01-081-21/+7
| * | | NFSD: simplify per-net file cache managementNeilBrown2021-12-132-61/+17
| * | | NFSD: Fix inconsistent indentingJiapeng Chong2021-12-131-2/+2
| * | | NFSD: Remove be32_to_cpu() from DRC hash functionChuck Lever2021-12-131-1/+1
| * | | NFS: switch the callback service back to non-pooled.NeilBrown2021-12-131-1/+1
| * | | lockd: use svc_set_num_threads() for thread start and stopNeilBrown2021-12-131-50/+8
| * | | lockd: rename lockd_create_svc() to lockd_get()NeilBrown2021-12-131-6/+4
| * | | lockd: introduce lockd_put()NeilBrown2021-12-131-37/+27
| * | | lockd: move svc_exit_thread() into the threadNeilBrown2021-12-131-11/+12
| * | | lockd: move lockd_start_svc() call into lockd_create_svc()NeilBrown2021-12-131-12/+10
| * | | lockd: simplify management of network status notifiersNeilBrown2021-12-131-26/+9
| * | | lockd: introduce nlmsvc_servNeilBrown2021-12-131-16/+20
| * | | NFSD: simplify locking for network notifier.NeilBrown2021-12-133-23/+20
| * | | SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2021-12-132-11/+8
| * | | NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown2021-12-132-24/+20
| * | | NFSD: narrow nfsd_mutex protection in nfsd threadNeilBrown2021-12-131-6/+2
| * | | SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown2021-12-131-3/+2