linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-09 20:11:18 to 2022-11-15 02:35:03 UTC [more...]

[RFC PATCH v2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2022-11-15  2:34 UTC  (4+ messages)

start removing writepage instances
 2022-11-15  2:34 UTC  (16+ messages)
` [PATCH 1/9] extfat: remove ->writepage
` [PATCH 2/9] ext2: "
` [PATCH 3/9] fat: "
` [PATCH 4/9] hfs: "
` [PATCH 5/9] hfsplus: "
` [PATCH 6/9] hpfs: "
` [PATCH 7/9] jfs: "
` [PATCH 8/9] omfs: "
` [PATCH 9/9] udf: "

[PATCH v3] mm: anonymous shared memory naming
 2022-11-15  2:06 UTC 

[PATCH v2] mm: anonymous shared memory naming
 2022-11-15  1:36 UTC  (5+ messages)

[PATCH v2 0/9] xfs, iomap: fix data corrupton due to stale cached iomaps
 2022-11-15  1:30 UTC  (10+ messages)
` [PATCH 1/9] mm: export mapping_seek_hole_data()
` [PATCH 2/9] xfs: write page faults in iomap are not buffered writes
` [PATCH 3/9] xfs: punching delalloc extents on write failure is racy
` [PATCH 4/9] xfs: use byte ranges for write cleanup ranges
` [PATCH 5/9] xfs: buffered write failure should not truncate the page cache
` [PATCH 6/9] xfs: xfs_bmap_punch_delalloc_range() should take a byte range
` [PATCH 7/9] iomap: write iomap validity checks
` [PATCH 8/9] xfs: use iomap_valid method to detect stale cached iomaps
` [PATCH 9/9] xfs: drop write error injection is unfixable, remove it

[PATCH 0/4] powerpc/pseries: expose firmware security variables via filesystem
 2022-11-14 23:03 UTC  (6+ messages)
` [PATCH 2/4] fs: define a firmware security filesystem named fwsecurityfs

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-14 22:16 UTC  (20+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 2/8] KVM: Extend the memslot to support fd-based private memory
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-11-14 21:38 UTC  (7+ messages)
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() to use filemap_get_folios_tag()
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() "
  ` [f2fs-dev] "

[PATCH v2 1/2] netfs: Fix missing xas_retry() calls in xarray iteration
 2022-11-14 21:26 UTC  (3+ messages)
` [PATCH v2 2/2] netfs: Fix dodgy maths
  ` [Linux-cachefs] "

[PATCH] fs: do not push freeing inode to b_dirty_time list
 2022-11-14 21:25 UTC  (6+ messages)
      ` [PATCH v2] fs: do not update freeing inode io_list

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

[RFC PATCH] filelock: new helper: vfs_file_has_locks
 2022-11-14 19:46 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to eab06d36b0ac
 2022-11-14 19:04 UTC 

[ANNOUNCE] xfs-linux: iomap-6.2-merge updated to f1bd37a47352
 2022-11-14 18:55 UTC 

[PATCH] fs: ext4: initialize fsdata in pagecache_write()
 2022-11-14 18:20 UTC  (2+ messages)

[PATCH v2 0/3] convert tree to get_random_u32_{below,above,between}()
 2022-11-14 17:35 UTC  (5+ messages)
` [PATCH v2 1/3] treewide: use get_random_u32_below() instead of deprecated function
` [PATCH v2 2/3] treewide: use get_random_u32_{above,below}() instead of manual loop
` [PATCH v2 3/3] treewide: use get_random_u32_between() when possible

[PATCH] sched/fair: Introduce priority load balance for CFS
 2022-11-14 16:42 UTC  (8+ messages)

[PATCH printk v4 00/39] reduce console_lock scope
 2022-11-14 16:29 UTC  (4+ messages)
` [PATCH printk v4 02/39] printk: Convert console_drivers list to hlist
` [PATCH printk v4 09/39] proc: consoles: document console_lock usage
` [PATCH printk v4 33/39] proc: consoles: use console_list_lock for list iteration

[PATCH v6 0/3] Implement IOCTL to get and/or the clear info about PTEs
 2022-11-14 15:46 UTC  (10+ messages)
` [PATCH v6 2/3] fs/proc/task_mmu: "

[PATCH 0/3] filelock: remove redundant filp arguments from API
 2022-11-14 15:31 UTC  (6+ messages)
` [PATCH 1/3] filelock: remove redundant filp argument from vfs_lock_file
` [PATCH 2/3] filelock: remove redundant filp argument from vfs_test_lock
` [PATCH 3/3] filelock: remove redundant filp arg from vfs_cancel_lock

[PATCH] vfs: vfs_tmpfile: ensure O_EXCL flag is enforced
 2022-11-14 14:38 UTC  (3+ messages)

[PATCH -next v2 3/6] landlock: add chmod and chown support
 2022-11-14 14:12 UTC  (3+ messages)

[PATCH 0/2 v2] ceph: fix the use-after-free bug for file_lock
 2022-11-14 13:46 UTC  (9+ messages)
` [PATCH 1/2 v2] ceph: add ceph_lock_info support "
` [PATCH 2/2 v2] ceph: use a xarray to record all the opened files for each inode

[PATCH 0/5] Removing the lru_cache_add() wrapper
 2022-11-14 13:25 UTC  (5+ messages)
` [PATCH 2/5] fuse: Convert fuse_try_move_page() to use folios

[RFC PATCH] getting misc stats/attributes via xattr API
 2022-11-14 12:35 UTC  (3+ messages)

[RFC PATCH] erofs/zmap.c: Bail out when no further region remains
 2022-11-14 12:03 UTC 

[PATCH v3] zonefs: add sanity check for aggregated conventional zones
 2022-11-14 11:54 UTC 

[syzbot] WARNING in iomap_iter
 2022-11-14 11:50 UTC  (2+ messages)

[PATCH v2] zonefs: add sanity check for aggregated conventional zones
 2022-11-14 11:46 UTC  (3+ messages)

[PATCH] ksmbd: use F_SETLK when unlocking a file
 2022-11-14 11:40 UTC  (3+ messages)

[PATCH] vfs: fix copy_file_range() averts filesystem freeze protection
 2022-11-14 11:33 UTC  (3+ messages)

[PATCH] writeback: Remove meaningless comment
 2022-11-14 11:02 UTC 

Słowa kluczowe do wypozycjonowania
 2022-11-14  9:06 UTC 

[syzbot] WARNING in anon_vma_name
 2022-11-14  6:28 UTC 

[RFC 0/4] fs: provide per-filesystem options to disable fscrypt
 2022-11-14  6:02 UTC  (10+ 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] mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
 2022-11-14  3:59 UTC  (4+ messages)
` [PATCH v2] "

[RESEND PATCH 0/5] kernfs: Use a per-fs rwsem to protect per-fs list of kernfs_super_info
 2022-11-13 17:30 UTC  (4+ messages)
` [RESEND PATCH 4/5] kernfs: Replace per-fs rwsem with hashed rwsems

[PATCH v2 0/8] ext4: Convert inode preallocation list to an rbtree
 2022-11-13 13:03 UTC  (2+ messages)

[PATCH v5 00/30] acl: add vfs posix acl api
 2022-11-13 11:50 UTC  (5+ messages)
` [PATCH v5 01/30] orangefs: rework posix acl handling when creating new filesystem objects
      ` [PATCH] orangefs: fix mode handling

[linux-next:master] [mm] 2220e3a895: WARNING:at_include/linux/mmap_lock.h:#anon_vma_name
 2022-11-13  9:51 UTC 

[PATCH v2 0/2] fs/ntfs3: Add system.ntfs_attrib_be extended attribute
 2022-11-12 18:19 UTC  (2+ messages)

[PATCH v2 0/5] fs/ntfs3: Fix and rename hidedotfiles mount option
 2022-11-12 18:18 UTC  (2+ messages)

[PATCH v2 0/2] fs/ntfs3: Add windows_names mount option
 2022-11-12 18:16 UTC  (2+ messages)

[RESEND PATCH v2 0/2] watch_queue: Clean up some code
 2022-11-12 10:30 UTC  (3+ messages)
` [RESEND PATCH v2 1/2] include/linux/watch_queue: Improve documentation
` [RESEND PATCH v2 2/2] kernel/watch_queue: NULL the dangling *pipe, and use it for clear check

[PATCH v2 0/3] fsnotify: fix softlockups iterating over d_subdirs
 2022-11-12 10:00 UTC  (20+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] fsnotify: Use d_find_any_alias to get dentry associated with inode
  ` [PATCH v4 0/5] fsnotify: fix softlockups iterating over d_subdirs
    ` [PATCH v4 1/5] fsnotify: clear PARENT_WATCHED flags lazily
    ` [PATCH v4 2/5] fsnotify: Use d_find_any_alias to get dentry associated with inode
    ` [PATCH v4 3/5] dnotify: move fsnotify_recalc_mask() outside spinlock
    ` [PATCH v4 4/5] fsnotify: allow sleepable child flag update
    ` [PATCH v4 5/5] fsnotify: require inode lock held during "

[PATCH 1/2] shmem: implement user/group quota support for tmpfs
 2022-11-12  3:29 UTC  (2+ messages)

[PATCH 0/4] filelock: WARN when @filp and fl_file don't match
 2022-11-11 21:55 UTC  (5+ messages)
` [PATCH 1/4] lockd: set missing fl_flags field when retrieving args
` [PATCH 2/4] lockd: ensure we use the correct file description when unlocking
` [PATCH 3/4] lockd: fix file selection in nlmsvc_cancel_blocked
` [PATCH 4/4] filelock: WARN_ON_ONCE when ->fl_file and filp don't match

[PATCH v2] binfmt_elf: Allow .bss in any interp PT_LOAD
 2022-11-11 20:27 UTC  (4+ messages)

[PATCH v3] xattr: use rbtree for simple_xattrs
 2022-11-11 19:31 UTC  (3+ messages)

[PATCH v2] xattr: use rbtree for simple_xattrs
 2022-11-11 18:45 UTC  (6+ messages)

consolidate btrfs checksumming, repair and bio splitting
 2022-11-11 17:57 UTC  (8+ messages)

[PATCH v5] vfs, security: Fix automount superblock LSM init problem, preventing NFS sb sharing
 2022-11-11 17:43 UTC  (3+ messages)

[PATCH printk v3 00/40] reduce console_lock scope
 2022-11-11 14:43 UTC  (2+ messages)

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

[PATCH] fuse: initialize attr_version of new fuse inodes by fc->attr_version
 2022-11-11  9:37 UTC 

[PATCH] binfmt_elf: Allow .bss in any interp PT_LOAD
 2022-11-11  5:57 UTC 

[PATCH] mm: remove kern_addr_valid() completely
 2022-11-11  2:50 UTC  (2+ messages)

[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 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  (2+ 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).