linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-27 03:42:57 to 2021-10-31 15:21:06 UTC [more...]

[PATCH v8 0/8] fsdax: introduce fs query to support reflink
 2021-10-31 15:20 UTC  (4+ messages)
` [PATCH v8 1/8] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 2/8] dax: Introduce holder for dax_device
` [PATCH v8 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case

[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-10-31 13:27 UTC  (16+ messages)
` [dm-devel] "

epoll may leak events on dup
 2021-10-31 10:50 UTC  (4+ messages)

[GIT PULL] Memory folios for v5.16
 2021-10-31  3:46 UTC 

[PATCH v1] mm: Add /proc/$PID/pageflags
 2021-10-31  2:28 UTC  (6+ messages)

[PATCH v9 00/31] file system-wide error monitoring
 2021-10-30  6:53 UTC  (8+ messages)

[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-10-29 18:47 UTC  (24+ messages)

[PATCH v4 00/10] fscache: Replace and remove old I/O API
 2021-10-29 18:51 UTC  (15+ messages)
` [PATCH v4 01/10] fscache: Generalise the ->begin_read_operation method
` [PATCH v4 02/10] fscache: Fix fscache_cookie_enabled() to handle NULL cookie
` [PATCH v4 03/10] cachefiles: Always indicate we should fill a post-EOF page with zeros
` [PATCH v4 04/10] fscache: Implement a fallback I/O interface to replace the old API
` [PATCH v4 05/10] nfs: Move to using the alternate fallback fscache I/O API
` [PATCH v4 06/10] 9p: Convert to using the netfs helper lib to do reads and caching
` [PATCH v4 07/10] cifs: Move to using the alternate fallback fscache I/O API
` [PATCH v4 08/10] fscache: Remove the old "
` [PATCH v4 09/10] fscache: Remove stats that are no longer used
` [PATCH v4 10/10] fscache: Update the documentation to reflect I/O API changes

[PATCH v9 0/6] test_sysfs: add new selftest for sysfs
 2021-10-29 18:45 UTC  (7+ messages)
` [PATCH v9 1/6] LICENSES: Add the copyleft-next-0.3.1 license
` [PATCH v9 2/6] testing: use the copyleft-next-0.3.1 SPDX tag
` [PATCH v9 3/6] selftests: add tests_sysfs module
` [PATCH v9 4/6] kernfs: add initial failure injection support
` [PATCH v9 5/6] test_sysfs: add support to use kernfs failure injection
` [PATCH v9 6/6] kernel/module: add documentation for try_module_get()

[PATCH 0/4] extend vmalloc support for constrained allocations
 2021-10-29 17:23 UTC  (11+ messages)
` [PATCH 2/4] mm/vmalloc: add support for __GFP_NOFAIL

[PATCH v2][next] sysctl: Avoid open coded arithmetic in memory allocator functions
 2021-10-29 16:57 UTC  (5+ messages)

MTD: How to get actual image size from MTD partition
 2021-10-29 16:48 UTC  (16+ messages)

futher decouple DAX from block devices
 2021-10-29 16:16 UTC  (31+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
` [PATCH 04/11] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 05/11] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 06/11] xfs: factor out a xfs_setup_dax helper
` [PATCH 07/11] dax: remove dax_capable
  ` [dm-devel] "
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 11/11] dax: move bdev_dax_pgoff to fs/dax.c

Kernel 4.14: Using dm-verity with squashfs rootfs - mounting issue
 2021-10-29 15:51 UTC  (12+ messages)

[syzbot] KASAN: use-after-free Read in LZ4_decompress_safe_partial
 2021-10-29 15:32 UTC  (2+ messages)

[PATCH bpf-next v3 1/4] libfs: move shmem_exchange to simple_rename_exchange
 2021-10-29 15:28 UTC  (3+ messages)
` [PATCH bpf-next v3 2/4] libfs: support RENAME_EXCHANGE in simple_rename()

[PATCH v3 07/10] cifs: (untested) Move to using the alternate fallback fscache I/O API
 2021-10-29 14:02 UTC  (3+ messages)
` [PATCH v3 00/10] fscache: Replace and remove old "

[PATCH v6 0/7] fuse,virtiofs: support per-file DAX
 2021-10-29 13:03 UTC  (16+ messages)
` [PATCH v6 2/7] fuse: make DAX mount option a tri-state
` [PATCH v6 6/7] fuse: mark inode DONT_CACHE when per-file DAX hint changes

[GIT PULL] file locking changes for v5.16
 2021-10-29 12:55 UTC 

[PATCH 0/7] Report more information in fanotify dirent events
 2021-10-29 11:40 UTC  (8+ messages)
` [PATCH 1/7] fsnotify: pass dentry instead of inode data for move events
` [PATCH 2/7] fanotify: introduce group flag FAN_REPORT_TARGET_FID
` [PATCH 3/7] fanotify: use macros to get the offset to fanotify_info buffer
` [PATCH 4/7] fanotify: support secondary dir fh and name in fanotify_info
` [PATCH 5/7] fanotify: record new parent and name in MOVED_FROM event
` [PATCH 6/7] fanotify: report "
` [PATCH 7/7] fanotify: enable the FAN_REPORT_TARGET_FID flag

[PATCH] seq_file: fix passing wrong private data
 2021-10-29  9:16 UTC  (5+ messages)

[PATCH v4 00/13] ext4: new mount API conversion
 2021-10-29  8:44 UTC  (17+ messages)
` [PATCH v4 01/13] fs_parse: allow parameter value to be empty
` [PATCH v4 02/13] ext4: Add fs parameter specifications for mount options
` [PATCH v4 03/13] ext4: move option validation to a separate function
` [PATCH v4 04/13] ext4: Change handle_mount_opt() to use fs_parameter
` [PATCH v4 05/13] ext4: Allow sb to be NULL in ext4_msg()
` [PATCH v4 06/13] ext4: move quota configuration out of handle_mount_opt()
` [PATCH v4 07/13] ext4: check ext2/3 compatibility outside handle_mount_opt()
` [PATCH v4 08/13] ext4: get rid of super block and sbi from handle_mount_ops()
` [PATCH v4 09/13] ext4: Completely separate options parsing and sb setup
` [PATCH v4 10/13] ext4: clean up return values in handle_mount_opt()
` [PATCH v4 11/13] ext4: change token2str() to use ext4_param_specs
` [PATCH v4 12/13] ext4: switch to the new mount api
` [PATCH v4 13/13] ext4: Remove unused match_table_t tokens

[PATCH v1] sched/numa: add per-process numa_balancing
 2021-10-29  8:37 UTC  (5+ messages)
  `  "
  ` [External] "

[PATCH v6 00/12] extend task comm from 16 to 24
 2021-10-29  7:44 UTC  (6+ messages)
` [PATCH v6 12/12] kernel/kthread: show a warning if kthread's comm is truncated

Readahead for compressed data
 2021-10-29  6:15 UTC  (2+ messages)

[PATCH v11 1/3] mm: rearrange madvise code to allow for reuse
 2021-10-28 22:08 UTC  (5+ messages)
` [PATCH v11 2/3] mm: add a field to store names for private anonymous memory

mmotm 2021-10-27-18-32 uploaded
 2021-10-28 20:07 UTC  (2+ messages)
` mmotm 2021-10-27-18-32 uploaded (drivers/gpu/drm/i915/gem/i915_gem_dmabuf.c)

[PATCH v8 00/32] file system-wide error monitoring
 2021-10-28 19:56 UTC  (5+ messages)
` [PATCH v8 31/32] samples: Add fs error monitoring example

[Question] ext4/xfs: Default behavior changed after per-file DAX
 2021-10-28 19:19 UTC  (13+ messages)

Problem with direct IO
 2021-10-28 15:02 UTC  (9+ messages)

mm: don't read i_size of inode unless we need it
 2021-10-28 15:00 UTC  (5+ messages)

[RFC PATCH 0/7] Inotify support in FUSE and virtiofs
 2021-10-28 14:20 UTC  (17+ messages)
` [RFC PATCH 1/7] FUSE: Add the fsnotify opcode and in/out structs to FUSE

fuse: kernel panic while using splice (lru corruption)
 2021-10-28 14:09 UTC  (5+ messages)

[PATCH 1/2] binfmt_misc: cleanup on filesystem umount
 2021-10-28 10:31 UTC  (2+ messages)
` [PATCH 2/2] binfmt_misc: enable sandboxed mounts

[PATCH bpf-next v2 1/3] libfs: support RENAME_EXCHANGE in simple_rename()
 2021-10-28  9:49 UTC  (4+ messages)

unicode cleanups, and split the data table into a separate module v2
 2021-10-28  9:47 UTC  (10+ messages)
` [PATCH 10/11] unicode: Add utf8-data module
              ` Track unicode tree in linux-next (was Re: [PATCH 10/11] unicode: Add utf8-data module)

[PATCH] fuse: add FOPEN_NOFLUSH
 2021-10-28  8:22 UTC  (3+ messages)

[PATCH v3] loop: don't print warnings if the underlying filesystem doesn't support discard
 2021-10-28  4:15 UTC  (5+ messages)
        ` [PATCH v4] "

switch block layer polling to a bio based model v4
 2021-10-28  1:26 UTC  (3+ messages)
` [PATCH 01/16] direct-io: remove blk_poll support

[PATCH v2 0/2] Introduce the pkill_on_warn parameter
 2021-10-27 23:32 UTC  (3+ messages)
` [PATCH v2 1/2] bug: do refactoring allowing to add a warning handling action
` [PATCH v2 2/2] sysctl: introduce kernel.pkill_on_warn

[PATCH v5 0/5] fuse,virtiofs: support per-file DAX
 2021-10-27 14:45 UTC  (4+ messages)

[PATCH v8 11/12] zram: fix crashes with cpu hotplug multistate
 2021-10-27 14:27 UTC  (15+ messages)

[PATCH v3 00/13] ext4: new mount API conversion
 2021-10-27 11:52 UTC  (5+ messages)
` [PATCH v3 11/13] ext4: change token2str() to use ext4_param_specs

[PATCH 2/4] fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
 2021-10-27 11:41 UTC  (2+ messages)

[PATCH v4 0/8] Remove dependency on congestion_wait in mm/
 2021-10-27 10:13 UTC  (7+ messages)

simplify bdi unregistation
 2021-10-27  9:47 UTC  (5+ messages)
` [PATCH 5/5] mm: simplify bdi refcounting

[RFC PATCH] fs/namespace: use percpu_rw_semaphore for writer holding
 2021-10-27  6:42 UTC  (5+ messages)
  ` [PATCH] fs/namespace: Boost the mount_lock.lock owner instead of spinning on PREEMPT_RT


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