summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-08-30SUNRPC: Add enum svc_auth_statusChuck Lever2-2/+2
2023-08-30SUNRPC: remove timeout arg from svc_recv()NeilBrown4-9/+14
2023-08-30SUNRPC: change svc_recv() to return void.NeilBrown3-28/+5
2023-08-30SUNRPC: call svc_process() from svc_recv().NeilBrown3-8/+1
2023-08-30nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown2-34/+25
2023-08-30nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown1-23/+0
2023-08-30nfsd: don't allow nfsd threads to be signalled.NeilBrown3-23/+3
2023-08-30lockd: remove SIGKILL handlingNeilBrown1-24/+0
2023-08-30fs: lockd: avoid possible wrong NULL parameterSu Hui1-0/+3
2023-08-30exportfs: remove kernel-doc warnings in exportfsZhu Wang1-0/+1
2023-08-30nfsd: inherit required unset default acls from effective setJeff Layton1-5/+29
2023-08-30lockd: nlm_blocked list race fixesAlexander Aring1-1/+12
2023-08-30nfsd: set missing after_change as before_change + 1Jeff Layton1-1/+1
2023-08-30nfsd: remove unsafe BUG_ON from set_change_infoJeff Layton2-11/+32
2023-08-30nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton5-37/+65
2023-08-30nfsd: add a MODULE_DESCRIPTIONJeff Layton1-0/+1
2023-08-30NFSD: Rename struct svc_cacherepChuck Lever4-28/+28
2023-08-30NFSD: Remove svc_rqst::rq_cacherepChuck Lever3-11/+16
2023-08-30NFSD: Refactor the duplicate reply cache shrinkerChuck Lever1-43/+39
2023-08-30NFSD: Replace nfsd_prune_bucket()Chuck Lever2-15/+85
2023-08-30NFSD: Rename nfsd_reply_cache_alloc()Chuck Lever1-3/+3
2023-08-30NFSD: Refactor nfsd_reply_cache_free_locked()Chuck Lever1-7/+20
2023-08-30NFSD: Enable write delegation supportDai Ngo2-20/+78
2023-08-30NFSD: Report zero space limit for write delegationsChuck Lever1-3/+6
2023-08-30NFSD: handle GETATTR conflict with write delegationDai Ngo5-0/+82
2023-08-30locks: allow support for write delegationDai Ngo1-7/+0
2023-08-25Merge tag 'mm-hotfixes-stable-2023-08-25-11-07' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+11
2023-08-25Merge tag 'nfsd-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2-1/+2
2023-08-24NFSD: Fix a thinko introduced by recent trace point changesChuck Lever1-0/+1
2023-08-22Merge tag 'nfs-for-6.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-18/+31
2023-08-21nilfs2: fix general protection fault in nilfs_lookup_dirty_data_buffers()Ryusuke Konishi1-0/+5
2023-08-21mm: enable page walking API to lock vmas during the walkSuren Baghdasaryan1-0/+5
2023-08-21smaps: use vm_normal_page_pmd() instead of follow_trans_huge_pmd()David Hildenbrand1-2/+1
2023-08-19Merge tag 'for-6.5-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-62/+113
2023-08-19NFSv4: fix out path in __nfs4_get_acl_uncachedFedor Pchelkin1-3/+2
2023-08-19NFSv4.2: fix error handling in nfs42_proc_getxattrFedor Pchelkin1-3/+2
2023-08-19NFS: Fix sysfs server name memory leakBenjamin Coddington1-1/+3
2023-08-18btrfs: fix incorrect splitting in btrfs_drop_extent_map_rangeJosef Bacik1-4/+2
2023-08-17NFS: Fix a use after free in nfs_direct_join_group()Trond Myklebust1-10/+16
2023-08-17btrfs: fix BUG_ON condition in btrfs_cancel_balancexiaoshoukui1-2/+1
2023-08-17btrfs: only subtract from len_to_oe_boundary when it is tracking an extentChris Mason1-1/+24
2023-08-17btrfs: fix replace/scrub failure with metadata_uuidAnand Jain1-1/+2
2023-08-16smb: client: fix null authScott Mayhew1-0/+4
2023-08-15Merge tag '6.5-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-8/+27
2023-08-14btrfs: fix infinite directory readsFilipe Manana4-54/+84
2023-08-14smb3: display network namespace in debug informationSteve French1-0/+10
2023-08-14cifs: Release folio lock on fscache read hit.Russell Harmon via samba-technical1-1/+1
2023-08-12Merge tag 'for-6.5-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-20/+99
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik1-3/+0
2023-08-12Merge tag 'zonefs-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds3-118/+4