summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-04-12cifs: fix the race in cifs_writev()Al Viro1-5/+18
2014-04-12ceph_sync_{,direct_}write: fix an oops on ceph_osdc_new_request() failureAl Viro1-2/+2
2014-04-01ocfs2_file_aio_write(): switch to generic_perform_write()Al Viro1-2/+5
2014-04-01ceph_aio_write(): switch to generic_perform_write()Al Viro1-2/+5
2014-04-01xfs_file_buffered_aio_write(): switch to generic_perform_write()Al Viro1-5/+6
2014-04-01generic_file_direct_write(): get rid of ppos argumentAl Viro4-5/+4
2014-04-01btrfs_file_aio_write(): get rid of pposAl Viro1-6/+5
2014-04-01kill the 5th argument of generic_file_buffered_write()Al Viro3-4/+3
2014-04-01kill the 4th argument of __generic_file_aio_write()Al Viro3-3/+3
2014-04-01ocfs2: don't open-code kernel_recvmsg()Al Viro1-18/+3
2014-04-01constify blk_rq_map_user_iov() and friendsAl Viro1-5/+5
2014-04-01ocfs2: don't open-code kernel_sendmsg()Al Viro1-20/+8
2014-04-01read_code(): go through vfs_read() instead of calling the method directlyAl Viro1-1/+1
2014-04-01fold cifs_iovec_read() into its (only) callerAl Viro1-18/+9
2014-04-01cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov()Al Viro1-45/+17
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