summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-012-20/+20
|\
| * riscv: support the elf-fdpic binfmt loaderGreg Ungerer2023-08-231-1/+1
| * binfmt_elf_fdpic: support 64-bit systemsGreg Ungerer2023-08-231-19/+19
* | Merge tag 'nfs-for-6.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2023-08-3119-43/+88
|\ \
| * | pNFS: Fix assignment of xprtdata.credAnna Schumaker2023-08-301-1/+1
| * | NFSv4.2: fix handling of COPY ERR_OFFLOAD_NO_REQOlga Kornievskaia2023-08-301-2/+3
| * | NFS: Guard against READDIR loop when entry names exceed MAXNAMELENBenjamin Coddington2023-08-302-2/+2
| * | NFSv4.1: use EXCHGID4_FLAG_USE_PNFS_DS for DS serverOlga Kornievskaia2023-08-242-0/+7
| * | NFS/pNFS: Set the connect timeout for the pNFS flexfiles driverTrond Myklebust2023-08-244-0/+10
| * | NFS: Fix a potential data corruptionTrond Myklebust2023-08-241-1/+19
| * | nfs: fix redundant readdir request after get eofKinglong Mee2023-08-241-4/+11
| * | nfs/blocklayout: Use the passed in gfp flagsDan Carpenter2023-08-241-2/+2
| * | filemap: Fix errors in file.chuzhi001@208suo.com2023-08-241-1/+1
| * | NFSv4/pnfs: minor fix for cleanup path in nfs4_get_device_infoFedor Pchelkin2023-08-241-1/+1
| * | NFS: Move common includes outside ifdefGUO Zihua2023-08-241-7/+5
| * | NFS: Enable the READ_PLUS operation by defaultAnna Schumaker2023-08-231-4/+2
| * | NFSv4.2: Rework scratch handling for READ_PLUS (again)Anna Schumaker2023-08-235-13/+14
| * | NFSv4.2: Fix READ_PLUS size calculationsAnna Schumaker2023-08-231-3/+9
| * | NFSv4.2: Fix READ_PLUS smatch warningsAnna Schumaker2023-08-231-2/+1
* | | Merge tag 'nfsd-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-08-3126-327/+550
|\ \ \
| * | | NFSD: da_addr_body field missing in some GETDEVICEINFO repliesChuck Lever2023-08-293-14/+29
| * | | SUNRPC: Add enum svc_auth_statusChuck Lever2023-08-292-2/+2
| * | | SUNRPC: remove timeout arg from svc_recv()NeilBrown2023-08-294-9/+14
| * | | SUNRPC: change svc_recv() to return void.NeilBrown2023-08-293-28/+5
| * | | SUNRPC: call svc_process() from svc_recv().NeilBrown2023-08-293-8/+1
| * | | nfsd: separate nfsd_last_thread() from nfsd_put()NeilBrown2023-08-292-34/+25
| * | | nfsd: Simplify code around svc_exit_thread() call in nfsd()NeilBrown2023-08-291-23/+0
| * | | nfsd: don't allow nfsd threads to be signalled.NeilBrown2023-08-293-23/+3
| * | | lockd: remove SIGKILL handlingNeilBrown2023-08-291-24/+0
| * | | fs: lockd: avoid possible wrong NULL parameterSu Hui2023-08-291-0/+3
| * | | exportfs: remove kernel-doc warnings in exportfsZhu Wang2023-08-291-0/+1
| * | | nfsd: inherit required unset default acls from effective setJeff Layton2023-08-291-5/+29
| * | | lockd: nlm_blocked list race fixesAlexander Aring2023-08-291-1/+12
| * | | nfsd: set missing after_change as before_change + 1Jeff Layton2023-08-291-1/+1
| * | | nfsd: remove unsafe BUG_ON from set_change_infoJeff Layton2023-08-292-11/+32
| * | | nfsd: handle failure to collect pre/post-op attrs more sanelyJeff Layton2023-08-295-37/+65
| * | | nfsd: add a MODULE_DESCRIPTIONJeff Layton2023-08-291-0/+1
| * | | NFSD: Rename struct svc_cacherepChuck Lever2023-08-294-28/+28
| * | | NFSD: Remove svc_rqst::rq_cacherepChuck Lever2023-08-293-11/+16
| * | | NFSD: Refactor the duplicate reply cache shrinkerChuck Lever2023-08-291-43/+39
| * | | NFSD: Replace nfsd_prune_bucket()Chuck Lever2023-08-292-15/+85
| * | | NFSD: Rename nfsd_reply_cache_alloc()Chuck Lever2023-08-291-3/+3
| * | | NFSD: Refactor nfsd_reply_cache_free_locked()Chuck Lever2023-08-291-7/+20
| * | | NFSD: Enable write delegation supportDai Ngo2023-08-292-20/+78
| * | | NFSD: Report zero space limit for write delegationsChuck Lever2023-08-291-3/+6
| * | | NFSD: handle GETATTR conflict with write delegationDai Ngo2023-08-295-0/+82
| * | | locks: allow support for write delegationDai Ngo2023-08-291-7/+0
* | | | Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds2023-08-3115-417/+432
|\ \ \ \
| * | | | ksmbd: add missing calling smb2_set_err_rsp() on errorNamjae Jeon2023-08-291-0/+1
| * | | | ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon2023-08-292-2/+2