index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-14
cifs: add witness mount option and data structs
Samuel Cabrero
5
-0
/
+43
2020-12-14
cifs: Register generic netlink family
Samuel Cabrero
6
-1
/
+145
2020-12-14
cifs: cleanup misc.c
Steve French
3
-57
/
+68
2020-12-14
cifs: minor kernel style fixes for comments
Steve French
1
-10
/
+15
2020-12-14
cifs: Make extract_sharename function public
Samuel Cabrero
5
-25
/
+26
2020-12-14
cifs: Make extract_hostname function public
Samuel Cabrero
3
-34
/
+33
2020-12-14
MIPS: Select ARCH_KEEP_MEMBLOCK if DEBUG_KERNEL to enable sysfs memblock debug
Tiezhu Yang
1
-0
/
+1
2020-12-14
mips: lib: uncached: fix non-standard usage of variable 'sp'
Anders Roxell
1
-1
/
+3
2020-12-14
Merge tag 'asoc-v5.11' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Takashi Iwai
338
-5057
/
+30854
2020-12-14
dt-bindings: Remove PicoXcell bindings
Rob Herring
4
-54
/
+0
2020-12-14
ARM: dts: lpc32xx: Remove unused and undocumented 'pnx,timeout'
Rob Herring
1
-3
/
+0
2020-12-14
ovl: unprivieged mounts
Miklos Szeredi
1
-0
/
+1
2020-12-14
ovl: do not get metacopy for userxattr
Miklos Szeredi
1
-0
/
+7
2020-12-14
ovl: do not fail because of O_NOATIME
Miklos Szeredi
1
-8
/
+3
2020-12-14
ovl: do not fail when setting origin xattr
Miklos Szeredi
1
-1
/
+2
2020-12-14
ovl: user xattr
Miklos Szeredi
6
-18
/
+82
2020-12-14
ovl: simplify file splice
Miklos Szeredi
1
-44
/
+2
2020-12-14
ovl: make ioctl() safe
Miklos Szeredi
1
-71
/
+16
2020-12-14
ovl: check privs before decoding file handle
Miklos Szeredi
2
-0
/
+6
2020-12-14
vfs: verify source area in vfs_dedupe_file_range_one()
Miklos Szeredi
1
-1
/
+9
2020-12-14
vfs: move cap_convert_nscap() call into vfs_setxattr()
Miklos Szeredi
3
-9
/
+13
2020-12-14
Merge branch 'for-5.11' into for-linus
Petr Mladek
2
-18
/
+15
2020-12-14
Merge branch 'for-5.11-null-console' into for-linus
Petr Mladek
6
-19
/
+38
2020-12-14
can: m_can: use struct m_can_classdev as drvdata
Marc Kleine-Budde
3
-14
/
+13
2020-12-14
can: m_can: let m_can_class_allocate_dev() allocate driver specific private data
Marc Kleine-Budde
5
-50
/
+56
2020-12-14
can: m_can: m_can_clk_start(): make use of pm_runtime_resume_and_get()
Marc Kleine-Budde
1
-9
/
+1
2020-12-14
can: m_can: m_can_config_endisable(): mark as static
Marc Kleine-Budde
2
-2
/
+1
2020-12-14
can: m_can: use cdev as name for struct m_can_classdev uniformly
Marc Kleine-Budde
1
-49
/
+49
2020-12-14
can: m_can: convert indention to kernel coding style
Marc Kleine-Budde
1
-45
/
+43
2020-12-14
can: m_can: update link to M_CAN user manual
Marc Kleine-Budde
1
-2
/
+1
2020-12-14
powerpc/64s: Mark the kuap/kuep functions non __init
Aneesh Kumar K.V
1
-2
/
+2
2020-12-14
NFSv4.2/pnfs: Don't use READ_PLUS with pNFS yet
Trond Myklebust
1
-7
/
+8
2020-12-14
NFSv4.2: Deal with potential READ_PLUS data extent buffer overflow
Trond Myklebust
1
-2
/
+7
2020-12-14
NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow
Trond Myklebust
1
-19
/
+17
2020-12-14
NFSv4.2: Handle hole lengths that exceed the READ_PLUS read buffer
Trond Myklebust
1
-0
/
+6
2020-12-14
NFSv4.2: decode_read_plus_hole() needs to check the extent offset
Trond Myklebust
1
-3
/
+21
2020-12-14
NFSv4.2: decode_read_plus_data() must skip padding after data segment
Trond Myklebust
1
-1
/
+3
2020-12-14
NFSv4.2: Ensure we always reset the result->count in decode_read_plus()
Trond Myklebust
1
-0
/
+1
2020-12-14
SUNRPC: When expanding the buffer, we may need grow the sparse pages
Trond Myklebust
1
-2
/
+33
2020-12-14
SUNRPC: Cleanup - constify a number of xdr_buf helpers
Trond Myklebust
2
-40
/
+35
2020-12-14
SUNRPC: Clean up open coded setting of the xdr_stream 'nwords' field
Trond Myklebust
1
-13
/
+16
2020-12-14
SUNRPC: _copy_to/from_pages() now check for zero length
Trond Myklebust
1
-4
/
+2
2020-12-14
SUNRPC: Cleanup xdr_shrink_bufhead()
Trond Myklebust
1
-77
/
+87
2020-12-14
SUNRPC: Fix xdr_expand_hole()
Trond Myklebust
2
-94
/
+178
2020-12-14
SUNRPC: Fixes for xdr_align_data()
Trond Myklebust
2
-43
/
+133
2020-12-14
SUNRPC: _shift_data_left/right_pages should check the shift length
Trond Myklebust
1
-0
/
+12
2020-12-14
NFSv4.1: use BITS_PER_LONG macro in nfs4session.h
Geliang Tang
1
-1
/
+1
2020-12-14
xprtrdma: Fix XDRBUF_SPARSE_PAGES support
Chuck Lever
1
-9
/
+31
2020-12-14
NFSv4.2: improve page handling for GETXATTR
Frank van der Linden
2
-16
/
+44
2020-12-14
sunrpc: fix xs_read_xdr_buf for partial pages receive
Dan Aloni
1
-1
/
+2
[prev]
[next]