2015-04-15 |
Christoph Hellwig | block: loop: switch to VFS ITER_BVEC |
commit | commitdiff | tree | snapshot |
2015-04-15 |
David Howells | configfs: Fix inconsistent use of file_inode() vs file... |
commit | commitdiff | tree | snapshot |
2015-04-15 |
David Howells | VFS: Make pathwalk use d_is_reg() rather than S_ISREG() |
commit | commitdiff | tree | snapshot |
2015-04-15 |
David Howells | VFS: Fix up debugfs to use d_is_dir() in place of S_ISDIR() |
commit | commitdiff | tree | snapshot |
2015-04-15 |
David Howells | VFS: Combine inode checks with d_is_negative() and... |
commit | commitdiff | tree | snapshot |
2015-04-15 |
David Howells | NFS: Don't use d_inode as a variable name |
commit | commitdiff | tree | snapshot |
2015-04-15 |
David Howells | VFS: Impose ordering on accesses of d_inode and d_flags |
commit | commitdiff | tree | snapshot |
2015-04-15 |
David Howells | VFS: Add owner-filesystem positive/negative dentry... |
commit | commitdiff | tree | snapshot |
2015-04-15 |
Al Viro | nfs: generic_write_checks() shouldn't be done on swapout... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | ocfs2: use __generic_file_write_iter() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | mirror O_APPEND and O_DIRECT into iocb->ki_flags |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | switch generic_write_checks() to iocb and iter |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | ocfs2: move generic_write_checks() before the alignment... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | ocfs2_file_write_iter: stop messing with ppos |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | Merge branch 'for-linus' into for-next |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | udf_file_write_iter: reorder and simplify |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | fuse: ->direct_IO() doesn't need generic_write_checks() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | ext4_file_write_iter: move generic_write_checks() up |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | xfs_file_aio_write_checks: switch to iocb/iov_iter |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | generic_write_checks(): drop isblk argument |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | blkdev_write_iter: expand generic_file_checks() call... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | lift generic_write_checks() into callers of __generic_f... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | __generic_file_write_iter: keep ->ki_pos and return... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | cifs: fold cifs_iovec_write() into the only caller |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | ntfs: move iov_iter_truncate() closer to generic_write_... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | new_sync_write(): discard ->ki_pos unless the return... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Omar Sandoval | direct_IO: remove rw from a_ops->direct_IO() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Omar Sandoval | direct_IO: use iov_iter_rw() instead of rw everywhere |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Omar Sandoval | Remove rw from dax_{do_,}io() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Omar Sandoval | Remove rw from {,__,do_}blockdev_direct_IO() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Omar Sandoval | new helper: iov_iter_rw() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | ->aio_read and ->aio_write removed |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | pcm: another weird API abuse |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | infinibad: weird APIs switched to ->write_iter() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | kill do_sync_read/do_sync_write |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | fuse: use iov_iter_get_pages() for non-splice path |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | fuse: switch to ->read_iter/->write_iter |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | switch drivers/char/mem.c to ->read_iter/->write_iter |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | make new_sync_{read,write}() static |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | coredump: accept any write method |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | switch /dev/loop to vfs_iter_write() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | serial2002: switch to __vfs_read/__vfs_write |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | ashmem: use __vfs_read() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | export __vfs_read() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | autofs: switch to __vfs_write() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | new helper: __vfs_write() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | Merge branch '9p-iov_iter' into for-next |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | switch hugetlbfs to ->read_iter() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | coda: switch to ->read_iter/->write_iter |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | ncpfs: switch to ->read_iter/->write_iter |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | net/9p: remove (now-)unused helpers |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | p9_client_attach(): set fid->uid correctly |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | 9p: we are leaking glock.client_id in v9fs_file_getlock() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | 9p: switch to ->read_iter/->write_iter |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | 9p: get rid of v9fs_direct_file_read() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | 9p: switch p9_client_read() to passing struct iov_iter * |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | 9p: get rid of v9fs_direct_file_write() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | 9p: fold v9fs_file_write_internal() into the caller |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | 9p: switch ->writepage() to direct use of p9_client_write() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | 9p: switch p9_client_write() to passing it struct iov_i... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | net/9p: switch the guts of p9_client_{read,write}(... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | nommu: use __vfs_read() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | acct: check FMODE_CAN_WRITE |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | aio_run_iocb(): kill dead check |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | ioctx_alloc(): remove pointless check |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | lustre: kill unused members of struct vvp_thread_info |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | expand __fuse_direct_write() in both callers |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | fuse: switch fuse_direct_io_file_operations to ->{read... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | cuse: switch to iov_iter |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | Merge branch 'for-davem' into for-next |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | sg_start_req(): use import_iovec() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | sg_start_req(): make sure that there's not too many... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | blk_rq_map_user(): use import_single_range() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | sg_io(): use import_iovec() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | process_vm_access: switch to {compat_,}import_iovec() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | switch keyctl_instantiate_key_common() to iov_iter |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | switch {compat_,}do_readv_writev() to {compat_,}import_... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | aio_setup_vectored_rw(): switch to {compat_,}import_iovec() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | vmsplice_to_user(): switch to import_iovec() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | kill aio_setup_single_vector() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | Merge branch 'iov_iter' into for-next |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | aio: simplify arguments of aio_setup_..._rw() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | aio: lift iov_iter_init() into aio_setup_..._rw() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | lift iov_iter into {compat_,}do_readv_writev() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | Merge branch 'iocb' into for-next |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Andrew Elble | NFS: fix BUG() crash in notify_change() with patch... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
J. Bruce Fields | dcache: return -ESTALE not -EBUSY on distributed fs... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Anton Altaparmakov | NTFS: Version 2.1.32 - Update file write from aio_write... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Anton Altaparmakov | VFS: Add iov_iter_fault_in_multipages_readable() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | drop bogus check in file_open_root() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | switch security_inode_getattr() to struct path * |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | constify tomoyo_realpath_from_path() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | whack-a-mole: there's no point doing set_fs(USER_DS... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | whack-a-mole: no need to set_fs(USER_DS) in {start... |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | remove incorrect comment in lookup_one_len() |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | namei.c: fold do_path_lookup() into both callers |
commit | commitdiff | tree | snapshot |
2015-04-12 |
Al Viro | kill struct filename.separate |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Al Viro | new helper: msg_data_left() |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Al Viro | Merge remote-tracking branch 'dh/afs' into for-davem |
commit | commitdiff | tree | snapshot |
2015-04-11 |
Al Viro | get rid of the size argument of sock_sendmsg() |
commit | commitdiff | tree | snapshot |
next |