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
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2016-12-17
45
-468
/
+978
|
\
|
*
Merge branch 'work.autofs' into for-linus
Al Viro
2016-12-16
9
-71
/
+125
|
|
\
|
|
*
autofs - dont hold spin lock over direct mount expire
Ian Kent
2016-12-03
1
-7
/
+10
|
|
*
autofs - constify misc struct path instances
Ian Kent
2016-12-03
2
-2
/
+2
|
|
*
vfs: remove unused have_submounts() function
Ian Kent
2016-12-03
1
-33
/
+0
|
|
*
autofs: use path_has_submounts() to fix unreliable have_submount() checks
Ian Kent
2016-12-03
3
-11
/
+15
|
|
*
autofs: use path_is_mountpoint() to fix unreliable d_mountpoint() checks
Ian Kent
2016-12-03
1
-7
/
+7
|
|
*
autofs: change autofs4_wait() to take struct path
Ian Kent
2016-12-03
4
-12
/
+15
|
|
*
autofs: change autofs4_expire_wait()/do_expire_wait() to take struct path
Ian Kent
2016-12-03
4
-8
/
+11
|
|
*
vfs: add path_has_submounts()
Ian Kent
2016-12-03
1
-0
/
+39
|
|
*
vfs: add path_is_mountpoint() helper
Ian Kent
2016-12-03
2
-0
/
+35
|
|
*
vfs: change d_manage() to take a struct path
Ian Kent
2016-12-02
2
-9
/
+9
|
*
|
Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linus
Al Viro
2016-12-16
20
-306
/
+797
|
|
\
\
|
|
*
|
ocfs2: implement the VFS clone_range, copy_range, and dedupe_range features
Darrick J. Wong
2016-12-10
4
-3
/
+474
|
|
*
|
ocfs2: charge quota for reflinked blocks
Darrick J. Wong
2016-12-10
1
-0
/
+7
|
|
*
|
ocfs2: fix bad pointer cast
Darrick J. Wong
2016-12-10
1
-1
/
+1
|
|
*
|
ocfs2: always unlock when completing dio writes
Darrick J. Wong
2016-12-10
1
-4
/
+1
|
|
*
|
ocfs2: don't eat io errors during _dio_end_io_write
Darrick J. Wong
2016-12-10
1
-6
/
+9
|
|
*
|
ocfs2: budget for extent tree splits when adding refcount flag
Darrick J. Wong
2016-12-10
1
-0
/
+3
|
|
*
|
ocfs2: prohibit refcounted swapfiles
Darrick J. Wong
2016-12-10
1
-0
/
+9
|
|
*
|
ocfs2: add newlines to some error messages
Darrick J. Wong
2016-12-10
1
-2
/
+2
|
|
*
|
ocfs2: convert inode refcount test to a helper
Darrick J. Wong
2016-12-10
6
-29
/
+23
|
|
*
|
vfs: refactor clone/dedupe_file_range common functions
Darrick J. Wong
2016-12-09
2
-204
/
+213
|
|
*
|
fs: try to clone files first in vfs_copy_file_range
Christoph Hellwig
2016-12-09
5
-40
/
+22
|
*
|
|
Merge branch 'work.write_end' into for-linus
Al Viro
2016-12-16
6
-65
/
+52
|
|
\
\
\
|
|
*
|
|
simple_write_end(): don't zero in short copy into uptodate
Al Viro
2016-12-10
1
-6
/
+8
|
|
*
|
|
exofs: don't mess with simple_write_{begin,end}
Al Viro
2016-12-10
1
-38
/
+30
|
|
*
|
|
9p: saner ->write_end() on failing copy into non-uptodate page
Al Viro
2016-12-10
1
-11
/
+4
|
|
*
|
|
fix gfs2_stuffed_write_end() on short copies
Al Viro
2016-12-10
1
-3
/
+1
|
|
*
|
|
fix ceph_write_end()
Al Viro
2016-12-10
1
-6
/
+8
|
|
*
|
|
nfs_write_end(): fix handling of short copies
Al Viro
2016-12-09
1
-1
/
+1
|
|
|
|
/
|
|
|
/
|
|
*
|
|
vfs: misc struct path constification
Al Viro
2016-12-05
3
-4
/
+4
|
*
|
|
namespace.c: constify struct path passed to a bunch of primitives
Al Viro
2016-12-05
2
-5
/
+5
|
*
|
|
quota: constify struct path in quota_on
Al Viro
2016-12-05
4
-7
/
+7
|
*
|
|
constify alloc_file()
Al Viro
2016-12-05
1
-1
/
+1
|
*
|
|
constify btrfs_mksubvol()
Al Viro
2016-12-05
1
-1
/
+1
|
*
|
|
autofs: constify find_autofs_mount() callback
Al Viro
2016-12-05
1
-3
/
+3
|
*
|
|
constify get_dcookie() and friends
Al Viro
2016-12-05
1
-2
/
+2
|
*
|
|
constify fsnotify_parent()
Al Viro
2016-12-05
1
-1
/
+1
|
*
|
|
fsnotify(): constify 'data'
Al Viro
2016-12-05
1
-3
/
+3
|
*
|
|
fsnotify: constify 'data' passed to ->handle_event()
Al Viro
2016-12-05
5
-9
/
+9
|
*
|
|
fs: Constify path_is_under()'s arguments
Mickaël Salaün
2016-12-05
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-client
Linus Torvalds
2016-12-16
8
-211
/
+540
|
\
\
\
|
*
|
|
libceph: always signal completion when done
Ilya Dryomov
2016-12-14
1
-1
/
+1
|
*
|
|
ceph: avoid creating orphan object when checking pool permission
Yan, Zheng
2016-12-14
1
-0
/
+9
|
*
|
|
ceph: properly set issue_seq for cap release
Yan, Zheng
2016-12-12
1
-0
/
+1
|
*
|
|
ceph: add flags parameter to send_cap_msg
Jeff Layton
2016-12-12
1
-10
/
+15
|
*
|
|
ceph: update cap message struct version to 10
Jeff Layton
2016-12-12
1
-6
/
+33
|
*
|
|
ceph: define new argument structure for send_cap_msg
Jeff Layton
2016-12-12
1
-99
/
+126
|
*
|
|
ceph: move xattr initialzation before the encoding past the ceph_mds_caps
Jeff Layton
2016-12-12
1
-7
/
+7
[next]