linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-12 08:34:22 to 2018-12-13 19:04:47 UTC [more...]

[PATCH] fs: Return EOPNOTSUPP if block layer does not support REQ_NOWAIT
 2018-12-13 19:04 UTC  (6+ messages)

overlayfs access checks on underlying layers
 2018-12-13 18:54 UTC  (15+ messages)

[PATCH 0/3] use rwlock in order to reduce ep_poll_callback() contention
 2018-12-13 18:13 UTC  (8+ 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

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

[PATCHSET v8] Support for polled and buffered aio (and more)
 2018-12-13 17:56 UTC  (27+ messages)
` [PATCH 01/26] fs: add an iopoll method to struct file_operations
` [PATCH 02/26] block: add REQ_HIPRI_ASYNC
` [PATCH 03/26] block: wire up block device iopoll method
` [PATCH 04/26] block: use REQ_HIPRI_ASYNC for non-sync polled IO
` [PATCH 05/26] iomap: wire up the iopoll method
` [PATCH 06/26] aio: use assigned completion handler
` [PATCH 07/26] aio: separate out ring reservation from req allocation
` [PATCH 08/26] aio: don't zero entire aio_kiocb aio_get_req()
` [PATCH 09/26] aio: only use blk plugs for > 2 depth submissions
` [PATCH 10/26] aio: use iocb_put() instead of open coding it
` [PATCH 11/26] aio: split out iocb copy from io_submit_one()
` [PATCH 12/26] aio: abstract out io_event filler helper
` [PATCH 13/26] aio: add io_setup2() system call
` [PATCH 14/26] aio: support for IO polling
` [PATCH 15/26] aio: add submission side request cache
` [PATCH 16/26] fs: add fget_many() and fput_many()
` [PATCH 17/26] aio: use fget/fput_many() for file references
` [PATCH 18/26] aio: split iocb init from allocation
` [PATCH 19/26] aio: batch aio_kiocb allocation
` [PATCH 20/26] aio: split old ring complete out from aio_complete()
` [PATCH 21/26] aio: add support for submission/completion rings
` [PATCH 22/26] block: add BIO_HOLD_PAGES flag
` [PATCH 23/26] block: implement bio helper to add iter bvec pages to bio
` [PATCH 24/26] fs: add support for mapping an ITER_BVEC for O_DIRECT
` [PATCH 25/26] aio: add support for pre-mapped user IO buffers
` [PATCH 26/26] aio: support kernel side submission for aio with SCQRING

[RFC PATCH v1 0/5] Add support for O_MAYEXEC
 2018-12-13 17:44 UTC  (29+ messages)
` [RFC PATCH v1 1/5] fs: Add support for an O_MAYEXEC flag on sys_open()
` [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

[PATCH v3 0/3] mmu notifier contextual informations
 2018-12-13 17:21 UTC  (5+ messages)
` [PATCH v3 1/3] mm/mmu_notifier: use structure for invalidate_range_start/end callback v2
` [PATCH v3 2/3] mm/mmu_notifier: use structure for invalidate_range_start/end calls v3
` [PATCH v3 3/3] mm/mmu_notifier: contextual information for event triggering invalidation v2

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2018-12-13 16:06 UTC  (16+ messages)
` [PATCH 15/52] fuse: map virtio_fs DAX window BAR
` [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities

[PATCH 0/3][V5] drop the mmap_sem when doing IO in the fault path
 2018-12-13 16:01 UTC  (9+ messages)
` [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] "

ubifs: fix page_count in ->ubifs_migrate_page()
 2018-12-13 15:14 UTC  (2+ messages)

[PATCH] fs: Evaluate O_WRONLY | O_RDWR to O_RDWR
 2018-12-13 14:05 UTC  (6+ messages)

[PATCH] mm, memcg: fix reclaim deadlock with writeback
 2018-12-13 12:39 UTC  (14+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

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

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

[PATCH] proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
 2018-12-13  6:58 UTC  (2+ messages)

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

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

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 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 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  (2+ messages)
` [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

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  (5+ messages)
` [PATCH 2/2] proc: Protect readers of /proc/mounts from remount

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 


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