aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-12-14btrfs: fix double free of anon_dev after failure to create subvolumeFilipe Manana1-0/+8
2021-12-14btrfs: fix memory leak in __add_inode_ref()Jianglei Nie1-0/+1
2021-12-14io_uring: code clean for some ctx usageHao Xu1-2/+2
2021-12-14fuse: mark inode DONT_CACHE when per inode DAX hint changesJeffle Xu3-0/+13
2021-12-14fuse: negotiate per inode DAX in FUSE_INITJeffle Xu3-5/+13
2021-12-14fuse: enable per inode DAXJeffle Xu4-9/+13
2021-12-14fuse: make DAX mount option a tri-stateJeffle Xu4-9/+52
2021-12-14fuse: add fuse_should_enable_dax() helperJeffle Xu1-1/+9
2021-12-13fget: clarify and improve __fget_files() implementationLinus Torvalds1-16/+56
2021-12-13NFSD: simplify per-net file cache managementNeilBrown2-61/+17
2021-12-13NFSD: Fix inconsistent indentingJiapeng Chong1-2/+2
2021-12-13NFSD: Remove be32_to_cpu() from DRC hash functionChuck Lever1-1/+1
2021-12-13NFS: switch the callback service back to non-pooled.NeilBrown1-1/+1
2021-12-13lockd: use svc_set_num_threads() for thread start and stopNeilBrown1-50/+8
2021-12-13lockd: rename lockd_create_svc() to lockd_get()NeilBrown1-6/+4
2021-12-13lockd: introduce lockd_put()NeilBrown1-37/+27
2021-12-13lockd: move svc_exit_thread() into the threadNeilBrown1-11/+12
2021-12-13lockd: move lockd_start_svc() call into lockd_create_svc()NeilBrown1-12/+10
2021-12-13lockd: simplify management of network status notifiersNeilBrown1-26/+9
2021-12-13lockd: introduce nlmsvc_servNeilBrown1-16/+20
2021-12-13NFSD: simplify locking for network notifier.NeilBrown3-23/+20
2021-12-13SUNRPC: discard svo_setup and rename svc_set_num_threads_sync()NeilBrown2-11/+8
2021-12-13NFSD: Make it possible to use svc_set_num_threads_syncNeilBrown2-24/+20
2021-12-13NFSD: narrow nfsd_mutex protection in nfsd threadNeilBrown1-6/+2
2021-12-13SUNRPC: use sv_lock to protect updates to sv_nrthreads.NeilBrown1-3/+2
2021-12-13nfsd: make nfsd_stats.th_cnt atomic_tNeilBrown3-7/+5
2021-12-13SUNRPC: stop using ->sv_nrthreads as a refcountNeilBrown5-33/+44
2021-12-13SUNRPC/NFSD: clean up get/put functions.NeilBrown5-34/+22
2021-12-13SUNRPC: change svc_get() to return the svc.NeilBrown2-8/+4
2021-12-13NFSD: handle errors better in write_ports_addfd()NeilBrown1-1/+1
2021-12-13NFSD: Fix sparse warningChuck Lever1-1/+1
2021-12-13kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman1-0/+2
2021-12-13exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman1-1/+1
2021-12-13exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman4-5/+5
2021-12-13io-wq: drop wqe lock before creating new workerJens Axboe1-0/+2
2021-12-11Merge tag 'xfs-5.16-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+11
2021-12-11Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds2-8/+27
2021-12-11tracefs: Use d_inode() helper function to get the dentry inodeSteven Rostedt (VMware)1-12/+12
2021-12-10Merge tag 'for-5.16-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds7-10/+35
2021-12-10Merge tag '5.16-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-31/+36
2021-12-10Merge tag 'nfsd-5.16-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-9/+15
2021-12-10f2fs: add gc_urgent_high_remaining sysfs nodeDaeho Jeong4-0/+27
2021-12-10f2fs: fix to do sanity check in is_alive()Chao Yu1-0/+3
2021-12-10f2fs: fix to avoid panic in is_alive() if metadata is inconsistentChao Yu1-1/+1
2021-12-10f2fs: fix to do sanity check on inode type during garbage collectionChao Yu1-1/+2
2021-12-10f2fs: avoid duplicate call of mark_inode_dirtyJaegeuk Kim1-0/+4
2021-12-10f2fs: show number of pending discard commandsJaegeuk Kim1-0/+11
2021-12-10f2fs: support POSIX_FADV_DONTNEED drop compressed page cacheFengnan Chang1-3/+9
2021-12-10f2fs: fix remove page failed in invalidate compress pagesFengnan Chang1-0/+5
2021-12-10f2fs: show more DIO information in tracepointJaegeuk Kim1-2/+2