index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
ocfs2: fix posix_acl_create deadlock
Junxiao Bi
6
-48
/
+77
2016-05-12
ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hang
Junxiao Bi
3
-2
/
+27
2016-05-12
gfs2: switch to ->iterate_shared()
Al Viro
1
-2
/
+2
2016-05-12
coredump: only charge written data against RLIMIT_CORE
Omar Sandoval
1
-3
/
+2
2016-05-12
coredump: get rid of coredump_params->written
Omar Sandoval
3
-7
/
+5
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-10
ovl: ignore permissions on underlying lookup
Miklos Szeredi
1
-3
/
+1
2016-05-10
vfs: add lookup_hash() helper
Miklos Szeredi
1
-5
/
+28
2016-05-10
vfs: rename: check backing inode being equal
Miklos Szeredi
1
-1
/
+5
2016-05-10
vfs: add vfs_select_inode() helper
Miklos Szeredi
1
-8
/
+4
2016-05-10
f2fs: switch to ->iterate_shared()
Al Viro
1
-1
/
+1
2016-05-10
afs: switch to ->iterate_shared()
Al Viro
1
-1
/
+1
2016-05-10
befs: switch to ->iterate_shared()
Al Viro
1
-1
/
+1
2016-05-10
befs: constify stuff a bit
Al Viro
6
-31
/
+34
2016-05-09
Revert "proc/base: make prompt shell start from new line after executing "cat...
Robin Humble
1
-1
/
+1
2016-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-12
/
+16
2016-05-09
isofs: switch to ->iterate_shared()
Al Viro
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-09
get_acorn_filename(): deobfuscate a bit
Al Viro
1
-1
/
+1
2016-05-09
btrfs: switch to ->iterate_shared()
Al Viro
1
-1
/
+1
2016-05-09
logfs: no need to lock directory in lseek
Al Viro
1
-1
/
+1
2016-05-09
switch ecryptfs to ->iterate_shared
Al Viro
1
-1
/
+1
2016-05-09
Merge branch 'for-linus' into work.lookups
Al Viro
2
-19
/
+65
2016-05-09
9p: switch to ->iterate_shared()
Al Viro
1
-2
/
+2
2016-05-09
fat: switch to ->iterate_shared()
Al Viro
1
-3
/
+3
2016-05-09
romfs, squashfs: switch to ->iterate_shared()
Al Viro
2
-4
/
+4
2016-05-09
more trivial ->iterate_shared conversions
Al Viro
16
-17
/
+16
2016-05-09
kernfs: no point locking directory around that generic_file_llseek()
Al Viro
1
-15
/
+2
2016-05-09
configfs_readdir(): make safe under shared lock
Al Viro
1
-13
/
+7
2016-05-09
nfs: per-name sillyunlink exclusion
Al Viro
5
-154
/
+56
2016-05-07
get_rock_ridge_filename(): handle malformed NM entries
Al Viro
1
-3
/
+10
2016-05-07
efivarfs: Make efivarfs_file_ioctl() static
Peter Jones
1
-1
/
+1
2016-05-07
efi: Merge boolean flag arguments
Julia Lawall
1
-2
/
+1
2016-05-05
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 git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-13
/
+52
2016-05-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
1
-1
/
+1
2016-05-02
nfs: switch to ->iterate_shared()
Al Viro
1
-28
/
+43
2016-05-02
lookup_open(): lock the parent shared unless O_CREAT is given
Al Viro
1
-3
/
+9
2016-05-02
lookup_open(): put the dentry fed to ->lookup() or ->atomic_open() into in-lo...
Al Viro
1
-11
/
+26
2016-05-02
lookup_open(): expand the call of real_lookup()
Al Viro
1
-3
/
+10
2016-05-02
atomic_open(): reorder and clean up a bit
Al Viro
1
-34
/
+27
2016-05-02
lookup_open(): lift the "fallback to !O_CREAT" logics from atomic_open()
Al Viro
1
-89
/
+55
2016-05-02
atomic_open(): be paranoid about may_open() return value
Al Viro
1
-0
/
+2
2016-05-02
atomic_open(): delay open_to_namei_flags() until the method call
Al Viro
1
-3
/
+4
2016-05-02
do_last(): take fput() on error after opening to out:
Al Viro
1
-17
/
+5
2016-05-02
do_last(): get rid of duplicate ELOOP check
Al Viro
1
-4
/
+0
[prev]
[next]