index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
exportfs: move most of reconnect_path to helper function
J. Bruce Fields
2013-11-09
1
-78
/
+86
|
*
|
exportfs: eliminate unused "noprogress" counter
J. Bruce Fields
2013-11-09
1
-13
/
+2
|
*
|
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
1
-6
/
+25
|
*
|
iget/iget5: don't bother with ->i_lock until we find a match
Al Viro
2013-11-09
2
-15
/
+7
|
*
|
VFS: Put a small type field into struct dentry::d_flags
David Howells
2013-11-09
2
-62
/
+75
|
*
|
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
2
-3
/
+3
|
*
|
constify copy_siginfo_to_user{,32}()
Al Viro
2013-11-09
1
-1
/
+1
|
*
|
... and kill anon_inode_getfile_private()
Al Viro
2013-11-09
1
-66
/
+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
2
-48
/
+45
|
*
|
new helper: dump_align()
Al Viro
2013-11-09
3
-16
/
+13
|
*
|
dump_skip(): dump_seek() replacement taking coredump_params
Al Viro
2013-11-09
4
-40
/
+20
|
*
|
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
1
-4
/
+3
|
*
|
switch elf_coredump_extra_notes_write() to dump_emit()
Al Viro
2013-11-09
1
-4
/
+3
|
*
|
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
2
-2
/
+6
|
*
|
switch elf_core_write_extra_phdrs() to dump_emit()
Al Viro
2013-11-09
2
-3
/
+5
|
*
|
new helper: dump_emit()
Al Viro
2013-11-09
2
-37
/
+37
|
*
|
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
4
-143
/
+2
|
*
|
get rid of {lock,unlock}_rcu_walk()
Al Viro
2013-11-09
1
-24
/
+14
|
*
|
RCU'd vfsmounts
Al Viro
2013-11-09
4
-82
/
+133
|
*
|
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-25
3
-2
/
+4
|
*
|
ncpfs: rcu-delay unload_nls() and freeing ncp_server
Al Viro
2013-10-25
2
-8
/
+13
|
*
|
fat: rcu-delay unloading nls and freeing sbi
Al Viro
2013-10-25
2
-8
/
+12
|
*
|
cifs: rcu-delay unload_nls() and freeing sbi
Al Viro
2013-10-25
2
-2
/
+9
|
*
|
autofs4: make freeing sbi rcu-delayed
Al Viro
2013-10-25
2
-9
/
+5
|
*
|
adfs: delayed freeing of sbi
Al Viro
2013-10-25
2
-5
/
+7
|
*
|
hpfs: make freeing sbi and codetables rcu-delayed
Al Viro
2013-10-25
2
-14
/
+15
|
*
|
make freeing super_block rcu-delayed
Al Viro
2013-10-25
1
-1
/
+1
|
*
|
vfs: introduce d_instantiate_no_diralias()
Miklos Szeredi
2013-10-25
4
-40
/
+32
|
*
|
move taking vfsmount_lock down into prepend_path()
Al Viro
2013-10-25
1
-9
/
+2
|
*
|
split __lookup_mnt() in two functions
Al Viro
2013-10-25
4
-25
/
+30
[prev]
[next]