linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-05 12:21:56 to 2019-06-07 14:18:17 UTC [more...]

[RFC][PATCH 00/13] Mount, FS, Block and Keyrings notifications [ver #4]
 2019-06-07 14:18 UTC  (6+ messages)
` [PATCH 01/13] security: Override creds in __fput() with last fputter's creds "
` [PATCH 02/13] uapi: General notification ring definitions "
` [PATCH 03/13] security: Add hooks to rule on setting a watch "
` [PATCH 04/13] security: Add a hook for the point of notification insertion "
` [PATCH 05/13] General notification queue with user mmap()'able ring buffer "

[RFC][PATCH 00/10] Mount, FS, Block and Keyrings notifications [ver #3]
 2019-06-07 14:01 UTC  (40+ messages)
` [PATCH 01/10] security: Override creds in __fput() with last fputter's creds "
` [PATCH 02/10] General notification queue with user mmap()'able ring buffer "
` [PATCH 03/10] keys: Add a notification facility "
` [PATCH 04/10] vfs: Add a mount-notification "
` [PATCH 05/10] vfs: Add superblock notifications "
` [PATCH 06/10] fsinfo: Export superblock notification counter "
` [PATCH 07/10] Add a general, global device notification watch list "
` [PATCH 08/10] block: Add block layer notifications "
` [PATCH 09/10] usb: Add USB subsystem "
` [PATCH 10/10] Add sample notification program "

[PATCH v2 00/19] btrfs zoned block device support
 2019-06-07 13:17 UTC  (32+ messages)
` [PATCH 01/19] btrfs: introduce HMZONED feature flag
` [PATCH 02/19] btrfs: Get zone information of zoned block devices
` [PATCH 03/19] btrfs: Check and enable HMZONED mode
` [PATCH 04/19] btrfs: disable fallocate in "
` [PATCH 05/19] btrfs: disable direct IO "
` [PATCH 06/19] btrfs: align dev extent allocation to zone boundary
` [PATCH 07/19] btrfs: do sequential extent allocation in HMZONED mode
` [PATCH 08/19] btrfs: make unmirroed BGs readonly only if we have at least one writable BG
` [PATCH 09/19] btrfs: limit super block locations in HMZONED mode
` [PATCH 10/19] btrfs: rename btrfs_map_bio()
` [PATCH 11/19] btrfs: introduce submit buffer
` [PATCH 12/19] btrfs: expire submit buffer on timeout
` [PATCH 13/19] btrfs: avoid sync IO prioritization on checksum in HMZONED mode
` [PATCH 14/19] btrfs: redirty released extent buffers in sequential BGs
` [PATCH 15/19] btrfs: reset zones of unused block groups
` [PATCH 16/19] btrfs: wait existing extents before truncating
` [PATCH 17/19] btrfs: shrink delayed allocation size in HMZONED mode
` [PATCH 18/19] btrfs: support dev-replace "
` [PATCH 19/19] btrfs: enable to mount HMZONED incompat flag
` [PATCH 01/12] btrfs-progs: build: Check zoned block device support
  ` [PATCH 02/12] btrfs-progs: utils: Introduce queue_param
  ` [PATCH 03/12] btrfs-progs: add new HMZONED feature flag
  ` [PATCH 04/12] btrfs-progs: Introduce zone block device helper functions
  ` [PATCH 05/12] btrfs-progs: load and check zone information
  ` [PATCH 06/12] btrfs-progs: avoid writing super block to sequential zones
  ` [PATCH 07/12] btrfs-progs: support discarding zoned device
  ` [PATCH 08/12] btrfs-progs: volume: align chunk allocation to zones
  ` [PATCH 09/12] btrfs-progs: do sequential allocation
  ` [PATCH 10/12] btrfs-progs: mkfs: Zoned block device support
  ` [PATCH 11/12] btrfs-progs: device-add: support HMZONED device
  ` [PATCH 12/12] btrfs-progs: introduce support for dev-place "

[PATCH RFC 00/10] RDMA/FS DAX truncate proposal
 2019-06-07 12:17 UTC  (28+ messages)
` [PATCH RFC 01/10] fs/locks: Add trace_leases_conflict
` [PATCH RFC 02/10] fs/locks: Export F_LAYOUT lease to user space
` [PATCH RFC 03/10] mm/gup: Pass flags down to __gup_device_huge* calls
` [PATCH RFC 04/10] mm/gup: Ensure F_LAYOUT lease is held prior to GUP'ing pages
` [PATCH RFC 05/10] fs/ext4: Teach ext4 to break layout leases
` [PATCH RFC 06/10] fs/ext4: Teach dax_layout_busy_page() to operate on a sub-range
` [PATCH RFC 07/10] fs/ext4: Fail truncate if pages are GUP pinned
` [PATCH RFC 08/10] fs/xfs: Teach xfs to use new dax_layout_busy_page()
` [PATCH RFC 09/10] fs/xfs: Fail truncate if pages are GUP pinned
` [PATCH RFC 10/10] mm/gup: Remove FOLL_LONGTERM DAX exclusion

[PATCH 1/1] eventfd new tag EFD_VPOLL: generate epoll events
 2019-06-07  9:40 UTC  (9+ messages)

[LSF/MM TOPIC] The end of the DAX experiment
 2019-06-07  6:00 UTC  (9+ messages)
` [Lsf-pc] "

[PATCH] fs/handle.c - fix up kerneldoc
 2019-06-07  2:34 UTC 

[PATCH linux-next v2] mpls: don't build sysctl related code when sysctl is disabled
 2019-06-07  0:36 UTC 

[PATCH linux-next] mpls: don't build sysctl related code when sysctl is disabled
 2019-06-07  0:30 UTC  (2+ messages)

mmotm 2019-05-29-20-52 uploaded
 2019-06-07  0:24 UTC  (4+ messages)
` mmotm 2019-05-29-20-52 uploaded (mpls)
  ` mmotm 2019-05-29-20-52 uploaded (mpls) +linux-next

[PATCH] dax: Fix xarray entry association for mixed mappings
 2019-06-06 21:28 UTC  (3+ messages)

[GIT PULL] fuse fixes for 5.2-rc4
 2019-06-06 19:45 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 5.2-rc4
 2019-06-06 19:45 UTC  (2+ messages)

[PATCH v4 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-06 19:43 UTC  (19+ messages)
` [PATCH v4 01/16] fs-verity: add a documentation file
` [PATCH v4 02/16] fs-verity: add MAINTAINERS file entry
` [PATCH v4 03/16] fs-verity: add UAPI header
` [PATCH v4 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v4 05/16] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v4 06/16] fs-verity: add inode and superblock fields
` [PATCH v4 07/16] fs-verity: add the hook for file ->open()
` [PATCH v4 08/16] fs-verity: add the hook for file ->setattr()
` [PATCH v4 09/16] fs-verity: add data verification hooks for ->readpages()
` [PATCH v4 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v4 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v4 12/16] fs-verity: add SHA-512 support
` [PATCH v4 13/16] fs-verity: support builtin file signatures
` [PATCH v4 14/16] ext4: add basic fs-verity support
` [PATCH v4 15/16] ext4: add fs-verity read support
` [PATCH v4 16/16] f2fs: add fs-verity support

[PATCH] docs: filesystems: vfs: Render method descriptions
 2019-06-06 15:46 UTC  (2+ messages)

[PATCH v2] signal: Adjust error codes according to restore_user_sigmask()
 2019-06-06 14:09 UTC  (20+ messages)
` pselect/etc semantics (Was: [PATCH v2] signal: Adjust error codes according to restore_user_sigmask())
  ` [PATCH] signal: remove the wrong signal_pending() check in restore_user_sigmask()
    ` [PATCH -mm 0/1] signal: simplify set_user_sigmask/restore_user_sigmask
      ` [PATCH -mm 1/1] "
      ` [PATCH -mm V2 "
    ` [PATCH 0/2] select: simplify the usage of restore_saved_sigmask_unless()
      ` [PATCH 1/2] select: change do_poll() to return -ERESTARTNOHAND rather than -EINTR
      ` [PATCH 2/2] select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()

[PATCH] coredump: Split pipe command whitespace before expanding template
 2019-06-06 13:44 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v11 0/1] fs: Add VirtualBox guest shared folder (vboxsf) support
 2019-06-06 13:24 UTC  (5+ messages)
` [PATCH v11] "

mmotm 2019-06-04-16-33 uploaded
 2019-06-06 10:41 UTC  (2+ messages)
  ` mmotm 2019-06-04-16-33 uploaded (drivers/crypto/atmel)

[PATCH v3] fanotify.7, fanotify_init.2, fanotify_mark.2: Document FAN_REPORT_FID and directory modification events
 2019-06-06  9:48 UTC 

[PATCH 00/23] nfs: Mount API conversion
 2019-06-06  9:41 UTC  (2+ messages)
    ` [PATCH 23/23] NFS: Add fs_context support

[PATCH v5 8/9] vfs: allow copy_file_range to copy across devices
 2019-06-06  5:27 UTC  (4+ messages)

KASAN: use-after-free Read in tomoyo_realpath_from_path
 2019-06-06  5:20 UTC  (2+ messages)

[PATCH v4 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-06-06  1:29 UTC  (4+ messages)
` [PATCH v4 17/18] kernel/sysctl-test: Add null pointer test for sysctl.c:proc_dointvec()

[RFC PATCH v2 0/8] Inline Encryption Support
 2019-06-05 23:28 UTC  (9+ messages)
` [RFC PATCH v2 1/8] block: Keyslot Manager for Inline Encryption
` [RFC PATCH v2 2/8] block: Add encryption context to struct bio
` [RFC PATCH v2 3/8] block: blk-crypto for Inline Encryption
` [RFC PATCH v2 4/8] scsi: ufs: UFS driver v2.1 spec crypto additions
` [RFC PATCH v2 5/8] scsi: ufs: UFS crypto API
` [RFC PATCH v2 6/8] scsi: ufs: Add inline encryption support to UFS
` [RFC PATCH v2 7/8] fscrypt: wire up fscrypt to use blk-crypto
` [RFC PATCH v2 8/8] f2fs: Wire up f2fs to use inline encryption via fscrypt

[RFC][PATCH 0/8] Mount, FS, Block and Keyrings notifications [ver #2]
 2019-06-05 21:06 UTC  (20+ messages)
      ` Rational model for UID based controls

[PATCH AUTOSEL 4.4 23/56] fuse: honor RLIMIT_FSIZE in fuse_file_fallocate
 2019-06-05 20:24 UTC  (2+ messages)

"Dentry still in use" splats in v5.2-rc3
 2019-06-05 13:54 UTC 

Reminder
 2019-06-05 16:46 UTC 

[PATCH 00/25] VFS: Introduce filesystem information query syscall [ver #13]
 2019-06-05 12:22 UTC  (5+ messages)
` [PATCH 10/25] vfs: fsinfo sample: Mount listing program "
` [PATCH 25/25] fsinfo: Add API documentation "


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