linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-07 05:38:50 to 2018-12-10 17:13:36 UTC [more...]

[PATCH 00/52] [RFC] virtio-fs: shared file system for virtual machines
 2018-12-10 17:13 UTC  (40+ messages)
` [PATCH 01/52] fuse: add skeleton virtio_fs.ko module
` [PATCH 02/52] fuse: add probe/remove virtio driver
` [PATCH 03/52] fuse: rely on mutex_unlock() barrier instead of fput()
` [PATCH 04/52] fuse: extract fuse_fill_super_common()
` [PATCH 06/52] fuse: export fuse_end_request()
` [PATCH 09/52] fuse: process requests queues
` [PATCH 10/52] fuse: export fuse_get_unique()
` [PATCH 11/52] fuse: implement FUSE_FORGET for virtio-fs
` [PATCH 12/52] virtio_fs: Set up dax_device
` [PATCH 13/52] dax: remove block device dependencies
` [PATCH 14/52] fuse: add fuse_conn->dax_dev field
` [PATCH 15/52] fuse: map virtio_fs DAX window BAR
` [PATCH 16/52] virtio-fs: Add VIRTIO_PCI_CAP_SHARED_MEMORY_CFG and utility to find them
` [PATCH 17/52] virtio-fs: Retrieve shm capabilities for cache
` [PATCH 18/52] virtio-fs: Map cache using the values from the capabilities
` [PATCH 19/52] virito-fs: Make dax optional
` [PATCH 20/52] Limit number of pages returned by direct_access()
` [PATCH 21/52] fuse: Introduce fuse_dax_mapping
` [PATCH 22/52] Create a list of free memory ranges
` [PATCH 25/52] Introduce interval tree basic data structures
` [PATCH 26/52] fuse: Implement basic DAX read/write support commands
` [PATCH 27/52] fuse: Maintain a list of busy elements
` [PATCH 28/52] Do fallocate() to grow file before mapping for file growing writes
` [PATCH 29/52] fuse: add DAX mmap support
` [PATCH 31/52] dax: Pass dax_dev to dax_writeback_mapping_range()
` [PATCH 35/52] fuse: Add logic to do direct reclaim of memory
` [PATCH 36/52] fuse: Kick worker when free memory drops below 20% of total ranges
` [PATCH 37/52] fuse: multiplex cached/direct_io/dax file operations
` [PATCH 38/52] Dispatch FORGET requests later instead of dropping them
` [PATCH 39/52] Release file in process context
` [PATCH 40/52] fuse: Do not block on inode lock while freeing memory range
` [PATCH 43/52] fuse: Take inode lock for dax inode truncation
` [PATCH 44/52] fuse: Clear setuid bit even in direct I/O path
` [PATCH 45/52] virtio: Free fuse devices on umount
` [PATCH 46/52] virtio-fs: Retrieve shm capabilities for version table
` [PATCH 48/52] virtio-fs: pass version table pointer to fuse
` [PATCH 49/52] fuse: don't crash if version table is NULL
` [PATCH 51/52] fuse: shared version cleanups
` [PATCH 52/52] fuse: fix fuse_permission() for the default_permissions case

[PATCH v2 0/5] fuse: Further reducing contention of fc->lock
 2018-12-10 16:20 UTC  (2+ messages)

[PATCH v4 00/15] fanotify: add support for more event types
 2018-12-10 16:20 UTC  (4+ messages)
` [PATCH v4 08/15] fanotify: enable FAN_REPORT_FID init flag

[PATCH 0/2] fs,ext4,jbd2: Specifying write-hint for Ext4 journal
 2018-12-10 15:44 UTC  (8+ messages)
    ` [PATCH 1/2] fs: introduce APIs to enable sending write-hint with buffer-head
    ` [PATCH 2/2] fs/ext4,jbd2: Add support for passing write-hint with journal

[PATCH] fs: Convert open-coded "is inode open for write" check
 2018-12-10 13:45 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/2] put_user_page*(): start converting the call sites
 2018-12-10 10:28 UTC  (25+ messages)
` [PATCH 1/2] mm: introduce put_user_page*(), placeholder versions

[PATCH] Fix sync. in blkdev_write_iter() acessing i_flags
 2018-12-10  9:47 UTC  (5+ messages)

[fuse] Speeding up readdir()
 2018-12-10  9:31 UTC  (9+ messages)
  ` [fuse-devel] "

Reading from fuse pipe fails with EBADFD
 2018-12-10  9:19 UTC  (5+ messages)
    ` [fuse-devel] "

[PATCH] fuse: Fix memory leak in fuse_dev_free()
 2018-12-10  9:15 UTC  (2+ messages)

[PATCH] exec: make prepare_bprm_creds static
 2018-12-10  8:39 UTC  (3+ messages)

[PATCHSET v6] Support for polled aio (and more)
 2018-12-10  8:10 UTC  (32+ 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: add support for having user mapped iocbs
` [PATCH 15/26] aio: support for IO polling
` [PATCH 16/26] aio: add submission side request cache
` [PATCH 17/26] fs: add fget_many() and fput_many()
` [PATCH 18/26] aio: use fget/fput_many() for file references
` [PATCH 19/26] aio: split iocb init from allocation
` [PATCH 20/26] aio: batch aio_kiocb allocation
` [PATCH 21/26] block: add BIO_HOLD_PAGES flag
` [PATCH 22/26] block: implement bio helper to add iter bvec pages to bio
` [PATCH 23/26] fs: add support for mapping an ITER_BVEC for O_DIRECT
` [PATCH 24/26] aio: add support for pre-mapped user IO buffers
` [PATCH 25/26] aio: split old ring complete out from aio_complete()
` [PATCH 26/26] aio: add support for submission/completion rings

[PATCH V3 0/9] Remove fs specific fscrypt and fsverity build config options
 2018-12-10  6:06 UTC  (11+ messages)
` [PATCH V3 1/9] ext4: use IS_ENCRYPTED() to check encryption status
` [PATCH V3 2/9] f2fs: "
` [PATCH V3 3/9] fscrypt: remove filesystem specific build config option
` [PATCH V3 4/9] Add S_VERITY and IS_VERITY()
` [PATCH V3 5/9] ext4: use IS_VERITY() to check inode's fsverity status
` [PATCH V3 6/9] f2fs: "
` [PATCH V3 7/9] fsverity: Remove filesystem specific build config option
` [PATCH V3 8/9] fsverity: Move verity status check to fsverity_file_open
` [PATCH V3 9/9] fsverity: Move verity status check to fsverity_prepare_setattr

[RFC PATCH v1 0/7] Block/XFS: Support alternative mirror device retry
 2018-12-10  4:30 UTC  (5+ messages)

[PATCH v4 00/23] Ext4 Encoding and Case-insensitive support
 2018-12-10  0:08 UTC  (12+ messages)

[PATCH 3.16 045/328] binfmt_elf: Respect error return from `regset->active'
 2018-12-09 21:50 UTC  (2+ messages)
` [PATCH 3.16 046/328] MIPS: Correct the 64-bit DSP accumulator register size

[PATCH resend] eventfd: make eventfd files distinguishable in /proc/$PID/fd
 2018-12-09 18:35 UTC 

[vfs:Q28 57/72] ERROR: "nfs_prepared_fs_type" [fs/nfs/nfsv4.ko] undefined!
 2018-12-09 14:12 UTC 

There is no 'no space' message when using xfs with nfs
 2018-12-09 13:07 UTC 

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

[PATCH v4] signal: add taskfd_send_signal() syscall
 2018-12-08 21:46 UTC  (3+ messages)

[PATCH V2 0/7] Remove fs specific fscrypt and fsverity build config options
 2018-12-08  7:07 UTC  (4+ messages)
` [PATCH V2 3/7] fscrypt: remove filesystem specific build config option

[PATCH] /proc/kpagecount: return 0 for special pages that are never mapped
 2018-12-08  0:27 UTC  (10+ messages)

[PATCHSET v5] Support for polled aio
 2018-12-07 22:06 UTC  (10+ messages)

[PATCH] mount: Make function to_mnt_ns static
 2018-12-07 20:43 UTC 

[PATCH 00/10 V2] New ->fiemap infrastructure and ->bmap removal
 2018-12-07 20:14 UTC  (7+ messages)
` [PATCH 09/10 V2] Use FIEMAP for FIBMAP calls

[PATCH RFC] Ext4: fix deadlock on dirty pages between fault and writeback
 2018-12-07 18:51 UTC  (11+ messages)

[PATCH 0/8] timekeeping: cleanups
 2018-12-07 16:58 UTC  (14+ messages)
` [PATCH 1/8] sh: dreamcast: rtc: push down rtc class ops into driver
` [PATCH 2/8] sh: sh03: "
` [PATCH 3/8] sh: remove unused rtc_sh_get/set_time infrastructure
` [PATCH 4/8] sh: remove board_time_init() callback
` [PATCH 5/8] timekeeping: remove unused {read,update}_persistent_clock
` [PATCH 6/8] timekeeping: remove timespec_add/timespec_del
` [PATCH 7/8] vfs: replace current_kernel_time64 with ktime equivalent
` [PATCH 8/8] timekeeping: remove obsolete time accessors

[PATCH v4] signal: add taskfd_send_signal() syscall
 2018-12-07 16:49 UTC  (11+ messages)

[PATCH v2 1/3] mm/mmu_notifier: use structure for invalidate_range_start/end callback
 2018-12-07 15:32 UTC  (3+ messages)

[RFC][PATCH] selinux: avoid silent denials in permissive mode under RCU walk
 2018-12-07 14:42 UTC 

[PATCH RFC 00/15] Zero ****s, hugload of hugs <3
 2018-12-07 13:39 UTC  (11+ messages)

[RFC v3 11/19] kunit: add Python libraries for handing KUnit config and kernel
 2018-12-07 11:30 UTC  (2+ messages)

[PATCH] Fix sync. in inode_has_no_xattr()
 2018-12-07 11:14 UTC  (4+ messages)

[PATCH 0/4][V4] drop the mmap_sem when doing IO in the fault path
 2018-12-07 11:03 UTC  (10+ messages)
` [PATCH 2/4] filemap: kill page_cache_read usage in filemap_fault
` [PATCH 3/4] filemap: drop the mmap_sem for all blocking operations
` [PATCH 4/4] mm: use the cached page for filemap_fault

BUG: v4.20-rc5+ warning on two tests(xfstests ext4/034 and generic/406)
 2018-12-07 10:38 UTC 

> [PATCH] Security: Handle hidepid option correctly
 2018-12-07  7:03 UTC  (3+ messages)

[PATCH 0/11] fs: fixes for major copy_file_range() issues
 2018-12-07  5:38 UTC  (7+ messages)
` [PATCH 03/11] vfs: no fallback for ->copy_file_range


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