summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-12fs/file_table.c: Update alloc_file() commentEric Biggers
2014-10-12vfs: Deduplicate code shared by xattr system calls operating on pathsEric Biggers
2014-10-12reiserfs: remove pointless forward declaration of struct nameidataAl Viro
2014-10-12don't need that forward declaration of struct nameidata in dcache.h anymoreAl Viro
2014-10-12take dname_external() into fs/dcache.cAl Viro
2014-10-12let path_init() failures treated the same way as subsequent link_path_walk()Al Viro
2014-10-09fix misuses of f_count() in ppp and netlinkAl Viro
2014-10-09ncpfs: use list_for_each_entry() for d_subdirs walkAl Viro
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee
2014-10-09gfs2_atomic_open(): skip lookups on hashed dentryAl Viro
2014-10-09[infiniband] remove pointless assignmentsAl Viro
2014-10-09gadgetfs: saner API for gadgetfs_create_file()Al Viro
2014-10-09f_fs: saner API for ffs_sb_create_file()Al Viro
2014-10-09jfs: don't hash direct inodeAl Viro
2014-10-09[s390] remove pointless assignment of ->f_op in vmlogrdr ->open()Al Viro
2014-10-09ecryptfs: ->f_op is never NULLAl Viro
2014-10-09android: ->f_op is never NULLAl Viro
2014-10-09nouveau: __iomem misannotationsAl Viro
2014-10-09missing annotation in fs/file.cAl Viro
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner
2014-10-09saner perf_atoll()Al Viro
2014-10-09switch /dev/kmsg to ->write_iter()Al Viro
2014-10-09switch logger to ->write_iter()Al Viro
2014-10-09switch hci_vhci to ->write_iter()Al Viro
2014-10-09switch /dev/zero and /dev/full to ->read_iter()Al Viro
2014-10-09dma-buf: don't open-code atomic_long_read()Al Viro
2014-10-09rsxx debugfs inanityAl Viro
2014-10-09carma-fpga: switch to simple_read_from_buffer()Al Viro
2014-10-09carma-fpga: switch to fixed_size_llseek()Al Viro
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro
2014-10-09vme: don't open-code fixed_size_llseek()Al Viro
2014-10-09ashmem: use vfs_llseek()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-09Add copy_to_iter(), copy_from_iter() and iov_iter_zero()Matthew Wilcox
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-09vfs: fix typo in s_op->alloc_inode() documentationKirill Smelkov
2014-10-09constify file_inode()Al 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