summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-10-09missing annotation in fs/file.cAl Viro
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro
2014-10-099p: switch to %p[dD]Al Viro
2014-10-09cifs: switch to use of %p[dD]Al Viro
2014-10-09fs: make cont_expand_zero interruptibleMikulas Patocka
2014-10-09fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa
2014-10-09dcache: Fix no spaces at the start of a line in dcache.cDaeseok Youn
2014-10-09[jffs2] kill wbuf_queued/wbuf_dwork_lockAl Viro
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro
2014-10-09dcache.c: call ->d_prune() regardless of d_unhashed()Al Viro
2014-10-09d_prune_alias(): just lock the parent and call __dentry_kill()Al Viro
2014-10-09proc: Update proc_flush_task_mnt to use d_invalidateEric W. Biederman
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman
2014-10-09vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman
2014-10-09vfs: Lazily remove mounts on unlinked files and directories.Eric W. Biederman
2014-10-09vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman
2014-10-09vfs: factor out lookup_mountpoint from new_mountpointEric W. Biederman
2014-10-09vfs: Keep a list of mounts on a mount pointEric W. Biederman
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman
2014-10-09vfs: More precise tests in d_invalidateEric W. Biederman
2014-10-09vfs: Document the effect of d_revalidate on d_find_aliasEric W. Biederman
2014-10-09delayed mntputAl Viro
2014-10-09autofs - remove obsolete d_invalidate() from expireIan Kent
2014-10-09Allow sharing external names after __d_move()Al Viro
2014-09-29missing data dependency barrier in prepend_name()Al Viro
2014-09-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-09-27vfs: Don't exchange "short" filenames unconditionally.Mikhail Efremov
2014-09-27fold swapping ->d_name.hash into switch_names()Linus Torvalds
2014-09-26fold unlocking the children into dentry_unlock_parents_for_move()Al Viro
2014-09-26kill __d_materialise_dentry()Al Viro
2014-09-26__d_materialise_dentry(): flip the order of argumentsAl Viro
2014-09-26__d_move(): fold manipulations with ->d_child/->d_subdirsAl Viro
2014-09-26don't open-code d_rehash() in d_materialise_unique()Al Viro
2014-09-26pull rehashing and unlocking the target dentry into __d_materialise_dentry()Al Viro
2014-09-26ufs: deal with nfsd/iget racesAl Viro
2014-09-26fuse: honour max_read and max_write in direct_io modeMiklos Szeredi
2014-09-26fs/cachefiles: add missing \n to kerror conversionsFabian Frederick
2014-09-26mm: softdirty: addresses before VMAs in PTE holes aren't softdirtyPeter Feiner
2014-09-26ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi
2014-09-26nilfs2: fix data loss with mmap()Andreas Rohner
2014-09-26ocfs2: free vol_label in ocfs2_delete_osb()Joseph Qi
2014-09-22Merge tag 'fscache-fixes-20140917' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-09-22Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov
2014-09-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2014-09-19Merge tag 'nfs-for-3.17-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-09-18Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2014-09-18NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust