linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-15 21:23:52 to 2018-09-21 16:33:56 UTC [more...]

[PATCH 00/34] VFS: Introduce filesystem context [ver #12]
 2018-09-21 16:33 UTC  (6+ messages)
` [PATCH 03/34] teach move_mount(2) to work with OPEN_TREE_CLONE "
` [PATCH 04/34] vfs: Suppress MS_* flag defs within the kernel unless explicitly enabled "
` [PATCH 07/34] vfs: Add configuration parser helpers "
` [PATCH 21/34] kernfs, sysfs, cgroup, intel_rdt: Support fs_context "
` [PATCH 28/34] vfs: Add some logging to the core users of the fs_context log "

block: DMA alignment of IO buffer allocated from slab
 2018-09-21 15:00 UTC  (16+ messages)

BUG: unable to handle kernel paging request in do_mount
 2018-09-21  6:44 UTC 

[patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)
 2018-09-21  4:40 UTC  (11+ messages)

inline extents
 2018-09-20 19:34 UTC  (2+ messages)

[PATCH 00/17] orangefs: page cache
 2018-09-20 18:31 UTC  (20+ messages)
` [PATCH 01/17] orangefs: implement xattr cache
` [PATCH 02/17] orangefs: do not invalidate attributes on inode create
` [PATCH 03/17] orangefs: simply orangefs_inode_getattr interface
` [PATCH 04/17] orangefs: update attributes rather than relying on server
` [PATCH 05/17] orangefs: hold i_lock during inode_getattr
` [PATCH 06/17] orangefs: set up and use backing_dev_info
` [PATCH 07/17] orangefs: let setattr write to cached inode
` [PATCH 08/17] orangefs: reorganize setattr functions to track attribute changes
` [PATCH 09/17] orangefs: remove orangefs_readpages
` [PATCH 10/17] orangefs: service ops done for writeback are not killable
` [PATCH 11/17] orangefs: migrate to generic_file_read_iter
` [PATCH 12/17] orangefs: implement writepage
` [PATCH 13/17] orangefs: skip inode writeout if nothing to write
` [PATCH 14/17] orangefs: write range tracking
` [PATCH 15/17] orangefs: avoid fsync service operation on flush
` [PATCH 16/17] orangefs: use kmem_cache for orangefs_write_request
` [PATCH 17/17] orangefs: implement writepages

[PATCH v3 00/16] LSM: Module stacking in support of SARA and Landlock
 2018-09-20 17:56 UTC  (24+ messages)
` [PATCH v3 01/16] procfs: add smack subdir to attrs
` [PATCH v3 02/16] Smack: Abstract use of cred security blob
` [PATCH v3 03/16] SELinux: "
` [PATCH v3 04/16] SELinux: Remove cred security blob poisoning
` [PATCH v3 05/16] SELinux: Remove unused selinux_is_enabled
` [PATCH v3 06/16] AppArmor: Abstract use of cred security blob
` [PATCH v3 07/16] TOMOYO: "
` [PATCH v3 08/16] LSM: Infrastructure management of the "
` [PATCH v3 09/16] SELinux: Abstract use of file "
` [PATCH v3 10/16] LSM: Infrastructure management of the "
` [PATCH v3 11/16] SELinux: Abstract use of inode "
` [PATCH v3 12/16] Smack: "
` [PATCH v3 13/16] LSM: Infrastructure management of the inode security
` [PATCH v3 14/16] LSM: Infrastructure management of the task security blob
` [PATCH v3 15/16] LSM: Infrastructure management of the ipc "
` [PATCH v3 16/16] LSM: Blob sharing support for S.A.R.A and LandLock

mmotm 2018-09-20-14-08 uploaded
 2018-09-20 21:09 UTC 

[PATCH 0/6] mount-api: fixes and cleanups
 2018-09-20 15:12 UTC  (7+ messages)
` [PATCH 1/6] selinux: fold superblock_doinit() into only caller
` [PATCH 2/6] vfs_submount: use SB_SUBMOUNT instead of MS_SUBMOUNT
` [PATCH 3/6] mount: fix regression in setting "subtype" from legacy API
` [PATCH 4/6] fsconfig: parse "subtype" param for old internal API
` [PATCH 5/6] fsmount: do not use legacy MS_ flags
` [PATCH 6/6] fsconfig: rename FSCONFIG_CMD_CREATE to FSCONFIG_CMD_OBTAIN

mmotm 2018-09-20-12-10 uploaded
 2018-09-20 19:10 UTC 

[PATCH] Documentation: filesystems: remove reminiscences of POHMELFS
 2018-09-20 13:16 UTC  (3+ messages)

[PATCH v4 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
 2018-09-20  4:41 UTC  (6+ messages)
` [PATCH v4 1/5] signal: Add set_user_sigmask()
` [PATCH v4 2/5] signal: Add restore_user_sigmask()
` [PATCH v4 3/5] ppoll: use __kernel_timespec
` [PATCH v4 4/5] pselect6: "
` [PATCH v4 5/5] io_pgetevents: "

Streams support in Linux
 2018-09-20  2:06 UTC 

[fuse] When do writes to fuse fd block?
 2018-09-19 20:05 UTC  (4+ messages)
  ` [fuse-devel] "

ANNOUNCE: ScoutFS archival filesystem code published
 2018-09-19 17:52 UTC  (7+ messages)

[PATCH] fanotify: store fanotify_init() flags in group's fanotify_data
 2018-09-19 17:36 UTC  (3+ messages)

[linux-next] BUG triggered in ptraceme
 2018-09-19 16:13 UTC  (2+ messages)

[PATCH 14/33] vfs: Implement a filesystem superblock creation/configuration context [ver #11]
 2018-09-19  1:26 UTC  (18+ messages)
  ` [PATCH 00/33] VFS: Introduce filesystem "

[PATCH v2] fanotify reports the thread id of the event trigger
 2018-09-18 23:38 UTC  (7+ messages)

[PATCH v3 0/3] exec: fix passing of file locks across execve in multithreaded processes
 2018-09-18 22:18 UTC  (21+ messages)
` [PATCH v3 1/3] exec: separate thread_count for files_struct
` [PATCH v3 3/3] exec: do unshare_files after de_thread
` [RFC][PATCH 0/3] exec: Moving unshare_files_struct
  ` [RFC][PATCH 1/3] exec: Move unshare_files down to avoid locks being dropped on exec
  ` [RFC][PATCH 2/3] exec: Simplify unshare_files
  ` [RFC][PATCH 3/3] exec: Remove reset_files_struct

xfstest warning on all tests when running with memory debugging in kernel config
 2018-09-18 22:12 UTC  (2+ messages)

[PATCH] fs/proc/vmcore.c: Convert to use vmf_error()
 2018-09-18 21:38 UTC  (2+ messages)

[PATCH v2 01/17] compat_ioctl: add generic_compat_ioctl_ptrarg()
 2018-09-18 17:59 UTC  (9+ messages)
` [PATCH v2 02/17] compat_ioctl: move drivers to generic_compat_ioctl_ptrarg
` [PATCH v2 05/17] compat_ioctl: move more "

[PATCH 0/4] Assorted overlayfs fixes for 4.19-rc5
 2018-09-18 15:14 UTC  (7+ messages)
` [PATCH 1/4] ovl: fix memory leak on unlink of indexed file
` [PATCH 2/4] ovl: fix freeze protection bypass in ovl_write_iter()
` [PATCH 3/4] ovl: fix freeze protection bypass in ovl_clone_file_range()
` [PATCH 4/4] vfs: swap names of {do,vfs}_clone_file_range()

[PATCH v2 00/10] LSM: Module stacking in support of S.A.R.A and Landlock
 2018-09-18 15:23 UTC  (7+ messages)

[PATCH 0/3] Replace direct ->bmap calls by bmap() with error support
 2018-09-18  6:00 UTC  (4+ messages)
` [PATCH 1/3] fs: Enable bmap() function to properly return errors

[PATCH -next] fs/iomap.c: remove duplicated include
 2018-09-18  2:12 UTC 

[PATCH 04/10] iov_iter: Add mapping and discard iterator types
 2018-09-17 21:32 UTC  (5+ messages)
` [PATCH 00/10] iov_iter: Add new iters and use with AFS

[PATCH v3 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
 2018-09-17 21:16 UTC  (8+ messages)
` [PATCH v3 1/5] signal: Add set_user_sigmask()
` [PATCH v3 2/5] signal: Add restore_user_sigmask()
` [PATCH v3 3/5] ppoll: use __kernel_timespec
` [PATCH v3 4/5] pselect6: "
` [PATCH v3 5/5] io_pgetevents: "

[PATCH 0/11 v3] audit: Fix various races when tagging and untagging mounts
 2018-09-17 18:13 UTC  (13+ messages)
` [PATCH 09/11] audit: Allocate fsnotify mark independently of chunk
` [PATCH 11/11] audit: Use 'mark' name for fsnotify_mark variables
` [PATCH 12/11 TESTSUITE] audit_testsuite: Add stress test for tree watches

[PATCH] sysfs: Do not return POSIX ACL xattrs via listxattr
 2018-09-17 15:38 UTC 

[PATCH v9 0/5] vfs: Use dlock list for SB's s_inodes list
 2018-09-17 15:18 UTC  (5+ messages)
` [PATCH v9 3/5] vfs: Use dlock list for superblock's inode list
` [PATCH v9 6/6] prefetch: Remove spin_lock_prefetch()

[PATCH] fanotify support save thread id
 2018-09-17 14:57 UTC  (3+ messages)

sysfs: Do not return POSIX ACL xattrs via listxattr()
 2018-09-17 14:01 UTC  (4+ messages)

[PATCH 3/3] ecryptfs: drop direct calls to ->bmap
 2018-09-17 11:04 UTC  (2+ messages)
` [PATCH 3/3 V2] "

//RE: [PATCH] fix memory leak in ramoops_init
 2018-09-17 10:03 UTC 

[PATCH] fix memory leak in ramoops_init
 2018-09-17  9:15 UTC 

FUSE: write() after release()
 2018-09-17  7:39 UTC  (3+ messages)

metadata operation reordering regards to crash
 2018-09-16  1:18 UTC  (4+ messages)

INFO: task hung in fsnotify_connector_destroy_workfn (2)
 2018-09-15 23:05 UTC  (4+ messages)

[PATCH v2 0/5] y2038: Make ppoll, io_pgetevents and pselect y2038 safe
 2018-09-15 19:04 UTC  (6+ messages)
` [PATCH v2 4/5] pselect6: use __kernel_timespec

[PATCH 04/10] iov_iter: Add mapping and discard iterator types
 2018-09-14 12:57 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).