index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
exportfs: stop retrying once we race with rename/remove
J. Bruce Fields
2013-11-09
1
-5
/
+40
*
exportfs: clear DISCONNECTED on all parents sooner
J. Bruce Fields
2013-11-09
1
-4
/
+21
*
exportfs: more detailed comment for path_reconnect
J. Bruce Fields
2013-11-09
1
-1
/
+13
*
exportfs: BUG_ON in crazy corner case
Christoph Hellwig
2013-11-09
1
-6
/
+2
*
dcache: fix outdated DCACHE_NEED_LOOKUP comment
J. Bruce Fields
2013-11-09
1
-2
/
+2
*
dcache: don't clear DCACHE_DISCONNECTED too early
J. Bruce Fields
2013-11-09
1
-1
/
+0
*
dcache: Don't set DISCONNECTED on "pseudo filesystem" dentries
J. Bruce Fields
2013-11-09
1
-4
/
+9
*
dcache: use IS_ROOT to decide where dentry is hashed
J. Bruce Fields
2013-11-09
1
-1
/
+6
*
ocfs2: get rid of impossible checks
Al Viro
2013-11-09
1
-10
/
+0
*
qnx4: i_sb is never NULL
Al Viro
2013-11-09
1
-4
/
+0
*
exportfs: fix 32-bit nfsd handling of 64-bit inode numbers
J. Bruce Fields
2013-11-09
1
-2
/
+16
*
vfs: split out vfs_getattr_nosec
J. Bruce Fields
2013-11-09
2
-6
/
+26
*
iget/iget5: don't bother with ->i_lock until we find a match
Al Viro
2013-11-09
4
-16
/
+16
*
VFS: Put a small type field into struct dentry::d_flags
David Howells
2013-11-09
3
-82
/
+158
*
elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)
Al Viro
2013-11-09
2
-37
/
+31
*
constify do_coredump() argument
Al Viro
2013-11-09
4
-6
/
+6
*
constify copy_siginfo_to_user{,32}()
Al Viro
2013-11-09
14
-14
/
+14
*
... and kill anon_inode_getfile_private()
Al Viro
2013-11-09
2
-69
/
+0
*
rework aio migrate pages to use aio fs
Benjamin LaHaise
2013-11-09
1
-6
/
+57
*
take anon inode allocation to libfs.c
Al Viro
2013-11-09
3
-48
/
+46
*
new helper: dump_align()
Al Viro
2013-11-09
5
-17
/
+15
*
spufs: get rid of dump_emit() wrappers
Al Viro
2013-11-09
1
-49
/
+20
*
dump_skip(): dump_seek() replacement taking coredump_params
Al Viro
2013-11-09
6
-43
/
+22
*
make dump_emit() use vfs_write() instead of banging at ->f_op->write directly
Al Viro
2013-11-09
1
-5
/
+12
*
binfmt_elf: count notes towards coredump limit
Al Viro
2013-11-09
1
-3
/
+0
*
aout: switch to dump_emit
Al Viro
2013-11-09
2
-16
/
+11
*
switch elf_coredump_extra_notes_write() to dump_emit()
Al Viro
2013-11-09
6
-38
/
+30
*
convert the rest of binfmt_elf_fdpic to dump_emit()
Al Viro
2013-11-09
1
-79
/
+31
*
binfmt_elf: convert writing actual dump pages to dump_emit()
Al Viro
2013-11-09
1
-11
/
+3
*
switch elf_core_write_extra_data() to dump_emit()
Al Viro
2013-11-09
5
-13
/
+11
*
switch elf_core_write_extra_phdrs() to dump_emit()
Al Viro
2013-11-09
6
-21
/
+15
*
new helper: dump_emit()
Al Viro
2013-11-09
4
-37
/
+40
*
restore 32bit aout coredump
Al Viro
2013-11-09
1
-34
/
+36
*
no need to keep brlock macros anymore...
Al Viro
2013-11-09
1
-10
/
+0
*
coda_revalidate_inode(): switch to passing inode...
Al Viro
2013-11-09
3
-4
/
+3
*
fold __d_shrink() into its only remaining caller
Al Viro
2013-11-09
1
-22
/
+10
*
get rid of s_files and files_lock
Al Viro
2013-11-09
5
-156
/
+2
*
get rid of {lock,unlock}_rcu_walk()
Al Viro
2013-11-09
1
-24
/
+14
*
RCU'd vfsmounts
Al Viro
2013-11-09
6
-83
/
+136
*
switch shrink_dcache_for_umount() to use of d_walk()
Al Viro
2013-11-09
1
-110
/
+85
*
fuse: rcu-delay freeing fuse_conn
Al Viro
2013-10-24
3
-2
/
+4
*
pid_namespace: make freeing struct pid_namespace rcu-delayed
Al Viro
2013-10-24
2
-1
/
+8
*
ncpfs: rcu-delay unload_nls() and freeing ncp_server
Al Viro
2013-10-24
2
-8
/
+13
*
fat: rcu-delay unloading nls and freeing sbi
Al Viro
2013-10-24
2
-8
/
+12
*
cifs: rcu-delay unload_nls() and freeing sbi
Al Viro
2013-10-24
2
-2
/
+9
*
autofs4: make freeing sbi rcu-delayed
Al Viro
2013-10-24
2
-9
/
+5
*
adfs: delayed freeing of sbi
Al Viro
2013-10-24
2
-5
/
+7
*
hpfs: make freeing sbi and codetables rcu-delayed
Al Viro
2013-10-24
2
-14
/
+15
*
make freeing super_block rcu-delayed
Al Viro
2013-10-24
2
-1
/
+2
*
vfs: introduce d_instantiate_no_diralias()
Miklos Szeredi
2013-10-24
5
-40
/
+33
[next]