linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-14 22:29:53 to 2019-02-19 11:51:46 UTC [more...]

[RFC PATCH 00/17] zuf: ZUFS Zero-copy User-mode FileSystem
 2019-02-19 11:51 UTC  (2+ messages)
` [RFC PATCH 01/17] fs: Add the ZUF filesystem to the build + License

[RESEND, PATCH v2] fuse: Don't drop NOTIFY_REPLY if we promised it
 2019-02-19  9:42 UTC 

[PATCH v2] fs: Allow opening only regular files during execve()
 2019-02-19  9:51 UTC  (3+ messages)

[PATCH 1/2] devpts: remove unneeded inode_lock in mknod_ptmx
 2019-02-19  9:24 UTC  (2+ messages)

[PATCH] tmpfs: fix link accounting when a tmpfile is linked in
 2019-02-19  7:23 UTC  (3+ messages)

[LSF/MM TOPIC] dying memory cgroups and slab reclaim issues
 2019-02-19  7:13 UTC 

tmpfs inode leakage when opening file with O_TMP_FILE
 2019-02-19  4:34 UTC  (5+ messages)

[RFC PATCH 0/6] Allow setting file birth time with utimensat()
 2019-02-19  4:28 UTC  (16+ messages)

tmpfs fails fallocate(more than DRAM)
 2019-02-19  4:16 UTC  (5+ messages)

[LSF/MM TOPIC] Software RAID Support for NV-DIMM
 2019-02-19  3:59 UTC  (10+ messages)

[RFC PATCH v2 0/9] Block/XFS: Support alternative mirror device retry
 2019-02-19  3:33 UTC  (10+ messages)
` [RFC PATCH v2 1/9] block: add nr_mirrors to request_queue

[PATCH -next] exec: Fix mem leak in kernel_read_file
 2019-02-19  2:25 UTC  (2+ messages)

[PATCH v6 0/5] Allow initializing the kernfs node's secctx based on its parent
 2019-02-19  0:28 UTC  (11+ messages)
` [PATCH v6 1/5] selinux: try security xattr after genfs for kernfs filesystems
` [PATCH v6 5/5] kernfs: initialize security of newly created nodes

[LSF/MM TOPIC] More async operations for file systems - async discard?
 2019-02-18 22:30 UTC  (5+ messages)

[LSF/MM TOPIC] The end of the DAX experiment
 2019-02-18 18:17 UTC  (10+ messages)
` [Lsf-pc] "

[PATCH] fs: drop pointless static qualifier in bd_mount()
 2019-02-18 13:59 UTC 

[PATCH] fs: drop pointless static qualifier in bdev_cache_init()
 2019-02-18 14:32 UTC  (2+ messages)

[PATCH] fs: drop pointless static qualifier in bdev_cache_init()
 2019-02-18 14:22 UTC 

[PATCH 0/9 V3] New ->fiemap infrastructure and ->bmap removal
 2019-02-18 13:03 UTC  (10+ messages)
` [PATCH 1/9] fs: Enable bmap() function to properly return errors
` [PATCH 2/9] cachefiles: drop direct usage of ->bmap method
` [PATCH 3/9] ecryptfs: drop direct calls to ->bmap
` [PATCH 4/9 V3] fibmap: Use bmap instead of ->bmap method in ioctl_fibmap
` [PATCH 5/9] fs: Move start and length fiemap fields into fiemap_extent_info
` [PATCH 6/9] iomap: Remove length and start fields from iomap_fiemap
` [PATCH 7/9 V3] fiemap: Use a callback to fill fiemap extents
` [PATCH RFC 8/9] Use FIEMAP for FIBMAP calls
` [PATCH 9/9 V2] xfs: Get rid of ->bmap

[PATCH v2 0/6] fanotify: Make wait for permission event response interruptible
 2019-02-18 11:04 UTC  (6+ messages)
` [PATCH 6/6] fanotify: Use interruptible wait when waiting for permission events

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-18  7:49 UTC  (27+ messages)
` [PATCH V15 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V15 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V15 03/18] block: remove bvec_iter_rewind()
` [PATCH V15 04/18] block: introduce multi-page bvec helpers
` [PATCH V15 05/18] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V15 06/18] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V15 07/18] block: use bio_for_each_bvec() to map sg
` [PATCH V15 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V15 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V15 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V15 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V15 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V15 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V15 14/18] block: enable multipage bvecs
` [PATCH V15 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V15 16/18] block: document usage of bio iterator helpers
` [PATCH V15 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V15 18/18] block: kill BLK_MQ_F_SG_MERGE
  ` [dm-devel] [PATCH V15 00/18] block: support multi-page bvec

[PATCH] fuse: add bounds check before truncate_pagecache
 2019-02-18  2:22 UTC 

[RFC PATCH 00/27] Containers and using authenticated filesystems
 2019-02-17 19:39 UTC  (37+ messages)
` [RFC PATCH 01/27] containers: Rename linux/container.h to linux/container_dev.h
` [RFC PATCH 02/27] containers: Implement containers as kernel objects
` [RFC PATCH 03/27] containers: Provide /proc/containers
` [RFC PATCH 04/27] containers: Allow a process to be forked into a container
` [RFC PATCH 05/27] containers: Open a socket inside "
` [RFC PATCH 06/27] containers, vfs: Allow syscall dirfd arguments to take a container fd
` [RFC PATCH 07/27] containers: Make fsopen() able to create a superblock in a container
` [RFC PATCH 08/27] containers, vfs: Honour CONTAINER_NEW_EMPTY_FS_NS
` [RFC PATCH 09/27] vfs: Allow mounting to other namespaces
` [RFC PATCH 10/27] containers: Provide fs_context op for container setting
` [RFC PATCH 11/27] containers: Sample program for driving container objects
` [RFC PATCH 12/27] containers: Allow a daemon to intercept request_key upcalls in a container
` [RFC PATCH 13/27] keys: Provide a keyctl to query a request_key authentication key
` [RFC PATCH 14/27] keys: Break bits out of key_unlink()
` [RFC PATCH 15/27] keys: Make __key_link_begin() handle lockdep nesting
` [RFC PATCH 16/27] keys: Grant Link permission to possessers of request_key auth keys
` [RFC PATCH 17/27] keys: Add a keyctl to move a key between keyrings
` [RFC PATCH 18/27] keys: Find the least-recently used unseen key in a keyring
` [RFC PATCH 19/27] containers: Sample: request_key upcall handling
` [RFC PATCH 20/27] container, keys: Add a container keyring
` [RFC PATCH 21/27] keys: Fix request_key() lack of Link perm check on found key
` [RFC PATCH 22/27] KEYS: Replace uid/gid/perm permissions checking with an ACL
` [RFC PATCH 23/27] KEYS: Provide KEYCTL_GRANT_PERMISSION
` [RFC PATCH 24/27] keys: Allow a container to be specified as a subject in a key's ACL
` [RFC PATCH 25/27] keys: Provide a way to ask for the container keyring
` [RFC PATCH 26/27] keys: Allow containers to be included in key ACLs by name
` [RFC PATCH 27/27] containers: Sample to grant access to a key in a container

[PATCH v3] hugetlb: allow to free gigantic pages regardless of the configuration
 2019-02-17 17:06 UTC  (4+ messages)

INFO: task hung in __x64_sys_io_destroy
 2019-02-17  8:10 UTC 

[PATCH] vfs: don't decrement i_nlink in d_tmpfile
 2019-02-17  0:26 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] xarray: Document erasing entries during iteration
 2019-02-16 21:53 UTC  (7+ messages)

find_get_entries_tag regression bisected
 2019-02-16 21:11 UTC  (4+ messages)

xfstest status update - possible regression outside cifs in rc6
 2019-02-16 19:37 UTC 

[LSF/MM TOPIC] FS, MM, and stable trees
 2019-02-16 18:28 UTC  (12+ messages)

[PATCH] vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1
 2019-02-16 15:21 UTC  (4+ messages)

[PATCH v3] page cache: Store only head pages in i_pages
 2019-02-15 22:25 UTC 

[PATCH v2] page cache: Store only head pages in i_pages
 2019-02-15 21:17 UTC  (11+ messages)

Better interop for NFS/SMB file share mode/reservation
 2019-02-15 20:09 UTC  (10+ messages)

Future of dosfstools project (FAT)
 2019-02-15 20:04 UTC  (11+ messages)

[LSF/MM TOPIC] improving storage testing
 2019-02-15 17:32 UTC  (8+ messages)

[LSF/MM TOPIC] Improve performance of fget/fput
 2019-02-15 17:16 UTC  (2+ messages)

[PATCH 0/7] Eliminate delegation self-conflicts
 2019-02-15 16:35 UTC  (4+ messages)

Duplicate network filesystems
 2019-02-15 10:18 UTC  (3+ messages)

mmotm 2019-02-14-15-22 uploaded
 2019-02-15  9:29 UTC  (3+ messages)
` mmotm 2019-02-14-15-22 uploaded (drivers/misc/fastrpc.c)

[PATCH v7 1/2] signal: add pidfd_send_signal() syscall
 2019-02-15  5:00 UTC  (2+ messages)

[PATCH AUTOSEL 4.20 48/77] direct-io: allow direct writes to empty inodes
 2019-02-15  2:08 UTC  (2+ messages)
` [PATCH AUTOSEL 4.20 50/77] writeback: synchronize sync(2) against cgroup writeback membership switches

[PATCH AUTOSEL 4.19 40/65] direct-io: allow direct writes to empty inodes
 2019-02-15  2:10 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 42/65] writeback: synchronize sync(2) against cgroup writeback membership switches

[PATCH AUTOSEL 4.14 26/40] direct-io: allow direct writes to empty inodes
 2019-02-15  2:13 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 27/40] writeback: synchronize sync(2) against cgroup writeback membership switches

[PATCH AUTOSEL 4.9 16/27] direct-io: allow direct writes to empty inodes
 2019-02-15  2:14 UTC 

[PATCH 0/2] mm: put_user_page() call site conversion first
 2019-02-15  0:54 UTC  (3+ messages)

[LSF/MM TOPIC] filesystems<->resource control<->MM
 2019-02-14 23:45 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).