linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-12 20:26:13 to 2018-12-14 20:17:08 UTC [more...]

[PATCH 1/2] mm: introduce put_user_page*(), placeholder versions
 2018-12-14 20:17 UTC  (56+ messages)

[PATCH] quota: Lock s_umount in exclusive mode for Q_XQUOTA{ON,OFF} quotactls
 2018-12-14 18:49 UTC  (3+ messages)

[PATCH] mm, memcg: fix reclaim deadlock with writeback
 2018-12-14 17:31 UTC  (3+ messages)

[PATCH] fs: Return EOPNOTSUPP if block layer does not support REQ_NOWAIT
 2018-12-14 17:09 UTC  (8+ messages)

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

> [PATCH] Security: Handle hidepid option correctly
 2018-12-14 15:44 UTC  (3+ messages)

[PATCH 0/3] iomap: 1 cleanup, 1 fix, 1 optimization
 2018-12-14 14:10 UTC  (9+ messages)
` [PATCH 1/3] iomap: use SECTOR_SIZE instead of 512 in iomap_page
` [PATCH 2/3] iomap: don't search past page end in iomap_is_partially_uptodate
` [PATCH 3/3] iomap: optimize iomap_is_partially_uptodate for full page range

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2018-12-14 14:06 UTC  (25+ 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] fix page_count in ->iomap_migrate_page()
 2018-12-14 13:55 UTC  (5+ messages)

[PATCH] Fix sync. in blkdev_write_iter() acessing i_flags
 2018-12-14 10:55 UTC  (6+ messages)
        ` [PATCH] Abort file_remove_privs() for non-reg. files

ubifs: fix page_count in ->ubifs_migrate_page()
 2018-12-14  9:12 UTC  (5+ messages)

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

Snapshot target and DAX-capable devices
 2018-12-14  8:24 UTC  (16+ messages)
                        ` [dm-devel] "
                        ` [External] "

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

[PATCH] proc/sysctl: don't return ENOMEM on lookup when a table is unregistering
 2018-12-14  1:45 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v5 0/1] signaling processes through pidfds
 2018-12-13 22:23 UTC  (3+ messages)
` [PATCH v5 1/1] signal: add pidfd_send_signal() syscall

[PATCH v2] ubifs: fix page_count in ->ubifs_migrate_page()
 2018-12-13 22:08 UTC  (3+ messages)

[GIT PULL] fuse fixes for 4.20-rc7
 2018-12-13 21:15 UTC  (2+ messages)

[GIT PULL] overlayfs fixes for 4.20-rc7
 2018-12-13 21:15 UTC  (2+ messages)

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

[PATCH 0/3] use rwlock in order to reduce ep_poll_callback() contention
 2018-12-13 19:30 UTC  (8+ messages)
` [PATCH 1/3] epoll: make sure all elements in ready list are in FIFO order
` [PATCH 3/3] epoll: use rwlock in order to reduce ep_poll_callback() contention

[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  (24+ 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

[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 3/3] filemap: drop the mmap_sem for all blocking operations
 2018-12-13 16:01 UTC  (4+ messages)
` [PATCH][v6] "

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

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2018-12-13 10:29 UTC  (7+ 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] squashfs: enable __GFP_FS in ->readpage to prevent hang in mem alloc
 2018-12-13  2:18 UTC  (3+ 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)


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