]> git.dujemihanovic.xyz Git - linux.git/shortlog
linux.git
2024-09-23 Mike Snitzernfs: add "NFS Client and Server Interlock" section...
2024-09-23 Trond Myklebustnfs: add FAQ section to Documentation/filesystems/nfs...
2024-09-23 Mike Snitzernfs: add Documentation/filesystems/nfs/localio.rst
2024-09-23 Mike Snitzernfs: implement client support for NFS_LOCALIO_PROGRAM
2024-09-23 Trond Myklebustnfs/localio: use dedicated workqueues for filesystem...
2024-09-23 Trond Myklebustpnfs/flexfiles: enable localio support
2024-09-23 Trond Myklebustnfs: enable localio for non-pNFS IO
2024-09-23 Weston Andros... nfs: add LOCALIO support
2024-09-23 Mike Snitzernfs: pass struct nfsd_file to nfs_init_pgio and nfs_ini...
2024-09-23 Mike Snitzernfsd: implement server support for NFS_LOCALIO_PROGRAM
2024-09-23 Weston Andros... nfsd: add LOCALIO support
2024-09-23 Mike Snitzernfs_common: prepare for the NFS client to use nfsd_file...
2024-09-23 Mike Snitzernfs_common: add NFS LOCALIO auxiliary protocol enablement
2024-09-23 NeilBrownSUNRPC: replace program list with program array
2024-09-23 Weston Andros... SUNRPC: add svcauth_map_clnt_to_svc_cred_local
2024-09-23 Mike SnitzerSUNRPC: remove call_allocate() BUG_ONs
2024-09-23 Mike Snitzernfsd: add nfsd_serv_try_get and nfsd_serv_put
2024-09-23 NeilBrownnfsd: add nfsd_file_acquire_local()
2024-09-23 NeilBrownnfsd: factor out __fh_verify to allow NULL rqstp to...
2024-09-23 Chuck LeverNFSD: Short-circuit fh_verify tracepoints for LOCALIO
2024-09-23 Chuck LeverNFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()
2024-09-23 NeilBrownNFSD: Refactor nfsd_setuser_and_check_port()
2024-09-23 NeilBrownNFSD: Handle @rqstp == NULL in check_nfsd_access()
2024-09-23 Mike Snitzernfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
2024-09-23 Mike Snitzernfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno
2024-09-23 Mike Snitzernfs_common: factor out nfs_errtbl and nfs_stat_to_errno
2024-09-23 Dan Aloninfs: add 'noalignwrite' option for lock-less 'lost...
2024-09-23 Li Lingfengnfs: fix the comment of nfs_get_root
2024-09-23 Roi AzarzarNFSv4.2: Fix detection of "Proxying of Times" server...
2024-09-23 Trond MyklebustNFSv4: Fail mounts if the lease setup times out
2024-09-23 Zhaoyang Huangfs: nfs: fix missing refcnt by replacing folio_set_priv...
2024-09-23 Gaosheng Cuinfs: Remove obsoleted declaration for nfs_read_prepare
2024-09-23 Hongbo Linet/sunrpc: make use of the helper macro LIST_HEAD()
2024-09-23 Siddh Raman... SUNRPC: clnt.c: Remove misleading comment
2024-09-23 Stephen BrennanSUNRPC: convert RPC_TASK_* constants to enum
2024-09-23 Kunwu ChanSUNRPC: Fix -Wformat-truncation warning
2024-09-23 Thorsten Blumnfs: Remove unnecessary NULL check before kfree()
2024-09-23 Thorsten Blumnfs: Annotate struct nfs_cache_array with __counted_by()
2024-09-23 NeilBrownnfs: simplify and guarantee owner uniqueness.
2024-09-23 Li Lingfengnfs: fix memory leak in error path of nfs4_do_reclaim
2024-09-23 Anna SchumakerMerge tag 'nfsd-6.12' into linux-next-with-localio
2024-09-20 Chuck Leverxdrgen: Prevent reordering of encoder and decoder functions
2024-09-20 Chuck Leverxdrgen: typedefs should use the built-in string and...
2024-09-20 Chuck Leverxdrgen: Fix return code checking in built-in XDR decoders
2024-09-20 Chuck Levertools: Add xdrgen
2024-09-20 NeilBrownnfsd: fix delegation_blocked() to block correctly for...
2024-09-20 Jeff Laytonnfsd: fix initial getattr on write delegation
2024-09-20 NeilBrownnfsd: untangle code in nfsd4_deleg_getattr_conflict()
2024-09-20 Scott Mayhewnfsd: enforce upper limit for namelen in __cld_pipe_inp...
2024-09-20 Li Lingfengnfsd: return -EINVAL when namelen is 0
2024-09-20 Chuck LeverNFSD: Wrap async copy operations with trace points
2024-09-20 Chuck LeverNFSD: Clean up extra whitespace in trace_nfsd_copy_done
2024-09-20 Chuck LeverNFSD: Record the callback stateid in copy tracepoints
2024-09-20 Chuck LeverNFSD: Display copy stateids with conventional print...
2024-09-20 Chuck LeverNFSD: Limit the number of concurrent async COPY operations
2024-09-20 Chuck LeverNFSD: Async COPY result needs to return a write verifier
2024-09-20 NeilBrownnfsd: avoid races with wake_up_var()
2024-09-20 NeilBrownnfsd: use clear_and_wake_up_bit()
2024-09-20 Yan Zhensunrpc: xprtrdma: Use ERR_CAST() to return
2024-09-20 Thorsten BlumNFSD: Annotate struct pnfs_block_deviceaddr with __coun...
2024-09-20 Guoqing Jiangnfsd: call cache_put if xdr_reserve_space returns NULL
2024-09-20 Jeff Laytonnfsd: add more nfsd_cb tracepoints
2024-09-20 Jeff Laytonnfsd: track the main opcode for callbacks
2024-09-20 Jeff Laytonnfsd: add more info to WARN_ON_ONCE on failed callbacks
2024-09-20 Li Lingfengnfsd: fix some spelling errors in comments
2024-09-20 Li Lingfengnfsd: remove unused parameter of nfsd_file_mark_find_or...
2024-09-20 Hongbo Linfsd: use LIST_HEAD() to simplify code
2024-09-20 Li Lingfengnfsd: map the EBADMSG to nfserr_io to avoid warning
2024-09-20 Li LingfengNFSD: remove redundant assignment operation
2024-09-20 Chuck Lever.mailmap: Add an entry for my work email address
2024-09-20 Chuck LeverNFSD: Fix NFSv4's PUTPUBFH operation
2024-09-20 Mark Grimesnfsd: Add quotes to client info 'callback address'
2024-09-20 Chuck Leversvcrdma: Handle device removal outside of the CM event...
2024-09-20 NeilBrownnfsd: move error choice for incorrect object types...
2024-09-20 NeilBrownnfsd: be more systematic about selecting error codes...
2024-09-20 NeilBrownnfsd: Move error code mapping to per-version proc code.
2024-09-20 NeilBrownnfsd: move V4ROOT version check to nfsd_set_fh_dentry()
2024-09-20 NeilBrownnfsd: further centralize protocol version checks.
2024-09-20 NeilBrownnfsd: use nfsd_v4client() in nfsd_breaker_owns_lease()
2024-09-20 NeilBrownnfsd: Pass 'cred' instead of 'rqstp' to some functions.
2024-09-20 NeilBrownnfsd: Don't pass all of rqst into rqst_exp_find()
2024-09-20 Sagi Grimbergnfsd: don't assume copy notify when preprocessing the...
2024-09-20 NeilBrownsunrpc: allow svc threads to fail initialisation cleanly
2024-09-20 NeilBrownsunrpc: merge svc_rqst_alloc() into svc_prepare_thread()
2024-09-20 NeilBrownsunrpc: don't take ->sv_lock when updating ->sv_nrthreads.
2024-09-20 NeilBrownsunrpc: change sp_nrthreads from atomic_t to unsigned...
2024-09-20 NeilBrownsunrpc: document locking rules for svc_exit_thread()
2024-09-20 NeilBrownnfsd: don't allocate the versions array.
2024-09-08 Linus TorvaldsLinux 6.11-rc7
2024-09-08 Linus TorvaldsMerge tag 'timers_urgent_for_v6.11_rc7' of git://git...
2024-09-08 Linus TorvaldsMerge tag 'perf_urgent_for_v6.11_rc7' of git://git...
2024-09-08 Linus TorvaldsMerge tag 'char-misc-6.11-rc7' of git://git.kernel...
2024-09-08 Linus TorvaldsMerge tag 'usb-6.11-rc7' of git://git.kernel.org/pub...
2024-09-07 Linus TorvaldsMerge tag 'clk-fixes-for-linus' of git://git.kernel...
2024-09-07 Linus TorvaldsMerge tag 'scsi-fixes' of git://git.kernel.org/pub...
2024-09-07 Linus TorvaldsMerge tag 'pinctrl-v6.11-3' of git://git.kernel.org...
2024-09-07 Linus TorvaldsMerge tag 'linux_kselftest-kunit-fixes-6.11-rc7-2'...
2024-09-07 Linus TorvaldsMerge tag 'pci-v6.11-fixes-3' of git://git.kernel.org...
2024-09-07 Linus TorvaldsMerge tag 'v6.11-rc6-cifs-client-fixes' of git://git...
2024-09-06 Linus TorvaldsKVM: x86: don't fall through case statements without...
next