linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-25 02:55:25 to 2018-05-29 08:21:30 UTC [more...]

[PATCH] doc: document scope NOFS, NOIO APIs
 2018-05-29  8:21 UTC  (17+ messages)

[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  8:05 UTC  (4+ messages)
    ` [kbuild-all] "

[PATCH] media: dvb: get rid of VIDEO_SET_SPU_PALETTE
 2018-05-29  6:20 UTC  (2+ messages)

aio poll and a new in-kernel poll API V13
 2018-05-29  6:10 UTC  (29+ messages)
        ` [PATCH 1/4] aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way
          ` [PATCH 2/4] aio_read_events_ring(): make a bit more readable
          ` [PATCH 3/4] aio: shift copyin of iocb into io_submit_one()
          ` [PATCH 4/4] aio: fold do_io_submit() into callers
                ` [PATCH v2 1/6] aio: take list removal to (some) callers of aio_complete()
                  ` [PATCH v2 2/6] aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way
                  ` [PATCH v2 3/6] aio_read_events_ring(): make a bit more readable
                  ` [PATCH v2 4/6] aio: shift copyin of iocb into io_submit_one()
                  ` [PATCH v2 5/6] aio: fold do_io_submit() into callers
                  ` [PATCH v2 6/6] aio: sanitize the limit checking in io_submit(2)
                ` [PATCH 1/4] vmsplice: lift import_iovec() into do_vmsplice()
                  ` [PATCH 2/4] vmsplice(): lift importing iovec into vmsplice(2) and compat counterpart
                  ` [PATCH 3/4] signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()
                  ` [PATCH 4/4] orangefs: simplify compat ioctl handling

Why is the length of max mount option a page size??
 2018-05-29  3:57 UTC  (6+ messages)

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

Cleaning up f2fs's use of the symbol namespace
 2018-05-28 20:05 UTC 

[PATCH] dm: writecache: add DAX dependency
 2018-05-28 18:18 UTC  (2+ messages)

general protection fault in wb_workfn (2)
 2018-05-28 13:35 UTC  (5+ messages)
  ` [PATCH] bdi: Fix another oops in wb_workfn()

[PATCH] fs/affs: fix potential memory leak in option parsing
 2018-05-28 10:35 UTC  (2+ messages)

[RFC PATCH v4 0/6] Btrfs: implement swap file support
 2018-05-28 13:46 UTC  (19+ messages)
` [RFC PATCH v4 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [RFC PATCH v4 2/6] vfs: update swap_{,de}activate documentation
` [RFC PATCH v4 3/6] Btrfs: push EXCL_OP set into btrfs_rm_device()
` [RFC PATCH v4 4/6] Btrfs: prevent ioctls from interfering with a swap file
` [RFC PATCH v4 5/6] Btrfs: rename get_chunk_map() and make it non-static
` [RFC PATCH v4 6/6] Btrfs: support swap files

[PATCH v4 00/11] gfs2 iomap write support
 2018-05-28 13:02 UTC  (8+ messages)
` [PATCH v4 06/11] iomap: Add write_{begin,end} iomap operations

[PATCH] write.2: Partial direct I/O writes
 2018-05-28  9:36 UTC  (2+ messages)

[RESEND PATCH V5 00/33] block: support multipage bvec
 2018-05-28  7:29 UTC  (42+ messages)
` [RESEND PATCH V5 01/33] block: rename bio_for_each_segment* with bio_for_each_page*
` [RESEND PATCH V5 02/33] block: rename rq_for_each_segment as rq_for_each_page
` [RESEND PATCH V5 03/33] block: rename bio_segments() with bio_pages()
` [RESEND PATCH V5 04/33] block: introduce multipage page bvec helpers
` [RESEND PATCH V5 05/33] block: introduce bio_for_each_segment()
` [RESEND PATCH V5 06/33] block: use bio_for_each_segment() to compute segments count
` [RESEND PATCH V5 07/33] block: use bio_for_each_segment() to map sg
` [RESEND PATCH V5 08/33] block: introduce segment_last_page()
` [RESEND PATCH V5 09/33] fs/buffer.c: use bvec iterator to truncate the bio
` [RESEND PATCH V5 10/33] btrfs: use segment_last_page to get bio's last page
` [RESEND PATCH V5 11/33] block: implement bio_pages_all() via bio_for_each_page_all()
` [RESEND PATCH V5 12/33] block: introduce bio_segments()
` [RESEND PATCH V5 13/33] block: introduce rq_for_each_segment()
` [RESEND PATCH V5 14/33] block: loop: pass segments to iov_iter
` [RESEND PATCH V5 15/33] block: introduce bio_clone_seg_bioset()
` [RESEND PATCH V5 16/33] dm: clone bio via bio_clone_seg_bioset
` [RESEND PATCH V5 17/33] block: bio: introduce bio_for_each_page_all2 and bio_for_each_segment_all
` [RESEND PATCH V5 18/33] block: deal with dirtying pages for multipage bvec
` [RESEND PATCH V5 19/33] block: convert to bio_for_each_page_all2()
` [RESEND PATCH V5 20/33] md/dm/bcache: conver to bio_for_each_page_all2 and bio_for_each_segment
` [RESEND PATCH V5 21/33] fs: conver to bio_for_each_page_all2
` [RESEND PATCH V5 22/33] btrfs: "
` [RESEND PATCH V5 23/33] ext4: "
` [RESEND PATCH V5 24/33] f2fs: "
` [RESEND PATCH V5 25/33] xfs: "
` [RESEND PATCH V5 26/33] exofs: "
` [RESEND PATCH V5 27/33] gfs2: "
` [RESEND PATCH V5 28/33] block: kill bio_for_each_page_all()
` [RESEND PATCH V5 29/33] block: rename bio_for_each_page_all2 as bio_for_each_page_all
` [RESEND PATCH V5 30/33] block: enable multipage bvecs
` [RESEND PATCH V5 31/33] block: bio: pass segments to bio if bio_add_page() is bypassed
` [RESEND PATCH V5 32/33] block: always define BIO_MAX_PAGES as 256
` [RESEND PATCH V5 33/33] block: document usage of bio iterator helpers

buffered I/O without buffer heads in xfs and iomap v3
 2018-05-28  7:15 UTC  (8+ messages)
` [PATCH 22/34] xfs: make xfs_writepage_map extent map centric

sub-page blocksize support in iomap non-buffer head path v3
 2018-05-28  6:57 UTC  (7+ messages)
` [PATCH 1/2] iomap: add support for sub-pagesize buffered I/O without buffer heads
` [PATCH 2/2] xfs: add support for sub-pagesize writeback without buffer_heads

[PATCH] aio: add missing break for the IOCB_CMD_FDSYNC case
 2018-05-28  5:19 UTC 

[RFC][PATCH] rmdir(),rename(): do shrink_dcache_parent() only on success
 2018-05-28  2:48 UTC  (4+ messages)

[vfs:work.aio 4/4] fs/aio.c:1893:36: error: 'iocbpp' undeclared; did you mean 'iocb'?
 2018-05-27 23:12 UTC  (2+ messages)

Why does d_splice_alias need to check IS_ROOT?
 2018-05-27 11:09 UTC  (3+ messages)

[RFC][PATCHES] reducing d_add() use, part 1
 2018-05-26 18:38 UTC  (22+ messages)
` [RFC][PATCHES] reducing d_add() use, part 2
  ` [PATCH 01/10] openpromfs: switch to d_splice_alias()
    ` [PATCH 02/10] orangefs_lookup: simplify
    ` [PATCH 03/10] omfs_lookup(): report IO errors, use d_splice_alias()
    ` [PATCH 04/10] hfs: "
    ` [PATCH 05/10] hfs: don't allow mounting over .../rsrc
    ` [PATCH 06/10] hfsplus: switch to d_splice_alias()
    ` [PATCH 07/10] ncp_lookup(): use d_splice_alias()
    ` [PATCH 08/10] 9p: unify paths in v9fs_vfs_lookup()
    ` [PATCH 09/10] cifs_lookup(): cifs_get_inode_...() never returns 0 with *inode left NULL
    ` [PATCH 10/10] cifs_lookup(): switch to d_splice_alias()
  ` [RFC][PATCHES] reducing d_add() use, part 3 (procfs)
    ` [PATCH 1/5] procfs: get rid of ancient BS in pid_revalidate() uses
      ` [PATCH 2/5] proc_lookupfd_common(): don't bother with instantiate unless the file is open
      ` [PATCH 3/5] don't bother with tid_fd_revalidate() in lookups
      ` [PATCH 4/5] procfs: switch instantiate_t to d_splice_alias()
      ` [PATCH 5/5] switch the rest of procfs lookups "

[PATCH 0/7] Fix DM DAX handling
 2018-05-26 14:07 UTC  (12+ messages)
` [PATCH 1/7] fs: allow per-device dax status checking for filesystems
` [PATCH 2/7] dax: change bdev_dax_supported() to support boolean returns
` [PATCH 4/7] dm: prevent DAX mounts if not supported
` [PATCH 5/7] dm: remove DM_TYPE_DAX_BIO_BASED dm_queue_mode

[PATCH] inode: always initialize mapping->wb_err
 2018-05-26 12:29 UTC  (3+ messages)

general protection fault in eventfd_ctx_remove_wait_queue
 2018-05-26  9:21 UTC  (2+ messages)

[PATCH RESEND] Documentation: filesystems: update filesystem locking documentation
 2018-05-26  3:41 UTC  (2+ messages)

[GIT PULL] Transition vfs to 64-bit timestamps
 2018-05-25 23:35 UTC 

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

mmotm 2018-05-25-14-52 uploaded
 2018-05-25 21:52 UTC 

[PATCHSET 0/3] Submit ->readpages() IO as read-ahead
 2018-05-25 14:21 UTC  (3+ messages)

[PATCH 0/6 v1 resend] statfs: handle mount propagation
 2018-05-25 12:48 UTC  (7+ messages)
` [PATCH 1/6 v1 resend] fs: use << for MS_* flags
` [PATCH 2/6 v1 resend] statfs: use << to align with fs header
` [PATCH 3/6 v1 resend] statfs: add ST_UNBINDABLE
` [PATCH 4/6 v1 resend] statfs: add ST_SHARED
` [PATCH 5/6 v1 resend] statfs: add ST_SLAVE
` [PATCH 6/6 v1 resend] statfs: add ST_PRIVATE

gfs2 iomap: BUG_ON(buffer_unmapped) in submit_bh_wbc
 2018-05-25 12:24 UTC  (4+ messages)

[PATCH] bdi: Fix oops in wb_workfn()
 2018-05-25 10:15 UTC  (5+ messages)

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

[PATCH] ppp: remove the PPPIOCDETACH ioctl
 2018-05-25  2:55 UTC  (3+ messages)
` [PATCH v2] "


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).