index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE
Kees Cook
2021-11-09
1
-9
/
+22
*
proc: allow pid_revalidate() during LOOKUP_RCU
Stephen Brennan
2021-11-09
1
-8
/
+10
*
proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
David Hildenbrand
2021-11-09
1
-30
/
+69
*
proc/vmcore: let pfn_is_ram() return a bool
David Hildenbrand
2021-11-09
1
-4
/
+4
*
procfs: do not list TID 0 in /proc/<pid>/task
Florian Weimer
2021-11-09
1
-0
/
+3
*
mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
zhangyiru
2021-11-09
1
-15
/
+8
*
vfs: keep inodes with page cache off the inode shrinker LRU
Johannes Weiner
2021-11-09
2
-20
/
+27
*
mm, thp: fix incorrect unmap behavior for private pages
Rongwei Wang
2021-11-06
1
-1
/
+10
*
mm, thp: lock filemap when truncating page cache
Rongwei Wang
2021-11-06
1
-1
/
+4
*
fs: explicitly unregister per-superblock BDIs
Christoph Hellwig
2021-11-06
1
-0
/
+3
*
mm/smaps: simplify shmem handling of pte holes
Peter Xu
2021-11-06
1
-10
/
+12
*
mm/smaps: fix shmem pte hole swap calculation
Peter Xu
2021-11-06
1
-2
/
+4
*
d_path: fix Kernel doc validator complaining
Jia He
2021-11-06
1
-5
/
+3
*
fs/posix_acl.c: avoid -Wempty-body warning
Arnd Bergmann
2021-11-06
1
-2
/
+1
*
ocfs2: do not zero pages beyond i_size
Jan Kara
2021-11-06
1
-7
/
+12
*
ocfs2: fix data corruption on truncate
Jan Kara
2021-11-06
1
-2
/
+6
*
ocfs2/dlm: remove redundant assignment of variable ret
Colin Ian King
2021-11-06
1
-1
/
+0
*
ocfs2: cleanup journal init and shutdown
Valentin Vidic
2021-11-06
4
-46
/
+27
*
ocfs2: fix handle refcount leak in two exception handling paths
Chenyuan Mi
2021-11-06
1
-0
/
+2
*
Merge tag 'for-5.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-10-29
5
-33
/
+72
|
\
|
*
Revert "btrfs: compression: drop kmap/kunmap from lzo"
David Sterba
2021-10-29
1
-11
/
+25
|
*
Revert "btrfs: compression: drop kmap/kunmap from zlib"
David Sterba
2021-10-29
1
-11
/
+25
|
*
Revert "btrfs: compression: drop kmap/kunmap from zstd"
David Sterba
2021-10-29
1
-9
/
+18
|
*
Revert "btrfs: compression: drop kmap/kunmap from generic helpers"
David Sterba
2021-10-27
2
-2
/
+4
*
|
ocfs2: fix race between searching chunks and release journal_head from buffer...
Gautham Ananthakrishna
2021-10-28
1
-9
/
+13
*
|
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2021-10-24
1
-1
/
+1
|
\
\
|
*
|
autofs: fix wait name hash calculation in autofs_wait()
Ian Kent
2021-10-20
1
-1
/
+1
*
|
|
Merge tag '5.15-rc6-ksmbd-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
2021-10-24
14
-153
/
+306
|
\
\
\
|
*
|
|
ksmbd: add buffer validation in session setup
Marios Makassikis
2021-10-20
2
-27
/
+40
|
*
|
|
ksmbd: throttle session setup failures to avoid dictionary attacks
Namjae Jeon
2021-10-20
6
-6
/
+31
|
*
|
|
ksmbd: validate OutputBufferLength of QUERY_DIR, QUERY_INFO, IOCTL requests
Hyunchul Lee
2021-10-20
1
-16
/
+52
|
*
|
|
ksmbd: validate credit charge after validating SMB2 PDU body size
Ralph Boehme
2021-10-15
1
-9
/
+10
|
*
|
|
ksmbd: add buffer validation for smb direct
Hyunchul Lee
2021-10-15
1
-2
/
+19
|
*
|
|
ksmbd: limit read/write/trans buffer size not to exceed 8MB
Namjae Jeon
2021-10-15
3
-1
/
+6
|
*
|
|
ksmbd: validate compound response buffer
Namjae Jeon
2021-10-13
1
-0
/
+6
|
*
|
|
ksmbd: fix potencial 32bit overflow from data area check in smb2_write
Namjae Jeon
2021-10-13
1
-4
/
+2
|
*
|
|
ksmbd: improve credits management
Hyunchul Lee
2021-10-13
3
-62
/
+59
|
*
|
|
ksmbd: add validation in smb2_ioctl
Namjae Jeon
2021-10-13
3
-31
/
+86
*
|
|
|
Merge tag 'io_uring-5.15-2021-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-10-22
2
-14
/
+47
|
\
\
\
\
|
*
|
|
|
io_uring: apply worker limits to previous users
Pavel Begunkov
2021-10-21
1
-0
/
+18
|
*
|
|
|
io_uring: fix ltimeout unprep
Pavel Begunkov
2021-10-20
1
-6
/
+1
|
*
|
|
|
io_uring: apply max_workers limit to all future users
Pavel Begunkov
2021-10-20
1
-6
/
+23
|
*
|
|
|
io-wq: max_worker fixes
Pavel Begunkov
2021-10-19
1
-2
/
+5
*
|
|
|
|
Merge tag 'fuse-fixes-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-10-22
3
-56
/
+46
|
\
\
\
\
\
|
*
|
|
|
|
fuse: clean up error exits in fuse_fill_super()
Miklos Szeredi
2021-10-21
1
-6
/
+2
|
*
|
|
|
|
fuse: always initialize sb->s_fs_info
Miklos Szeredi
2021-10-21
1
-25
/
+25
|
*
|
|
|
|
fuse: clean up fuse_mount destruction
Miklos Szeredi
2021-10-21
2
-19
/
+7
|
*
|
|
|
|
fuse: get rid of fuse_put_super()
Miklos Szeredi
2021-10-21
3
-9
/
+15
|
*
|
|
|
|
fuse: check s_root when destroying sb
Miklos Szeredi
2021-10-21
2
-2
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge tag 'ceph-for-5.15-rc7' of git://github.com/ceph/ceph-client
Linus Torvalds
2021-10-20
6
-30
/
+22
|
\
\
\
\
\
[next]