linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-27 05:36:15 to 2019-05-29 17:43:47 UTC [more...]

[PATCH v3 00/13] Fixes for major copy_file_range() issues
 2019-05-29 17:43 UTC  (6+ 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 06/13] vfs: introduce file_modified() helper
` [PATCH v3 08/13] vfs: copy_file_range needs to strip setuid bits and update timestamps

[RFC][PATCH 0/7] Mount, FS, Block and Keyrings notifications
 2019-05-29 17:13 UTC  (39+ 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 v2] signal: Adjust error codes according to restore_user_sigmask()
 2019-05-29 16:57 UTC  (19+ messages)

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

[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  (27+ 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  (16+ 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)

[PATCH] coredump: Split pipe command whitespace before expanding template
 2019-05-28  5:11 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v3 0/3] close_range()
 2019-05-28  3:43 UTC  (5+ messages)
` [PATCH v3 2/3] arch: wire-up close_range()
` [PATCH v3 3/3] tests: add close_range() tests

[PATCH 0/3] remove tmem and code depending on it
 2019-05-28  1:24 UTC  (5+ messages)
` [PATCH 2/3] mm: remove cleancache.c

[PATCH v2 0/1] infiniband/mm: convert put_page() to put_user_page*()
 2019-05-27 23:12 UTC  (5+ messages)
` [PATCH v2] "

Need traffic for your website?
 2019-05-27  9:38 UTC 

Need traffic for your website?
 2019-05-27 11:59 UTC 

[bug report] io_uring: add support for sqe links
 2019-05-27 15:23 UTC  (5+ messages)

[PATCH resend] fs: VALIDATE_FS_PARSER should default to n
 2019-05-27 14:39 UTC 

[PATCH v3 00/10] Sort out fsnotify_nameremove() mess
 2019-05-27 14:00 UTC  (9+ messages)
` [PATCH v3 03/10] rpc_pipefs: call fsnotify_{unlink,rmdir}() hooks

[PATCH 1/1] eventfd new tag EFD_VPOLL: generate epoll events
 2019-05-27 13:36 UTC  (3+ messages)

[PATCH 0/3] fs: add partial file read support
 2019-05-27  5:36 UTC  (6+ messages)
` [PATCH 3/3] soc: qcom: mdt_loader: add offset to request_firmware_into_buf


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