linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-25 15:21:08 to 2020-08-27 17:15:10 UTC [more...]

[GIT PULL] fscache rewrite -- please drop for now
 2020-08-27 17:14 UTC  (7+ messages)
` [GIT PULL] fscache rewrite
  ` Upcoming: "

[PATCH v5 0/7] Fix ELF / FDPIC ELF core dumping, and use mmap_lock properly in there
 2020-08-27 17:13 UTC  (9+ messages)
` [PATCH v5 1/7] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v5 2/7] coredump: Let dump_emit() bail out on short writes
` [PATCH v5 3/7] coredump: Refactor page range dumping into common helper
` [PATCH v5 4/7] coredump: Rework elf/elf_fdpic vma_dump_size() "
` [PATCH v5 5/7] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH v5 6/7] mm/gup: Take mmap_lock in get_dump_page()
` [PATCH v5 7/7] mm: Remove the now-unnecessary mmget_still_valid() hack

[PATCH v9 1/2] Add a "nosymfollow" mount option
 2020-08-27 17:09 UTC  (2+ messages)
` [PATCH v9 2/2] selftests: mount: add nosymfollow tests

The future of readahead
 2020-08-27 17:02 UTC  (2+ messages)

[PATCH v8 1/2] Add a "nosymfollow" mount option
 2020-08-27 16:48 UTC  (5+ messages)

file forks vs. xattr (was: xattr names for unprivileged stacking?)
 2020-08-27 16:35 UTC  (12+ messages)

[PATCH v2 08/10] fs/ntfs3: Add Kconfig, Makefile and doc
 2020-08-27 16:24 UTC  (6+ messages)

[PATCH v2 02/10] fs/ntfs3: Add initialization of super block
 2020-08-27 16:20 UTC  (6+ messages)

[PATCH v2 04/10] fs/ntfs3: Add file operations and implementation
 2020-08-27 16:19 UTC  (2+ messages)

[PATCH v2 00/10] fs: NTFS read-write driver GPL implementation by Paragon Software
 2020-08-27 16:12 UTC  (3+ messages)

remove the last set_fs() in common code, and remove it for x86 and powerpc v2
 2020-08-27 15:58 UTC  (13+ messages)
` [PATCH 01/10] fs: don't allow kernel reads and writes without iter ops
` [PATCH 02/10] fs: don't allow splice read/write without explicit ops
` [PATCH 03/10] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 04/10] test_bitmap: skip user bitmap tests for !CONFIG_SET_FS
` [PATCH 05/10] lkdtm: disable set_fs-based "
` [PATCH 06/10] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32,64}_types.h
` [PATCH 07/10] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 08/10] x86: remove address space overrides using set_fs()
` [PATCH 09/10] powerpc: use non-set_fs based maccess routines
` [PATCH 10/10] powerpc: remove address space overrides using set_fs()

[PATCH] fs/affs: Fix basic permission bits to actually work
 2020-08-27 15:51 UTC  (2+ messages)

[PATCH v2 06/10] fs/ntfs3: Add compression
 2020-08-27 15:54 UTC  (3+ messages)

[PATCH 1/5] Add manpage for open_tree(2)
 2020-08-27 11:07 UTC  (10+ messages)
` [PATCH 2/5] Add manpages for move_mount(2)
` [PATCH 3/5] Add manpage for fspick(2)
` [PATCH 4/5] Add manpage for fsopen(2) and fsmount(2)
` [PATCH 5/5] Add manpage for fsconfig(2)

[PATCH 00/18] VFS: Filesystem information [ver #21]
 2020-08-27 11:27 UTC  (3+ messages)
` [PATCH 02/18] fsinfo: Add fsinfo() syscall to query filesystem "

xattr names for unprivileged stacking?
 2020-08-27 15:22 UTC  (8+ messages)

WARNING: ODEBUG bug in get_signal
 2020-08-27 11:14 UTC 

[PATCH v4 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-08-27 15:04 UTC  (17+ messages)
` [PATCH v4 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH v4 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH v4 3/3] io_uring: allow disabling rings during the creation

[PATCH v6 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-08-27 14:58 UTC  (4+ messages)
` [PATCH v6 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH v6 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH v6 3/3] io_uring: allow disabling rings during the creation

[PATCH v4 1/5] exfat: integrates dir-entry getting and validation
 2020-08-27 12:26 UTC  (7+ messages)
  ` [PATCH v4 2/5] exfat: add NameLength check when extracting name
  ` [PATCH v4 3/5] exfat: unify name extraction
  ` [PATCH v4 4/5] exfat: add dir-entry set checksum validation
  ` [PATCH v4 5/5] exfat: write only modified part of dir-entry set

[PATCH] fs: Optimized fget to improve performance
 2020-08-27 14:28 UTC  (4+ messages)
` [NAK] "

[PATCH] block: allow for_each_bvec to support zero len bvec
 2020-08-27 13:27 UTC 

[PATCH v5 0/3] io_uring: add restrictions to support untrusted applications and guests
 2020-08-27 14:44 UTC  (11+ messages)
` [PATCH v5 1/3] io_uring: use an enumeration for io_uring_register(2) opcodes
` [PATCH v5 2/3] io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
` [PATCH v5 3/3] io_uring: allow disabling rings during the creation

PROBLEM: Long Workqueue delays V2
 2020-08-27 12:06 UTC  (3+ messages)

[PATCH V2] fuse: Fix VM_BUG_ON_PAGE issue while accessing zero ref count page
 2020-08-27 12:34 UTC  (2+ messages)

[PATCH 1/2] Add a manpage for watch_queue(7)
 2020-08-27 11:54 UTC  (2+ messages)

[PATCH] fs/binfmt_elf: Fix memleak in load_elf_binary
 2020-08-27 11:46 UTC 

[PATCH v3] exfat: integrates dir-entry getting and validation
 2020-08-27  9:59 UTC  (11+ messages)

[PATCH] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
 2020-08-27  9:58 UTC  (7+ messages)

remove the last set_fs() in common code, and remove it for x86 and powerpc
 2020-08-27  9:37 UTC  (4+ messages)
` [PATCH 09/11] x86: remove address space overrides using set_fs()

[PATCH] aio: use wait_for_completion_io() when waiting for completion of io
 2020-08-27  8:46 UTC  (4+ messages)

[PATCH 00/11] iomap/fs/block patches for 5.11
 2020-08-27  8:44 UTC  (3+ messages)
` [PATCH 04/11] block: Add bio_for_each_thp_segment_all

[PATCH 0/9] THP iomap patches for 5.10
 2020-08-27  8:41 UTC  (33+ messages)
` [PATCH 1/9] iomap: Fix misplaced page flushing
` [PATCH 2/9] fs: Introduce i_blocks_per_page
` [PATCH 3/9] iomap: Use kzalloc to allocate iomap_page
` [PATCH 4/9] iomap: Use bitmap ops to set uptodate bits
` [PATCH 5/9] iomap: Support arbitrarily many blocks per page
` [PATCH 6/9] iomap: Convert read_count to byte count
` [PATCH 7/9] iomap: Convert write_count "
` [PATCH 8/9] iomap: Convert iomap_write_end types
` [PATCH 9/9] iomap: Change calling convention for zeroing

[PATCH RESEND] fs: Move @f_count to different cacheline with @f_mode
 2020-08-27  8:27 UTC  (5+ messages)

[PATCH RFC 0/2] Block and buffer invalidation under a filesystem
 2020-08-27  7:16 UTC  (9+ messages)
` [PATCH RFC 2/2] block: Do not discard buffers under a mounted filesystem

[PATCH v8 0/3] SELinux support for anonymous inodes and UFFD
 2020-08-27  6:35 UTC  (4+ messages)
` [PATCH v8 1/3] Add a new LSM-supporting anonymous inode interface
` [PATCH v8 2/3] Teach SELinux about anonymous inodes
` [PATCH v8 3/3] Wire UFFD up to SELinux

[PATCH 1/1] block: Set same_page to false in __bio_try_merge_page if ret is false
 2020-08-27  6:14 UTC  (2+ messages)

[bio] 37abbdc72e: WARNING:at_block/bio.c:#bio_release_pages
 2020-08-27  3:59 UTC 

[PATCH] exfat: fix pointer error checking
 2020-08-27  3:15 UTC  (2+ messages)

[PATCH v7 0/2] avoid xfs transaction reservation recursion
 2020-08-27  2:59 UTC  (7+ messages)
` [PATCH v7 1/2] mm: Add become_kswapd and restore_kswapd
` [PATCH v7 2/2] xfs: avoid transaction reservation recursion

bdi cleanups v3
 2020-08-26 22:07 UTC  (3+ messages)
` [PATCH 06/14] block: lift setting the readahead size into the block layer

[fuse-devel] Cross-host entry caching and file open/create
 2020-08-26 20:28 UTC  (2+ messages)

[PATCH v3 00/18] virtiofs: Add DAX support
 2020-08-26 19:53 UTC  (8+ messages)
` [PATCH v3 11/18] fuse: implement FUSE_INIT map_alignment field

[PATCH v4 0/5] Fix ELF / FDPIC ELF core dumping, and use mmap_lock properly in there
 2020-08-26 17:15 UTC  (8+ messages)
` [PATCH v4 1/5] binfmt_elf_fdpic: Stop using dump_emit() on user pointers on !MMU
` [PATCH v4 2/5] coredump: Let dump_emit() bail out on short writes
` [PATCH v4 3/5] coredump: Refactor page range dumping into common helper
` [PATCH v4 4/5] binfmt_elf, binfmt_elf_fdpic: Use a VMA list snapshot
` [PATCH v4 5/5] mm/gup: Take mmap_lock in get_dump_page()

[PATCH] writeback: clear auto_free in initializaiton
 2020-08-26 16:11 UTC  (2+ messages)

mmotm 2020-08-24-16-06 uploaded
 2020-08-26 15:23 UTC  (4+ messages)

[PATCH 0/2] Consolidate DIO behavior on unaligned EOF read
 2020-08-26 14:28 UTC  (3+ messages)
` [PATCH 1/2] direct-io: defer alignment check until after EOF check

[PATCH] ext4: delete duplicated words + other fixes
 2020-08-26 13:07 UTC  (2+ messages)

[PATCH v4 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-26 11:01 UTC  (2+ messages)

Warnings about filesystem timestamp support until 2038
 2020-08-26 10:35 UTC 

[PATCH 2/5] Add manpages for move_mount(2) and open_tree(2)
 2020-08-26  7:31 UTC  (5+ messages)
` [PATCH 1/5] Add manpage for open_tree(2)

[PATCH v6 0/2] avoid xfs transaction reservation recursion
 2020-08-26  4:30 UTC  (8+ messages)
` [PATCH v6 2/2] xfs: avoid "

mmotm 2020-08-25-20-59 uploaded
 2020-08-26  4:00 UTC 

[PATCH v3 0/2] Control over userfaultfd kernel-fault handling
 2020-08-26  1:39 UTC  (3+ messages)
` [PATCH v3 1/2] Add UFFD_USER_MODE_ONLY
` [PATCH v3 2/2] Add user-mode only option to unprivileged_userfaultfd sysctl knob

[PATCH v7 0/3] SELinux support for anonymous inodes and UFFD
 2020-08-26  0:25 UTC  (4+ messages)
` [PATCH v7 1/3] Add a new LSM-supporting anonymous inode interface

[PATCH v2 0/2] Control over userfaultfd kernel-fault handling
 2020-08-26  0:24 UTC  (4+ messages)
` [PATCH v2 1/2] Add UFFD_USER_MODE_ONLY

[PATCH v2 1/1] mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
 2020-08-25 19:12 UTC  (6+ messages)

[PATCH] iomap: iomap_bmap should accept unwritten maps
 2020-08-25 18:00 UTC  (6+ messages)

[PATCH v5 0/9] fs: interface for directly reading/writing compressed data
 2020-08-25 17:20 UTC  (6+ messages)
` [PATCH v5 3/9] fs: add RWF_ENCODED for "

[PATCH 5/5] fs/ceph: use pipe_get_pages_alloc() for pipe
 2020-08-25 16:22 UTC  (3+ messages)
` [PATCH v2] "


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