aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-01switch vmsplice_to_user() to copy_page_to_iter()Al Viro1-89/+21
2014-04-01switch pipe_read() to copy_page_to_iter()Al Viro1-71/+8
2014-04-01cifs_iovec_read(): resubmit shouldn't restart the loopAl Viro1-8/+8
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2-7/+0
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro1-3/+3
2014-04-01pipe: kill ->map() and ->unmap()Al Viro3-73/+27
2014-04-01fuse/dev: use atomic mapsAl Viro1-5/+5
2014-04-01VFS: Make delayed_free() call free_vfsmnt()David Howells1-12/+8
2014-04-01cifs: ->rename() without ->lookup() makes no senseAl Viro1-1/+0
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro2-3/+1
2014-04-01ntfs: don't put NULL into ->i_op/->i_fopAl Viro1-2/+0
2014-04-01new helper: readlink_copy()Al Viro4-46/+11
2014-04-01get rid of files_defer_init()Al Viro2-8/+4
2014-04-01namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro1-28/+27
2014-04-01get_write_access() is inlined, exporting it is pointlessAl Viro1-1/+0
2014-04-01tidy do_dentry_open() up a bitAl Viro1-12/+10
2014-04-01mark struct file that had write access grabbed by open()Al Viro3-41/+9
2014-04-01fold __get_file_write_access() into its only callerAl Viro1-19/+6
2014-04-01get rid of DEBUG_WRITECOUNTAl Viro2-13/+0
2014-04-01don't bother with {get,put}_write_access() on non-regular filesAl Viro2-21/+9
2014-04-01ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro2-40/+12
2014-04-01reduce m_start() cost...Al Viro3-4/+23
2014-04-01smarter propagate_mnt()Al Viro3-82/+130
2014-03-30switch mnt_hash to hlistAl Viro4-50/+61
2014-03-30don't bother with propagate_mnt() unless the target is sharedAl Viro1-10/+7
2014-03-30keep shadowed vfsmounts togetherAl Viro1-9/+23
2014-03-30resizable namespace.c hashesAl Viro2-24/+59
2014-03-28ocfs2: 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-25fs: remove now stale label in anon_inode_init()Linus Torvalds1-1/+0
2014-03-25fs: Avoid userspace mounting anon_inodefs filesystemJan Kara1-3/+0
2014-03-25Merge 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-10Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds5-2/+56
2014-03-10hfsplus: add HFSX subfolder count supportSergei Antonov4-2/+55
2014-03-10fs/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/viro/vfsLinus 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-09Merge 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
2014-03-05NFSv4.1 Fail data server I/O if stateid represents a lost lockAndy Adamson1-4/+6
2014-03-05NFSv4: Fix the return value of nfs4_select_rw_stateidTrond Myklebust1-11/+3
2014-03-05NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3