linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-22 17:04:54 to 2019-04-25 11:24:49 UTC [more...]

[PATCH v5 0/7] Extend write-hint framework, and add write-hint for Ext4 journal
 2019-04-25 11:20 UTC  (8+ messages)
  ` [PATCH v5 1/7] fs: introduce write-hint start point for in-kernel hints
  ` [PATCH v5 2/7] block: increase stream count for in-kernel use
  ` [PATCH v5 3/7] block: introduce API to register stream information with block-layer
  ` [PATCH v5 4/7] block: introduce write-hint to stream-id conversion
  ` [PATCH v5 5/7] nvme: register stream info with block layer
  ` [PATCH v5 6/7] fs: introduce APIs to enable passing write-hint with buffer-head
  ` [PATCH v5 7/7] fs/ext4,jbd2: add support for sending write-hint with journal

[PATCH 00/11] keys: Namespacing
 2019-04-25 11:02 UTC  (17+ messages)
` [PATCH 01/11] keys: Invalidate used request_key authentication keys
` [PATCH 02/11] keys: Kill off request_key_async{,_with_auxdata}
` [PATCH 03/11] keys: Simplify key description management
` [PATCH 04/11] keys: Cache the hash value to avoid lots of recalculation
` [PATCH 05/11] keys: Add a 'recurse' flag for keyring searches
` [PATCH 06/11] keys: Namespace keyring names
` [PATCH 07/11] keys: Move the user and user-session keyrings to the user_namespace
` [PATCH 08/11] keys: Include target namespace in match criteria
` [PATCH 09/11] keys: Garbage collect keys for which the domain has been removed
` [PATCH 10/11] keys: Network namespace domain tag
` [PATCH 11/11] keys: Pass the network namespace into request_key mechanism

[PATCH AUTOSEL 5.0 56/66] kernel/sysctl.c: fix out-of-bounds access when setting file-max
 2019-04-25 10:04 UTC  (14+ messages)
` [PATCH AUTOSEL 5.0 59/66] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
` [PATCH AUTOSEL 5.0 62/66] pin iocb through aio
` [PATCH AUTOSEL 5.0 63/66] aio: fold lookup_kiocb() into its sole caller
` [PATCH AUTOSEL 5.0 64/66] aio: keep io_event in aio_kiocb
` [PATCH AUTOSEL 5.0 65/66] aio: store event at final iocb_put()
` [PATCH AUTOSEL 5.0 66/66] Fix aio_poll() races

[PATCH 1/2] iomap: Add a page_prepare callback
 2019-04-25  8:32 UTC  (4+ messages)
` [PATCH 2/2] gfs2: Fix iomap write page reclaim deadlock

[PATCH] fsnotify: Fix NULL ptr deref in fanotify_get_fsid()
 2019-04-25  7:59 UTC 

[PATCH v2] ovl: do not generate duplicate fsnotify events for "fake" path
 2019-04-25  0:55 UTC  (2+ messages)

io_uring memory ordering (and broken queue-is-full checks)
 2019-04-24 21:54 UTC  (11+ messages)
    ` [PATCH barrier cleanup v1 1/7] io_uring: fix notes on barriers
      ` [PATCH barrier cleanup v1 2/7] io_uring: remove unnecessary barrier before wq_has_sleeper
      ` [PATCH barrier cleanup v1 3/7] io_uring: remove unnecessary barrier before reading cq head
      ` [PATCH barrier cleanup v1 4/7] io_uring: remove unnecessary barrier after updating SQ head
      ` [PATCH barrier cleanup v1 5/7] io_uring: remove unnecessary barrier before reading SQ tail
      ` [PATCH barrier cleanup v1 6/7] io_uring: remove unnecessary barrier after incrementing dropped counter
      ` [PATCH barrier cleanup v1 7/7] io_uring: remove unnecessary barrier after unsetting IORING_SQ_NEED_WAKEUP

[PATCH 3/3] fuse: Add FOPEN_STREAM and use stream_open() if filesystem returned that from open handler
 2019-04-24 19:16 UTC  (3+ messages)
` [RESEND, PATCH "

[PATCH 0/6] sysctl: add pending proc_do_large_bitmap fix
 2019-04-24 19:05 UTC  (4+ messages)

[PATCH v1 00/17] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-04-24 19:00 UTC  (5+ messages)
` [PATCH v1 11/17] kunit: test: add test managed resource tests
` [PATCH v1 14/17] Documentation: kunit: add documentation for KUnit

[RESEND4, PATCH 0/2] fuse: don't stuck clients on retrieve_notify with size > max_write
 2019-04-24 18:59 UTC  (14+ messages)
` [RESEND4, PATCH 2/2] fuse: require /dev/fuse reads to have enough buffer capacity as negotiated
` [RESEND4, PATCH 1/2] fuse: retrieve: cap requested size to negotiated max_write

[RFC PATCH 30/68] vfs: Convert fusectl to use the new mount API
 2019-04-24 17:28 UTC  (7+ messages)
` [RFC PATCH 44/68] vfs: Convert fuse "

[PATCH AUTOSEL 4.19 47/52] kernel/sysctl.c: fix out-of-bounds access when setting file-max
 2019-04-24 16:34 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 49/52] fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlock
` [PATCH AUTOSEL 4.19 52/52] aio: fold lookup_kiocb() into its sole caller

[PATCH] fsnotify: do not generate duplicate events for "fake" path
 2019-04-24 16:17 UTC  (3+ messages)

io_uring: not good enough for release
 2019-04-24 16:09 UTC  (4+ messages)

[PATCH RESEND v5 0/5] namei: vfs flags to restrict path resolution
 2019-04-24 15:38 UTC  (6+ messages)

[PATCH V1 00/14] Consolidate Post read processing code
 2019-04-24 14:59 UTC  (23+ messages)
` [PATCH V1 01/14] ext4: Clear BH_Uptodate flag on decryption error
` [PATCH V1 02/14] Consolidate "post read processing" into a new file
` [PATCH V1 03/14] fsverity: Add call back to decide if verity check has to be performed
` [PATCH V1 04/14] fsverity: Add call back to determine readpage limit
` [PATCH V1 05/14] fs/mpage.c: Integrate post read processing
` [PATCH V1 06/14] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V1 07/14] Remove the term "bio" from post read processing
` [PATCH V1 08/14] Add decryption support for sub-pagesized blocks
` [PATCH V1 09/14] ext4: Decrypt all boundary blocks when doing buffered write
` [PATCH V1 10/14] ext4: Decrypt the block that needs to be partially zeroed
` [PATCH V1 11/14] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
` [PATCH V1 12/14] ext4: Compute logical block and the page range to be encrypted
` [PATCH V1 13/14] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [PATCH V1 14/14] ext4: Enable encryption for subpage-sized blocks

[PATCH AUTOSEL 4.9 25/28] kernel/sysctl.c: fix out-of-bounds access when setting file-max
 2019-04-24 14:50 UTC 

[PATCH AUTOSEL 4.14 32/35] kernel/sysctl.c: fix out-of-bounds access when setting file-max
 2019-04-24 14:47 UTC 

[PATCH] fuse: Add ioctl flag for x32 compat ioctl
 2019-04-24 14:27 UTC  (2+ messages)

[aarch64] Kernel crash on v5.1-rc5, __arch_copy_from_user+0x1bc/0x240
 2019-04-24 13:54 UTC  (6+ messages)

[PATCH] fuse: Add ioctl flag for compat ioctl with 64-bit time_t
 2019-04-24 12:33 UTC  (5+ messages)

general protection fault in fanotify_handle_event
 2019-04-24 11:46 UTC  (6+ messages)

[RESEND1, PATCH 0/2] fuse: allow filesystems to have precise control over data cache
 2019-04-24  9:54 UTC  (6+ messages)
` [RESEND1, PATCH 1/2] fuse: convert printk -> pr_*
    ` FUSE workflow=? (Re: [RESEND1, PATCH 1/2] fuse: convert printk -> pr_*)

[PATCH RFC 1/2] Add polling support to pidfd
 2019-04-24  9:17 UTC  (30+ messages)

[PATCH v6 0/6] virtio pmem driver
 2019-04-24  5:21 UTC  (14+ messages)
` [PATCH v6 1/6] libnvdimm: nd_region flush callback support
` [PATCH v6 2/6] virtio-pmem: Add virtio pmem driver
` [PATCH v6 3/6] libnvdimm: add dax_dev sync flag
` [PATCH v6 4/6] dax: check synchronous mapping is supported
` [PATCH v6 5/6] ext4: disable map_sync for async flush
    ` [Qemu-devel] "
` [PATCH v6 6/6] xfs: "
      ` [Qemu-devel] "

[PATCH next] sysctl: add proc_dointvec_jiffies_minmax to limit the min/max write value
 2019-04-24  4:04 UTC  (2+ messages)

[PATCH] f2fs: Add option to limit required GC for checkpoint=disable
 2019-04-24  1:25 UTC 

[PATCH v2 0/1] userfaultfd: allow to forbid unprivileged users
 2019-04-23 22:19 UTC  (4+ messages)
` [PATCH v2 1/1] userfaultfd/sysctl: add vm.unprivileged_userfaultfd

[PATCH v2] fs: Fix ovl_i_mutex_dir_key/p->lock/cred cred_guard_mutex deadlock
 2019-04-23 21:32 UTC 

[PATCH] fs: Fix ovl_i_mutex_dir_key/p->lock/cred cred_guard_mutex deadlock
 2019-04-23 21:31 UTC  (3+ messages)

mmotm 2019-04-23-13-44 uploaded
 2019-04-23 20:45 UTC 

[PATCH 1/2] fuse: document fuse_fsync_in.fsync_flags
 2019-04-23 20:13 UTC  (5+ messages)

[PATCH] fs/proc/proc_sysctl.c: Fix a NULL pointer dereference
 2019-04-23 19:58 UTC  (3+ messages)

mmotm 2019-04-19-14-53 uploaded
 2019-04-23 18:57 UTC  (9+ messages)
` mmotm 2019-04-19-14-53 uploaded (objtool)

[PATCH] ovl: add RWF_NONITIFY flag to skip wrong duplicate fanotify event
 2019-04-23 16:24 UTC  (9+ messages)

WARNING in percpu_ref_kill_and_confirm
 2019-04-23 14:41 UTC  (7+ messages)

[PATCH V3] block: clarify that bio_add_page() and related helpers can add multi pages
 2019-04-23 13:57 UTC  (3+ messages)

[PATCH ghak90 V6 00/10] audit: implement container identifier
 2019-04-23 10:28 UTC  (4+ messages)

[PATCH V2] block: clarify that bio_add_page() and related helpers can add multi pages
 2019-04-23  6:20 UTC  (3+ messages)

[PATCH v5 0/6] virtio pmem driver
 2019-04-23  4:07 UTC  (12+ messages)
` [PATCH v5 1/6] libnvdimm: nd_region flush callback support

[PATCH v3] proc/sysctl: add shared variables for range check
 2019-04-23  3:28 UTC  (5+ messages)

[RFC][PATCHSET] sorting out RCU-delayed stuff in ->destroy_inode()
 2019-04-22 23:17 UTC  (7+ messages)
` [RFC PATCH 01/62] securityfs: fix use-after-free on symlink traversal
  ` [RFC PATCH 60/62] orangefs: make use of ->free_inode()

[PATCH v3 00/11] Provide generic top-down mmap layout functions
 2019-04-22 19:56 UTC  (13+ messages)
` [PATCH v3 02/11] arm64: Make use of is_compat_task instead of hardcoding this test
` [PATCH v3 03/11] arm64: Consider stack randomization for mmap base only when necessary
` [PATCH v3 04/11] arm64, mm: Move generic mmap layout functions to mm
` [PATCH v3 11/11] riscv: Make mmap allocation top-down by default

[PATCH 0/4] vfs: update ->get_link() related documentation
 2019-04-22 18:03 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).