index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2017-11-14
20
-227
/
+262
|
\
|
*
Merge udf, isofs, quota, ext2 changes for 4.15-rc1.
Jan Kara
2017-11-14
20
-227
/
+262
|
|
\
|
|
*
quota: be aware of error from dquot_initialize
Chao Yu
2017-11-13
1
-1
/
+1
|
|
*
quota: fix potential infinite loop
zhangyi (F)
2017-11-01
1
-2
/
+9
|
|
*
isofs: use unsigned char types consistently
Arnd Bergmann
2017-10-31
2
-41
/
+41
|
|
*
isofs: fix timestamps beyond 2027
Arnd Bergmann
2017-10-31
3
-3
/
+3
|
|
*
udf: Fix some sign-conversion warnings
Steve Magnani
2017-10-17
2
-4
/
+4
|
|
*
udf: Fix signed/unsigned format specifiers
Steve Magnani
2017-10-17
8
-49
/
+49
|
|
*
udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF
Steve Magnani
2017-10-17
10
-41
/
+51
|
|
*
udf: Avoid overflow when session starts at large offset
Jan Kara
2017-10-16
1
-1
/
+1
|
|
*
ext2: Fix possible sleep in atomic during mount option parsing
Jan Kara
2017-10-11
1
-4
/
+4
|
|
*
ext2: Parse mount options into a dedicated structure
Jan Kara
2017-10-11
1
-81
/
+76
|
|
*
audit: Record fanotify access control decisions
Steve Grubb
2017-10-10
3
-2
/
+25
*
|
|
Merge branch 'fsnotify' of git://git.kernel.org/pub/scm/linux/kernel/git/jack...
Linus Torvalds
2017-11-14
8
-181
/
+158
|
\
\
\
|
*
|
|
fsnotify: convert fsnotify_mark.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-10-31
2
-9
/
+9
|
*
|
|
fanotify: clean up CONFIG_FANOTIFY_ACCESS_PERMISSIONS ifdefs
Miklos Szeredi
2017-10-31
3
-52
/
+29
|
*
|
|
fsnotify: clean up fsnotify()
Miklos Szeredi
2017-10-31
1
-60
/
+45
|
*
|
|
fanotify: fix fsnotify_prepare_user_wait() failure
Miklos Szeredi
2017-10-31
1
-13
/
+20
|
*
|
|
fsnotify: fix pinning group in fsnotify_prepare_user_wait()
Miklos Szeredi
2017-10-31
1
-14
/
+11
|
*
|
|
fsnotify: pin both inode and vfsmount mark
Miklos Szeredi
2017-10-31
1
-3
/
+7
|
*
|
|
fsnotify: clean up fsnotify_prepare/finish_user_wait()
Miklos Szeredi
2017-10-31
1
-48
/
+48
|
*
|
|
fsnotify: convert fsnotify_group.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-10-31
1
-3
/
+3
|
*
|
|
fsnotify: Protect bail out path of fsnotify_add_mark_locked() properly
Jan Kara
2017-10-31
1
-0
/
+2
|
*
|
|
dnotify: Handle errors from fsnotify_add_mark_locked() in fcntl_dirnotify()
Jan Kara
2017-10-31
1
-1
/
+6
*
|
|
|
Merge tag 'dlm-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
2017-11-14
7
-124
/
+186
|
\
\
\
\
|
*
|
|
|
dlm: remove dlm_send_rcom_lookup_dump
David Teigland
2017-10-09
3
-21
/
+1
|
*
|
|
|
dlm: recheck kthread_should_stop() before schedule()
Guoqing Jiang
2017-09-25
1
-1
/
+4
|
*
|
|
|
DLM: fix NULL pointer dereference in send_to_sock()
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-0
/
+4
|
*
|
|
|
DLM: fix to reschedule rwork
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-2
/
+6
|
*
|
|
|
DLM: fix to use sk_callback_lock correctly
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-12
/
+17
|
*
|
|
|
DLM: fix overflow dlm_cb_seq
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-0
/
+2
|
*
|
|
|
DLM: fix memory leak in tcp_accept_from_sock()
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-14
/
+7
|
*
|
|
|
DLM: fix conversion deadlock when DLM_LKF_NODLCKWT flag is set
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-19
/
+23
|
*
|
|
|
DLM: use CF_CLOSE flag to stop dlm_send correctly
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-0
/
+1
|
*
|
|
|
DLM: Reanimate CF_WRITE_PENDING flag
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-1
/
+8
|
*
|
|
|
DLM: fix race condition between dlm_recoverd_stop and dlm_recoverd
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-1
/
+10
|
*
|
|
|
DLM: close othercon at send/receive error
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-2
/
+2
|
*
|
|
|
DLM: retry rcom when dlm_wait_function is timed out.
tsutomu.owa@toshiba.co.jp
2017-09-25
2
-0
/
+10
|
*
|
|
|
DLM: fix to use sock_mutex correctly in xxx_accept_from_sock
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-0
/
+6
|
*
|
|
|
DLM: fix race condition between dlm_send and dlm_recv
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-2
/
+6
|
*
|
|
|
DLM: fix double list_del()
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-5
/
+39
|
*
|
|
|
DLM: fix remove save_cb argument from add_sock()
tsutomu.owa@toshiba.co.jp
2017-09-25
1
-8
/
+8
|
*
|
|
|
DLM: Fix saving of NULL callbacks
Bob Peterson
2017-09-25
1
-20
/
+25
|
*
|
|
|
DLM: Eliminate CF_WRITE_PENDING flag
Bob Peterson
2017-09-25
1
-13
/
+8
|
*
|
|
|
DLM: Eliminate CF_CONNECT_PENDING flag
Bob Peterson
2017-09-25
1
-7
/
+3
*
|
|
|
|
Merge tag 'gfs2-4.15.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-11-14
11
-209
/
+469
|
\
\
\
\
\
|
*
|
|
|
|
gfs2: Allow gfs2_xattr_set to be called with the glock held
Andreas Gruenbacher
2017-10-31
1
-7
/
+16
|
*
|
|
|
|
gfs2: Add support for statx inode flags
Andreas Gruenbacher
2017-10-31
1
-0
/
+14
|
*
|
|
|
|
gfs2: Fix and clean up {GET,SET}FLAGS ioctl
Andreas Gruenbacher
2017-10-31
1
-55
/
+47
|
*
|
|
|
|
gfs2: Fix a harmless typo
Andreas Gruenbacher
2017-10-31
1
-1
/
+1
[next]