summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-04-02read_code(): go through vfs_read() instead of calling the method directlyAl Viro1-1/+1
2014-04-02fold cifs_iovec_read() into its (only) callerAl Viro1-18/+9
2014-04-02cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov()Al Viro1-45/+17
2014-04-02switch vmsplice_to_user() to copy_page_to_iter()Al Viro1-89/+21
2014-04-02switch pipe_read() to copy_page_to_iter()Al Viro1-71/+8
2014-04-02cifs_iovec_read(): resubmit shouldn't restart the loopAl Viro1-8/+8
2014-04-02callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2-7/+0
2014-04-02switch ->is_partially_uptodate() to saner argumentsAl Viro1-3/+3
2014-04-02pipe: kill ->map() and ->unmap()Al Viro3-73/+27
2014-04-02fuse/dev: use atomic mapsAl Viro1-5/+5
2014-04-02VFS: Make delayed_free() call free_vfsmnt()David Howells1-12/+8
2014-04-02cifs: ->rename() without ->lookup() makes no senseAl Viro1-1/+0
2014-04-02get rid of pointless checks for NULL ->i_opAl Viro2-3/+1
2014-04-02ntfs: don't put NULL into ->i_op/->i_fopAl Viro1-2/+0
2014-04-02new helper: readlink_copy()Al Viro4-46/+11
2014-04-02get rid of files_defer_init()Al Viro2-8/+4
2014-04-02namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro1-28/+27
2014-04-02get_write_access() is inlined, exporting it is pointlessAl Viro1-1/+0
2014-04-02tidy do_dentry_open() up a bitAl Viro1-12/+10
2014-04-02mark struct file that had write access grabbed by open()Al Viro3-41/+9
2014-04-02fold __get_file_write_access() into its only callerAl Viro1-19/+6
2014-04-02get rid of DEBUG_WRITECOUNTAl Viro2-13/+0
2014-04-02don't bother with {get,put}_write_access() on non-regular filesAl Viro2-21/+9
2014-04-02ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro2-40/+12
2014-04-02reduce m_start() cost...Al Viro3-4/+23
2014-04-02smarter propagate_mnt()Al Viro3-82/+130
2014-03-31switch mnt_hash to hlistAl Viro4-50/+61
2014-03-31don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-03-31keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-03-31resizable namespace.c hashesAl Viro2-24/+59
2014-03-29ocfs2: check if cluster name exists before derefSasha Levin1-1/+3
2014-03-27vfs: Allocate anon_inode_inode in anon_inode_init()Jan Kara1-22/+8
2014-03-26fs: remove now stale label in anon_inode_init()Linus Torvalds1-1/+0
2014-03-26fs: Avoid userspace mounting anon_inodefs filesystemJan Kara1-3/+0
2014-03-26Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+1
2014-03-23rcuwalk: recheck mount_lock after mountpoint crossing attemptsAl Viro1-16/+13
2014-03-23make prepend_name() work correctly when called with negative *buflenAl Viro1-2/+2
2014-03-23vfs: Don't let __fdget_pos() get FMODE_PATH filesEric Biggers1-15/+4
2014-03-23vfs: atomic f_pos access in llseek()Eric Biggers1-2/+2
2014-03-11Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds3-19/+36
2014-03-11Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds5-2/+56
2014-03-11hfsplus: add HFSX subfolder count supportSergei Antonov4-2/+55
2014-03-11fs/proc/base.c: fix GPF in /proc/$PID/map_filesArtem Fetishev1-0/+1
2014-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-32/+79
2014-03-10get rid of fget_light()Al Viro2-28/+44
2014-03-10vfs: atomic f_pos accesses as per POSIXLinus Torvalds4-15/+46
2014-03-10ocfs2 syncs the wrong range...Al Viro1-4/+4
2014-03-10Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-29/+30
2014-03-07Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+1
2014-03-05NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust1-3/+6