index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-07
fs_parser: remove fs_parameter_description name field
Eric Sandeen
26
-44
/
+11
2020-02-07
add prefix to fs_context->log
Al Viro
6
-27
/
+23
2020-02-07
ceph_parse_param(), ceph_parse_mon_ips(): switch to passing fc_log
Al Viro
3
-8
/
+9
2020-02-07
new primitive: __fs_parse()
Al Viro
5
-12
/
+23
2020-02-07
switch rbd and libceph to p_log-based primitives
Al Viro
2
-20
/
+20
2020-02-07
struct p_log, variants of warnf() et.al. taking that one instead
Al Viro
2
-0
/
+12
2020-02-07
teach logfc() to handle prefices, give it saner calling conventions
Al Viro
2
-52
/
+27
2020-02-07
get rid of cg_invalf()
Al Viro
1
-14
/
+12
2020-02-07
get rid of fs_value_is_filename_empty
Al Viro
4
-16
/
+5
2020-02-07
don't bother with explicit length argument for __lookup_constant()
Al Viro
3
-18
/
+21
2020-02-07
fold struct fs_parameter_enum into struct constant_table
Al Viro
8
-16
/
+11
2020-02-07
fs_parse: get rid of ->enums
Al Viro
9
-165
/
+119
2020-02-07
Pass consistent param->type to fs_parse()
Al Viro
4
-20
/
+16
2020-02-04
NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals
Robert Milkowski
4
-14
/
+11
2020-02-04
NFSv4: try lease recovery on NFS4ERR_EXPIRED
Robert Milkowski
1
-0
/
+5
2020-02-04
NFS: Fix memory leaks
Wenwen Wang
1
-2
/
+2
2020-02-04
nfs: optimise readdir cache page invalidation
Dai Ngo
2
-2
/
+10
2020-02-03
NFS: Switch readdir to using iterate_shared()
Trond Myklebust
1
-1
/
+1
2020-02-03
NFS: Use kmemdup_nul() in nfs_readdir_make_qstr()
Trond Myklebust
1
-1
/
+1
2020-02-03
NFS: Directory page cache pages need to be locked when read
Trond Myklebust
1
-11
/
+19
2020-02-03
NFS: Fix memory leaks and corruption in readdir
Trond Myklebust
1
-2
/
+15
2020-02-03
SUNRPC: Use kmemdup_nul() in rpc_parse_scope_id()
Trond Myklebust
1
-1
/
+1
2020-02-03
NFS: Replace various occurrences of kstrndup() with kmemdup_nul()
Trond Myklebust
2
-2
/
+2
2020-02-03
NFSv4: Limit the total number of cached delegations
Trond Myklebust
1
-1
/
+7
2020-02-03
NFSv4: Add accounting for the number of active delegations held
Trond Myklebust
1
-12
/
+24
2020-02-03
NFSv4: Try to return the delegation immediately when marked for return on close
Trond Myklebust
3
-0
/
+35
2020-02-03
NFS: Clear NFS_DELEGATION_RETURN_IF_CLOSED when the delegation is returned
Trond Myklebust
1
-1
/
+3
2020-02-03
NFSv4: nfs_inode_evict_delegation() should set NFS_DELEGATION_RETURNING
Trond Myklebust
1
-0
/
+1
2020-02-03
NFS: nfs_find_open_context() should use cred_fscmp()
Trond Myklebust
1
-1
/
+1
2020-02-03
NFS: nfs_access_get_cached_rcu() should use cred_fscmp()
Trond Myklebust
1
-1
/
+1
2020-02-03
NFSv4: pnfs_roc() must use cred_fscmp() to compare creds
Trond Myklebust
1
-1
/
+1
2020-02-03
NFS: remove unused macros
Alex Shi
1
-2
/
+0
2020-01-24
nfs: Return EINVAL rather than ERANGE for mount parse errors
David Howells
1
-2
/
+1
2020-01-24
NFS: allow deprecation of NFS UDP protocol
Olga Kornievskaia
3
-0
/
+17
2020-01-24
NFS: Add softreval behaviour to nfs_lookup_revalidate()
Trond Myklebust
9
-31
/
+66
2020-01-15
NFSv3: FIx bug when using chacl and chmod to change acl
Su Yanjun
1
-1
/
+1
2020-01-15
NFSv4.x recover from pre-mature loss of openstateid
Olga Kornievskaia
3
-10
/
+30
2020-01-15
NFSv4 fix acl retrieval over krb5i/krb5p mounts
Olga Kornievskaia
1
-5
/
+13
2020-01-15
NFS: Add mount option 'softreval'
Trond Myklebust
7
-12
/
+59
2020-01-15
NFS: Trust cached access if we've already revalidated the inode once
Trond Myklebust
1
-2
/
+2
2020-01-15
NFS: Fix nfs_direct_write_reschedule_io()
Trond Myklebust
1
-1
/
+2
2020-01-15
NFS: When resending after a short write, reset the reply count to zero
Trond Myklebust
2
-0
/
+4
2020-01-15
NFS: Improve tracing of permission calls
Trond Myklebust
2
-3
/
+62
2020-01-15
pNFS/flexfiles: Add tracing for layout errors
Trond Myklebust
3
-9
/
+132
2020-01-15
NFS: Clean up generic file commit tracepoint
Trond Myklebust
2
-17
/
+27
2020-01-15
NFS: Clean up generic writeback tracepoints
Trond Myklebust
2
-36
/
+43
2020-01-15
NFS: Clean up generic file read tracepoints
Trond Myklebust
2
-26
/
+35
2020-01-15
pNFS/flexfiles: Record resend attempts on I/O failure
Trond Myklebust
3
-8
/
+14
2020-01-15
NFS: Fix fix of show_nfs_errors
Trond Myklebust
1
-16
/
+17
2020-01-15
NFSv4: Improve read/write/commit tracing
Trond Myklebust
1
-18
/
+34
[next]