linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-23 20:25:42 to 2020-03-26 20:28:12 UTC [more...]

[PATCH v15 00/10] Landlock LSM
 2020-03-26 20:27 UTC  (8+ messages)
` [PATCH v15 03/10] landlock: Set up the security framework and manage credentials
` [PATCH v15 04/10] landlock: Add ptrace restrictions
` [PATCH v15 06/10] landlock: Add syscall implementation
` [PATCH v15 07/10] arch: Wire up landlock() syscall
` [PATCH v15 08/10] selftests/landlock: Add initial tests
` [PATCH v15 09/10] samples/landlock: Add a sandbox manager example
` [PATCH v15 10/10] landlock: Add user and kernel documentation

[PATCH 0/3] SELinux support for anonymous inodes and UFFD
 2020-03-26 20:06 UTC  (20+ messages)
` [PATCH v2 "
` [PATCH v2 1/3] Add a new LSM-supporting anonymous inode interface
` [PATCH v2 2/3] Teach SELinux about anonymous inodes
` [PATCH v2 3/3] Wire UFFD up to SELinux
` [PATCH v3 0/3] SELinux support for anonymous inodes and UFFD
  ` [PATCH v3 1/3] Add a new LSM-supporting anonymous inode interface
  ` [PATCH v3 2/3] Teach SELinux about anonymous inodes
  ` [PATCH v3 3/3] Wire UFFD up to SELinux
  ` [PATCH v4 0/3] SELinux support for anonymous inodes and UFFD
    ` [PATCH v4 1/3] Add a new LSM-supporting anonymous inode interface
    ` [PATCH v4 2/3] Teach SELinux about anonymous inodes
    ` [PATCH v4 3/3] Wire UFFD up to SELinux

[PATCH v9 00/11] Inline Encryption Support
 2020-03-26 20:05 UTC  (19+ messages)
` [PATCH v9 01/11] block: Keyslot Manager for Inline Encryption
` [PATCH v9 02/11] block: Inline encryption support for blk-mq
` [PATCH v9 03/11] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v9 04/11] block: blk-crypto-fallback for Inline Encryption
` [PATCH v9 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v9 06/11] scsi: ufs: UFS crypto API
` [PATCH v9 07/11] scsi: ufs: Add inline encryption support to UFS
` [PATCH v9 08/11] fs: introduce SB_INLINECRYPT
` [PATCH v9 09/11] fscrypt: add inline encryption support
` [PATCH v9 10/11] f2fs: "
` [PATCH v9 11/11] ext4: "

[PATCH 0/2] Make PageWriteback use the PageLocked optimisation
 2020-03-26 17:16 UTC  (7+ messages)
` [PATCH 1/2] mm: Remove definition of clear_bit_unlock_is_negative_byte
` [PATCH 2/2] mm: Use clear_bit_unlock_is_negative_byte for PageWriteback

orangefs fixes
 2020-03-26 17:07 UTC  (3+ messages)
` [PATCH 1/2] Revert "orangefs: remember count when reading."
` [PATCH 2/2] orangefs: don't mess with I_DIRTY_TIMES in orangefs_flush

lazytime fixes
 2020-03-26 17:01 UTC  (9+ messages)
` [PATCH 1/4] ubifs: remove broken lazytime support
` [PATCH 2/4] fs: avoid double-writing the inode on a lazytime expiration
` [PATCH 3/4] fs: don't call ->dirty_inode for lazytime timestamp updates
` [PATCH 4/4] fs: clean up generic_update_time a bit

[PATCH v10 00/25] Change readahead API
 2020-03-26 16:53 UTC  (14+ messages)
` [PATCH v10 11/25] mm: Add readahead address space operation
` [PATCH v10 12/25] mm: Move end_index check out of readahead loop
` [PATCH v10 17/25] btrfs: Convert from readpages to readahead
` [PATCH v10 21/25] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v10 24/25] fuse: Convert from readpages to readahead

[PATCH] MAINTAINERS: adjust to filesystem doc ReST conversion
 2020-03-26 16:45 UTC  (9+ messages)
            ` [PATCH] parse-maintainers: Do not sort section content by default

[powerpc] Intermittent crashes ( link_path_walk) with linux-next
 2020-03-26 16:24 UTC  (4+ messages)

[PATCH] ipc: Convert ipcs_idr to XArray
 2020-03-26 15:14 UTC 

[PATCH] ext4: Unregister sysfs path before destroying jbd2 journal
 2020-03-26 14:53 UTC  (3+ messages)

[fuse] Why is readahead=0 limiting read size?
 2020-03-26 10:38 UTC  (2+ messages)

xas_prev() on an idr tree? idr_get_prev()?
 2020-03-26  9:20 UTC  (3+ messages)

[PATCH 1/4] autofs: dont call do_expire_wait() in autofs_d_manage()
 2020-03-26  5:23 UTC  (4+ messages)
` [PATCH 2/4] autofs: remove rcu_walk parameter from autofs_expire_wait()
` [PATCH 3/4] vfs: check for autofs expiring dentry in follow_automount()
` [PATCH 4/4] autofs: add comment about autofs_mountpoint_changed()

[PATCH 00/20] virtiofs: Add DAX support
 2020-03-26  0:09 UTC  (3+ messages)
` [PATCH 20/20] fuse,virtiofs: Add logic to free up a memory range

mmotm 2020-03-23-21-29 uploaded (pci/controller/dwc/pcie-tegra194.c)
 2020-03-25 21:34 UTC  (6+ messages)

Null-ptr-deref due to "sanitized pathwalk machinery (v4)"
 2020-03-25 21:07 UTC  (12+ messages)

[PATCH RESEND v9 0/8] proc: modernize proc to support multiple private instances
 2020-03-25 19:16 UTC  (14+ messages)
` [PATCH RESEND v9 1/8] proc: rename struct proc_fs_info to proc_fs_opts
` [PATCH RESEND v9 2/8] proc: allow to mount many instances of proc in one pid namespace
` [PATCH RESEND v9 3/8] proc: move hide_pid, pid_gid from pid_namespace to proc_fs_info
    ` [PATCH v9 9/8] proc: use named enums for better readability
` [PATCH RESEND v9 4/8] proc: instantiate only pids that we can ptrace on 'hidepid=4' mount option
` [PATCH RESEND v9 5/8] proc: add option to mount only a pids subset
` [PATCH RESEND v9 6/8] docs: proc: add documentation for "hidepid=4" and "subset=pidfs" options and new mount behavior
` [PATCH RESEND v9 7/8] proc: move hidepid values to uapi as they are user interface to mount
` [PATCH RESEND v9 8/8] proc: use human-readable values for hidehid

[GIT PULL] zonefs fixes for 5.6-final
 2020-03-25 17:50 UTC  (2+ messages)

[PATCH v3 00/14] fanotify directory modify event
 2020-03-25 17:01 UTC  (16+ messages)
` [PATCH v3 06/14] fsnotify: pass dentry instead of inode for events possible on child
` [PATCH v3 10/14] fanotify: divorce fanotify_path_event and fanotify_fid_event
` [PATCH v3 14/14] fanotify: report name info for FAN_DIR_MODIFY event

[PATCH v2 00/11] Introduce Zone Append for writing to zoned block devices
 2020-03-25 16:24 UTC  (28+ messages)
` [PATCH v2 01/11] block: factor out requeue handling from dispatch code
` [PATCH v2 02/11] block: provide fallbacks for blk_queue_zone_is_seq and blk_queue_zone_no
` [PATCH v2 03/11] block: Introduce REQ_OP_ZONE_APPEND
` [PATCH v2 04/11] block: introduce blk_req_zone_write_trylock
` [PATCH v2 05/11] block: Introduce zone write pointer offset caching
` [PATCH v2 06/11] scsi: sd_zbc: factor out sanity checks for zoned commands
` [PATCH v2 07/11] scsi: sd_zbc: emulate ZONE_APPEND commands
` [PATCH v2 08/11] null_blk: Cleanup zoned device initialization
` [PATCH v2 09/11] null_blk: Support REQ_OP_ZONE_APPEND
` [PATCH v2 10/11] iomap: Add support for zone append writes
` [PATCH v2 11/11] zonefs: use zone-append for sequential zones

[PATCH v6 10/16] kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
 2020-03-25 15:41 UTC  (6+ messages)
` [PATCH v6 14/16] pidfd: "
` [PATCH v6 15/16] exec: Fix dead-lock in de_thread with ptrace_attach

[PATCH v6 00/16] Infrastructure to allow fixing exec deadlocks
 2020-03-25 15:33 UTC  (3+ messages)

[PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon
 2020-03-25 12:29 UTC  (23+ messages)

[PATCH V2] kernel/hung_task.c: Introduce sysctl to print all traces when a hung task is detected
 2020-03-25  9:33 UTC  (7+ messages)

[PATCH v2] bdev: Reduce time holding bd_mutex in sync in blkdev_close()
 2020-03-25  8:38 UTC  (3+ messages)

[PATCH] io_uring:fix missing 'return' in comment
 2020-03-25  3:48 UTC  (2+ messages)

[PATCH 3/7] docs: fix broken references to text files
 2020-03-25  2:42 UTC  (2+ messages)

[PATCH] ext4: Give 32bit personalities 32bit hashes
 2020-03-24 21:17 UTC  (9+ messages)

[PATCH v11 0/8] Disable compat cruft on ppc64le v11
 2020-03-24 19:38 UTC  (7+ messages)
  ` [PATCH v11 3/8] powerpc/perf: consolidate read_user_stack_32
  ` [PATCH v11 5/8] powerpc/64: make buildable without CONFIG_COMPAT

[PATCH v10 00/13] arm64: Branch Target Identification support
 2020-03-24 15:43 UTC  (8+ messages)

KMSAN: uninit-value in simple_attr_read
 2020-03-24 12:13 UTC  (6+ messages)
` [PATCH] libfs: fix infoleak in simple_attr_read()

[PATCH] fs: move the posix_acl_fix_xattr_{to_from}_user out of xattr code
 2020-03-24  9:14 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 30/73] futex: Fix inode life-time issue
 2020-03-24  8:06 UTC  (3+ messages)

mmotm 2020-03-23-21-29 uploaded
 2020-03-24  4:30 UTC 

[PATCH v2] hibernate: Allow uswsusp to write to swap
 2020-03-24  2:19 UTC  (5+ messages)

[PATCH] ext4: Check for non-zero journal inum in ext4_calculate_overhead
 2020-03-24  1:52 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).