linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-22 16:12:13 to 2023-11-24 07:48:58 UTC [more...]

[PATCHES] assorted dcache stuff
 2023-11-24  7:48 UTC  (25+ messages)
` [PATCH 01/20] selinux: saner handling of policy reloads
  ` [PATCH 02/20] ovl: stop using d_alloc_anon()/d_instantiate_anon()
  ` [PATCH 03/20] struct dentry: get rid of randomize_layout idiocy
  ` [PATCH 04/20] get rid of __dget()
  ` [PATCH 05/20] DCACHE_... ->d_flags bits: switch to BIT()
  ` [PATCH 06/20] DCACHE_COOKIE: RIP
  ` [PATCH 07/20] kill d_{is,set}_fallthru()
  ` [PATCH 08/20] dentry.h: trim externs
  ` [PATCH 09/20] [software coproarchaeology] dentry.h: kill a mysterious comment
  ` [PATCH 10/20] kill d_backing_dentry()
  ` [PATCH 11/20] kill d_instantate_anon(), fold __d_instantiate_anon() into remaining caller
  ` [PATCH 12/20] d_alloc_pseudo(): move setting ->d_op there from the (sole) caller
  ` [PATCH 13/20] nsfs: use d_make_root()
  ` [PATCH 14/20] simple_fill_super(): don't bother with d_genocide() on failure
  ` [PATCH 15/20] d_genocide(): move the extern into fs/internal.h
    ` d_genocide()? What about d_holodomor(), d_massmurder(), d_execute_warcrimes()? "
  ` [PATCH 16/20] get rid of DCACHE_GENOCIDE
  ` [PATCH 17/20] d_alloc_parallel(): in-lookup hash insertion doesn't need an RCU variant
  ` [PATCH 18/20] __d_unalias() doesn't use inode argument
  ` [PATCH 19/20] kill DCACHE_MAY_FREE
  ` [PATCH 20/20] dcache: remove unnecessary NULL check in dget_dlock()

[PATCH v2 0/4] eventfd: simplify signal helpers
 2023-11-24  7:47 UTC  (10+ messages)
` [PATCH v2 1/4] i915: make inject_virtual_interrupt() void
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()

[PATCH] fs/aio: obey min_nr when doing wakeups
 2023-11-24  7:47 UTC  (4+ messages)

[RFC][PATCHSET v3] simplifying fast_dput(), dentry_kill() et.al
 2023-11-24  7:44 UTC  (23+ messages)
` [PATCH v3 01/21] switch nfsd_client_rmdir() to use of simple_recursive_removal()
  ` [PATCH v3 02/21] coda_flag_children(): cope with dentries turning negative
  ` [PATCH v3 03/21] dentry: switch the lists of children to hlist
  ` [PATCH v3 04/21] centralize killing dentry from shrink list
  ` [PATCH v3 05/21] shrink_dentry_list(): no need to check that dentry refcount is marked dead
  ` [PATCH v3 06/21] fast_dput(): having ->d_delete() is not reason to delay refcount decrement
  ` [PATCH v3 07/21] fast_dput(): handle underflows gracefully
  ` [PATCH v3 08/21] fast_dput(): new rules for refcount
  ` [PATCH v3 09/21] __dput_to_list(): do decrement of refcount in the callers
  ` [PATCH v3 10/21] make retain_dentry() neutral with respect to refcounting
  ` [PATCH v3 11/21] __dentry_kill(): get consistent rules for victim's refcount
  ` [PATCH v3 12/21] dentry_kill(): don't bother with retain_dentry() on slow path
  ` [PATCH v3 13/21] Call retain_dentry() with refcount 0
  ` [PATCH v3 14/21] fold the call of retain_dentry() into fast_dput()
  ` [PATCH v3 15/21] don't try to cut corners in shrink_lock_dentry()
  ` [PATCH v3 16/21] fold dentry_kill() into dput()
  ` [PATCH v3 17/21] to_shrink_list(): call only if refcount is 0
  ` [PATCH v3 18/21] switch select_collect{,2}() to use of to_shrink_list()
  ` [PATCH v3 19/21] d_prune_aliases(): use a shrink list
  ` [PATCH v3 20/21] __dentry_kill(): new locking scheme
  ` [PATCH v3 21/21] retain_dentry(): introduce a trimmed-down lockless variant

[PATCHES][CFT] rename deadlock fixes
 2023-11-24  7:24 UTC  (17+ messages)
` [PATCH 1/9] reiserfs: Avoid touching renamed directory if parent does not change
  ` [PATCH 2/9] ocfs2: "
  ` [PATCH 3/9] udf_rename(): only access the child content on cross-directory rename
  ` [PATCH 4/9] ext2: Avoid reading renamed directory if parent does not change
  ` [PATCH 5/9] ext4: don't access the source subdirectory content on same-directory rename
  ` [PATCH 6/9] f2fs: Avoid reading renamed directory if parent does not change
  ` [PATCH 7/9] rename(): fix the locking of subdirectories
  ` [PATCH 8/9] kill lock_two_inodes()
  ` [PATCH 9/9] rename(): avoid a deadlock in the case of parents having no common ancestor

[linus:master] [filemap] c8be038067: vm-scalability.throughput -27.3% regression
 2023-11-24  6:42 UTC  (3+ messages)

[PATCH v2 00/16] Tidy up file permission hooks
 2023-11-23 17:56 UTC  (44+ messages)
` [PATCH v2 01/16] ovl: add permission hooks outside of do_splice_direct()
` [PATCH v2 02/16] splice: remove permission hook from do_splice_direct()
` [PATCH v2 03/16] splice: move permission hook out of splice_direct_to_actor()
` [PATCH v2 04/16] splice: move permission hook out of splice_file_to_pipe()
` [PATCH v2 05/16] splice: remove permission hook from iter_file_splice_write()
` [PATCH v2 06/16] remap_range: move permission hooks out of do_clone_file_range()
` [PATCH v2 07/16] remap_range: move file_start_write() to after permission hook
` [PATCH v2 08/16] btrfs: "
` [PATCH v2 10/16] fs: move file_start_write() into vfs_iter_write()
` [PATCH v2 11/16] fs: move permission hook out of do_iter_write()
` [PATCH v2 12/16] fs: move permission hook out of do_iter_read()
` [PATCH v2 13/16] fs: move kiocb_start_write() into vfs_iocb_iter_write()
` [PATCH v2 14/16] fs: create __sb_write_started() helper
` [PATCH v2 16/16] fs: create {sb,file}_write_not_started() helpers

[syzbot] [btrfs?] memory leak in clear_state_bit
 2023-11-24  4:07 UTC 

[PATCH v13 bpf-next 0/6] bpf: File verification with LSM and fsverity
 2023-11-24  2:53 UTC  (8+ messages)
` [PATCH v13 bpf-next 1/6] bpf: Add kfunc bpf_get_file_xattr
` [PATCH v13 bpf-next 2/6] bpf, fsverity: Add kfunc bpf_get_fsverity_digest
` [PATCH v13 bpf-next 3/6] Documentation/bpf: Add documentation for filesystem kfuncs
` [PATCH v13 bpf-next 4/6] selftests/bpf: Sort config in alphabetic order
` [PATCH v13 bpf-next 5/6] selftests/bpf: Add tests for filesystem kfuncs
` [PATCH v13 bpf-next 6/6] selftests/bpf: Add test that uses fsverity and xattr to sign a file

[PATCH] fs/Kconfig: Make hugetlbfs a menuconfig
 2023-11-24  2:37 UTC  (3+ messages)

[RFC PATCH 00/18] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2023-11-24  1:41 UTC  (24+ messages)
` [RFC PATCH 01/18] ext4: introduce ext4_es_skip_hole_extent() to skip hole extents
` [RFC PATCH 02/18] ext4: make ext4_es_lookup_extent() return the next extent if not found
` [RFC PATCH 03/18] ext4: correct the hole length returned by ext4_map_blocks()
` [RFC PATCH 04/18] ext4: add a hole extent entry in cache after punch
` [RFC PATCH 05/18] ext4: make ext4_map_blocks() distinguish delayed only mapping
` [RFC PATCH 06/18] ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC mapping type
` [RFC PATCH 07/18] ext4: allow reserving multi-delayed blocks
` [RFC PATCH 08/18] ext4: add a new iomap aops for regular file's buffered IO path
` [RFC PATCH 09/18] ext4: implement buffered read iomap path
` [RFC PATCH 10/18] ext4: implement buffered write "
` [RFC PATCH 11/18] iomap: add a fs private parameter to iomap_ioend
` [RFC PATCH 12/18] iomap: don't increase i_size if it's not a write operation
` [RFC PATCH 13/18] ext4: impliment writeback iomap path
` [RFC PATCH 14/18] ext4: impliment zero_range "
` [RFC PATCH 15/18] ext4: writeback partial blocks before zero range
` [RFC PATCH 16/18] ext4: impliment mmap iomap path
` [RFC PATCH 17/18] ext4: partial enable iomap for regular file's buffered IO path
` [RFC PATCH 18/18] ext4: enable large folio for regular file which has been switched to use iomap

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-11-23 21:52 UTC  (30+ messages)
` [PATCH v6 3/9] fs: Expose name under lookup to d_revalidate hooks
` [PATCH v6 4/9] fs: Add DCACHE_CASEFOLDED_NAME flag
` [PATCH v6 5/9] libfs: Validate negative dentries in case-insensitive directories
    ` [f2fs-dev] [PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs

[PATCH] scsi: target: core: add missing file_{start,end}_write()
 2023-11-23 20:04 UTC  (3+ messages)

[syzbot] [ntfs3?] WARNING in indx_insert_into_buffer
 2023-11-23 17:06 UTC 

[RFC 2/3] ext2: Convert ext2 regular file buffered I/O to use iomap
 2023-11-23  7:09 UTC  (9+ messages)

[PATCH 0/4] eventfs: Some more minor fixes
 2023-11-22 23:40 UTC  (3+ messages)

[PATCH 1/3] block: Rework bio_for_each_segment_all()
 2023-11-22 23:28 UTC  (3+ messages)
` [PATCH 2/3] block: Rework bio_for_each_folio_all(), add bio_for_each_folio()
` [PATCH 3/3] block: Add documentation for bio iterator macros

[RFC PATCH 00/11] mm/mempolicy: Make task->mempolicy externally modifiable via syscall and procfs
 2023-11-22 22:24 UTC  (15+ messages)
` [RFC PATCH 01/11] mm/mempolicy: refactor do_set_mempolicy for code re-use
` [RFC PATCH 02/11] mm/mempolicy: swap cond reference counting logic in do_get_mempolicy
` [RFC PATCH 03/11] mm/mempolicy: refactor set_mempolicy stack to take a task argument
` [RFC PATCH 04/11] mm/mempolicy: modify get_mempolicy call "
` [RFC PATCH 05/11] mm/mempolicy: modify set_mempolicy_home_node "
` [RFC PATCH 06/11] mm/mempolicy: modify do_mbind to operate on task argument instead of current
` [RFC PATCH 07/11] mm/mempolicy: add task mempolicy syscall variants
` [RFC PATCH 08/11] mm/mempolicy: export replace_mempolicy for use by procfs
` [RFC PATCH 09/11] mm/mempolicy: build mpol_parse_str unconditionally
` [RFC PATCH 10/11] mm/mempolicy: mpol_parse_str should ignore trailing characters in nodelist
` [RFC PATCH 11/11] fs/proc: Add mempolicy attribute to allow read/write of task mempolicy

[RFC] simplifying fast_dput(), dentry_kill() et.al
 2023-11-22 19:11 UTC  (13+ messages)
` [PATCH 01/15] fast_dput(): having ->d_delete() is not reason to delay refcount decrement
  ` [PATCH 09/15] fold the call of retain_dentry() into fast_dput()
          ` lockless case of retain_dentry() (was Re: [PATCH 09/15] fold the call of retain_dentry() into fast_dput())

[PATCH 0/5] afs: Miscellaneous small fixes
 2023-11-22 19:05 UTC  (6+ messages)
` [PATCH 3/5] afs: Return ENOENT if no cell DNS record can be found
` [PATCH 4/5] afs: Fix file locking on R/O volumes to operate in local mode

xfs-linux: for-next updated to 9c235dfc3d3f
 2023-11-22 18:19 UTC 

[syzbot] [ext4?] WARNING in ext4_dio_write_end_io
 2023-11-22 17:11 UTC  (2+ messages)

proposed libc interface and man page for statmount(2)
 2023-11-22 16:18 UTC  (17+ messages)

[PATCH v2 00/18] btrfs: convert to the new mount API
 2023-11-22 16:12 UTC  (4+ messages)
` [PATCH v2 09/18] btrfs: add parse_param callback for the new mount api


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