aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-09vfs: move getname() from callers to do_mount()Seunghun Lee4-44/+21
2014-10-09gfs2_atomic_open(): skip lookups on hashed dentryAl Viro1-0/+5
2014-10-09[infiniband] remove pointless assignmentsAl Viro2-2/+0
2014-10-09gadgetfs: saner API for gadgetfs_create_file()Al Viro1-16/+10
2014-10-09f_fs: saner API for ffs_sb_create_file()Al Viro1-14/+10
2014-10-09jfs: don't hash direct inodeAl Viro1-1/+1
2014-10-09[s390] remove pointless assignment of ->f_op in vmlogrdr ->open()Al Viro1-1/+0
2014-10-09ecryptfs: ->f_op is never NULLAl Viro1-1/+1
2014-10-09android: ->f_op is never NULLAl Viro1-1/+1
2014-10-09nouveau: __iomem misannotationsAl Viro3-7/+7
2014-10-09missing annotation in fs/file.cAl Viro1-0/+1
2014-10-09fs: namespace: suppress 'may be used uninitialized' warningsTim Gardner3-23/+15
2014-10-09saner perf_atoll()Al Viro1-60/+30
2014-10-09switch /dev/kmsg to ->write_iter()Al Viro1-13/+7
2014-10-09switch logger to ->write_iter()Al Viro1-77/+26
2014-10-09switch hci_vhci to ->write_iter()Al Viro1-14/+8
2014-10-09switch /dev/zero and /dev/full to ->read_iter()Al Viro1-43/+13
2014-10-09dma-buf: don't open-code atomic_long_read()Al Viro1-1/+1
2014-10-09rsxx debugfs inanityAl Viro1-65/+16
2014-10-09carma-fpga: switch to simple_read_from_buffer()Al Viro1-7/+2
2014-10-09carma-fpga: switch to fixed_size_llseek()Al Viro1-20/+1
2014-10-09cachefiles_write_page(): switch to __kernel_write()Al Viro2-29/+21
2014-10-09vme: don't open-code fixed_size_llseek()Al Viro1-25/+3
2014-10-09ashmem: use vfs_llseek()Al Viro1-1/+1
2014-10-099p: switch to %p[dD]Al Viro7-34/+34
2014-10-09cifs: switch to use of %p[dD]Al Viro3-19/+19
2014-10-09fs: make cont_expand_zero interruptibleMikulas Patocka1-0/+5
2014-10-09Add copy_to_iter(), copy_from_iter() and iov_iter_zero()Matthew Wilcox2-14/+229
2014-10-09fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa1-0/+2
2014-10-09dcache: Fix no spaces at the start of a line in dcache.cDaeseok Youn1-4/+4
2014-10-09[jffs2] kill wbuf_queued/wbuf_dwork_lockAl Viro2-17/+2
2014-10-09vfs: fix typo in s_op->alloc_inode() documentationKirill Smelkov1-1/+1
2014-10-09constify file_inode()Al Viro1-1/+1
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro5-77/+35
2014-10-09dcache.c: call ->d_prune() regardless of d_unhashed()Al Viro1-1/+1
2014-10-09d_prune_alias(): just lock the parent and call __dentry_kill()Al Viro1-14/+7
2014-10-09proc: Update proc_flush_task_mnt to use d_invalidateEric W. Biederman1-4/+2
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman3-7/+0
2014-10-09vfs: Make d_invalidate return voidEric W. Biederman7-32/+13
2014-10-09vfs: Merge check_submounts_and_drop and d_invalidateEric W. Biederman2-34/+22
2014-10-09vfs: Remove unnecessary calls of check_submounts_and_dropEric W. Biederman5-26/+0
2014-10-09vfs: Lazily remove mounts on unlinked files and directories.Eric W. Biederman2-33/+39
2014-10-09vfs: Add a function to lazily unmount all mounts from any dentry.Eric W. Biederman2-0/+40
2014-10-09vfs: factor out lookup_mountpoint from new_mountpointEric W. Biederman1-3/+12
2014-10-09vfs: Keep a list of mounts on a mount pointEric W. Biederman2-0/+8
2014-10-09vfs: Don't allow overwriting mounts in the current mount namespaceEric W. Biederman3-1/+49
2014-10-09vfs: More precise tests in d_invalidateEric W. Biederman1-34/+4
2014-10-09vfs: Document the effect of d_revalidate on d_find_aliasEric W. Biederman1-1/+2
2014-10-09delayed mntputAl Viro2-19/+57
2014-10-09autofs - remove obsolete d_invalidate() from expireIan Kent1-6/+0