linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-08 04:52:05 to 2024-10-09 20:24:54 UTC [more...]

[GIT PULL -rc3] unicode fixes
 2024-10-09 20:24 UTC  (2+ messages)

[PATCH][next] fs: Fix uninitialized scalar variable now
 2024-10-09 20:05 UTC 

[PATCH] XArray: minor documentation improvements
 2024-10-09 19:36 UTC 

[PATCH v9] pidfd: add ioctl to retrieve pid info
 2024-10-09 19:20 UTC  (5+ messages)

[PATCH v4 0/9] nfsd: implement the "delstid" draft
 2024-10-09 18:39 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.12-rc2
 2024-10-09 17:54 UTC  (12+ messages)

[PATCH v2 1/2] fs/super.c: introduce get_tree_bdev_flags()
 2024-10-09 16:57 UTC  (7+ messages)
` [PATCH v2 2/2] erofs: use get_tree_bdev_flags() to avoid misleading messages

[PATCH] fs: grab current_time() in setattr_copy_mgtime() when ATTR_CTIME is unset
 2024-10-09 16:56 UTC  (2+ messages)

[PATCH v7 0/3] FDP and per-io hints
 2024-10-09 16:28 UTC  (25+ messages)

[PATCH] fanotify.7,fanotify_mark.2: update documentation of fanotify w.r.t fsid
 2024-10-09 15:49 UTC  (3+ messages)

[PATCH v2 0/2] API for exporting connectable file handles to userspace
 2024-10-09 15:47 UTC  (12+ messages)

[PATCHES] fdtable series v2
 2024-10-09 15:36 UTC  (10+ messages)
` [PATCHES] fdtable series v3
  ` [PATCH v3 01/11] get rid of ...lookup...fdget_rcu() family
    ` [PATCH v3 10/11] make __set_open_fd() set cloexec state as well

New Defects reported by Coverity Scan for linux-next weekly scan (fwd)
 2024-10-09 15:30 UTC 

[PATCH v3 0/2] Cleanup some writeback codes
 2024-10-09 15:20 UTC  (5+ messages)
` [PATCH v3 1/2] mm/page-writeback.c: Update comment for BANDWIDTH_INTERVAL
` [PATCH v3 2/2] mm/page-writeback.c: Fix comment of wb_domain_writeout_add()

[PATCH 0/3] Cleanup some writeback codes
 2024-10-09 14:55 UTC  (7+ messages)
` [PATCH 1/3] mm/page-writeback.c: Rename BANDWIDTH_INTERVAL to UPDATE_INTERVAL

[PATCH v5 00/30] Permission Overlay Extension
 2024-10-09 14:43 UTC  (4+ messages)
` [PATCH v5 19/30] arm64: add POE signal support

[RFC] exec: add a flag for "reasonable" execveat() comm
 2024-10-09 14:41 UTC  (4+ messages)

[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
 2024-10-09 14:31 UTC  (3+ messages)

[RFC PATCH 0/7] vfs: improving inode cache iteration scalability
 2024-10-09 14:18 UTC  (20+ messages)
` [PATCH 4/7] vfs: Convert sb->s_inodes iteration to super_iter_inodes()
  ` lsm sb_delete hook, was "

[PATCH v10] pidfd: add ioctl to retrieve pid info
 2024-10-09 14:01 UTC  (2+ messages)

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-09 13:36 UTC  (44+ messages)
` [PATCH v6 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v6 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v6 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v6 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH v6 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v6 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH v6 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v6 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v6 12/33] riscv mm: manufacture shadow stack pte
` [PATCH v6 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v6 14/33] riscv mmu: write protect and shadow stack
` [PATCH v6 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v6 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v6 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v6 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v6 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v6 21/33] riscv/traps: Introduce software check exception
` [PATCH v6 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v6 23/33] riscv/signal: save and restore of shadow stack for signal
` [PATCH v6 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v6 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v6 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v6 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v6 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v6 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH v6 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v6 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v6 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH v2 0/6] sysctl: prepare sysctl core for const struct ctl_table
 2024-10-09 11:56 UTC  (2+ messages)

[syzbot] [kernfs?] INFO: task hung in fdget_pos
 2024-10-09 10:20 UTC 

[linux-next:master] [fs] 2e4c6e78f4: will-it-scale.per_thread_ops -5.7% regression
 2024-10-09 10:13 UTC  (2+ messages)

[PATCH -next] tmpfs: fault in smaller chunks if large folio allocation not allowed
 2024-10-09  8:52 UTC  (13+ messages)
` [PATCH v2] "
      `  "

[PATCH v2 0/3] Cleanup some writeback codes
 2024-10-09  8:26 UTC  (6+ messages)
` [PATCH v2 3/3] xfs: Let the max iomap length be consistent with the writeback code

[PATCH v7 0/3] fuse: add kernel-enforced request timeout option
 2024-10-09  8:14 UTC  (4+ messages)
` [PATCH v7 2/3] fuse: add optional kernel-enforced timeout for requests

[PATCH v3 0/3] API for exporting connectable file handles to userspace
 2024-10-09  7:17 UTC  (11+ messages)
` [PATCH v3 1/3] fs: prepare for "explicit connectable" file handles
` [PATCH v3 2/3] fs: name_to_handle_at() support "
` [PATCH v3 3/3] fs: open_by_handle_at() support for decoding "

[RFC][PATCH] getname_maybe_null() - the third variant of pathname copy-in
 2024-10-09  4:03 UTC 

[PATCH v6 0/2] fuse: add timeout option for requests
 2024-10-08 19:00 UTC  (10+ messages)
` [PATCH v6 1/2] fuse: add optional kernel-enforced timeout "

[GIT PULL] ntfs3: bugfixes for 6.12
 2024-10-08 18:32 UTC  (3+ messages)

fix stale delalloc punching for COW I/O v5
 2024-10-08 17:39 UTC  (12+ messages)
` [PATCH 01/10] iomap: factor out a iomap_last_written_block helper
` [PATCH 02/10] iomap: remove iomap_file_buffered_write_punch_delalloc
` [PATCH 03/10] iomap: move locking out of iomap_write_delalloc_release
` [PATCH 04/10] xfs: factor out a xfs_file_write_zero_eof helper
` [PATCH 05/10] xfs: take XFS_MMAPLOCK_EXCL xfs_file_write_zero_eof
` [PATCH 06/10] xfs: IOMAP_ZERO and IOMAP_UNSHARE already hold invalidate_lock
` [PATCH 07/10] xfs: support the COW fork in xfs_bmap_punch_delalloc_range
` [PATCH 08/10] xfs: share more code in xfs_buffered_write_iomap_begin
` [PATCH 09/10] xfs: set IOMAP_F_SHARED for all COW fork allocations
` [PATCH 10/10] xfs: punch delalloc extents from the COW fork for COW writes

[PATCH v2 0/3] fs: introduce file_ref_t
 2024-10-08 17:29 UTC  (5+ messages)
` [PATCH v2 2/3] fs: add file_ref

[PATCH V2] hfs: convert hfs to use the new mount api
 2024-10-08 15:21 UTC  (3+ messages)

[PATCH v4 0/2] virtiofs: fix the warning for kernel direct IO
 2024-10-08 13:39 UTC  (2+ messages)

[PATCH 1/2] fs/super.c: introduce get_tree_bdev_by_dev()
 2024-10-08 13:12 UTC  (8+ messages)
` [PATCH 2/2] erofs: use get_tree_bdev_by_dev() to avoid misleading messages

[PATCH 6.11 034/558] afs: Fix missing wire-up of afs_retry_request()
 2024-10-08 12:03 UTC  (3+ messages)
` [PATCH 6.11 046/558] netfs: Fix missing wakeup after issuing writes
` [PATCH 6.11 163/558] netfs: Cancel dirty folios that have no storage destination

[PATCH] fs/inode: Fix a typo
 2024-10-08 12:27 UTC  (2+ messages)

[PATCH] fcntl: make F_DUPFD_QUERY associative
 2024-10-08 12:25 UTC  (4+ messages)

[PATCH 6.10 031/482] afs: Fix missing wire-up of afs_retry_request()
 2024-10-08 12:03 UTC  (2+ messages)
` [PATCH 6.10 136/482] netfs: Cancel dirty folios that have no storage destination

[PATCH v8] pidfd: add ioctl to retrieve pid info
 2024-10-08 12:12 UTC  (3+ messages)

[PATCH RFC v2 0/2] arm64: Add infrastructure for use of AT_HWCAP3
 2024-10-08 10:04 UTC  (6+ messages)
` [PATCH RFC v2 1/2] binfmt_elf: Wire up AT_HWCAP3 at AT_HWCAP4
` [PATCH RFC v2 2/2] arm64: Support AT_HWCAP3

[PATCH 00/12] btrfs reads through iomap
 2024-10-08  9:48 UTC  (11+ messages)
` [PATCH 01/12] iomap: check if folio size is equal to FS block size
` [PATCH 02/12] iomap: Introduce iomap_read_folio_ops
` [PATCH 03/12] iomap: add bioset in iomap_read_folio_ops for filesystems to use own bioset
` [PATCH 05/12] iomap: Introduce IOMAP_ENCODED

Incorrect error message from erofs "backed by file" in 6.12-rc
 2024-10-08  8:48 UTC  (5+ messages)

[PATCH] netfs: fix documentation build error
 2024-10-08  8:40 UTC  (2+ messages)

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-08  6:27 UTC  (8+ messages)
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone

[syzbot] [hfs?] possible deadlock in hfsplus_file_extend
 2024-10-08  6:18 UTC  (2+ messages)

[PATCH 0/2] vfs: fstatat, statx: Consistently accept AT_EMPTY_PATH and NULL path
 2024-10-08  4:52 UTC  (6+ messages)
` [PATCH 2/2] vfs: Make sure {statx,fstatat}(..., AT_EMPTY_PATH | ..., NULL, ...) behave as (..., AT_EMPTY_PATH | ..., "", ...)


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