linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-24 17:30:33 to 2018-05-27 07:23:38 UTC [more...]

[RESEND PATCH V5 00/33] block: support multipage bvec
 2018-05-27  7:23 UTC  (39+ 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

general protection fault in wb_workfn (2)
 2018-05-27  2:36 UTC  (4+ messages)
  ` [PATCH] bdi: Fix another oops in wb_workfn()

[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 "

Why does d_splice_alias need to check IS_ROOT?
 2018-05-26 17:12 UTC  (2+ messages)

[PATCH 0/7] Fix DM DAX handling
 2018-05-26 14:07 UTC  (15+ 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 3/7] dm: fix test for DAX device support
` [PATCH 4/7] dm: prevent DAX mounts if not supported
` [PATCH 5/7] dm: remove DM_TYPE_DAX_BIO_BASED dm_queue_mode
` [PATCH 6/7] dm-snap: remove unnecessary direct_access() stub
` [PATCH 7/7] dm-error: "

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

aio poll and a new in-kernel poll API V13
 2018-05-26  7:23 UTC  (4+ 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 

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

[PATCH v4 00/11] gfs2 iomap write support
 2018-05-25 17:58 UTC  (7+ messages)
` [PATCH v4 06/11] iomap: Add write_{begin,end} iomap operations

sub-page blocksize support in iomap non-buffer head path v3
 2018-05-25 17:17 UTC  (5+ 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

[RFC PATCH v4 0/6] Btrfs: implement swap file support
 2018-05-25 16:16 UTC  (17+ 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

[PATCHSET 0/3] Submit ->readpages() IO as read-ahead
 2018-05-25 14:21 UTC  (11+ messages)
` [PATCH 1/3] mpage: mpage_readpages() should submit "
` [PATCH 3/3] ext4: readpages() "

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

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

Why is the length of max mount option a page size??
 2018-05-25 10:42 UTC  (2+ messages)

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

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

[REVIEW][PATCH 0/6] Wrapping up the vfs support for unprivileged mounts
 2018-05-25  4:06 UTC  (13+ messages)
` [REVIEW][PATCH 1/6] vfs: Don't allow changing the link count of an inode with an invalid uid or gid
` [REVIEW][PATCH 2/6] vfs: Allow userns root to call mknod on owned filesystems
` [REVIEW][PATCH 3/6] fs: Allow superblock owner to replace invalid owners of inodes
  ` [REVIEW][PATCH v2 "

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

[PATCH v2 0/7] mm: pages for hugetlb's overcommit may be able to charge to memcg
 2018-05-25  1:55 UTC  (13+ messages)

[PATCH 00/32] VFS: Introduce filesystem context [ver #8]
 2018-05-25  1:48 UTC  (34+ messages)
` [PATCH 01/32] VFS: Suppress MS_* flag defs within the kernel unless explicitly enabled "
` [PATCH 02/32] vfs: Provide documentation for new mount API "
` [PATCH 03/32] VFS: Introduce the basic header for the new mount API's filesystem context "
` [PATCH 04/32] VFS: Add LSM hooks for the new mount API "
` [PATCH 05/32] selinux: Implement the new mount API LSM hooks "
` [PATCH 06/32] smack: Implement filesystem context security "
` [PATCH 07/32] apparmor: Implement security hooks for the new mount API "
` [PATCH 08/32] tomoyo: "
` [PATCH 09/32] VFS: Require specification of size of mount data for internal mounts "
` [PATCH 10/32] VFS: Implement a filesystem superblock creation/configuration context "
` [PATCH 11/32] VFS: Remove unused code after filesystem context changes "
` [PATCH 12/32] procfs: Move proc_fill_super() to fs/proc/root.c "
` [PATCH 13/32] proc: Add fs_context support to procfs "
` [PATCH 14/32] ipc: Convert mqueue fs to fs_context "
` [PATCH 15/32] cpuset: Use "
` [PATCH 16/32] kernfs, sysfs, cgroup, intel_rdt: Support "
` [PATCH 17/32] hugetlbfs: Convert to "
` [PATCH 18/32] VFS: Remove kern_mount_data() "
` [PATCH 19/32] VFS: Implement fsopen() to prepare for a mount "
` [PATCH 20/32] vfs: Make close() unmount the attached mount if so flagged "
` [PATCH 21/32] VFS: Implement fsmount() to effect a pre-configured mount "
` [PATCH 22/32] vfs: Provide an fspick() system call "
` [PATCH 23/32] VFS: Implement logging through fs_context "
` [PATCH 24/32] vfs: Add some logging to the core users of the fs_context log "
` [PATCH 25/32] afs: Add fs_context support "
` [PATCH 26/32] afs: Use fs_context to pass parameters over automount "
` [PATCH 27/32] vfs: Use a 'struct fd_cookie *' type for light fd handling "
` [PATCH 28/32] vfs: Store the fd_cookie in nameidata, not the dfd int "
` [PATCH 29/32] vfs: Don't mix FMODE_* flags with O_* flags "
` [PATCH 30/32] vfs: Allow cloning of a mount tree with open(O_PATH|O_CLONE_MOUNT) "
` [PATCH 31/32] [RFC] fs: Add a move_mount() system call "
` [PATCH 32/32] [RFC] fsinfo: Add a system call to allow querying of filesystem information "

[PATCH 00/11] mm: Teach memory_failure() about ZONE_DEVICE pages
 2018-05-24 20:55 UTC  (4+ messages)
` [PATCH 07/11] mm, madvise_inject_error: fix page count leak

[PATCH] fuse: fix NULL dereference when new_inode() fails
 2018-05-24 20:20 UTC 

ANNOUNCE: nfs-utils-2.3.2 released
 2018-05-24 17:30 UTC 


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