linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-26 11:39:27 to 2021-10-29 11:40:38 UTC [more...]

[PATCH 0/7] Report more information in fanotify dirent events
 2021-10-29 11:40 UTC 

[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 0/7] fuse,virtiofs: support per-file DAX
 2021-10-29  8:33 UTC  (18+ 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

[PATCH 0/4] extend vmalloc support for constrained allocations
 2021-10-29  7:57 UTC  (18+ messages)
` [PATCH 2/4] mm/vmalloc: add support for __GFP_NOFAIL
` [PATCH 3/4] mm/vmalloc: be more explicit about supported gfp flags
` [PATCH 4/4] mm: allow !GFP_KERNEL allocations for kvmalloc

[PATCH v6 00/12] extend task comm from 16 to 24
 2021-10-29  7:44 UTC  (13+ messages)
` [PATCH v6 08/12] tools/bpf/bpftool/skeleton: make it adopt to task comm size change
` [PATCH v6 12/12] kernel/kthread: show a warning if kthread's comm is truncated

[PATCH v1] mm: Add /proc/$PID/pageflags
 2021-10-29  7:11 UTC  (2+ messages)

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

futher decouple DAX from block devices
 2021-10-29  4:57 UTC  (28+ 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

[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-10-28 22:59 UTC  (8+ messages)
` [dm-devel] "

[PATCH v8 00/17] gfs2: Fix mmap + page fault deadlocks
 2021-10-28 22:32 UTC  (22+ 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  (14+ 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  (26+ messages)
` [RFC PATCH 1/7] FUSE: Add the fsnotify opcode and in/out structs to FUSE
` [RFC PATCH 3/7] FUSE,Inotify,Fsnotify,VFS: Add the fuse_fsnotify_update_mark inode operation
` [RFC PATCH 5/7] Fsnotify: Add a wrapper around the fsnotify function

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)

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

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 v9 00/31] file system-wide error monitoring
 2021-10-28  5:55 UTC  (17+ messages)
` [PATCH v9 11/31] fsnotify: Protect fsnotify_handle_inode_event from no-inode events
` [PATCH v9 24/31] fanotify: Report fid entry even for zero-length file_handle
` [PATCH v9 27/31] fanotify: Emit generic error info for error event
` [PATCH v9 29/31] ext4: Send notifications on error
` [PATCH v9 31/31] docs: Document the FAN_FS_ERROR event

[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  (8+ messages)
` [PATCH v3 09/13] ext4: Completely separate options parsing and sb setup
` [PATCH v3 11/13] ext4: change token2str() to use ext4_param_specs

[PATCH v2 0/4] fs/ntfs3: Various fixes for xattr and files
 2021-10-27 11:41 UTC  (10+ messages)
` [PATCH 1/4] fs/ntfs3: Keep preallocated only if option prealloc enabled
` [PATCH 2/4] fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functions
` [PATCH 3/4] fs/ntfs3: Update i_ctime when xattr is added
` [PATCH 4/4] fs/ntfs3: Optimize locking in ntfs_save_wsl_perm

[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

[PATCH v3 08/13] ext4: get rid of super block and sbi from handle_mount_ops()
 2021-10-27  1:32 UTC  (2+ messages)

[PATCH v5] aio: Add support for the POLLFREE
 2021-10-27  1:18 UTC 

[PATCH 0/4] fs/ntfs3: Various fixes for xfstests problems
 2021-10-26 21:37 UTC  (10+ messages)
` [PATCH 1/4] fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called from function ntfs_init_acl
` [PATCH 2/4] fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)
` [PATCH 3/4] fs/ntfs3: Check new size for limits
` [PATCH 4/4] fs/ntfs3: Update valid size if -EIOCBQUEUED

[PATCH] fs: remove leftover comments from mandatory locking removal
 2021-10-26 16:24 UTC 

[RFC 2/3] mm/vmalloc: add support for __GFP_NOFAIL
 2021-10-26 15:40 UTC  (15+ messages)

[syzbot] KCSAN: data-race in call_rcu / rcu_gp_fqs_loop
 2021-10-26 14:39 UTC  (5+ messages)


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