linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-03 22:35:49 to 2018-05-08 18:05:27 UTC [more...]

[RFC][PATCH 0/76] vfs: 'views' for filesystems with more than one root
 2018-05-08 18:04 UTC  (38+ messages)
` [PATCH 01/76] vfs: Introduce struct fs_view
` [PATCH 02/76] arch: Use inode_sb() helper instead of inode->i_sb
` [PATCH 03/76] drivers: "
` [PATCH 04/76] fs: "
` [PATCH 05/76] include: "
` [PATCH 06/76] ipc: "
` [PATCH 07/76] kernel: "
` [PATCH 08/76] mm: "
` [PATCH 09/76] net: "
` [PATCH 10/76] security: "
` [PATCH 11/76] fs/9p: "
` [PATCH 12/76] fs/adfs: "
` [PATCH 13/76] fs/affs: "
` [PATCH 14/76] fs/afs: "
` [PATCH 15/76] fs/autofs4: "
` [PATCH 16/76] fs/befs: "
` [PATCH 17/76] fs/bfs: "
` [PATCH 18/76] fs/btrfs: "
` [PATCH 19/76] fs/ceph: "
` [PATCH 20/76] fs/cifs: "
` [PATCH 21/76] fs/coda: "
` [PATCH 22/76] fs/configfs: "
` [PATCH 23/76] fs/cramfs: "
` [PATCH 24/76] fs/crypto: "
` [PATCH 25/76] fs/ecryptfs: "
` [PATCH 26/76] fs/efivarfs: "
` [PATCH 27/76] fs/efs: "
` [PATCH 31/76] fs/ext4: "
` [PATCH 40/76] fs/hpfs: "
` [PATCH 42/76] fs/isofs: "
` [PATCH 54/76] fs/ocfs2: "
` [PATCH 57/76] fs/orangefs: "
` [PATCH 59/76] fs/proc: "
` [PATCH 65/76] fs/reiserfs: "
` [PATCH 67/76] fs/squashfs: "
` [PATCH 72/76] fs/xfs: "
` [PATCH 73/76] vfs: Move s_dev to to struct fs_view

[PATCH v3 0/3] AIO add per-command iopriority
 2018-05-08 17:42 UTC  (4+ messages)
` [PATCH v3 1/3] block: add ioprio_check_cap function
` [PATCH v3 2/3] fs: Convert kiocb rw_hint from enum to u16
` [PATCH v3 3/3] fs: Add aio iopriority support for block_dev

[PATCH 0/3] Holey splice! copy_file_range() with holes
 2018-05-08 16:24 UTC  (16+ messages)
` [PATCH 3/3] ovl: Use splice_with_holes in copy_up

[PATCH v5 0/6] firmware_loader: cleanups for v4.18
 2018-05-08 15:24 UTC  (11+ messages)
` [PATCH v5 1/6] firmware: wrap FW_OPT_* into an enum
` [PATCH v5 2/6] firmware: use () to terminate kernel-doc function names
` [PATCH v5 3/6] firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
` [PATCH v5 4/6] firmware_loader: document firmware_sysfs_fallback()
` [PATCH v5 5/6] firmware_loader: enhance Kconfig documentation over FW_LOADER
` [PATCH v5 6/6] firmware_loader: move kconfig FW_LOADER entries to its own file

[PATCH v2 00/35] overlayfs: stack file operations
 2018-05-08 15:15 UTC  (48+ messages)
` [PATCH v2 01/35] vfs: add path_open()
` [PATCH v2 02/35] vfs: optionally don't account file in nr_files
` [PATCH v2 03/35] vfs: add f_op->pre_mmap()
` [PATCH v2 04/35] vfs: export vfs_ioctl() to modules
` [PATCH v2 05/35] vfs: export vfs_dedupe_file_range_one() "
` [PATCH v2 06/35] ovl: copy up times
` [PATCH v2 07/35] ovl: copy up inode flags
` [PATCH v2 08/35] Revert "Revert "ovl: get_write_access() in truncate""
` [PATCH v2 09/35] ovl: copy up file size as well
` [PATCH v2 10/35] ovl: deal with overlay files in ovl_d_real()
` [PATCH v2 11/35] ovl: stack file ops
` [PATCH v2 12/35] ovl: add helper to return real file
` [PATCH v2 13/35] ovl: add ovl_read_iter()
` [PATCH v2 14/35] ovl: add ovl_write_iter()
` [PATCH v2 15/35] ovl: add ovl_fsync()
` [PATCH v2 16/35] ovl: add ovl_mmap()
` [PATCH v2 17/35] ovl: add ovl_fallocate()
` [PATCH v2 18/35] ovl: add lsattr/chattr support
` [PATCH v2 19/35] ovl: add ovl_fiemap()
` [PATCH v2 20/35] ovl: add O_DIRECT support
` [PATCH v2 21/35] ovl: add reflink/copyfile/dedup support
` [PATCH v2 22/35] vfs: don't open real
` [PATCH v2 23/35] ovl: copy-up on MAP_SHARED
` [PATCH v2 24/35] vfs: simplify dentry_open()
` [PATCH v2 25/35] Revert "ovl: fix may_write_real() for overlayfs directories"
` [PATCH v2 26/35] Revert "ovl: don't allow writing ioctl on lower layer"
` [PATCH v2 27/35] vfs: fix freeze protection in mnt_want_write_file() for overlayfs
` [PATCH v2 28/35] Revert "ovl: fix relatime for directories"
` [PATCH v2 29/35] Revert "vfs: update ovl inode before relatime check"
` [PATCH v2 30/35] Revert "vfs: add flags to d_real()"
` [PATCH v2 31/35] Revert "vfs: do get_write_access() on upper layer of overlayfs"
` [PATCH v2 32/35] Partially revert "locks: fix file locking on overlayfs"
` [PATCH v2 33/35] Revert "fsnotify: support overlayfs"
` [PATCH v2 34/35] vfs: remove open_flags from d_real()
` [PATCH v2 35/35] ovl: fix documentation of non-standard behavior

[RFC PATCH 00/35] overlayfs: stack file operations
 2018-05-08 14:25 UTC  (4+ messages)

[PATCH] fuse: Ensure posix acls are translated outside of init_user_ns
 2018-05-08 13:37 UTC  (2+ messages)

[PATCH 1/2] hfsplus: clean up delayed work if fill_super fails
 2018-05-08  1:48 UTC  (3+ messages)

[RFC] vfs: skip extra attributes check on removal for symlinks
 2018-05-08  0:30 UTC  (4+ messages)

[PATCH v9 0/9] dax: fix dma vs truncate/hole-punch
 2018-05-08  0:16 UTC  (3+ messages)

[PATCH v7 0/4] ipc: IPCMNI limit check for *mni & increase that limit
 2018-05-08  0:04 UTC  (9+ messages)
` [PATCH v7 1/4] ipc: IPCMNI limit check for msgmni and shmmni
` [PATCH v7 2/4] ipc: IPCMNI limit check for semmni
` [PATCH v7 3/4] ipc: Allow boot time extension of IPCMNI from 32k to 2M
` [PATCH v7 4/4] ipc: Conserve sequence numbers in extended IPCMNI mode

[PATCH] coredump: rename umh_pipe_setup() to coredump_pipe_setup()
 2018-05-07 23:30 UTC 

Moving unmaintained filesystems to staging
 2018-05-07 20:58 UTC  (23+ messages)
    ` moving affs + RDB partition support to staging? (was: Re: Moving unmaintained filesystems to staging)
      ` moving affs + RDB partition support to staging?

[PATCH net-next v8 0/3] kernel: add support to collect hardware logs in crash recovery kernel
 2018-05-07 20:03 UTC  (2+ messages)

[PATCH v6 0/8] ipc: Clamp *mni to the real IPCMNI limit & increase that limit
 2018-05-07 19:14 UTC  (5+ messages)

[PATCH v2 net-next 1/4] umh: introduce fork_usermode_blob() helper
 2018-05-07 18:51 UTC  (4+ messages)
  ` [PATCH v2 net-next 2/4] net: add skeleton of bpfilter kernel module

[PATCH 0/3] vfs: dedupe: cleanup API and implementation
 2018-05-07 14:26 UTC  (10+ messages)
` [PATCH 1/3] vfs: dedpue: return s64
` [PATCH 2/3] vfs: dedupe: rationalize args
` [PATCH 3/3] vfs: dedupe: extract helper for a single dedup

[RFC 0/7] first draft of ZUFS - the Kernel part
 2018-05-07 10:46 UTC  (12+ messages)
` [RFC 1/7] mm: Add new vma flag VM_LOCAL_CPU

KASAN: null-ptr-deref Write in simple_write_to_buffer
 2018-05-07 10:15 UTC  (2+ messages)

[PATCH] orangefs: report attributes_mask and attributes for statx
 2018-05-07  5:11 UTC  (2+ messages)

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

[RFC PATCH ghak32 V2 00/13] audit: implement container id
 2018-05-06 16:51 UTC  (4+ messages)
` [RFC PATCH ghak32 V2 01/13] audit: add "

INFO: task hung in fsnotify_connector_destroy_workfn
 2018-05-05 15:47 UTC 

[PATCH] orangefs: set i_size on new symlink
 2018-05-04 19:08 UTC 

[RFC PATCH v3 0/2] fs: add AT_REPLACE flag for linkat()
 2018-05-04 18:30 UTC  (4+ messages)

KASAN: use-after-free Read in fuse_kill_sb_anon
 2018-05-04 17:19 UTC  (2+ messages)

KASAN: use-after-free Read in should_fail
 2018-05-04 13:17 UTC 

[PATCH 4.17] inotify: Add flag IN_ONLY_CREATE for inotify_add_watch()
 2018-05-04  8:44 UTC  (3+ messages)

[PATCH v3 0/9] Series short description
 2018-05-04  0:06 UTC  (10+ messages)
` [PATCH v3 1/9] x86, memcpy_mcsafe: remove loop unrolling
` [PATCH v3 2/9] x86, memcpy_mcsafe: add labels for write fault handling
` [PATCH v3 3/9] x86, memcpy_mcsafe: return bytes remaining
` [PATCH v3 4/9] x86, memcpy_mcsafe: add write-protection-fault handling
` [PATCH v3 5/9] x86, memcpy_mcsafe: define copy_to_iter_mcsafe()
` [PATCH v3 6/9] dax: introduce a ->copy_to_iter dax operation
` [PATCH v3 7/9] dax: report bytes remaining in dax_iomap_actor()
` [PATCH v3 8/9] pmem: switch to copy_to_iter_mcsafe()
` [PATCH v3 9/9] x86, nfit_test: unit test for memcpy_mcsafe()

[PATCH 00/24] VFS: Introduce filesystem context [ver #7]
 2018-05-04  0:10 UTC  (3+ messages)
` [PATCH 05/24] apparmor: Implement security hooks for the new mount API "

mmotm 2018-05-03-15-54 uploaded
 2018-05-03 22:54 UTC 

[PATCH v2] fs: Add aio iopriority support for block_dev
 2018-05-03 22:53 UTC  (6+ messages)

[PATCH] bdi: Fix oops in wb_workfn()
 2018-05-03 22:35 UTC  (2+ messages)


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