summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-02kill the 5th argument of generic_file_buffered_write()Al Viro5-10/+8
2014-04-02kill the 4th argument of __generic_file_aio_write()Al Viro5-12/+10
2014-04-02lustre: don't open-code kernel_recvmsg()Al Viro2-33/+9
2014-04-02ocfs2: don't open-code kernel_recvmsg()Al Viro1-18/+3
2014-04-02drbd: don't open-code kernel_recvmsg()Al Viro1-11/+1
2014-04-02constify blk_rq_map_user_iov() and friendsAl Viro4-10/+11
2014-04-02lustre: switch to kernel_sendmsg()Al Viro2-36/+6
2014-04-02ocfs2: don't open-code kernel_sendmsg()Al Viro1-20/+8
2014-04-02take iov_iter stuff to mm/iov_iter.cAl Viro3-222/+225
2014-04-02process_vm_access: tidy up a bitAl Viro1-40/+19
2014-04-02process_vm_access: don't bother with returning the amounts of bytes copiedAl Viro1-31/+16
2014-04-02process_vm_rw_pages(): pass accurate amount of bytesAl Viro1-8/+14
2014-04-02process_vm_access: take get_user_pages/put_pages one level upAl Viro1-58/+39
2014-04-02process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_userAl Viro1-68/+23
2014-04-02process_vm_access: switch to iov_iterAl Viro1-34/+28
2014-04-02untangling process_vm_..., part 4Al Viro1-16/+13
2014-04-02untangling process_vm_..., part 3Al Viro1-4/+3
2014-04-02untangling process_vm_..., part 2Al Viro1-3/+5
2014-04-02untangling process_vm_..., part 1Al Viro1-5/+9
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-02introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro4-144/+138
2014-04-02iov_iter: Move iov_iter to uio.hKent Overstreet2-32/+50
2014-04-02do_shmem_file_read(): call file_read_actor() directlyAl Viro1-3/+3
2014-04-02callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro3-10/+0
2014-04-02switch ->is_partially_uptodate() to saner argumentsAl Viro6-9/+9
2014-04-02pipe: kill ->map() and ->unmap()Al Viro7-100/+29
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-02mn10300: kmap_atomic() returns void *, not unsigned long...Al Viro1-2/+2
2014-04-02cifs: ->rename() without ->lookup() makes no senseAl Viro1-1/+0
2014-04-02get rid of pointless checks for NULL ->i_opAl Viro5-7/+5
2014-04-02ntfs: don't put NULL into ->i_op/->i_fopAl Viro1-2/+0
2014-04-02new helper: readlink_copy()Al Viro5-47/+12
2014-04-02lustre: generic_readlink() is just fine there, TYVM...Al Viro1-22/+1
2014-04-02get rid of files_defer_init()Al Viro3-10/+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 Viro4-41/+11
2014-04-02fold __get_file_write_access() into its only callerAl Viro1-19/+6
2014-04-02get rid of DEBUG_WRITECOUNTAl Viro10-78/+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-02switch nbd to sockfd_lookup/sockfd_putAl Viro2-31/+20
2014-04-02vhost: don't open-code sockfd_put()Al Viro1-7/+7