linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-19 16:43:22 to 2019-07-23 23:07:03 UTC [more...]

[PATCH v4 0/3] Casefolding in F2FS
 2019-07-23 23:05 UTC  (3+ messages)
` [PATCH v4 2/3] f2fs: include charset encoding information in the superblock
` [PATCH v4 3/3] f2fs: Support case-insensitive file name lookups

[PATCH] mm/backing-dev: show state of all bdi_writeback in debugfs
 2019-07-23 22:36 UTC  (4+ messages)

EIO with io_uring O_DIRECT writes on ext4
 2019-07-23 22:19 UTC  (6+ messages)

[PATCH] psi: annotate refault stalls from IO submission
 2019-07-23 22:10 UTC  (8+ messages)

[PATCH 00/10] VFS: Provide new mount UAPI
 2019-07-23 21:45 UTC  (13+ messages)
` [PATCH 02/10] vfs: syscall: Add move_mount(2) to move mounts around

Question about vmsplice + SPLICE_F_GIFT
 2019-07-23 20:36 UTC  (2+ messages)

[RFC PATCH v3] fanotify, inotify, dnotify, security: add security hook for fs notifications
 2019-07-23 19:27 UTC 

[RFC PATCH v2] fanotify, inotify, dnotify, security: add security hook for fs notifications
 2019-07-23 18:49 UTC  (4+ messages)
  ` [Non-DoD Source] "

[PATCH] mbcache: Speed up cache entry creation
 2019-07-23 16:56 UTC  (2+ messages)

[PATCH v1 1/2] mm/page_idle: Add support for per-pid page_idle using virtual indexing
 2019-07-23 14:43 UTC  (11+ messages)
` [PATCH v1 2/2] doc: Update documentation for page_idle virtual address indexing

[PATCH] mm, slab: Extend slab/shrink to shrink all the memcg caches
 2019-07-23 14:30 UTC  (3+ messages)

[PATCH v3 00/24] erofs: promote erofs from staging
 2019-07-23 13:30 UTC  (45+ messages)
` [PATCH v3 01/24] erofs: add on-disk layout
` [PATCH v3 02/24] erofs: add erofs in-memory stuffs
` [PATCH v3 03/24] erofs: add super block operations
` [PATCH v3 04/24] erofs: add raw address_space operations
` [PATCH v3 05/24] erofs: add inode operations
` [PATCH v3 06/24] erofs: support special inode
` [PATCH v3 07/24] erofs: add directory operations
` [PATCH v3 08/24] erofs: add namei functions
` [PATCH v3 09/24] erofs: support tracepoint
` [PATCH v3 10/24] erofs: update Kconfig and Makefile
` [PATCH v3 11/24] erofs: introduce xattr & posixacl support
` [PATCH v3 12/24] erofs: introduce tagged pointer
` [PATCH v3 13/24] erofs: add compression indexes support
` [PATCH v3 14/24] erofs: introduce superblock registration
` [PATCH v3 15/24] erofs: introduce erofs shrinker
` [PATCH v3 16/24] erofs: introduce workstation for decompression
` [PATCH v3 17/24] erofs: introduce per-CPU buffers implementation
` [PATCH v3 18/24] erofs: introduce pagevec for decompression subsystem
` [PATCH v3 19/24] erofs: add erofs_allocpage()
` [PATCH v3 20/24] erofs: introduce generic decompression backend
` [PATCH v3 21/24] erofs: introduce LZ4 decompression inplace
` [PATCH v3 22/24] erofs: introduce the decompression frontend
` [PATCH v3 23/24] erofs: introduce cached decompression
` [PATCH v3 24/24] erofs: add document

402b1b327a: BUG:unable_to_handle_page_fault_for_address
 2019-07-23 11:38 UTC  (2+ messages)

[PATCH 1/2] mm/filemap: don't initiate writeback if mapping has no dirty pages
 2019-07-23  8:16 UTC  (2+ messages)

[PATCH] fuse: BUG_ON's correction in fuse_dev_splice_write()
 2019-07-23  6:33 UTC 

[PATCH 0/3] xfs: Fix races between readahead and hole punching
 2019-07-23  3:08 UTC  (3+ messages)
` [PATCH 1/3] mm: Handle MADV_WILLNEED through vfs_fadvise()

[PATCH v9 00/18] kunit: introduce KUnit, the Linux kernel unit testing framework
 2019-07-23  0:32 UTC  (15+ messages)
` [PATCH v9 04/18] kunit: test: add kunit_stream a std::stream like logger

[PATCH v9 0/6] Enable THP for text section of non-shmem files
 2019-07-22 23:41 UTC  (4+ messages)
` [PATCH v9 5/6] mm,thp: add read-only THP support for (non-shmem) FS

lift the xfs writepage code into iomap v3
 2019-07-22 20:12 UTC  (15+ messages)
` [PATCH 01/12] list.h: add list_pop and list_pop_entry helpers
` [PATCH 02/12] xfs: initialize iomap->flags in xfs_bmbt_to_iomap
` [PATCH 03/12] xfs: use a struct iomap in xfs_writepage_ctx
` [PATCH 04/12] xfs: refactor the ioend merging code
` [PATCH 05/12] xfs: turn io_append_trans into an io_private void pointer
` [PATCH 06/12] xfs: remove the fork fields in the writepage_ctx and ioend
` [PATCH 07/12] iomap: move the xfs writeback code to iomap.c
` [PATCH 08/12] iomap: add tracing for the address space operations
` [PATCH 09/12] iomap: move struct iomap_page out of iomap.h
` [PATCH 10/12] iomap: warn on inline maps in iomap_writepage_map
` [PATCH 11/12] xfs: set IOMAP_F_NEW more carefully
` [PATCH 12/12] iomap: zero newly allocated mapped blocks

bcachefs status update (it's done cooking; let's get this sucker merged)
 2019-07-22 17:22 UTC  (5+ messages)
` [PATCH 12/12] closures: fix a race on wakeup from closure_sync

[PATCH v7 00/17] fs-verity: read-only file-based authenticity protection
 2019-07-22 16:51 UTC  (18+ messages)
` [PATCH v7 01/17] fs-verity: add a documentation file
` [PATCH v7 02/17] fs-verity: add MAINTAINERS file entry
` [PATCH v7 03/17] fs-verity: add UAPI header
` [PATCH v7 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v7 05/17] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v7 06/17] fs-verity: add inode and superblock fields
` [PATCH v7 07/17] fs-verity: add the hook for file ->open()
` [PATCH v7 08/17] fs-verity: add the hook for file ->setattr()
` [PATCH v7 09/17] fs-verity: add data verification hooks for ->readpages()
` [PATCH v7 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v7 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v7 12/17] fs-verity: add SHA-512 support
` [PATCH v7 13/17] fs-verity: support builtin file signatures
` [PATCH v7 14/17] ext4: add basic fs-verity support
` [PATCH v7 15/17] ext4: add fs-verity read support
` [PATCH v7 16/17] ext4: update on-disk format documentation for fs-verity
` [PATCH v7 17/17] f2fs: add fs-verity support

[PATCH] anon_inodes: remove redundant file->f_mapping initialization
 2019-07-22 12:09 UTC 

[PATCH v2 00/30] [RFC] virtio-fs: shared file system for virtual machines
 2019-07-22 12:08 UTC  (11+ messages)
` [PATCH v2 18/30] virtio_fs, dax: Set up virtio_fs dax_device

[PATCH] locks: revise generic_add_lease tracepoint
 2019-07-22 11:36 UTC 

[PATCH] fuse: cleanup fuse_wait_on_page_writeback
 2019-07-22  7:18 UTC  (2+ messages)

[PATCH 0/4] per cpu cgroup numa suite
 2019-07-22  3:44 UTC  (23+ messages)
  ` [PATCH 1/4] numa: introduce per-cgroup numa balancing locality, statistic
  ` [PATCH 4/4] numa: introduce numa cling feature
  ` [PATCH v2 0/4] per-cgroup numa suite
    ` [PATCH v2 2/4] numa: append per-node execution time in cpu.numa_stat
    ` [PATCH v4 4/4] numa: introduce numa cling feature
      ` [PATCH v5 "

[PATCH RFC] fs: New zonefs file system
 2019-07-22  0:12 UTC  (9+ messages)

[PATCH bpf-next v10 00/10] Landlock LSM: Toward unprivileged sandboxing
 2019-07-21 21:31 UTC  (11+ messages)
` [PATCH bpf-next v10 01/10] fs,security: Add a new file access type: MAY_CHROOT
` [PATCH bpf-next v10 02/10] bpf: Add expected_attach_triggers and a is_valid_triggers() verifier
` [PATCH bpf-next v10 03/10] bpf,landlock: Define an eBPF program type for Landlock hooks
` [PATCH bpf-next v10 04/10] seccomp,landlock: Enforce Landlock programs per process hierarchy
` [PATCH bpf-next v10 05/10] landlock: Handle filesystem access control
` [PATCH bpf-next v10 06/10] bpf,landlock: Add a new map type: inode
` [PATCH bpf-next v10 07/10] landlock: Add ptrace restrictions
` [PATCH bpf-next v10 08/10] bpf: Add a Landlock sandbox example
` [PATCH bpf-next v10 09/10] bpf,landlock: Add tests for Landlock
` [PATCH bpf-next v10 10/10] landlock: Add user and kernel documentation "

[PATCH v2 00/24] erofs: promote erofs from staging
 2019-07-21 18:05 UTC  (7+ messages)
` [PATCH v2 03/24] erofs: add super block operations

[git pull] typo fix
 2019-07-21 17:35 UTC  (2+ messages)

[git pull] vfs.git - dcache and mountpoint stuff
 2019-07-20 18:40 UTC  (2+ messages)

[PATCH ghak90 V6 02/10] audit: add container id
 2019-07-20  2:19 UTC  (14+ messages)

[PATCH 2/3] DMA mapping: Move SME handling to x86-specific files
 2019-07-20  0:22 UTC  (3+ messages)

[PATCH v10 0/9] namei: openat2(2) path resolution restrictions
 2019-07-20  0:09 UTC  (12+ messages)
` [PATCH v10 1/9] namei: obey trailing magic-link DAC permissions
` [PATCH v10 2/9] procfs: switch magic-link modes to be more sane
` [PATCH v10 3/9] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v10 4/9] namei: O_BENEATH-style path resolution flags
` [PATCH v10 5/9] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v10 6/9] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v10 7/9] open: openat2(2) syscall
` [PATCH v10 8/9] kselftest: save-and-restore errno to allow for %m formatting
` [PATCH v10 9/9] selftests: add openat2(2) selftests

[PATCH v2] fs: fs_parser: avoid NULL param->string to kstrtouint
 2019-07-19 23:29 UTC 

[PATCH] fs: fs_parser: avoid NULL param->string to kstrtouint
 2019-07-19 23:29 UTC  (5+ messages)

[PATCH] mm: fix livelock caused by iterating multi order entry
 2019-07-19 21:43 UTC  (3+ messages)

[PATCH][CIFS] Add flock support
 2019-07-19 21:30 UTC  (3+ messages)

[git pull] vfs.git work.mount0
 2019-07-19 19:45 UTC  (2+ messages)

[git pull] vfs.git adfs patches
 2019-07-19 19:45 UTC  (2+ messages)

[git pull] vfs.git misc
 2019-07-19 19:45 UTC  (2+ messages)

[GIT PULL] iomap: cleanups for 5.3 (part 2)
 2019-07-19 19:45 UTC  (2+ messages)

[PATCH ghak90 V6 00/10] audit: implement container identifier
 2019-07-19 17:05 UTC  (4+ messages)
` [PATCH ghak90 V6 03/10] audit: read container ID of a process


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