linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-22 09:42:52 to 2023-11-23 19:53:35 UTC [more...]

[PATCH v6 0/9] Support negative dentries on case-insensitive ext4 and f2fs
 2023-11-23 19:53 UTC  (28+ 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 v2 0/4] eventfd: simplify signal helpers
 2023-11-23 19:43 UTC  (15+ messages)
` [PATCH v2 1/4] i915: make inject_virtual_interrupt() void
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()
` [PATCH v2 3/4] eventfd: simplify eventfd_signal_mask()
` [PATCH v2 4/4] eventfd: make eventfd_signal{_mask}() void

[PATCH v2 00/16] Tidy up file permission hooks
 2023-11-23 17:56 UTC  (38+ 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 09/16] coda: change locking order in coda_file_write_iter()
` [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 15/16] fs: create file_write_started() helper
` [PATCH v2 16/16] fs: create {sb,file}_write_not_started() helpers

[PATCH] fs/aio: obey min_nr when doing wakeups
 2023-11-23 17:40 UTC  (2+ messages)

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

[linus:master] [filemap] c8be038067: vm-scalability.throughput -27.3% regression
 2023-11-23 16:05 UTC  (2+ messages)

[RFC PATCH 00/18] ext4: use iomap for regular file's buffered IO path and enable large foilo
 2023-11-23 15:36 UTC  (22+ 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] scsi: target: core: add missing file_{start,end}_write()
 2023-11-23 15:16 UTC  (2+ messages)

[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

[PATCHES][CFT] rename deadlock fixes
 2023-11-22 19:36 UTC  (10+ 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

[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  (18+ 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

[syzbot] [reiserfs?] kernel BUG in entry_points_to_object
 2023-11-22 15:43 UTC 

[PATCH 0/4] mnt_idmapping: decouple from namespaces
 2023-11-22 15:14 UTC  (8+ messages)
` [PATCH 1/4] mnt_idmapping: remove check_fsmapping()
` [PATCH 2/4] mnt_idmapping: remove nop check
` [PATCH 3/4] mnt_idmapping: decouple from namespaces
` [PATCH 4/4] fs: reformat idmapped mounts entry

[syzbot] [ntfs3?] WARNING in attr_data_get_block (3)
 2023-11-22 14:48 UTC  (2+ messages)

[PATCH v2 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-22 14:00 UTC  (2+ messages)

[PATCH] fs: allow calling kiocb_end_write() unmatched with kiocb_start_write()
 2023-11-22 10:20 UTC  (5+ messages)

[PATCH v7 00/39] arm64/gcs: Provide support for GCS in userspace
 2023-11-22  9:42 UTC  (40+ messages)
` [PATCH v7 01/39] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v7 02/39] prctl: arch-agnostic prctl for shadow stack
` [PATCH v7 03/39] mman: Add map_shadow_stack() flags
` [PATCH v7 04/39] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v7 05/39] arm64/gcs: Document the ABI "
` [PATCH v7 06/39] arm64/sysreg: Add new system registers for GCS
` [PATCH v7 07/39] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v7 08/39] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v7 09/39] arm64/gcs: Provide put_user_gcs()
` [PATCH v7 10/39] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v7 11/39] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v7 12/39] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v7 13/39] arm64/mm: Map pages for guarded control stack
` [PATCH v7 14/39] KVM: arm64: Manage GCS registers for guests
` [PATCH v7 15/39] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v7 16/39] arm64/idreg: Add overrride for GCS
` [PATCH v7 17/39] arm64/hwcap: Add hwcap "
` [PATCH v7 18/39] arm64/traps: Handle GCS exceptions
` [PATCH v7 19/39] arm64/mm: Handle GCS data aborts
` [PATCH v7 20/39] arm64/gcs: Context switch GCS state for EL0
` [PATCH v7 21/39] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v7 22/39] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v7 23/39] arm64/mm: Implement map_shadow_stack()
` [PATCH v7 24/39] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v7 25/39] arm64/signal: Expose GCS state in signal frames
` [PATCH v7 26/39] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v7 27/39] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v7 28/39] kselftest/arm64: Verify the GCS hwcap
` [PATCH v7 29/39] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v7 30/39] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v7 31/39] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v7 32/39] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v7 33/39] kselftest/arm64: Add very basic GCS test program
` [PATCH v7 34/39] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v7 35/39] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v7 36/39] selftests/arm64: Add GCS signal tests
` [PATCH v7 37/39] kselftest/arm64: Add a GCS stress test
` [PATCH v7 38/39] kselftest/arm64: Enable GCS for the FP stress tests
` [PATCH v7 39/39] kselftest/clone3: Enable GCS in the clone3 selftests


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