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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-30
Remove last traces of ->sync_page
Matthew Wilcox
5
-18
/
+7
2016-06-30
new helper: d_same_name()
Al Viro
1
-91
/
+36
2016-06-30
dentry_cmp(): use lockless_dereference() instead of smp_read_barrier_depends()
He Kuang
1
-4
/
+3
2016-06-30
Merge branch 'for-linus' into work.misc
Al Viro
16
-136
/
+184
2016-06-30
namespace: update event counter when umounting a deleted dentry
Andrey Ulanov
1
-0
/
+1
2016-06-30
9p: use file_dentry()
Miklos Szeredi
1
-3
/
+3
2016-06-24
ceph: fix d_obtain_alias() misuses
Al Viro
1
-7
/
+3
2016-06-20
lockless next_positive()
Al Viro
1
-5
/
+27
2016-06-20
libfs.c: new helper - next_positive()
Al Viro
1
-30
/
+47
2016-06-20
dcache_{readdir,dir_lseek}(): don't bother with nested ->d_lock
Al Viro
1
-9
/
+3
2016-06-20
fix idiotic braino in d_alloc_parallel()
Al Viro
1
-5
/
+12
2016-06-12
autofs races
Al Viro
3
-22
/
+15
2016-06-10
much milder d_walk() race
Al Viro
4
-9
/
+55
2016-06-07
coredump: fix dumping through pipes
Mateusz Guzik
5
-4
/
+7
2016-06-07
fix a regression in atomic_open()
Al Viro
1
-3
/
+7
2016-06-07
fix d_walk()/non-delayed __d_free() race
Al Viro
1
-2
/
+2
2016-06-05
autofs braino fix for do_last()
Al Viro
1
-4
/
+4
2016-06-04
fix EOPENSTALE bug in do_last()
Al Viro
1
-39
/
+4
2016-05-29
binfmt_misc: ->s_root is not going anywhere
Al Viro
1
-8
/
+4
2016-05-29
drop redundant ->owner initializations
Al Viro
20
-30
/
+0
2016-05-29
ufs: get rid of redundant checks
Al Viro
1
-16
/
+1
2016-05-29
orangefs: constify inode_operations
Al Viro
4
-6
/
+6
2016-05-29
missed comment updates from ->direct_IO() prototype change
Al Viro
2
-4
/
+1
2016-05-29
file_inode(f)->i_mapping is f->f_mapping
Al Viro
11
-17
/
+17
2016-05-29
trim fsnotify hooks a bit
Al Viro
3
-33
/
+7
2016-05-29
9p: new helper - v9fs_parent_fid()
Al Viro
3
-16
/
+14
2016-05-29
debugfs: ->d_parent is never NULL or negative
Al Viro
1
-7
/
+0
2016-05-29
nfs_lookup(): remove debris left over from old sillyunlink exclusion
Al Viro
1
-7
/
+4
2016-05-29
orangefs: don't open-code %pd2
Al Viro
1
-6
/
+2
2016-05-29
tracefs: ->d_parent is never NULL or negative...
Al Viro
1
-7
/
+0
2016-05-29
securityfs: ->d_parent is never NULL or negative
Al Viro
1
-5
/
+6
2016-05-29
drbd: ->d_parent is never NULL or negative
Al Viro
2
-8
/
+0
2016-05-29
undo "fs: allow d_instantiate to be called with negative parent dentry"
Al Viro
1
-1
/
+1
2016-05-29
Linux 4.7-rc1
v4.7-rc1
Linus Torvalds
1
-3
/
+3
2016-05-29
hash_string: Fix zero-length case for !DCACHE_WORD_ACCESS
George Spelvin
1
-2
/
+2
2016-05-28
Rename other copy of hash_string to hashlen_string
George Spelvin
1
-2
/
+2
2016-05-28
hpfs: implement the show_options method
Mikulas Patocka
1
-11
/
+32
2016-05-28
affs: fix remount failure when there are no options changed
Mikulas Patocka
1
-2
/
+3
2016-05-28
hpfs: fix remount failure when there are no options changed
Mikulas Patocka
1
-2
/
+3
2016-05-28
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
67
-258
/
+373
2016-05-28
fs: fix binfmt_aout.c build error
Guenter Roeck
1
-1
/
+0
2016-05-28
Merge branch 'hash' of git://ftp.sciencehorizons.net/linux
Linus Torvalds
17
-150
/
+734
2016-05-28
h8300: Add <asm/hash.h>
George Spelvin
2
-0
/
+54
2016-05-28
microblaze: Add <asm/hash.h>
George Spelvin
2
-0
/
+82
2016-05-28
m68k: Add <asm/hash.h>
George Spelvin
2
-0
/
+60
2016-05-28
<linux/hash.h>: Add support for architecture-specific functions
George Spelvin
6
-4
/
+299
2016-05-28
fs/namei.c: Improve dcache hash function
George Spelvin
1
-40
/
+81
2016-05-28
Eliminate bad hash multipliers from hash_32() and hash_64()
George Spelvin
2
-53
/
+36
2016-05-28
Change hash_64() return value to 32 bits
George Spelvin
1
-3
/
+3
2016-05-28
<linux/sunrpc/svcauth.h>: Define hash_str() in terms of hashlen_string()
George Spelvin
1
-31
/
+9
[next]