linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-11 17:24:30 to 2018-12-13 03:26:37 UTC [more...]

[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
 2018-12-13  3:26 UTC  (41+ messages)

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2018-12-13  3:02 UTC  (17+ messages)
` [RFC PATCH v1 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()
` [RFC PATCH v1 2/5] fs: Add a MAY_EXECMOUNT flag to infer the noexec mount propertie
` [RFC PATCH v1 3/5] Yama: Enforces noexec mounts or file executability through O_MAYEXEC
` [RFC PATCH v1 4/5] selftest/yama: Add tests for O_MAYEXEC enforcing
` [RFC PATCH v1 5/5] doc: Add documentation for Yama's open_mayexec_enforce

[PATCH] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc
 2018-12-13  2:18 UTC  (3+ messages)

[PATCH] proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
 2018-12-13  1:57 UTC 

[PATCH] quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls
 2018-12-13  0:06 UTC 

[PATCH 0/3][V5] drop the mmap_sem when doing IO in the fault path
 2018-12-12 23:55 UTC  (9+ messages)
` [PATCH 1/3] filemap: kill page_cache_read usage in filemap_fault
` [PATCH 2/3] filemap: pass vm_fault to the mmap ra helpers
` [PATCH 3/3] filemap: drop the mmap_sem for all blocking operations
  ` [PATCH][v6] "

[PATCH 1/5] netfilter: fix general protection fault when unregister sysctl table
 2018-12-12 23:26 UTC  (3+ messages)
` [PATCH 4/5] netfilter: fix missed NULL check in nf_conntrack_proto_pernet_init()

Snapshot target and DAX-capable devices
 2018-12-12 22:43 UTC  (16+ messages)

[PATCH 0/2] fs,ext4,jbd2: Specifying write-hint for Ext4 journal
 2018-12-12 22:21 UTC  (10+ messages)
  ` [PATCH 2/2] fs/ext4,jbd2: Add support for passing write-hint with journal

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2018-12-12 21:25 UTC  (2+ messages)

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2018-12-12 21:22 UTC  (5+ messages)
` [PATCH 15/52] fuse: map virtio_fs DAX window BAR

[PATCH v2 00/12] fs-verity: read-only file-based authenticity protection
 2018-12-12 20:26 UTC  (4+ messages)
` [PATCH v2 01/12] fs-verity: add a documentation file

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2018-12-12 20:22 UTC  (7+ messages)
` [PATCH 04/11] vfs: add missing checks to copy_file_range

[PATCH] mm, memcg: fix reclaim deadlock with writeback
 2018-12-12 17:49 UTC  (11+ messages)
` [PATCH v2] "

[PATCH 16/52] virtio-fs: Add VIRTIO_PCI_CAP_SHARED_MEMORY_CFG and utility to find them
 2018-12-12 16:36 UTC  (3+ messages)
` [PATCH] virtio-fs: fix semicolon.cocci warnings

[PATCH v5 00/38] LSM: Module stacking for SARA and Landlock
 2018-12-12 16:05 UTC  (39+ messages)
` [PATCH v5 01/38] LSM: Introduce LSM_FLAG_LEGACY_MAJOR
` [PATCH v5 02/38] LSM: Provide separate ordered initialization
` [PATCH v5 03/38] LSM: Plumb visibility into optional "enabled" state
` [PATCH v5 04/38] LSM: Lift LSM selection out of individual LSMs
` [PATCH v5 05/38] LSM: Build ordered list of LSMs to initialize
` [PATCH v5 06/38] LSM: Introduce CONFIG_LSM
` [PATCH v5 07/38] LSM: Introduce "lsm=" for boottime LSM selection
` [PATCH v5 08/38] LSM: Tie enabling logic to presence in ordered list
` [PATCH v5 09/38] LSM: Prepare for reorganizing "security=" logic
` [PATCH v5 10/38] LSM: Refactor "security=" in terms of enable/disable
` [PATCH v5 11/38] LSM: Separate idea of "major" LSM from "exclusive" LSM
` [PATCH v5 12/38] apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE
` [PATCH v5 13/38] selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE
` [PATCH v5 14/38] LSM: Add all exclusive LSMs to ordered initialization
` [PATCH v5 15/38] LSM: Split LSM preparation from initialization
` [PATCH v5 16/38] LoadPin: Initialize as ordered LSM
` [PATCH v5 17/38] Yama: "
` [PATCH v5 18/38] LSM: Introduce enum lsm_order
` [PATCH v5 19/38] capability: Initialize as LSM_ORDER_FIRST
` [PATCH v5 20/38] procfs: add smack subdir to attrs
` [PATCH v5 21/38] Smack: Abstract use of cred security blob
` [PATCH v5 22/38] SELinux: "
` [PATCH v5 23/38] SELinux: Remove cred security blob poisoning
` [PATCH v5 24/38] SELinux: Remove unused selinux_is_enabled
` [PATCH v5 25/38] AppArmor: Abstract use of cred security blob
` [PATCH v5 26/38] TOMOYO: "
` [PATCH v5 27/38] Infrastructure management of the "
` [PATCH v5 28/38] SELinux: Abstract use of file "
` [PATCH v5 29/38] Smack: "
` [PATCH v5 30/38] LSM: Infrastructure management of the file security
` [PATCH v5 31/38] SELinux: Abstract use of inode security blob
` [PATCH v5 32/38] Smack: "
` [PATCH v5 33/38] LSM: Infrastructure management of the inode security
` [PATCH v5 34/38] LSM: Infrastructure management of the task security
` [PATCH v5 35/38] SELinux: Abstract use of ipc security blobs
` [PATCH v5 36/38] Smack: "
` [PATCH v5 37/38] LSM: Infrastructure management of the ipc security blob
` [PATCH v5 38/38] TOMOYO: Update LSM flags to no longer be exclusive

[PATCH 1/2] selinux: avoid silent denials in permissive mode under RCU walk
 2018-12-12 15:10 UTC  (2+ messages)
` [PATCH 2/2] selinux: stop passing MAY_NOT_BLOCK to the AVC upon follow_link

overlayfs access checks on underlying layers
 2018-12-12 14:51 UTC  (12+ messages)

Unlinking a file on a broken UDF image causes kernel BUG
 2018-12-12 14:48 UTC 

Hello
 2018-12-12 14:25 UTC 

Lets Work Together
 2018-12-12 13:52 UTC 

Future of dosfstools project (FAT)
 2018-12-12 13:57 UTC  (7+ messages)

[RFC PATCH ghak100 V1 0/2] audit: avoid umount hangs on missing mount
 2018-12-12 13:03 UTC  (2+ messages)

[PATCH 0/2 RESEND] vfs: Fix crashes when reading /proc/mounts
 2018-12-12 12:56 UTC  (7+ messages)
` [PATCH 2/2] proc: Protect readers of /proc/mounts from remount

[PATCH 0/3] use rwlock in order to reduce ep_poll_callback() contention
 2018-12-12 11:03 UTC  (4+ messages)
` [PATCH 1/3] epoll: make sure all elements in ready list are in FIFO order
` [PATCH 2/3] epoll: loosen irq safety in ep_poll_callback()
` [PATCH 3/3] epoll: use rwlock in order to reduce ep_poll_callback() contention

KASAN: use-after-free Read in handle_userfault (2)
 2018-12-12  9:58 UTC  (2+ messages)

[PATCH V5 0/9] Remove fs specific fscrypt and fsverity build config options
 2018-12-12  9:50 UTC  (10+ messages)
` [PATCH V5 1/9] ext4: use IS_ENCRYPTED() to check encryption status
` [PATCH V5 2/9] f2fs: "
` [PATCH V5 3/9] fscrypt: remove filesystem specific build config option
` [PATCH V5 4/9] Add S_VERITY and IS_VERITY()
` [PATCH V5 5/9] ext4: use IS_VERITY() to check inode's fsverity status
` [PATCH V5 6/9] f2fs: "
` [PATCH V5 7/9] fsverity: Remove filesystem specific build config option
` [PATCH V5 8/9] fsverity: Move verity status check to fsverity_file_open
` [PATCH V5 9/9] fsverity: Move verity status check to fsverity_prepare_setattr

[GIT PULL] overlayfs fixes for 4.20-rc7
 2018-12-12  9:45 UTC 

[GIT PULL] fuse fixes for 4.20-rc7
 2018-12-12  9:33 UTC 

[PATCH resend] eventfd: make eventfd files distinguishable in /proc/$PID/fd
 2018-12-12  7:57 UTC  (3+ messages)

[PATCH V2 0/7] Remove fs specific fscrypt and fsverity build config options
 2018-12-12  6:27 UTC  (6+ messages)
` [PATCH V2 3/7] fscrypt: remove filesystem specific build config option

[PATCH V4 0/9] Remove fs specific fscrypt and fsverity build config options
 2018-12-12  4:07 UTC  (10+ messages)
` [PATCH V4 1/9] ext4: use IS_ENCRYPTED() to check encryption status
` [PATCH V4 2/9] f2fs: "
` [PATCH V4 3/9] fscrypt: remove filesystem specific build config option
` [PATCH V4 4/9] Add S_VERITY and IS_VERITY()
` [PATCH V4 5/9] ext4: use IS_VERITY() to check inode's fsverity status
` [PATCH V4 6/9] f2fs: "
` [PATCH V4 7/9] fsverity: Remove filesystem specific build config option
` [PATCH V4 8/9] fsverity: Move verity status check to fsverity_file_open
` [PATCH V4 9/9] fsverity: Move verity status check to fsverity_prepare_setattr

[PATCH v5 00/38] LSM: Module stacking for SARA and Landlock
 2018-12-11 21:19 UTC  (4+ messages)

[PATCH] fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
 2018-12-11 20:36 UTC  (3+ messages)

[PATCH] aio: Convert ioctx_table to XArray
 2018-12-11 18:54 UTC  (19+ messages)

[PATCH 22/52] Create a list of free memory ranges
 2018-12-11 17:44 UTC  (2+ messages)

[PATCH 31/52] dax: Pass dax_dev to dax_writeback_mapping_range()
 2018-12-11 17:38 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).