linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-30 16:40:39 to 2018-06-01 09:24:43 UTC [more...]

[PATCH] fuse: fix NULL dereference when new_inode() fails
 2018-06-01  9:24 UTC  (2+ messages)

[PATCH] staging: lustre: delete the filesystem from the tree
 2018-06-01  9:11 UTC 

[NOMERGE] [RFC PATCH 00/12] erofs: introduce erofs file system
 2018-06-01  9:11 UTC  (3+ messages)

[RESEND PATCH V5 00/33] block: support multipage bvec
 2018-06-01  8:43 UTC  (8+ messages)

[PATCH 31/32] [RFC] fs: Add a move_mount() system call [ver #8]
 2018-06-01  8:42 UTC  (22+ messages)
` [PATCH 00/32] VFS: Introduce filesystem context "
  ` [PATCH 03/32] VFS: Introduce the basic header for the new mount API's "
  ` [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 30/32] vfs: Allow cloning of a mount tree with open(O_PATH|O_CLONE_MOUNT) "
  ` Test program for move_mount()
  ` fsinfo test program

[vfs:work.aio 10/12] fs/aio.c:1444: undefined reference to `ioprio_check_cap'
 2018-06-01  5:13 UTC  (5+ messages)
    ` [kbuild-all] "

[vfs:mount-reordered 10/38] fs/namespace.c:3140:14: error: 'MOVE_MOUNT_F_SYMLINKS' undeclared; did you mean 'MOVE_MOUNT__MASK'?
 2018-06-01  4:50 UTC 

[PATCH v2 0/7] Fix DM DAX handling
 2018-06-01  4:02 UTC  (14+ messages)
` [PATCH v2 2/7] dax: change bdev_dax_supported() to support boolean returns
          ` [dm-devel] "

general protection fault in wb_workfn (2)
 2018-06-01  2:30 UTC  (9+ messages)

[PATCH] VFS: simplify seq_file iteration code and interface
 2018-05-31 22:26 UTC  (3+ messages)
` [PATCH resend] "
  ` [PATCH resend*2] "

[PATCH v11 00/63] Convert page cache to XArray
 2018-05-31 21:53 UTC  (6+ messages)

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

[PATCH 1/4] aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way
 2018-05-31 21:03 UTC  (6+ messages)
` [PATCH 1/4] vmsplice: lift import_iovec() into do_vmsplice()
  ` [PATCH 4/4] orangefs: simplify compat ioctl handling

[RFC][PATCHES] reducing d_add() use, part 2
 2018-05-31 18:23 UTC  (4+ messages)
` [PATCH 01/10] openpromfs: switch to d_splice_alias()
  ` [PATCH 02/10] orangefs_lookup: simplify

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

iomap SEEK_HOLE / SEEK_DATA cleanups and generalization v2
 2018-05-31 18:07 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

iomap based buffered reads & iomap cleanups v5
 2018-05-31 18:06 UTC  (14+ 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

[PATCH 1/3] orangefs: set i_size on new symlink
 2018-05-31 16:37 UTC  (3+ messages)
` [PATCH 2/3] orangefs: revamp block sizes
` [PATCH 3/3] orangefs: report attributes_mask and attributes for statx

[PATCH][next] aio: fix missing break in switch statement
 2018-05-31 16:39 UTC  (3+ messages)

buffered writes without buffer heads in xfs and iomap v4
 2018-05-31 16:12 UTC  (54+ messages)
` [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 v2 0/5] vfs: allow syncfs to return an error when inode writeback fails
 2018-05-31 15:02 UTC  (7+ messages)
` [PATCH v2 1/5] vfs: push __sync_blockdev calls down into sync_fs routines
` [PATCH v2 2/5] vfs: add an errseq_t pointer arg to sync_filesystem and __sync_filesystem
` [PATCH v2 3/5] vfs: track per-sb writeback errors and report them to syncfs
` [PATCH v2 4/5] buffer: record blockdev write errors in super_block that backs them
` [PATCH v2 5/5] vfs: add a new ioctl for fetching the superblock's errseq_t
` [fstests PATCH] generic: test reporting of wb errors via syncfs

[PATCH] fuse: Ensure posix acls are translated outside of init_user_ns
 2018-05-31 14:45 UTC  (7+ messages)
        ` [PATCH] fuse: Allow fully unprivileged mounts

general protection fault in fuse_ctl_remove_conn
 2018-05-31 14:27 UTC  (3+ messages)

[GIT PULL] afs: A couple of fixes
 2018-05-31 12:42 UTC  (3+ messages)

iomap based buffered reads & iomap cleanups v4
 2018-05-31 11:59 UTC  (28+ messages)
` [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

[PATCH v2 4.17] From: Henry Wilson <henry.wilson@acentic.com>
 2018-05-31 11:43 UTC  (13+ messages)
` [PATCH v3 4.17] inotify: Add flag IN_EXCL_ADD for inotify_add_watch()
  ` [PATCH v4 4.17] inotify: Add flag IN_MASK_CREATE "

[NOMERGE] [RFC PATCH 12/12] erofs: introduce VLE decompression support (experimental)
 2018-05-31 11:12 UTC 

[NOMERGE] [RFC PATCH 11/12] erofs: introduce a customized LZ4 decompression
 2018-05-31 11:11 UTC 

[NOMERGE] [RFC PATCH 10/12] erofs: introduce xattr & acl support
 2018-05-31 11:10 UTC 

[NOMERGE] [RFC PATCH 09/12] erofs: update Kconfig and Makefile
 2018-05-31 11:09 UTC 

[NOMERGE] [RFC PATCH 08/12] erofs: definitions for the various kernel version temporarily
 2018-05-31 11:09 UTC 

[NOMERGE] [RFC PATCH 06/12] erofs: add directory operations
 2018-05-31 11:08 UTC 

[NOMERGE] [RFC PATCH 07/12] erofs: add namei functions
 2018-05-31 11:08 UTC 

[NOMERGE] [RFC PATCH 05/12] erofs: add inode operations
 2018-05-31 11:07 UTC 

[NOMERGE] [RFC PATCH 04/12] erofs: add raw address_space operations
 2018-05-31 11:07 UTC 

[NOMERGE] [RFC PATCH 03/12] erofs: add super block operations
 2018-05-31 11:07 UTC 

[NOMERGE] [RFC PATCH 02/12] erofs: add erofs in-memory stuffs
 2018-05-31 11:06 UTC 

[NOMERGE] [RFC PATCH 01/12] erofs: add on-disk layout
 2018-05-31 11:06 UTC 

KASAN: use-after-free Read in fuse_kill_sb_blk
 2018-05-31 10:19 UTC  (4+ messages)
  ` [PATCH] fuse: don't keep dead fuse_conn at fuse_fill_super()

[RFC][PATCHES] reducing d_add() use, part 3 (procfs)
 2018-05-31  8:28 UTC  (3+ messages)
` [PATCH 1/5] procfs: get rid of ancient BS in pid_revalidate() uses

iomap SEEK_HOLE / SEEK_DATA cleanups and generalization
 2018-05-31  6:20 UTC  (8+ 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

[PATCH v2 12/15] nls: utf8norm: Introduce code for UTF-8 normalization
 2018-05-31  5:47 UTC  (2+ messages)

[Q] Unaligned filesystem data
 2018-05-31  4:54 UTC 

[PATCH] fs: proc: Adding new typedef vm_fault_t
 2018-05-31  4:31 UTC  (3+ messages)

[PATCH 00/28] overlayfs: Delayed copy up of data
 2018-05-31  4:30 UTC  (4+ messages)
` [PATCH 16/28] ovl: Do not expose metacopy only dentry from d_real()

Why is the length of max mount option a page size??
 2018-05-30 23:51 UTC  (7+ messages)

[PATCH] doc: add description to dirtytime_expire_seconds
 2018-05-30 23:56 UTC 

[GIT PULL] overlayfs update for 4.18
 2018-05-30 22:27 UTC  (5+ messages)

[PATCH 03/11] device-dax: enable page_mapping()
 2018-05-30 19:54 UTC  (2+ messages)

[PATCH 00/13] Introdue io.latency io controller for cgroups
 2018-05-30 18:32 UTC  (6+ messages)
` [PATCH 12/13] block: introduce blk-iolatency io controller
` [PATCH 13/13] Documentation: add a doc for blk-iolatency

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-30 17:33 UTC  (3+ messages)

[PATCH 32/32] [RFC] fsinfo: Add a system call to allow querying of filesystem information [ver #8]
 2018-05-25  0:08 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).