index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'locks-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...
Linus Torvalds
2017-09-06
8
-54
/
+93
|
\
|
*
locks: restore a warn for leaked locks on close
Benjamin Coddington
2017-07-21
1
-0
/
+22
|
*
fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locks
Benjamin Coddington
2017-07-16
8
-34
/
+45
|
*
fs/locks: Use allocation rather than the stack in fcntl_getlk()
Benjamin Coddington
2017-07-16
1
-20
/
+26
*
|
Merge tag 'dlm-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
2017-09-06
7
-30
/
+36
|
\
\
|
*
|
dlm: use sock_create_lite inside tcp_accept_from_sock
Guoqing Jiang
2017-08-07
1
-1
/
+1
|
*
|
uapi linux/dlm_netlink.h: include linux/dlmconstants.h
Mikko Rapeli
2017-08-07
1
-0
/
+1
|
*
|
dlm: avoid double-free on error path in dlm_device_{register,unregister}
Edwin Török
2017-08-07
1
-0
/
+4
|
*
|
dlm: constify kset_uevent_ops structure
Bhumika Goyal
2017-08-07
1
-1
/
+1
|
*
|
dlm: print log message when cluster name is not set
Zhu Lingshan
2017-08-07
1
-0
/
+4
|
*
|
dlm: Delete an unnecessary variable initialisation in dlm_ls_start()
Markus Elfring
2017-08-07
1
-1
/
+1
|
*
|
dlm: Improve a size determination in two functions
Markus Elfring
2017-08-07
1
-2
/
+2
|
*
|
dlm: Use kcalloc() in two functions
Markus Elfring
2017-08-07
1
-4
/
+2
|
*
|
dlm: Use kmalloc_array() in make_member_array()
Markus Elfring
2017-08-07
1
-2
/
+1
|
*
|
dlm: Delete an error message for a failed memory allocation in dlm_recover_wa...
Markus Elfring
2017-08-07
1
-3
/
+1
|
*
|
dlm: Improve a size determination in dlm_recover_waiters_pre()
Markus Elfring
2017-08-07
1
-1
/
+1
|
*
|
dlm: Use kcalloc() in dlm_scan_waiters()
Markus Elfring
2017-08-07
1
-1
/
+1
|
*
|
dlm: Improve a size determination in table_seq_start()
Markus Elfring
2017-08-07
1
-1
/
+1
|
*
|
dlm: Add spaces for better code readability
Markus Elfring
2017-08-07
1
-5
/
+5
|
*
|
dlm: Replace six seq_puts() calls by seq_putc()
Markus Elfring
2017-08-07
1
-7
/
+6
|
*
|
dlm: Make dismatch error message more clear
Gang He
2017-08-07
1
-1
/
+2
|
*
|
dlm: Fix kernel memory disclosure
Vlad Tsyrklevich
2017-08-07
1
-0
/
+2
*
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-09-06
10
-111
/
+222
|
\
\
\
|
*
|
|
ext4: avoid Y2038 overflow in recently_deleted()
Andreas Dilger
2017-08-31
2
-6
/
+28
|
*
|
|
ext4: fix fault handling when mounted with -o dax,ro
Randy Dodgen
2017-08-24
1
-1
/
+14
|
*
|
|
ext4: fix quota inconsistency during orphan cleanup for read-only mounts
zhangyi (F)
2017-08-24
1
-7
/
+31
|
*
|
|
ext4: fix incorrect quotaoff if the quota feature is enabled
zhangyi (F)
2017-08-24
1
-3
/
+3
|
*
|
|
ext4: remove useless test and assignment in strtohash functions
Damien Guibouret
2017-08-24
1
-4
/
+0
|
*
|
|
ext4: backward compatibility support for Lustre ea_inode implementation
Tahsin Erdogan
2017-08-24
3
-56
/
+94
|
*
|
|
ext4: remove timebomb in ext4_decode_extra_time()
Christoph Hellwig
2017-08-24
1
-6
/
+4
|
*
|
|
ext4: use sizeof(*ptr)
Markus Elfring
2017-08-24
2
-2
/
+2
|
*
|
|
ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets
Darrick J. Wong
2017-08-24
1
-2
/
+2
|
*
|
|
ext4: reduce lock contention in __ext4_new_inode
Wang Shilong
2017-08-24
1
-11
/
+39
|
*
|
|
ext4: cleanup goto next group
Wang Shilong
2017-08-24
1
-14
/
+6
|
*
|
|
ext4: do not unnecessarily allocate buffer in recently_deleted()
Jan Kara
2017-08-24
1
-2
/
+2
*
|
|
|
Merge tag 'xfs-4.14-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-09-06
50
-709
/
+1027
|
\
\
\
\
|
*
|
|
|
xfs: use kmem_free to free return value of kmem_zalloc
Pan Bian
2017-09-03
1
-1
/
+1
|
*
|
|
|
xfs: open code end_buffer_async_write in xfs_finish_page_writeback
Christoph Hellwig
2017-09-03
1
-24
/
+47
|
*
|
|
|
xfs: don't set v3 xflags for v2 inodes
Christoph Hellwig
2017-09-02
1
-13
/
+25
|
*
|
|
|
xfs: fix compiler warnings
Darrick J. Wong
2017-09-02
5
-8
/
+11
|
*
|
|
|
fsmap: fix documentation of FMR_OF_LAST
Darrick J. Wong
2017-09-01
1
-1
/
+1
|
*
|
|
|
xfs: simplify the rmap code in xfs_bmse_merge
Darrick J. Wong
2017-09-01
1
-4
/
+3
|
*
|
|
|
xfs: remove unused flags arg from xfs_file_iomap_begin_delay
Eric Sandeen
2017-09-01
1
-3
/
+1
|
*
|
|
|
xfs: fix incorrect log_flushed on fsync
Amir Goldstein
2017-09-01
1
-7
/
+0
|
*
|
|
|
xfs: disable per-inode DAX flag
Christoph Hellwig
2017-09-01
1
-1
/
+2
|
*
|
|
|
xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leaves
Christoph Hellwig
2017-09-01
1
-32
/
+12
|
*
|
|
|
xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extent
Christoph Hellwig
2017-09-01
2
-11
/
+11
|
*
|
|
|
xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at
Christoph Hellwig
2017-09-01
1
-16
/
+4
|
*
|
|
|
xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents
Christoph Hellwig
2017-09-01
1
-92
/
+88
|
*
|
|
|
xfs: move some code around inside xfs_bmap_shift_extents
Christoph Hellwig
2017-09-01
1
-25
/
+29
[next]