summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-04-01lustre: don't open-code kernel_recvmsg()Al Viro
2014-04-01ocfs2: don't open-code kernel_recvmsg()Al Viro
2014-04-01drbd: don't open-code kernel_recvmsg()Al Viro
2014-04-01constify blk_rq_map_user_iov() and friendsAl Viro
2014-04-01lustre: switch to kernel_sendmsg()Al Viro
2014-04-01ocfs2: don't open-code kernel_sendmsg()Al Viro
2014-04-01take iov_iter stuff to mm/iov_iter.cAl Viro
2014-04-01process_vm_access: tidy up a bitAl Viro
2014-04-01process_vm_access: don't bother with returning the amounts of bytes copiedAl Viro
2014-04-01process_vm_rw_pages(): pass accurate amount of bytesAl Viro
2014-04-01process_vm_access: take get_user_pages/put_pages one level upAl Viro
2014-04-01process_vm_access: switch to copy_page_to_iter/iov_iter_copy_from_userAl Viro
2014-04-01process_vm_access: switch to iov_iterAl Viro
2014-04-01untangling process_vm_..., part 4Al Viro
2014-04-01untangling process_vm_..., part 3Al Viro
2014-04-01untangling process_vm_..., part 2Al Viro
2014-04-01untangling process_vm_..., part 1Al Viro
2014-04-01read_code(): go through vfs_read() instead of calling the method directlyAl Viro
2014-04-01fold cifs_iovec_read() into its (only) callerAl Viro
2014-04-01cifs_iovec_read: keep iov_iter between the calls of cifs_readdata_to_iov()Al Viro
2014-04-01switch vmsplice_to_user() to copy_page_to_iter()Al Viro
2014-04-01switch pipe_read() to copy_page_to_iter()Al Viro
2014-04-01cifs_iovec_read(): resubmit shouldn't restart the loopAl Viro
2014-04-01introduce copy_page_to_iter, kill loop over iovec in generic_file_aio_read()Al Viro
2014-04-01iov_iter: Move iov_iter to uio.hKent Overstreet
2014-04-01do_shmem_file_read(): call file_read_actor() directlyAl Viro
2014-04-01callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro
2014-04-01switch ->is_partially_uptodate() to saner argumentsAl Viro
2014-04-01pipe: kill ->map() and ->unmap()Al Viro
2014-04-01fuse/dev: use atomic mapsAl Viro
2014-04-01VFS: Make delayed_free() call free_vfsmnt()David Howells
2014-04-01mn10300: kmap_atomic() returns void *, not unsigned long...Al Viro
2014-04-01cifs: ->rename() without ->lookup() makes no senseAl Viro
2014-04-01get rid of pointless checks for NULL ->i_opAl Viro
2014-04-01ntfs: don't put NULL into ->i_op/->i_fopAl Viro
2014-04-01new helper: readlink_copy()Al Viro
2014-04-01lustre: generic_readlink() is just fine there, TYVM...Al Viro
2014-04-01get rid of files_defer_init()Al Viro
2014-04-01namei.c: move EXPORT_SYMBOL to corresponding definitionsAl Viro
2014-04-01get_write_access() is inlined, exporting it is pointlessAl Viro
2014-04-01tidy do_dentry_open() up a bitAl Viro
2014-04-01mark struct file that had write access grabbed by open()Al Viro
2014-04-01fold __get_file_write_access() into its only callerAl Viro
2014-04-01get rid of DEBUG_WRITECOUNTAl Viro
2014-04-01don't bother with {get,put}_write_access() on non-regular filesAl Viro
2014-04-01ncpfs: switch to sockfd_lookup()/sockfd_put()Al Viro
2014-04-01switch nbd to sockfd_lookup/sockfd_putAl Viro
2014-04-01vhost: don't open-code sockfd_put()Al Viro
2014-04-01usbip: don't open-code sockfd_lookup/sockfd_putAl Viro
2014-04-01reduce m_start() cost...Al Viro