linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-01 20:09:10 to 2019-09-03 14:19:04 UTC [more...]

[PATCH v3 00/13] virtio-fs: shared file system for virtual machines
 2019-09-03 14:18 UTC  (7+ messages)

[PATCH v3 0/15] Btrfs iomap
 2019-09-03 14:12 UTC  (29+ messages)
` [PATCH 01/15] iomap: Introduce CONFIG_FS_IOMAP_DEBUG
` [PATCH 02/15] iomap: Use a IOMAP_COW/srcmap for a read-modify-write I/O
` [PATCH 03/15] iomap: Read page from srcmap for IOMAP_COW
` [PATCH 09/15] btrfs: basic direct read operation
` [PATCH 10/15] btrfs: Carve out btrfs_get_extent_map_write() out of btrfs_get_blocks_write()
` [PATCH 11/15] btrfs: Rename __endio_write_update_ordered() to btrfs_update_ordered_extent()
` [PATCH 12/15] iomap: use a function pointer for dio submits
` [PATCH 13/15] btrfs: Use iomap_dio_rw for performing direct I/O writes
` [PATCH 14/15] btrfs: Remove btrfs_dio_data and __btrfs_direct_write
` [PATCH 15/15] btrfs: update inode size during bio completion

[RFC] - vfs: Null pointer dereference issue with symlink create and read of symlink
 2019-09-03 13:58 UTC  (4+ messages)

[PATCH v4 00/16] virtio-fs: shared file system for virtual machines
 2019-09-03 13:55 UTC  (18+ messages)
` [PATCH v4 01/16] vfs: Create fs_context-aware mount_bdev() replacement
` [PATCH v4 02/16] fuse: convert to use the new mount API
` [PATCH v4 03/16] vfs: subtype handling moved to fuse
` [PATCH v4 04/16] fuse: export fuse_end_request()
` [PATCH v4 05/16] fuse: export fuse_len_args()
` [PATCH v4 06/16] fuse: export fuse_send_init_request()
` [PATCH v4 07/16] fuse: export fuse_get_unique()
` [PATCH v4 08/16] fuse: export fuse_dequeue_forget() function
` [PATCH v4 09/16] fuse: extract fuse_fill_super_common()
` [PATCH v4 10/16] fuse: add fuse_iqueue_ops callbacks
` [PATCH v4 11/16] fuse: separate fuse device allocation and installation in fuse_conn
` [PATCH v4 12/16] fuse: delete dentry if timeout is zero
` [PATCH v4 13/16] fuse: dissociate DESTROY from fuseblk
` [PATCH v4 14/16] fuse: allow skipping control interface and forced unmount
` [PATCH v4 15/16] virtio-fs: add virtiofs filesystem
` [PATCH v4 16/16] virtio-fs: add Documentation/filesystems/virtiofs.rst

"fs/namei.c: keep track of nd->root refcount status" causes boot panic
 2019-09-03 13:53 UTC  (13+ messages)

possible deadlock in io_submit_one (2)
 2019-09-03 13:39 UTC  (3+ messages)
  ` [PATCH] fuse: disable irqs for fuse_iqueue::waitq.lock

[PATCH] xfsprogs: io/copy_range: cover corner case (fd_in == fd_out)
 2019-09-03 13:19 UTC  (3+ messages)

iomap_dio_rw ->end_io improvements
 2019-09-03 13:03 UTC  (3+ messages)
` [PATCH 1/2] iomap: split size and error for iomap_dio_rw ->end_io
` [PATCH 2/2] iomap: move the iomap_dio_rw ->end_io callback into a structure

xfs: use the iomap writeback code v2
 2019-09-03 12:57 UTC  (6+ messages)
` [PATCH 1/5] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 2/5] xfs: turn io_append_trans into an io_private void pointer
` [PATCH 3/5] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 4/5] xfs: use the iomap write page code
` [PATCH 5/5] iomap: move struct iomap_page out of iomap.h

[PATCH v5 0/2] mm,thp: Add filemap_huge_fault() for THP
 2019-09-03 12:51 UTC  (9+ messages)
` [PATCH v5 1/2] mm: Allow the page cache to allocate large pages
` [PATCH v5 2/2] mm,thp: Add experimental config option RO_EXEC_FILEMAP_HUGE_FAULT_THP

[PATCH 00/11] Keyrings, Block and USB notifications [ver #7]
 2019-09-03 12:51 UTC  (10+ messages)
  ` [PATCH 06/11] Add a general, global device notification watch list "
  ` [PATCH 08/11] usb: Add USB subsystem notifications "

[PATCH] fanotify: remove always false comparison in copy_fid_to_user
 2019-09-03 11:40 UTC  (3+ messages)

[PATCH v6 00/24] erofs: promote erofs from staging
 2019-09-03 11:27 UTC  (81+ messages)
` [PATCH v6 01/24] erofs: add on-disk layout
` [PATCH v6 03/24] erofs: add super block operations
` [PATCH v6 05/24] erofs: add inode operations
` [PATCH 00/21] erofs: patchset addressing Christoph's comments
  ` [PATCH 01/21] erofs: remove all the byte offset comments
  ` [PATCH 02/21] erofs: on-disk format should have explicitly assigned numbers
  ` [PATCH 03/21] erofs: some macros are much more readable as a function
  ` [PATCH 04/21] erofs: kill __packed for on-disk structures
  ` [PATCH 05/21] erofs: update erofs_inode_is_data_compressed helper
  ` [PATCH 06/21] erofs: kill erofs_{init,exit}_inode_cache
  ` [PATCH 07/21] erofs: use erofs_inode naming
  ` [PATCH 09/21] erofs: update erofs symlink stuffs
  ` [PATCH 10/21] erofs: kill is_inode_layout_compression()
  ` [PATCH 11/21] erofs: use dsb instead of layout for ondisk super_block
  ` [PATCH 12/21] erofs: kill verbose debug info in erofs_fill_super
  ` [PATCH 13/21] erofs: simplify erofs_grab_bio() since bio_alloc() never fail
  ` [PATCH 14/21] erofs: kill prio and nofail of erofs_get_meta_page()
  ` [PATCH 16/21] erofs: kill magic underscores
  ` [PATCH 17/21] erofs: use a switch statement when dealing with the file modes
  ` [PATCH 18/21] erofs: add "erofs_" prefix for common and short functions
  ` [PATCH 19/21] erofs: kill all erofs specific fault injection
  ` [PATCH 20/21] erofs: kill use_vmap module parameter
  ` [PATCH 21/21] erofs: save one level of indentation

[PATCH v2] xfsprogs: io/copy_range: cover corner case (fd_in == fd_out)
 2019-09-03 11:19 UTC 

[PATCH v2 0/4] selinux: fix race when removing selinuxfs entries
 2019-09-03 10:56 UTC  (4+ messages)

[PATCH v8 00/24] erofs: promote erofs from staging v8
 2019-09-03  6:30 UTC  (11+ messages)
` [PATCH v8 11/24] erofs: introduce xattr & posixacl support

[PATCH V4] fs: New zonefs file system
 2019-09-03  6:24 UTC  (7+ messages)

[PATCH v7 0/6] Disable compat cruft on ppc64le v7
 2019-09-03  5:21 UTC  (11+ messages)
` [PATCH v7 3/6] powerpc/perf: consolidate read_user_stack_32
` [PATCH v7 5/6] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default

[PATCH] splice: only read in as much information as there is pipe buffer space
 2019-09-03  3:19 UTC  (5+ messages)
` [RFC PATCH] generic: test splice() with pipes

[RFC PATCH v2 00/19] RDMA/FS DAX truncate proposal V1,000,002 ;-)
 2019-09-02 22:26 UTC  (11+ messages)

[PATCH] adfs: Fill in max and min timestamps in sb
 2019-09-02 19:12 UTC 

[PATCH] drivers/staging/exfat - by default, prohibit mount of fat/vfat
 2019-09-02 19:06 UTC  (14+ messages)

linux-next: Tree for Sep 2 (exfat)
 2019-09-02 18:44 UTC  (6+ messages)

[PATCH -next] virtio-fs: Add missing include file
 2019-09-02 18:05 UTC  (2+ messages)

[PATCH v4 0/6] iomap: lift the xfs writepage code into iomap
 2019-09-02 17:16 UTC  (6+ messages)

[PATCH RESEND] fs/epoll: fix the edge-triggered mode for nested epoll
 2019-09-02 15:36 UTC  (2+ messages)

[ANNOUNCE] Three things
 2019-09-02 15:10 UTC  (2+ messages)

[PATCH v3 00/10] Sort out fsnotify_nameremove() mess
 2019-09-02  8:46 UTC  (5+ messages)
` [PATCH v3 04/10] tracefs: call fsnotify_{unlink,rmdir}() hooks

[PATCH V2] proc: fix ubsan warning in mem_lseek
 2019-09-02  6:57 UTC 

[PATCH V5 0/7] Consolidate FS read I/O callbacks code
 2019-09-02  4:38 UTC  (2+ messages)

[PATCH v4 1/6] x86,s390: Move ARCH_HAS_MEM_ENCRYPT definition to arch/Kconfig
 2019-09-02  3:07 UTC  (2+ messages)
` [PATCH v4 1/6] x86, s390: "


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