index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag '5.6-rc-small-smb3-fix-for-stable' of git://git.samba.org/sfrench/c...
Linus Torvalds
2020-02-01
2
-2
/
+2
|
\
|
*
cifs: update internal module version number
Steve French
2020-01-31
1
-1
/
+1
|
*
cifs: fix soft mounts hanging in the reconnect code
Ronnie Sahlberg
2020-01-30
1
-1
/
+1
*
|
vfs: fix do_last() regression
Al Viro
2020-02-01
1
-2
/
+2
*
|
Merge tag 'gfs2-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...
Linus Torvalds
2020-01-31
12
-70
/
+73
|
\
\
|
*
|
Revert "gfs2: eliminate tr_num_revoke_rm"
Bob Peterson
2020-01-28
3
-4
/
+6
|
*
|
gfs2: remove unused LBIT macros
Alex Shi
2020-01-21
1
-10
/
+0
|
*
|
fs/gfs2: remove unused IS_DINODE and IS_LEAF macros
Alex Shi
2020-01-21
1
-3
/
+0
|
*
|
gfs2: Remove GFS2_MIN_LVB_SIZE define
Andreas Gruenbacher
2020-01-20
2
-3
/
+1
|
*
|
gfs2: Fix incorrect variable name
Andreas Gruenbacher
2020-01-20
2
-6
/
+6
|
*
|
gfs2: Avoid access time thrashing in gfs2_inode_lookup
Andreas Gruenbacher
2020-01-15
1
-5
/
+5
|
*
|
gfs2: minor cleanup: remove unneeded variable ret in gfs2_jdata_writepage
Bob Peterson
2020-01-08
1
-3
/
+1
|
*
|
gfs2: eliminate ssize parameter from gfs2_struct2blk
Bob Peterson
2020-01-07
7
-14
/
+12
|
*
|
gfs2: Another gfs2_find_jhead fix
Andreas Gruenbacher
2020-01-07
1
-24
/
+44
*
|
|
Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2020-01-31
1
-13
/
+5
|
\
\
\
|
*
|
|
fs: Fix page_mkwrite off-by-one errors
Andreas Gruenbacher
2020-01-06
1
-13
/
+5
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-01-31
25
-170
/
+236
|
\
\
\
\
|
*
|
|
|
execve: warn if process starts with executable stack
Alexey Dobriyan
2020-01-31
1
-0
/
+5
|
*
|
|
|
reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()
Yunfeng Ye
2020-01-31
1
-1
/
+2
|
*
|
|
|
fs/binfmt_elf.c: coredump: allow process with empty address space to coredump
Alexey Dobriyan
2020-01-31
1
-1
/
+9
|
*
|
|
|
fs/binfmt_elf.c: coredump: delete duplicated overflow check
Alexey Dobriyan
2020-01-31
1
-2
/
+0
|
*
|
|
|
fs/binfmt_elf.c: coredump: allocate core ELF header on stack
Alexey Dobriyan
2020-01-31
1
-11
/
+5
|
*
|
|
|
fs/binfmt_elf.c: make BAD_ADDR() unlikely
Alexey Dobriyan
2020-01-31
1
-1
/
+1
|
*
|
|
|
fs/binfmt_elf.c: better codegen around current->mm
Alexey Dobriyan
2020-01-31
1
-24
/
+28
|
*
|
|
|
fs/binfmt_elf.c: don't copy ELF header around
Alexey Dobriyan
2020-01-31
1
-28
/
+27
|
*
|
|
|
fs/binfmt_elf.c: fix ->start_code calculation
Alexey Dobriyan
2020-01-31
1
-1
/
+1
|
*
|
|
|
fs/binfmt_elf.c: smaller code generation around auxv vector fill
Alexey Dobriyan
2020-01-31
1
-7
/
+8
|
*
|
|
|
btrfs: use larger zlib buffer for s390 hardware compression
Mikhail Zaslonko
2020-01-31
2
-36
/
+101
|
*
|
|
|
mm, tree-wide: rename put_user_page*() to unpin_user_page*()
John Hubbard
2020-01-31
1
-2
/
+2
|
*
|
|
|
fs/io_uring: set FOLL_PIN via pin_user_pages()
John Hubbard
2020-01-31
1
-1
/
+1
|
*
|
|
|
ocfs2: use ocfs2_update_inode_fsync_trans() to access t_tid in handle->h_tran...
wangyan
2020-01-31
1
-2
/
+1
|
*
|
|
|
ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()
wangyan
2020-01-31
1
-3
/
+5
|
*
|
|
|
ocfs2/dlm: move BITS_TO_BYTES() to bitops.h for wider use
Andy Shevchenko
2020-01-31
1
-4
/
+0
|
*
|
|
|
ocfs2/dlm: remove redundant assignment to ret
Colin Ian King
2020-01-31
1
-1
/
+1
|
*
|
|
|
ocfs2: make local header paths relative to C files
Masahiro Yamada
2020-01-31
13
-45
/
+41
|
*
|
|
|
ocfs2: remove unneeded semicolons
zhengbin
2020-01-31
2
-2
/
+2
|
*
|
|
|
fs: ocfs: remove unnecessary assertion in dlm_migrate_lockres
Aditya Pakki
2020-01-31
1
-2
/
+0
|
*
|
|
|
memcg: fix a crash in wb_workfn when a device disappears
Theodore Ts'o
2020-01-31
1
-1
/
+1
*
|
|
|
|
Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
2020-01-31
1
-1
/
+0
|
\
\
\
\
\
|
*
|
|
|
|
mm: remove arch_bprm_mm_init() hook
Dave Hansen
2020-01-23
1
-1
/
+0
*
|
|
|
|
|
Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2020-01-31
5
-7
/
+19
|
\
\
\
\
\
\
|
*
|
|
|
|
|
ubifs: Fix memory leak from c->sup_node
Quanyang Wang
2020-01-19
1
-0
/
+2
|
*
|
|
|
|
|
ubifs: Fix ino_t format warnings in orphan_delete()
Geert Uytterhoeven
2020-01-17
1
-2
/
+2
|
*
|
|
|
|
|
ubifs: Fix deadlock in concurrent bulk-read and writepage
Zhihao Cheng
2020-01-16
1
-1
/
+3
|
*
|
|
|
|
|
ubifs: Fix wrong memory allocation
Sascha Hauer
2020-01-16
1
-1
/
+1
|
*
|
|
|
|
|
ubifs: Add support for FS_ENCRYPT_FL
Eric Biggers
2020-01-16
1
-3
/
+10
|
*
|
|
|
|
|
ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
Eric Biggers
2020-01-16
1
-1
/
+2
*
|
|
|
|
|
|
Merge tag 'f2fs-for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
2020-01-31
18
-370
/
+3137
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
f2fs: fix race conditions in ->d_compare() and ->d_hash()
Eric Biggers
2020-01-24
1
-3
/
+6
|
*
|
|
|
|
|
|
f2fs: fix dcache lookup of !casefolded directories
Eric Biggers
2020-01-24
1
-1
/
+1
[next]