index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-23
knfsd: clear both setuid and setgid whenever a chown is done
Jeff Layton
1
-13
/
+14
2008-04-23
knfsd: get rid of imode variable in nfsd_setattr
Jeff Layton
1
-3
/
+1
2008-04-23
NLM: don't let lockd exit on unexpected svc_recv errors (try #2)
Jeff Layton
1
-6
/
+12
2008-04-23
NFS: don't let nfs_callback_svc exit on unexpected svc_recv errors (try #2)
Jeff Layton
1
-6
/
+12
2008-04-23
nfsd: use static memory for callback program and stats
Olga Kornievskaia
1
-11
/
+17
2008-04-23
nfsd: fix comment
J. Bruce Fields
1
-1
/
+1
2008-04-23
lockd: Fix stale nlmsvc_unlink_block comment
J. Bruce Fields
1
-2
/
+1
2008-04-23
NFSD: Remove NFSv4 dependency on NFSv3
Chuck Lever
1
-1
/
+2
2008-04-23
SUNRPC: Remove PROC_FS dependency
Chuck Lever
1
-1
/
+0
2008-04-23
NFSD: Use "depends on" for PROC_FS dependency
Chuck Lever
1
-2
/
+1
2008-04-23
nfsd: move most of fh_verify to separate function
J. Bruce Fields
1
-105
/
+123
2008-04-23
nfsd: initialize lease type in nfs4_open_delegation()
Felix Blyakher
1
-2
/
+2
2008-04-23
NFS: convert nfs4 callback thread to kthread API
Jeff Layton
1
-38
/
+35
2008-04-23
nfsd: fix sparse warning in vfs.c
Harvey Harrison
1
-1
/
+1
2008-04-23
nfsd: fix sparse warnings
Harvey Harrison
4
-13
/
+7
2008-04-23
lockd: convert nsm_mutex to a spinlock
J. Bruce Fields
1
-15
/
+19
2008-04-23
lockd: clean up __nsm_find()
J. Bruce Fields
1
-16
/
+16
2008-04-23
lockd: fix race in nlm_release()
J. Bruce Fields
1
-6
/
+4
2008-04-23
lockd: fix sparse warning in svcshare.c
Harvey Harrison
1
-1
/
+2
2008-04-23
make nfsd_create_setattr() static
Adrian Bunk
1
-1
/
+1
2008-04-23
NFSD: Remove redundant "select" clauses in fs/Kconfig
Chuck Lever
1
-2
/
+0
2008-04-23
NFSD: Move "select NFSD_V2_ACL if NFSD_V3_ACL"
Chuck Lever
1
-1
/
+1
2008-04-23
NFSD: Move "select FS_POSIX_ACL if NFSD_V4"
Chuck Lever
1
-2
/
+2
2008-04-23
NFSD: Update help text for CONFIG_NFSD
Chuck Lever
1
-29
/
+47
2008-04-23
NFSD: Remove NFSD_TCP kernel build option
Chuck Lever
2
-12
/
+0
2008-04-23
nfsd: clarify readdir/mountpoint-crossing code
J. Bruce Fields
1
-3
/
+10
2008-04-23
nfsd4: kill unnecessary check in preprocess_stateid_op
J. Bruce Fields
1
-1
/
+1
2008-04-23
nfsd4: simplify stateid sequencing checks
J. Bruce Fields
1
-15
/
+26
2008-04-23
nfsd4: remove unnecessary CHECK_FH check in preprocess_seqid_op
J. Bruce Fields
1
-7
/
+7
2008-04-23
nfs: remove unnecessary NFS_NEED_* defines
J. Bruce Fields
1
-1
/
+0
2008-04-23
IPv6 support for NFS server export caches
Aurélien Charbon
2
-5
/
+19
2008-04-23
NLM: Convert lockd to use kthreads
Jeff Layton
2
-75
/
+60
2008-04-23
knfsd: Remove NLM_HOST_MAX and associated logic.
NeilBrown
1
-6
/
+3
2008-04-23
[patch 7/7] vfs: mountinfo: show dominating group id
Miklos Szeredi
3
-2
/
+59
2008-04-23
[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
Ram Pai
2
-23
/
+111
2008-04-23
[patch 5/7] vfs: mountinfo: allow using process root
Miklos Szeredi
2
-63
/
+59
2008-04-23
[patch 4/7] vfs: mountinfo: add mount peer group ID
Miklos Szeredi
2
-4
/
+94
2008-04-23
[patch 3/7] vfs: mountinfo: add mount ID
Miklos Szeredi
1
-0
/
+34
2008-04-23
[patch 2/7] vfs: mountinfo: add seq_file_root()
Miklos Szeredi
2
-8
/
+46
2008-04-23
[patch 1/7] vfs: mountinfo: add dentry_path()
Ram Pai
2
-40
/
+115
2008-04-23
[PATCH] remove unused label in xattr.c (noise from ro-bind)
Al Viro
1
-1
/
+0
2008-04-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
8
-43
/
+63
2008-04-22
[PATCH] proc_readfd_common() race fix
Al Viro
1
-3
/
+1
2008-04-22
[PATCH] double-free of inode on alloc_file() failure exit in create_write_pipe()
Al Viro
1
-0
/
+3
2008-04-22
fs: use loff_t type instead of long long
David Sterba
2
-4
/
+4
2008-04-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
14
-111
/
+211
2008-04-22
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
22
-1361
/
+1172
2008-04-21
[PATCH] teach seq_file to discard entries
Al Viro
2
-4
/
+13
2008-04-21
[PATCH] umount_tree() will unhash everything itself
Al Viro
1
-2
/
+1
2008-04-21
[PATCH] get rid of more nameidata passing in namespace.c
Al Viro
1
-28
/
+25
[next]