index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-28
fs/namei.c: Improve dcache hash function
George Spelvin
1
-40
/
+81
2016-05-28
fs/namei.c: Add hashlen_string() function
George Spelvin
2
-7
/
+47
2016-05-16
namei: Improve hash mixing if CONFIG_DCACHE_WORD_ACCESS
George Spelvin
1
-7
/
+26
2016-05-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-52
/
+110
2016-05-14
Merge branch 'for-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-3
/
+18
2016-05-13
ocfs2: fix posix_acl_create deadlock
Junxiao Bi
6
-48
/
+77
2016-05-13
ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
Junxiao Bi
3
-2
/
+27
2016-05-12
kernfs: kernfs_sop_show_path: don't return 0 after seq_dentry call
Serge E. Hallyn
1
-1
/
+2
2016-05-11
Merge branch 'ovl-fixes' into for-linus
Al Viro
274
-2566
/
+2974
2016-05-11
ovl: ignore permissions on underlying lookup
Miklos Szeredi
1
-3
/
+1
2016-05-11
vfs: add lookup_hash() helper
Miklos Szeredi
1
-5
/
+28
2016-05-11
vfs: rename: check backing inode being equal
Miklos Szeredi
1
-1
/
+5
2016-05-11
vfs: add vfs_select_inode() helper
Miklos Szeredi
1
-8
/
+4
2016-05-10
Revert "proc/base: make prompt shell start from new line after executing "cat...
Robin Humble
1
-1
/
+1
2016-05-09
cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespaces
Serge E. Hallyn
1
-0
/
+14
2016-05-08
get_rock_ridge_filename(): handle malformed NM entries
Al Viro
1
-3
/
+10
2016-05-06
proc: prevent accessing /proc/<PID>/environ until it's ready
Mathias Krause
1
-1
/
+2
2016-05-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-11
/
+14
2016-05-05
propogate_mnt: Handle the first propogated copy being a slave
Eric W. Biederman
1
-11
/
+14
2016-05-04
ecryptfs: fix handling of directory opening
Al Viro
1
-16
/
+55
2016-05-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-1
/
+1
2016-05-02
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
3
-5
/
+17
2016-05-02
kernfs_path_from_node_locked: don't overwrite nlen
Serge Hallyn
1
-3
/
+3
2016-04-30
atomic_open(): fix the handling of create_error
Al Viro
1
-16
/
+4
2016-04-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-3
/
+32
2016-04-29
ocfs2/dlm: return zero if deref_done message is successfully handled
xuejiufei
1
-0
/
+2
2016-04-29
numa: fix /proc/<pid>/numa_maps for THP
Gerald Schaefer
1
-3
/
+30
2016-04-29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
1
-4
/
+2
2016-04-27
devpts: more pty driver interface cleanups
Linus Torvalds
1
-41
/
+12
2016-04-25
libceph: make authorizer destruction independent of ceph_auth_client
Ilya Dryomov
1
-4
/
+2
2016-04-25
udf: Fix conversion of 'dstring' fields to UTF8
Andrew Gabbasov
3
-5
/
+17
2016-04-25
fuse: Fix return value from fuse_get_user_pages()
Ashish Samant
1
-1
/
+1
2016-04-20
Merge branch 'ptmx-cleanup'
Linus Torvalds
1
-25
/
+24
2016-04-18
devpts: clean up interface to pty drivers
Linus Torvalds
1
-25
/
+24
2016-04-17
Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2016-04-15
Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-25
/
+56
2016-04-14
Make file credentials available to the seqfile interfaces
Linus Torvalds
1
-3
/
+4
2016-04-13
ext4/fscrypto: avoid RCU lookup in d_revalidate
Jaegeuk Kim
2
-0
/
+8
2016-04-13
debugfs: Make automount point inodes permanently empty
Seth Forshee
1
-1
/
+1
2016-04-12
fscrypto: don't let data integrity writebacks fail with ENOMEM
Jaegeuk Kim
2
-19
/
+33
2016-04-12
f2fs: use dget_parent and file_dentry in f2fs_file_open
Jaegeuk Kim
1
-3
/
+7
2016-04-12
fscrypto: use dget_parent() in fscrypt_d_revalidate()
Jaegeuk Kim
1
-3
/
+8
2016-04-11
Revert "ext4: allow readdir()'s of large empty directories to be interrupted"
Linus Torvalds
2
-10
/
+0
2016-04-09
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-32
/
+215
2016-04-09
Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-53
/
+28
2016-04-08
orangefs: remove unused variable
Martin Brandenburg
1
-3
/
+1
2016-04-08
orangefs: Add KERN_<LEVEL> to gossip_<level> macros
Joe Perches
1
-14
/
+17
2016-04-08
orangefs: strncpy -> strscpy
Martin Brandenburg
1
-1
/
+5
2016-04-08
orangefs: clean up truncate ctime and mtime setting
Martin Brandenburg
1
-15
/
+1
2016-04-08
Orangefs: fix ifnullfree.cocci warnings
kbuild test robot
1
-2
/
+1
[next]