linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-29 14:44:02 to 2018-05-30 11:03:00 UTC [more...]

buffered I/O without buffer heads in xfs and iomap v3
 2018-05-30 11:03 UTC  (54+ messages)
` [PATCH 01/34] block: add a lower-level bio_add_page interface
` [PATCH 02/34] fs: factor out a __generic_write_end helper
` [PATCH 03/34] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 04/34] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 05/34] fs: use ->is_partially_uptodate in page_cache_seek_hole_data
` [PATCH 06/34] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 07/34] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 08/34] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 09/34] iomap: inline data should be an iomap type, not a flag
` [PATCH 10/34] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 11/34] iomap: move IOMAP_F_BOUNDARY to gfs2
    ` [Cluster-devel] "
` [PATCH 12/34] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 13/34] iomap: add a iomap_sector helper
` [PATCH 14/34] iomap: add an iomap-based bmap implementation
` [PATCH 15/34] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 16/34] iomap: add initial support for writes without buffer heads
` [PATCH 17/34] xfs: use iomap_bmap
` [PATCH 18/34] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages
` [PATCH 22/34] xfs: make xfs_writepage_map extent map centric

[PATCH 4.17] inotify: Add flag IN_ONLY_CREATE for inotify_add_watch()
 2018-05-30 11:00 UTC  (7+ messages)
` [PATCH v2 4.17] From: Henry Wilson <henry.wilson@acentic.com>
  ` [PATCH v3 4.17] inotify: Add flag IN_EXCL_ADD for inotify_add_watch()

iomap based buffered reads & iomap cleanups v4
 2018-05-30 10:12 UTC  (15+ messages)
` [PATCH 01/13] block: add a lower-level bio_add_page interface
` [PATCH 02/13] mm: give the 'ret' variable a better name __do_page_cache_readahead
` [PATCH 03/13] mm: return an unsigned int from __do_page_cache_readahead
` [PATCH 04/13] mm: split ->readpages calls to avoid non-contiguous pages lists
` [PATCH 05/13] iomap: inline data should be an iomap type, not a flag
` [PATCH 06/13] iomap: fix the comment describing IOMAP_NOWAIT
` [PATCH 07/13] iomap: move IOMAP_F_BOUNDARY to gfs2
` [PATCH 08/13] iomap: use __bio_add_page in iomap_dio_zero
` [PATCH 09/13] iomap: add a iomap_sector helper
` [PATCH 10/13] iomap: add an iomap-based bmap implementation
` [PATCH 11/13] iomap: add an iomap-based readpage and readpages implementation
` [PATCH 12/13] xfs: use iomap_bmap
` [PATCH 13/13] xfs: use iomap for blocksize == PAGE_SIZE readpage and readpages

iomap SEEK_HOLE / SEEK_DATA cleanups and generalization
 2018-05-30 10:02 UTC  (4+ messages)
` [PATCH 1/3] fs: move page_cache_seek_hole_data to iomap.c
` [PATCH 2/3] fs: remove the buffer_unwritten check in page_seek_hole_data
` [PATCH 3/3] fs: use ->is_partially_uptodate in page_cache_seek_hole_data

buffered writes without buffer heads in xfs and iomap v4
 2018-05-30 10:00 UTC  (19+ messages)
` [PATCH 01/18] fs: factor out a __generic_write_end helper
` [PATCH 02/18] iomap: add initial support for writes without buffer heads
` [PATCH 03/18] xfs: simplify xfs_bmap_punch_delalloc_range
` [PATCH 04/18] xfs: simplify xfs_aops_discard_page
` [PATCH 05/18] xfs: move locking into xfs_bmap_punch_delalloc_range
` [PATCH 06/18] xfs: make xfs_writepage_map extent map centric
` [PATCH 07/18] xfs: remove the now unused XFS_BMAPI_IGSTATE flag
` [PATCH 08/18] xfs: remove xfs_reflink_find_cow_mapping
` [PATCH 09/18] xfs: remove xfs_reflink_trim_irec_to_next_cow
` [PATCH 10/18] xfs: simplify xfs_map_blocks by using xfs_iext_lookup_extent directly
` [PATCH 11/18] xfs: don't clear imap_valid for a non-uptodate buffers
` [PATCH 12/18] xfs: remove the imap_valid flag
` [PATCH 13/18] xfs: don't look at buffer heads in xfs_add_to_ioend
` [PATCH 14/18] xfs: move all writeback buffer_head manipulation into xfs_map_at_offset
` [PATCH 15/18] xfs: remove xfs_start_page_writeback
` [PATCH 16/18] xfs: refactor the tail of xfs_writepage_map
` [PATCH 17/18] xfs: do not set the page uptodate in xfs_writepage_map
` [PATCH 18/18] xfs: allow writeback on pages without buffer heads

[PATCH v5 00/14] gfs2 iomap write support
 2018-05-30  9:57 UTC  (16+ messages)
` [PATCH v5 01/14] gfs2: Update find_metapath comment
` [PATCH v5 02/14] gfs2: hole_size improvement
` [PATCH v5 03/14] gfs2: gfs2_stuffed_write_end cleanup
` [PATCH v5 04/14] gfs2: Remove ordered write mode handling from gfs2_trans_add_data
` [PATCH v5 05/14] gfs2: Iomap cleanups and improvements
` [PATCH v5 06/14] iomap: Add write_{begin,end} iomap operations
` [PATCH v5 07/14] iomap: Mark newly allocated buffer heads as new
` [PATCH v5 08/14] gfs2: iomap buffered write support
` [PATCH v5 09/14] gfs2: gfs2_extent_length cleanup
` [PATCH v5 10/14] iomap: Complete partial direct I/O writes synchronously
` [PATCH v5 11/14] gfs2: iomap direct I/O support
` [PATCH v5 12/14] gfs2: Remove gfs2_write_{begin,end}
` [PATCH v5 13/14] iomap: inline data should be an iomap type, not a flag
` [PATCH v5 14/14] gfs2: Handle stuffed files in iomap_{begin,end}

[GIT PULL] overlayfs update for 4.18
 2018-05-30  8:36 UTC  (4+ messages)

[PATCH 00/11] overlayfs fixes
 2018-05-30  8:28 UTC  (7+ messages)
` [PATCH 05/11] ovl: return dentry from ovl_create_real()
` [PATCH 07/11] ovl: make ovl_create_real() cope with vfs_mkdir() safely

[PATCH 00/28] overlayfs: Delayed copy up of data
 2018-05-30  8:27 UTC  (31+ messages)
` [PATCH 01/28] ovl: Initialize ovl_inode->redirect in ovl_get_inode()
` [PATCH 02/28] ovl: Move the copy up helpers to copy_up.c
` [PATCH 03/28] ovl: Provide a mount option metacopy=on/off for metadata copyup
` [PATCH 04/28] ovl: During copy up, first copy up metadata and then data
` [PATCH 05/28] ovl: Copy up only metadata during copy up where it makes sense
` [PATCH 06/28] ovl: Add helper ovl_already_copied_up()
` [PATCH 07/28] ovl: A new xattr OVL_XATTR_METACOPY for file on upper
` [PATCH 08/28] ovl: Use out_err instead of out_nomem
` [PATCH 09/28] ovl: Modify ovl_lookup() and friends to lookup metacopy dentry
` [PATCH 10/28] ovl: Copy up meta inode data from lowest data inode
` [PATCH 11/28] ovl: Add helper ovl_dentry_lowerdata() to get lower data dentry
` [PATCH 12/28] ovl: Fix ovl_getattr() to get number of blocks from lower
` [PATCH 13/28] ovl: Store lower data inode in ovl_inode
` [PATCH 14/28] ovl: Add helper ovl_inode_realdata()
` [PATCH 15/28] ovl: Open file with data except for the case of fsync
` [PATCH 16/28] ovl: Do not expose metacopy only dentry from d_real()
` [PATCH 17/28] ovl: Move some dir related ovl_lookup_single() code in else block
` [PATCH 18/28] ovl: Check redirects for metacopy files
` [PATCH 19/28] ovl: Treat metacopy dentries as type OVL_PATH_MERGE
` [PATCH 20/28] ovl: Add an inode flag OVL_CONST_INO
` [PATCH 21/28] ovl: Do not set dentry type ORIGIN for broken hardlinks
` [PATCH 22/28] ovl: Set redirect on metacopy files upon rename
` [PATCH 23/28] ovl: Set redirect on upper inode when it is linked
` [PATCH 24/28] ovl: Check redirect on index as well
` [PATCH 25/28] ovl: Disbale metacopy for MAP_SHARED mmap()
` [PATCH 26/28] ovl: Do not do metadata only copy-up for truncate operation
` [PATCH 27/28] ovl: Do not do metacopy only for ioctl modifying file attr
` [PATCH 28/28] ovl: Enable metadata only feature

[PATCH 00/39] overlayfs: stack file operations
 2018-05-30  8:26 UTC  (22+ messages)
` [PATCH 03/39] vfs: dedupe: extract helper for a single dedup
` [PATCH 17/39] ovl: add ovl_write_iter()
` [PATCH 18/39] ovl: add ovl_fsync()
` [PATCH 20/39] ovl: add ovl_fallocate()
` [PATCH 21/39] ovl: add lsattr/chattr support
` [PATCH 22/39] ovl: add ovl_fiemap()
` [PATCH 23/39] ovl: add O_DIRECT support
` [PATCH 24/39] ovl: add reflink/copyfile/dedup support
` [PATCH 25/39] vfs: don't open real
` [PATCH 26/39] ovl: copy-up on MAP_SHARED
` [PATCH 27/39] ovl: obsolete "check_copy_up" module option
` [PATCH 28/39] ovl: fix documentation of non-standard behavior
` [PATCH 29/39] vfs: simplify dentry_open()
` [PATCH 30/39] Revert "ovl: fix may_write_real() for overlayfs directories"
` [PATCH 31/39] Revert "ovl: don't allow writing ioctl on lower layer"
` [PATCH 35/39] Revert "vfs: add flags to d_real()"
` [PATCH 39/39] vfs: remove open_flags from d_real()

[PATCH 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-05-30  8:13 UTC  (5+ messages)
` [PATCH 05/11] filesystem-dax: set page->index

[RFC PATCH V3 00/12] Ext4 encryption support for blocksize < pagesize
 2018-05-30  5:06 UTC  (7+ messages)
` [RFC PATCH V3 07/12] mpage_readpage[s]: Introduce post process callback parameters

[REVIEW][PATCH 0/6] Wrapping up the vfs support for unprivileged mounts
 2018-05-30  4:34 UTC  (9+ messages)

[PATCH] mm: Change return type to vm_fault_t
 2018-05-30  3:40 UTC  (5+ messages)

Why is the length of max mount option a page size??
 2018-05-30  2:40 UTC  (6+ messages)

[PATCH] media: dvb: get rid of VIDEO_SET_SPU_PALETTE
 2018-05-30  0:54 UTC  (3+ messages)

[PATCHSET 0/3] Submit ->readpages() IO as read-ahead
 2018-05-29 22:37 UTC  (7+ messages)
` [PATCH 1/3] mpage: mpage_readpages() should submit "

[PATCH] fs/binfmt_misc.c: do not allow offset overflow
 2018-05-29 22:24 UTC  (3+ messages)

[PATCHSET v2 0/4] Submit ->readpages() IO as read-ahead
 2018-05-29 22:17 UTC  (5+ messages)
` [PATCH 1/4] mpage: add argument structure for do_mpage_readpage()
` [PATCH 2/4] mpage: mpage_readpages() should submit IO as read-ahead
` [PATCH 3/4] btrfs: readpages() "
` [PATCH 4/4] ext4: "

[PATCH 00/13] Introdue io.latency io controller for cgroups
 2018-05-29 22:07 UTC  (15+ messages)
` [PATCH 01/13] block: add bi_blkg to the bio "
` [PATCH 02/13] block: introduce bio_issue_as_root_blkg
` [PATCH 03/13] blk-cgroup: allow controllers to output their own stats
` [PATCH 04/13] blk: introduce REQ_SWAP
` [PATCH 05/13] swap,blkcg: issue swap io with the appropriate context
` [PATCH 06/13] blkcg: add generic throttling mechanism
` [PATCH 07/13] memcontrol: schedule throttling if we are congested
` [PATCH 08/13] blk-stat: export helpers for modifying blk_rq_stat
` [PATCH 09/13] blk-rq-qos: refactor out common elements of blk-wbt
` [PATCH 10/13] block: remove external dependency on wbt_flags
` [PATCH 11/13] rq-qos: introduce dio_bio callback
` [PATCH 12/13] block: introduce blk-iolatency io controller
` [PATCH 13/13] Documentation: add a doc for blk-iolatency

[PATCH v2 0/7] Fix DM DAX handling
 2018-05-29 22:01 UTC  (10+ messages)
` [PATCH v2 1/7] fs: allow per-device dax status checking for filesystems
` [PATCH v2 2/7] dax: change bdev_dax_supported() to support boolean returns
` [PATCH v2 3/7] dm: fix test for DAX device support
` [PATCH v2 4/7] dm: prevent DAX mounts if not supported
` [PATCH v2 5/7] dm: remove DM_TYPE_DAX_BIO_BASED dm_queue_mode
` [PATCH v2 6/7] dm-snap: remove unnecessary direct_access() stub
` [PATCH v2 7/7] dm-error: "

[GIT PULL] afs: A couple of fixes
 2018-05-29 20:34 UTC  (2+ messages)

[PATCH v10] mm: introduce MEMORY_DEVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPS
 2018-05-29 20:26 UTC  (7+ messages)

[PATCH] dm: writecache: add DAX dependency
 2018-05-29 19:57 UTC  (6+ messages)
` [PATCH] dm-writecache: fix compilation issue with !DAX
  `  "

[PATCH] inode: always initialize mapping->wb_err
 2018-05-29 17:49 UTC  (4+ messages)

Cleaning up f2fs's use of the symbol namespace
 2018-05-29 16:30 UTC  (2+ messages)
` [f2fs-dev] "

[vfs:hch.aio 7/40] include/linux/syscalls.h:233:18: warning: 'sys_io_pgetevents' alias between functions of incompatible types 'long int(aio_context_t, long int, long int, struct io_event *, struct timespec *, const struct __aio_sigset *)' and 'long int(long int, long int, long int, long int, long int, long int)'
 2018-05-29 14:59 UTC  (8+ messages)
    ` [kbuild-all] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).