linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-28 09:38:55 to 2019-05-29 20:16:17 UTC [more...]

[PATCH v4 00/14] Provide generic top-down mmap layout functions
 2019-05-29 20:16 UTC  (14+ messages)
` [PATCH v4 04/14] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v4 05/14] arm64, mm: Make randomization selected by generic topdown mmap layout
` [PATCH v4 08/14] arm: Use generic mmap top-down layout and brk randomization
` [PATCH v4 11/14] mips: Adjust brk randomization offset to fit generic version
` [PATCH v4 12/14] mips: Replace arch specific way to determine 32bit task with "
` [PATCH v4 13/14] mips: Use generic mmap top-down layout and brk randomization

[PATCH v3 00/13] Fixes for major copy_file_range() issues
 2019-05-29 20:09 UTC  (31+ messages)
` [PATCH v3 01/13] vfs: introduce generic_copy_file_range()
` [PATCH v3 02/13] vfs: no fallback for ->copy_file_range
` [PATCH v3 03/13] vfs: introduce generic_file_rw_checks()
` [PATCH v3 04/13] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v3 05/13] vfs: add missing checks to copy_file_range
` [PATCH v3 06/13] vfs: introduce file_modified() helper
` [PATCH v3 07/13] xfs: use "
` [PATCH v3 08/13] vfs: copy_file_range needs to strip setuid bits and update timestamps
` [PATCH v3 09/13] ceph: "
` [PATCH v3 10/13] cifs: "
` [PATCH v3 11/13] fuse: "
` [PATCH v3 12/13] nfs: "
` [PATCH v3 13/13] vfs: allow copy_file_range to copy across devices
` [PATCH v3 14/13] man-pages: copy_file_range updates

[RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications
 2019-05-29 19:47 UTC  (44+ messages)
` [PATCH 1/7] General notification queue with user mmap()'able ring buffer
` [PATCH 2/7] keys: Add a notification facility
` [PATCH 3/7] vfs: Add a mount-notification facility
` [PATCH 4/7] vfs: Add superblock notifications
` [PATCH 5/7] fsinfo: Export superblock notification counter
` [PATCH 6/7] block: Add block layer notifications
` [PATCH 7/7] Add sample notification program

[PATCH] ext4: Optimize case-insensitive lookups
 2019-05-29 18:54 UTC 

[PATCH v2] signal: Adjust error codes according to restore_user_sigmask()
 2019-05-29 18:50 UTC  (6+ messages)
` pselect/etc semantics (Was: [PATCH v2] signal: Adjust error codes according to restore_user_sigmask())

[PATCH v2] signal: Adjust error codes according to restore_user_sigmask()
 2019-05-29 18:42 UTC  (19+ messages)

[PATCH] hfsplus: Replace strncpy with memcpy
 2019-05-29 16:49 UTC  (2+ messages)

[PATCH v2 0/8] Fixes for major copy_file_range() issues
 2019-05-29 16:20 UTC  (24+ messages)
` [PATCH v2 1/8] vfs: introduce generic_copy_file_range()
` [PATCH v2 2/8] vfs: no fallback for ->copy_file_range
` [PATCH v2 3/8] vfs: introduce generic_file_rw_checks()
` [PATCH v2 4/8] vfs: add missing checks to copy_file_range
` [PATCH v2 5/8] vfs: copy_file_range needs to strip setuid bits
` [PATCH v2 6/8] vfs: copy_file_range should update file timestamps
` [PATCH v2 7/8] vfs: allow copy_file_range to copy across devices
` [PATCH v2 8/8] vfs: remove redundant checks from generic_remap_checks()
` [PATCH v2 9/8] man-pages: copy_file_range updates

[RFC PATCH v5 00/16] Slab Movable Objects (SMO)
 2019-05-29 16:16 UTC  (7+ messages)
` [RFC PATCH v5 16/16] dcache: Add CONFIG_DCACHE_SMO

[PATCH ghak90 V6 00/10] audit: implement container identifier
 2019-05-29 16:03 UTC  (18+ messages)
` [PATCH ghak90 V6 02/10] audit: add container id

[PATCH RFC v8 00/10] namei: resolveat(2) path resolution restrictions
 2019-05-29 15:10 UTC  (6+ messages)
` [PATCH RFC v8 01/10] namei: obey trailing magic-link DAC permissions

[PATCH v4 00/18] btrfs dax support
 2019-05-29 13:46 UTC  (13+ messages)
` [PATCH 04/18] dax: Introduce IOMAP_DAX_COW to CoW edges during writes

[PATCH] binfmt_flat: make load_flat_shared_library() work
 2019-05-29 13:41 UTC  (15+ messages)

[PATCH 0/7] VFS: Introduce filesystem information query syscall [ver #13]
 2019-05-29 13:12 UTC  (6+ messages)
` [PATCH 1/7] General notification queue with user mmap()'able ring buffer "
` [PATCH 2/7] keys: Add a notification facility "

[PATCH] proc: report eip and esp for all threads when coredumping
 2019-05-29  8:55 UTC  (4+ messages)
      ` [PATCHv2] fs/proc: allow reporting eip/esp for all coredumping threads

[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #13]
 2019-05-29  8:08 UTC  (28+ messages)
` [PATCH 01/25] vfs: syscall: Add fsinfo() to query filesystem information "
` [PATCH 02/25] vfs: Allow fsinfo() to query what's in an fs_context "
` [PATCH 03/25] vfs: Allow fsinfo() to be used to query an fs parameter description "
` [PATCH 04/25] vfs: Implement parameter value retrieval with fsinfo() "
` [PATCH 05/25] fsinfo: Implement retrieval of LSM parameters "
` [PATCH 06/25] vfs: Introduce a non-repeating system-unique superblock ID "
` [PATCH 07/25] vfs: Allow fsinfo() to look up a mount object by "
` [PATCH 08/25] vfs: Add mount notification count "
` [PATCH 09/25] vfs: Allow mount information to be queried by fsinfo() "
` [PATCH 10/25] vfs: fsinfo sample: Mount listing program "
` [PATCH 11/25] hugetlbfs: Add support for fsinfo() "
` [PATCH 12/25] kernfs, cgroup: Add fsinfo support "
` [PATCH 13/25] fsinfo: Support SELinux superblock parameter retrieval "
` [PATCH 14/25] fsinfo: Support Smack "
` [PATCH 15/25] afs: Support fsinfo() "
` [PATCH 16/25] nfs: "
` [PATCH 17/25] fsinfo: autofs - add sb operation "
` [PATCH 18/25] fsinfo: shmem - add tmpfs "
` [PATCH 19/25] fsinfo: proc - add "
` [PATCH 20/25] fsinfo: devpts "
` [PATCH 21/25] fsinfo: pstore "
` [PATCH 22/25] fsinfo: debugfs "
` [PATCH 23/25] fsinfo: bpf "
` [PATCH 24/25] fsinfo: ufs "
` [PATCH 25/25] fsinfo: Add API documentation "

CFQ idling kills I/O performance on ext4 with blkio cgroup controller
 2019-05-29  7:41 UTC  (20+ messages)

[RFC][PATCH] link.2: AT_ATOMIC_DATA and AT_ATOMIC_METADATA
 2019-05-29  5:58 UTC  (5+ messages)

[PATCH] unicode: replace strncpy() by strscpy()
 2019-05-28 17:47 UTC  (2+ messages)

[PATCH v2] fanotify: Disallow permission events for proc filesystem
 2019-05-28 16:08 UTC  (4+ messages)

Purchase_rfq
 2019-05-28 14:42 UTC 

[PATCH v10] fs: Add VirtualBox guest shared folder (vboxsf) support
 2019-05-28 13:55 UTC  (3+ messages)
` [PATCH v10 0/1] "

[PATCH] Fix cuse ENOMEM ioctl breakage in 4.20.0
 2019-05-28 13:12 UTC  (3+ messages)

[PATCH] [RFC] Remove bdflush syscall stub
 2019-05-28 11:20 UTC  (5+ messages)

general protection fault in cdev_del
 2019-05-28 10:48 UTC 

[PATCH v2 0/2] close_range()
 2019-05-28  9:57 UTC  (4+ messages)
` [PATCH v2 2/2] tests: add close_range() tests

d_lookup: Unable to handle kernel paging request
 2019-05-28  9:38 UTC  (5+ 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).