index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-23
nfs: implement client support for NFS_LOCALIO_PROGRAM
Mike Snitzer
2
-6
/
+132
2024-09-23
nfs/localio: use dedicated workqueues for filesystem read and write
Trond Myklebust
3
-38
/
+91
2024-09-23
pnfs/flexfiles: enable localio support
Trond Myklebust
2
-4
/
+52
2024-09-23
nfs: enable localio for non-pNFS IO
Trond Myklebust
2
-2
/
+12
2024-09-23
nfs: add LOCALIO support
Weston Andros Adamson
11
-0
/
+773
2024-09-23
nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commit
Mike Snitzer
7
-15
/
+22
2024-09-23
nfsd: implement server support for NFS_LOCALIO_PROGRAM
Mike Snitzer
4
-1
/
+110
2024-09-23
nfsd: add LOCALIO support
Weston Andros Adamson
8
-3
/
+134
2024-09-23
nfs_common: prepare for the NFS client to use nfsd_file for LOCALIO
Mike Snitzer
5
-2
/
+81
2024-09-23
nfs_common: add NFS LOCALIO auxiliary protocol enablement
Mike Snitzer
4
-0
/
+178
2024-09-23
SUNRPC: replace program list with program array
NeilBrown
7
-55
/
+67
2024-09-23
SUNRPC: add svcauth_map_clnt_to_svc_cred_local
Weston Andros Adamson
2
-0
/
+33
2024-09-23
SUNRPC: remove call_allocate() BUG_ONs
Mike Snitzer
1
-6
/
+0
2024-09-23
nfsd: add nfsd_serv_try_get and nfsd_serv_put
Mike Snitzer
2
-1
/
+50
2024-09-23
nfsd: add nfsd_file_acquire_local()
NeilBrown
4
-7
/
+92
2024-09-23
nfsd: factor out __fh_verify to allow NULL rqstp to be passed
NeilBrown
1
-31
/
+60
2024-09-23
NFSD: Short-circuit fh_verify tracepoints for LOCALIO
Chuck Lever
1
-8
/
+10
2024-09-23
NFSD: Avoid using rqstp->rq_vers in nfsd_set_fh_dentry()
Chuck Lever
1
-4
/
+4
2024-09-23
NFSD: Refactor nfsd_setuser_and_check_port()
NeilBrown
1
-9
/
+10
2024-09-23
NFSD: Handle @rqstp == NULL in check_nfsd_access()
NeilBrown
1
-5
/
+25
2024-09-23
nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.h
Mike Snitzer
3
-20
/
+19
2024-09-23
nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errno
Mike Snitzer
3
-67
/
+68
2024-09-23
nfs_common: factor out nfs_errtbl and nfs_stat_to_errno
Mike Snitzer
8
-160
/
+109
2024-09-23
nfs: add 'noalignwrite' option for lock-less 'lost writes' prevention
Dan Aloni
4
-0
/
+15
2024-09-23
nfs: fix the comment of nfs_get_root
Li Lingfeng
1
-1
/
+1
2024-09-23
NFSv4.2: Fix detection of "Proxying of Times" server support
Roi Azarzar
1
-2
/
+14
2024-09-23
NFSv4: Fail mounts if the lease setup times out
Trond Myklebust
1
-0
/
+6
2024-09-23
fs: nfs: fix missing refcnt by replacing folio_set_private by folio_attach_pr...
Zhaoyang Huang
1
-4
/
+2
2024-09-23
nfs: Remove obsoleted declaration for nfs_read_prepare
Gaosheng Cui
1
-1
/
+0
2024-09-23
net/sunrpc: make use of the helper macro LIST_HEAD()
Hongbo Li
1
-7
/
+3
2024-09-23
SUNRPC: clnt.c: Remove misleading comment
Siddh Raman Pant
1
-5
/
+0
2024-09-23
SUNRPC: convert RPC_TASK_* constants to enum
Stephen Brennan
1
-7
/
+9
2024-09-23
SUNRPC: Fix -Wformat-truncation warning
Kunwu Chan
1
-1
/
+1
2024-09-23
nfs: Remove unnecessary NULL check before kfree()
Thorsten Blum
1
-2
/
+1
2024-09-23
nfs: Annotate struct nfs_cache_array with __counted_by()
Thorsten Blum
1
-3
/
+3
2024-09-23
nfs: simplify and guarantee owner uniqueness.
NeilBrown
6
-24
/
+10
2024-09-23
nfs: fix memory leak in error path of nfs4_do_reclaim
Li Lingfeng
1
-0
/
+1
2024-09-23
Merge tag 'nfsd-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
200
-495
/
+4955
2024-09-23
Merge tag 'nfsd-6.12' into linux-next-with-localio
Anna Schumaker
200
-495
/
+4955
2024-09-23
Merge tag 'gfs2-v6.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-51
/
+27
2024-09-23
Merge tag 'for-6.12-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
5
-4
/
+37
2024-09-24
kbuild: doc: replace "gcc" in external module description
Masahiro Yamada
1
-2
/
+2
2024-09-24
kbuild: doc: describe the -C option precisely for external module builds
Masahiro Yamada
2
-3
/
+11
2024-09-24
kbuild: doc: remove the description about shipped files
Masahiro Yamada
2
-33
/
+3
2024-09-24
kbuild: doc: drop section numbering, use references in modules.rst
Masahiro Yamada
1
-50
/
+51
2024-09-24
kbuild: doc: throw out the local table of contents in modules.rst
Masahiro Yamada
1
-29
/
+0
2024-09-24
kbuild: doc: remove outdated description of the limitation on -I usage
Masahiro Yamada
1
-5
/
+1
2024-09-24
kbuild: doc: remove description about grepping CONFIG options
Masahiro Yamada
1
-6
/
+0
2024-09-24
kbuild: doc: update the description about Kbuild/Makefile split
Masahiro Yamada
1
-35
/
+3
2024-09-24
kbuild: remove unnecessary export of RUST_LIB_SRC
Masahiro Yamada
1
-4
/
+0
[prev]
[next]