index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-14
Merge udf, isofs, quota, ext2 changes for 4.15-rc1.
Jan Kara
20
-227
/
+262
2017-11-13
quota: be aware of error from dquot_initialize
Chao Yu
1
-1
/
+1
2017-11-01
quota: fix potential infinite loop
zhangyi (F)
1
-2
/
+9
2017-10-31
isofs: use unsigned char types consistently
Arnd Bergmann
2
-41
/
+41
2017-10-31
isofs: fix timestamps beyond 2027
Arnd Bergmann
3
-3
/
+3
2017-10-17
udf: Fix some sign-conversion warnings
Steve Magnani
2
-4
/
+4
2017-10-17
udf: Fix signed/unsigned format specifiers
Steve Magnani
8
-49
/
+49
2017-10-17
udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF
Steve Magnani
10
-41
/
+51
2017-10-16
udf: Avoid overflow when session starts at large offset
Jan Kara
1
-1
/
+1
2017-10-11
ext2: Fix possible sleep in atomic during mount option parsing
Jan Kara
1
-4
/
+4
2017-10-11
ext2: Parse mount options into a dedicated structure
Jan Kara
1
-81
/
+76
2017-10-10
quota: Generate warnings for DQUOT_SPACE_NOFAIL allocations
Jan Kara
1
-11
/
+16
2017-10-10
audit: Record fanotify access control decisions
Steve Grubb
3
-2
/
+25
2017-10-06
Merge tag 'xfs-4.14-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-3
/
+30
2017-10-06
Merge branch 'for-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-2
/
+2
2017-10-06
Merge tag 'ceph-for-4.14-rc4' of git://github.com/ceph/ceph-client
Linus Torvalds
2
-10
/
+9
2017-10-06
Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
9
-36
/
+56
2017-10-05
ovl: fix regression caused by exclusive upper/work dir protection
Amir Goldstein
2
-8
/
+22
2017-10-05
ovl: fix missing unlock_rename() in ovl_do_copy_up()
Amir Goldstein
4
-24
/
+22
2017-10-05
ovl: fix dentry leak in ovl_indexdir_cleanup()
Amir Goldstein
1
-2
/
+4
2017-10-05
ovl: fix dput() of ERR_PTR in ovl_cleanup_index()
Amir Goldstein
1
-1
/
+4
2017-10-05
ovl: fix error value printed in ovl_lookup_index()
Amir Goldstein
1
-0
/
+1
2017-10-05
ovl: fix may_write_real() for overlayfs directories
Amir Goldstein
1
-1
/
+3
2017-10-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
4
-49
/
+92
2017-10-04
Btrfs: fix overlap of fs_info::flags values
Tsutomu Itoh
1
-1
/
+1
2017-10-04
btrfs: avoid overflow when sector_t is 32 bit
Goffredo Baroncelli
1
-1
/
+1
2017-10-04
lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
Casey Schaufler
1
-1
/
+1
2017-10-03
xfs: handle racy AIO in xfs_reflink_end_cow
Christoph Hellwig
1
-1
/
+8
2017-10-03
xfs: always swap the cow forks when swapping extents
Darrick J. Wong
1
-2
/
+22
2017-10-03
exec: binfmt_misc: kill the onstack iname[BINPRM_BUF_SIZE] array
Oleg Nesterov
1
-9
/
+5
2017-10-03
exec: binfmt_misc: fix race between load_misc_binary() and kill_node()
Oleg Nesterov
1
-4
/
+8
2017-10-03
exec: binfmt_misc: remove the confusing e->interp_file != NULL checks
Oleg Nesterov
1
-2
/
+2
2017-10-03
exec: binfmt_misc: shift filp_close(interp_file) from kill_node() to bm_evict...
Oleg Nesterov
1
-6
/
+6
2017-10-03
exec: binfmt_misc: don't nullify Node->dentry in kill_node()
Oleg Nesterov
1
-13
/
+9
2017-10-03
exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] array
Oleg Nesterov
2
-9
/
+10
2017-10-03
userfaultfd: non-cooperative: fix fork use after free
Andrea Arcangeli
1
-10
/
+56
2017-10-02
ceph: fix __choose_mds() for LSSNAP request
Yan, Zheng
1
-5
/
+6
2017-10-02
ceph: properly queue cap snap for newly created snap realm
Yan, Zheng
1
-5
/
+3
2017-10-01
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-20
/
+15
2017-09-29
Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-27
/
+72
2017-09-29
sched/debug: Add explicit TASK_PARKED printing
Peter Zijlstra
1
-1
/
+2
2017-09-29
sched/debug: Add explicit TASK_IDLE printing
Peter Zijlstra
1
-8
/
+13
2017-09-29
sched/debug: Implement consistent task-state printing
Peter Zijlstra
1
-13
/
+2
2017-09-28
Merge tag 'xfs-4.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
15
-56
/
+81
2017-09-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
3
-0
/
+8
2017-09-27
quota: Fix quota corruption with generic/232 test
Jan Kara
1
-0
/
+4
2017-09-26
vfs: Return -ENXIO for negative SEEK_HOLE / SEEK_DATA offsets
Andreas Gruenbacher
1
-2
/
+2
2017-09-26
xfs: revert "xfs: factor rmap btree size into the indlen calculations"
Darrick J. Wong
1
-15
/
+2
2017-09-26
xfs: Capture state of the right inode in xfs_iflush_done
Carlos Maiolino
1
-1
/
+1
2017-09-26
xfs: perag initialization should only touch m_ag_max_usable for AG 0
Darrick J. Wong
1
-2
/
+10
[next]