Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-05 02:53:55 to 2022-11-11 01:16:10 UTC [more...]

[PATCH v3 00/15] magic-number.rst funeral rites
 2022-11-11  1:14 UTC  (2+ messages)
` [PATCH v3 13/15] fcntl: remove FASYNC_MAGIC

[PATCH v2 0/3] fsnotify: fix softlockups iterating over d_subdirs
 2022-11-10 20:04 UTC  (11+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] fsnotify: Use d_find_any_alias to get dentry associated with inode

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-10 20:06 UTC  (22+ messages)
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions
` [PATCH v9 6/8] KVM: Update lpage info when private/shared memory are mixed

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-11-10 18:51 UTC  (4+ messages)
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() to use filemap_get_folios_tag()

[RFC 0/4] fs: provide per-filesystem options to disable fscrypt
 2022-11-10 18:43 UTC  (9+ messages)
` [RFC 1/4] fscrypt: introduce USE_FS_ENCRYPTION
` [RFC 2/4] fs: make fscrypt support an ext4 config option
` [RFC 3/4] fs: make fscrypt support a f2fs "
` [RFC 4/4] fs: make fscrypt support a UBIFS "

[PATCH 0/5] Removing the lru_cache_add() wrapper
 2022-11-10 18:36 UTC  (4+ messages)
` [PATCH 2/5] fuse: Convert fuse_try_move_page() to use folios

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-10 17:58 UTC  (7+ messages)
` [PATCH v6 1/3] fs/proc/task_mmu: update functions to clear the soft-dirty PTE bit
` [PATCH v6 2/3] fs/proc/task_mmu: Implement IOCTL to get and/or the clear info about PTEs
` [PATCH v6 3/3] selftests: vm: add pagemap ioctl tests

[PATCH] vfs: fix copy_file_range() averts filesystem freeze protection
 2022-11-10 15:55 UTC 

[PATCH v2 1/2] selftests: proc: Fix proc-empty-vm build error on non x86_64
 2022-11-10 14:45 UTC  (8+ messages)
` [PATCH v2 2/2] selftests: proc: Mark proc-pid-vm as x86_64 only
  ` [External] Re: [PATCH v2 1/2] selftests: proc: Fix proc-empty-vm build error on non x86_64

[PATCH 0/2] supplementary group extension
 2022-11-10 14:20 UTC  (3+ messages)
` [PATCH 1/2] fuse: add request extension
` [PATCH 2/2] fuse: optional supplementary group in create requests

[PATCH] fs: Delete group check before ACL
 2022-11-10 12:37 UTC 

[PATCH v5] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2022-11-10 11:09 UTC 

[PATCH 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-11-10  9:58 UTC  (10+ messages)
` [PATCH 1/4] powerpc/pseries: Add new functions to PLPKS driver
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs
` [PATCH 3/4] powerpc/pseries: initialize fwsecurityfs with plpks arch-specific structure
` [PATCH 4/4] powerpc/pseries: expose authenticated variables stored in LPAR PKS

[PATCH v3] fsverity: stop using PG_error to track error status
 2022-11-10  8:21 UTC  (2+ messages)

[RFC PATCH] lsm,fs: fix vfs_getxattr_alloc() return type and caller error paths
 2022-11-10  4:51 UTC  (2+ messages)

[PATCH] fs: Clear a UBSAN shift-out-of-bounds warning
 2022-11-10  3:10 UTC 

[PATCH v3 2/3] fsnotify: Protect i_fsnotify_mask and child flags with inode rwsem
 2022-11-10  1:06 UTC  (3+ messages)

[PATCH] selftests: proc: Fix proc-empty-vm build error on non x86_64
 2022-11-09 22:07 UTC  (4+ messages)
  `  "

[PATCHSET RFCRAP v2 00/14] xfs, iomap: fix data corruption due to stale cached iomaps
 2022-11-09 18:23 UTC  (17+ messages)
` [PATCH 01/14] xfs: write page faults in iomap are not buffered writes
` [PATCH 02/14] xfs: punching delalloc extents on write failure is racy
` [PATCH 03/14] xfs: use byte ranges for write cleanup ranges
` [PATCH 04/14] xfs: buffered write failure should not truncate the page cache
` [PATCH 05/14] iomap: write iomap validity checks
` [PATCH 06/14] xfs: use iomap_valid method to detect stale cached iomaps
` [PATCH 07/14] xfs: drop write error injection is unfixable, remove it
` [PATCH 08/14] iomap: pass iter to ->iomap_begin implementations
` [PATCH 09/14] iomap: pass iter to ->iomap_end implementations
` [PATCH 10/14] iomap: pass a private pointer to iomap_file_buffered_write
` [PATCH 11/14] xfs: move the seq counters for buffered writes to a private struct
` [PATCH 12/14] xfs: validate COW fork sequence counters during buffered writes
` [PATCH 13/14] xfs: add debug knob to slow down writeback for fun
` [PATCH 14/14] xfs: add debug knob to slow down write "
` [PATCH 15/14] fstest: regression test for writeback corruption bug
` [PATCH 16/14] fstest: regression test for writes racing with reclaim writeback

[PATCH printk v3 00/40] reduce console_lock scope
 2022-11-09 15:22 UTC  (5+ messages)
` [PATCH printk v3 03/40] printk: Convert console_drivers list to hlist
` [PATCH printk v3 14/40] proc: consoles: document console_lock usage
` [PATCH printk v3 35/40] proc: consoles: use console_list_lock for list iteration

[PATCH] erofs: fix use-after-free of fsid and domain_id string
 2022-11-09 14:04 UTC  (3+ messages)
` [External] "

[PATCH][CFT] [coredump] don't use __kernel_write() on kmap_local_page()
 2022-11-09 13:57 UTC  (11+ messages)

[PATCH 0/2] [RFC] shmem: user and group quota support for tmpfs
 2022-11-09 13:10 UTC  (13+ messages)
` [PATCH 1/2] shmem: implement user/group "
` [PATCH 2/2] shmem: implement mount options for global quota limits

[PATCH v2 00/18] Fix the DAX-gup mistake
 2022-11-09 11:38 UTC  (3+ messages)

[PATCH v2] xattr: use rbtree for simple_xattrs
 2022-11-09 11:16 UTC  (5+ messages)

[PATCH v2] mm: anonymous shared memory naming
 2022-11-09 10:11 UTC  (4+ messages)

[PATCH] fs/buffer: fix a NULL pointer dereference in drop_buffers()
 2022-11-09  9:50 UTC 

[PATCH v2 1/2] netfs: Fix missing xas_retry() calls in xarray iteration
 2022-11-09  5:35 UTC  (6+ messages)
` [PATCH v2 2/2] netfs: Fix dodgy maths
  ` [Linux-cachefs] "
` [Linux-cachefs] [PATCH v2 1/2] netfs: Fix missing xas_retry() calls in xarray iteration

xarray, fault injection and syzkaller
 2022-11-09  3:57 UTC  (25+ messages)
                    ` [PATCH] mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
                            ` [PATCH v2] "

[PATCH 0/4] io_uring: use ITER_UBUF
 2022-11-08 20:25 UTC  (9+ messages)
` [PATCH 1/4] iov: add import_ubuf()
` [PATCH 2/4] io_uring: switch network send/recv to ITER_UBUF
` [PATCH 3/4] io_uring: use ubuf for single range imports for read/write
` [PATCH 4/4] iov_iter: move iter_ubuf check inside restore WARN

[PATCH v5 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-08 17:51 UTC  (6+ messages)
` [PATCH v5 2/3] fs/proc/task_mmu: "

[RFC PATCH 0/4] io_uring/splice: extend splice for supporting ublk zero copy
 2022-11-08  8:29 UTC  (11+ messages)
` [RFC PATCH 1/4] io_uring/splice: support do_splice_direct
` [RFC PATCH 3/4] io_uring/splice: support splice from ->splice_read to ->splice_read
` [RFC PATCH 4/4] ublk_drv: support splice based read/write zero copy

[PATCH v2 2/2] exfat: hint the empty entry which at the end of cluster chain
 2022-11-08  8:00 UTC  (2+ messages)

[PATCH v2 1/2] exfat: simplify empty entry hint
 2022-11-08  8:00 UTC  (2+ messages)

[PATCH] fs/splice: don't block splice_direct_to_actor() after data was read
 2022-11-08  7:37 UTC  (2+ messages)

[PATCH] fs/binfmt_elf: Fix memsz > filesz handling
 2022-11-08  6:13 UTC  (4+ messages)

[PATCH v2 0/2] fscache,cachefiles: add prepare_ondemand_read() interface
 2022-11-08  2:57 UTC  (3+ messages)
` [PATCH v2 1/2] fscache,cachefiles: add prepare_ondemand_read() callback
` [PATCH v2 2/2] erofs: switch to prepare_ondemand_read() in fscache mode

[PATCH] open: fix finish_open() and vfs_open() kernel-doc comment
 2022-11-08  1:37 UTC 

xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-08  0:00 UTC  (13+ messages)
` [PATCH 3/7] xfs: use byte ranges for write cleanup ranges
` [PATCH 4/7] xfs: buffered write failure should not truncate the page cache
` [PATCH 6/7] xfs: use iomap_valid method to detect stale cached iomaps

About duplicate fsid images in different devices
 2022-11-07 23:26 UTC 

[syzbot] BUG: unable to handle kernel paging request in sb_end_write
 2022-11-07 21:36 UTC 

[PATCH] mm: anonymous shared memory naming
 2022-11-07 15:59 UTC  (8+ messages)

[PATCH] unicode: don't write -1 after NULL terminator
 2022-11-07 15:09 UTC  (4+ messages)
` [PATCH v2] unicode: don't write -1 after NUL terminator

thoughts about fanotify and HSM
 2022-11-07 14:13 UTC  (12+ messages)

kernel BUG in ext4_writepages
 2022-11-07 14:08 UTC  (2+ messages)

[PATCH] xattr: use rbtree for simple_xattrs
 2022-11-07 13:35 UTC 

[PATCH] fuse: enable unprivileged mounts for fuseblk
 2022-11-07 13:29 UTC  (2+ messages)

[RFC 2/2] iomap: Support subpage size dirty tracking to improve write performance
 2022-11-07 13:03 UTC  (8+ messages)
  ` [RFC 0/2] iomap: Add support for subpage dirty state "

[RFC PATCH] fs/lock: increase the filp's reference for Posix-style locks
 2022-11-07 12:44 UTC  (5+ messages)

[PATCH] nsfs: repair kernel-doc for ns_match()
 2022-11-07 11:08 UTC 

[PATCH] zonefs: add sanity check for aggregated conventional zones
 2022-11-07  7:58 UTC  (2+ messages)

[PATCH v2] fs: don't audit the capability check in simple_xattr_list()
 2022-11-06 22:50 UTC  (4+ messages)

[PATCH 1/1] squashfs: enable idmapped mounts
 2022-11-06 11:51 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 read-only IMAP folder(s) and NNTP newsgroup(s).