Show patches with: Submitter = Christoph Hellwig       |   3963 patches
« 1 2 ... 37 38 39 40 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[4/5] iomap: implement direct I/O - 1 - --- 2016-11-29 Christoph Hellwig New
[3/5] fs: make sb_init_dio_done_wq available outside of direct-io.c - - - --- 2016-11-29 Christoph Hellwig New
[2/5] xfs: remove i_iolock and use i_rwsem in the VFS inode instead - - - --- 2016-11-29 Christoph Hellwig New
[1/5] locking/lockdep: Provide a type check for lock_is_held - - - --- 2016-11-29 Christoph Hellwig New
fs: try to clone files first in vfs_copy_file_range - - - --- 2016-11-25 Christoph Hellwig New
[5/5] xfs: use iomap_dio_rw - - - --- 2016-11-13 Christoph Hellwig New
[4/5] iomap: implement direct I/O - 1 - --- 2016-11-13 Christoph Hellwig New
[3/5] fs: make sb_init_dio_done_wq available outside of direct-io.c - - - --- 2016-11-13 Christoph Hellwig New
[2/5] xfs: remove i_iolock and use i_rwsem in the VFS inode instead - - - --- 2016-11-13 Christoph Hellwig New
[1/5] locking/lockdep: Provide a type check for lock_is_held - - - --- 2016-11-13 Christoph Hellwig New
[5/5] xfs: use iomap_dio_rw - - - --- 2016-11-04 Christoph Hellwig New
[4/5] iomap: implement direct I/O - 1 - --- 2016-11-04 Christoph Hellwig New
[3/5] fs: make sb_init_dio_done_wq available outside of direct-io.c - - - --- 2016-11-04 Christoph Hellwig New
[2/5] xfs: remove i_iolock and use i_rwsem in the VFS inode instead - - - --- 2016-11-04 Christoph Hellwig New
[1/5] locking/lockdep: Provide a type check for lock_is_held - - - --- 2016-11-04 Christoph Hellwig New
[16/16] block: remove the CONFIG_BLOCK ifdef in blk_types.h - - - --- 2016-11-01 Christoph Hellwig New
[15/16] mm: only include blk_types in swap.h if CONFIG_SWAP is enabled - - - --- 2016-11-01 Christoph Hellwig New
[14/16] ceph: don't include blk_types.h in messenger.h - - - --- 2016-11-01 Christoph Hellwig New
[13/16] arm, arm64: don't include blk_types.h in <asm/io.h> - - - --- 2016-11-01 Christoph Hellwig New
[12/16] block,fs: untangle fs.h and blk_types.h - - - --- 2016-11-01 Christoph Hellwig New
[11/16] block, fs: move submit_bio to bio.h - - - --- 2016-11-01 Christoph Hellwig New
[10/16] fs: decouple READ and WRITE from the block layer ops - - - --- 2016-11-01 Christoph Hellwig New
[09/16] block,fs: use REQ_* flags directly - - - --- 2016-11-01 Christoph Hellwig New
[08/16] block: replace REQ_NOIDLE with REQ_IDLE - - - --- 2016-11-01 Christoph Hellwig New
[07/16] block: treat REQ_FUA and REQ_PREFLUSH as synchronous - - - --- 2016-11-01 Christoph Hellwig New
[06/16] block: don't use REQ_SYNC in the READ_SYNC definition - - - --- 2016-11-01 Christoph Hellwig New
[05/16] btrfs: use op_is_sync to check for synchronous requests - - - --- 2016-11-01 Christoph Hellwig New
[04/16] bcache: use op_is_sync to check for synchronous requests - - - --- 2016-11-01 Christoph Hellwig New
[03/16] umem: use op_is_sync to check for synchronous requests - - - --- 2016-11-01 Christoph Hellwig New
[02/16] blk-cgroup: use op_is_sync to check for synchronous requests - - - --- 2016-11-01 Christoph Hellwig New
[01/16] cfq-iosched: use op_is_sync instead of opencoding it - - - --- 2016-11-01 Christoph Hellwig New
[4/4] aio: fix freeze protection of aio writes - - - --- 2016-10-30 Christoph Hellwig New
[3/4] fs: remove aio_run_iocb - - - --- 2016-10-30 Christoph Hellwig New
[2/4] fs: remove the never implemented aio_fsync file operation - - - --- 2016-10-30 Christoph Hellwig New
[1/4] aio: hold an extra file reference over AIO read/write operations - - - --- 2016-10-30 Christoph Hellwig New
aio: fix a user triggered use after free (and fix freeze protection of aio writes) - - - --- 2016-10-30 Christoph Hellwig New
aio: fix a user triggered use after free (and fix freeze protection of aio writes) - 1 - --- 2016-10-29 Christoph Hellwig New
[6/6] xfs: use iomap_dio_rw - - - --- 2016-10-25 Christoph Hellwig New
[5/6] iomap: implement direct I/O - - - --- 2016-10-25 Christoph Hellwig New
[4/6] fs: make sb_init_dio_done_wq available outside of direct-io.c - - - --- 2016-10-25 Christoph Hellwig New
[3/6] block: add bio_iov_iter_get_pages() - - - --- 2016-10-25 Christoph Hellwig New
[2/6] xfs: remove i_iolock and use i_rwsem in the VFS inode instead - - - --- 2016-10-25 Christoph Hellwig New
[1/6] locking/lockdep: Provide a type check for lock_is_held - - - --- 2016-10-25 Christoph Hellwig New
xfs: don't take the IOLOCK exclusive for direct I/O page invalidation - 2 - --- 2016-10-17 Christoph Hellwig New
aio: fix a use after free (and fix freeze protection of aio writes) - 1 - --- 2016-10-16 Christoph Hellwig New
[2/2] fs: update atime before I/O in generic_file_read_iter - 1 - --- 2016-09-30 Christoph Hellwig New
[1/2] xfs: update atime before I/O in xfs_file_dio_aio_read - 1 1 --- 2016-09-30 Christoph Hellwig New
aio completions vs file_accessed race, was: Re: [PATCH 7/8] xfs: split direct I/O and DAX path - 1 1 --- 2016-09-29 Christoph Hellwig New
ext2: fix possible integer truncation in ext2_iomap_begin - - - --- 2016-09-26 Christoph Hellwig New
fs, ntfs: ķill the iov_iter_fault_in_multipages_readable alias - - - --- 2016-09-19 Christoph Hellwig New
[12/12] ext2: use iomap to implement DAX - 1 - --- 2016-09-16 Christoph Hellwig New
[11/12] ext2: stop passing buffer_head to ext2_get_blocks - 1 - --- 2016-09-16 Christoph Hellwig New
[10/12] xfs: use iomap to implement DAX - 1 - --- 2016-09-16 Christoph Hellwig New
[09/12] xfs: refactor xfs_setfilesize - - - --- 2016-09-16 Christoph Hellwig New
[08/12] xfs: take the ilock shared if possible in xfs_file_iomap_begin - - - --- 2016-09-16 Christoph Hellwig New
[07/12] xfs: fix locking for DAX writes - - - --- 2016-09-16 Christoph Hellwig New
[06/12] dax: provide an iomap based fault handler - 1 - --- 2016-09-16 Christoph Hellwig New
[05/12] dax: provide an iomap based dax read/write path - 1 - --- 2016-09-16 Christoph Hellwig New
[04/12] dax: don't pass buffer_head to copy_user_dax - 1 - --- 2016-09-16 Christoph Hellwig New
[03/12] dax: don't pass buffer_head to dax_insert_mapping - 1 - --- 2016-09-16 Christoph Hellwig New
[02/12] iomap: expose iomap_apply outside iomap.c - 1 - --- 2016-09-16 Christoph Hellwig New
[01/12] iomap: add IOMAP_F_NEW flag - 1 - --- 2016-09-16 Christoph Hellwig New
[12/12] ext2: use iomap to implement DAX - - - --- 2016-09-14 Christoph Hellwig New
[11/12] ext2: stop passing buffer_head to ext2_get_blocks - 1 - --- 2016-09-14 Christoph Hellwig New
[10/12] xfs: use iomap to implement DAX - 1 - --- 2016-09-14 Christoph Hellwig New
[09/12] xfs: refactor xfs_setfilesize - - - --- 2016-09-14 Christoph Hellwig New
[08/12] xfs: take the ilock shared if possible in xfs_file_iomap_begin - - - --- 2016-09-14 Christoph Hellwig New
[07/12] xfs: fix locking for DAX writes - - - --- 2016-09-14 Christoph Hellwig New
[06/12] dax: provide an iomap based fault handler - 1 - --- 2016-09-14 Christoph Hellwig New
[05/12] dax: provide an iomap based dax read/write path - 1 - --- 2016-09-14 Christoph Hellwig New
[04/12] dax: don't pass buffer_head to copy_user_dax - 1 - --- 2016-09-14 Christoph Hellwig New
[03/12] dax: don't pass buffer_head to dax_insert_mapping - 1 - --- 2016-09-14 Christoph Hellwig New
[02/12] iomap: expose iomap_apply outside iomap.c - 1 - --- 2016-09-14 Christoph Hellwig New
[01/12] iomap: add IOMAP_F_NEW flag - 1 - --- 2016-09-14 Christoph Hellwig New
[06/10] dax: provide an iomap based fault handler - - - --- 2016-09-10 Christoph Hellwig New
[10/10] xfs: use iomap to implement DAX - - - --- 2016-09-09 Christoph Hellwig New
[09/10] xfs: refactor xfs_setfilesize - - - --- 2016-09-09 Christoph Hellwig New
[08/10] xfs: take the ilock shared if possible in xfs_file_iomap_begin - - - --- 2016-09-09 Christoph Hellwig New
[07/10] xfs: fix locking for DAX writes - - - --- 2016-09-09 Christoph Hellwig New
[06/10] dax: provide an iomap based fault handler - 1 - --- 2016-09-09 Christoph Hellwig New
[05/10] dax: provide an iomap based dax read/write path - - - --- 2016-09-09 Christoph Hellwig New
[04/10] dax: don't pass buffer_head to copy_user_dax - 1 - --- 2016-09-09 Christoph Hellwig New
[03/10] dax: don't pass buffer_head to dax_insert_mapping - 1 - --- 2016-09-09 Christoph Hellwig New
[02/10] iomap: expose iomap_apply outside iomap.c - 1 - --- 2016-09-09 Christoph Hellwig New
[01/10] iomap: add IOMAP_F_NEW flag - 1 - --- 2016-09-09 Christoph Hellwig New
[4/6] fs: add iomap_file_dirty - - - --- 2016-08-25 Christoph Hellwig New
iomap: don't set FIEMAP_EXTENT_MERGED for extent based filesystems 1 - - --- 2016-08-21 Christoph Hellwig New
[2/2] loop: make do_req_filebacked more robust - - - --- 2016-08-04 Christoph Hellwig New
[1/2] loop: don't try to use AIO for discards - 1 - --- 2016-08-04 Christoph Hellwig New
iomap infrastructure and multipage writes V5 - - - --- 2016-07-31 Christoph Hellwig New
iomap infrastructure and multipage writes V5 - - - --- 2016-06-30 Christoph Hellwig New
[8/8] xfs: fix locking for DAX writes - - - --- 2016-06-22 Christoph Hellwig New
[7/8] xfs: split direct I/O and DAX path - - - --- 2016-06-22 Christoph Hellwig New
[6/8] xfs: direct calls in the direct I/O path - - - --- 2016-06-22 Christoph Hellwig New
[5/8] xfs: stop using generic_file_read_iter for direct I/O - - - --- 2016-06-22 Christoph Hellwig New
[4/8] xfs: split xfs_file_read_iter into buffered and direct I/O helpers - - - --- 2016-06-22 Christoph Hellwig New
[3/8] xfs: remove s_maxbytes enforcement in xfs_file_read_iter - - - --- 2016-06-22 Christoph Hellwig New
[2/8] xfs: kill ioflags - - - --- 2016-06-22 Christoph Hellwig New
[1/8] xfs: don't pass ioflags around in the ioctl path - - - --- 2016-06-22 Christoph Hellwig New
[14/14] xfs: kill xfs_zero_remaining_bytes - - - --- 2016-06-01 Christoph Hellwig New
« 1 2 ... 37 38 39 40 »