linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-09 20:45:08 to 2024-10-11 10:55:14 UTC [more...]

[RFC PATCH v1 1/7] fs: Add inode_get_ino() and implement get_ino() for NFS
 2024-10-11 10:54 UTC  (20+ messages)
` [RFC PATCH v1 2/7] audit: Fix inode numbers
  ` [PATCH RFC "
` [RFC PATCH v1 3/7] selinux: Fix inode numbers in error messages
  ` [PATCH RFC "
` [RFC PATCH v1 4/7] integrity: Fix inode numbers in audit records
  ` [PATCH RFC "
` [RFC PATCH v1 5/7] ipe: "
` [RFC PATCH v1 6/7] smack: Fix inode numbers in logs
` [RFC PATCH v1 7/7] tomoyo: "

[PATCH RFC/RFT 0/3] Converge common flows for cpu assisted shadow stack
 2024-10-11 10:38 UTC  (6+ messages)
` [PATCH RFC/RFT 1/3] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH RFC/RFT 2/3] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH RFC/RFT 3/3] kernel: converge common shadow stack flow agnostic to arch

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-11 10:18 UTC  (7+ messages)
` [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

Known and unfixed active data loss bug in MM + XFS with large folios since Dec 2021 (any kernel from 6.1 upwards)
 2024-10-11  9:08 UTC  (21+ messages)

[PATCH v7 0/3] FDP and per-io hints
 2024-10-11  9:02 UTC  (29+ messages)

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

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-10-11  8:56 UTC  (4+ messages)

[PATCH 0/3] introduce PIDFD_SELF* sentinels
 2024-10-11  8:20 UTC  (6+ messages)
` [PATCH 1/3] pidfd: extend pidfd_get_pid() and de-duplicate pid lookup
` [PATCH 2/3] pidfd: add PIDFD_SELF* sentinels to refer to own thread/process
` [PATCH 3/3] selftests: pidfd: add tests for PIDFD_SELF_*

[PATCH 5/6] unicode: kunit: refactor selftest to kunit tests
 2024-10-11  7:25 UTC  (2+ messages)
` [PATCH 6/6] unicode: kunit: change tests filename and path

[PATCH v2] tmpfs: fault in smaller chunks if large folio allocation not allowed
 2024-10-11  6:59 UTC  (2+ messages)
` [PATCH v3] tmpfs: don't enable large folios if not supported

[PATCH 00/12] btrfs reads through iomap
 2024-10-11  5:19 UTC  (23+ messages)
` [PATCH 01/12] iomap: check if folio size is equal to FS block size
` [PATCH 03/12] iomap: add bioset in iomap_read_folio_ops for filesystems to use own bioset
` [PATCH 04/12] iomap: include iomap_read_end_io() in header
` [PATCH 05/12] iomap: Introduce IOMAP_ENCODED
` [PATCH 06/12] iomap: Introduce read_inline() function hook

[PATCH 1/8] cachefiles: Fix incorrect block calculations in __cachefiles_prepare_write()
 2024-10-11  1:31 UTC  (21+ messages)
` [PATCH 0/8] netfs/cachefiles: Some bugfixes
  ` [PATCH 4/8] cachefiles: Clear invalid cache data in advance
  ` [PATCH 5/8] cachefiles: Clean up in cachefiles_commit_tmpfile()
  ` [PATCH 8/8] netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING
  ` [PATCH 7/8] cachefiles: Fix NULL pointer dereference in object->file
  ` [PATCH 3/8] cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()
  ` [PATCH 6/8] cachefiles: Modify inappropriate error return value in cachefiles_daemon_secctx()

[PATCHSET v5.0 5/9] xfs: preparation for realtime allocation groups
 2024-10-11  1:01 UTC  (3+ messages)
  ` [PATCH 1/2] xfs: fix rt device offset calculations for FITRIM
  ` [PATCH 2/2] iomap: add a merge boundary flag

[PATCH 00/12] fs/dax: Fix FS DAX page reference counts
 2024-10-11  0:20 UTC  (6+ messages)
` [PATCH 02/12] pci/p2pdma: Don't initialise page refcount to one

[PATCH] MAINTAINERS: remove me from sysctl
 2024-10-10 23:13 UTC 

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

[PATCH] XArray: minor documentation improvements
 2024-10-10 22:41 UTC  (15+ messages)
    ` [PATCH v2] "
          ` [PATCH v3] "
                ` [PATCH v4] "

[PATCH v3 -next 00/15] sysctl: move sysctls from vm_table into its own files
 2024-10-10 21:43 UTC  (18+ messages)
` [PATCH v3 -next 01/15] mm: vmstat: move sysctls to mm/vmstat.c
` [PATCH v3 -next 02/15] mm: filemap: move sysctl to mm/filemap.c
` [PATCH v3 -next 03/15] mm: swap: move sysctl to mm/swap.c
` [PATCH v3 -next 04/15] mm: vmscan: move vmscan sysctls to mm/vmscan.c
` [PATCH v3 -next 05/15] mm: util: move sysctls to mm/util.c
` [PATCH v3 -next 06/15] mm: mmap: move sysctl to mm/mmap.c
` [PATCH v3 -next 07/15] security: min_addr: move sysctl to security/min_addr.c
` [PATCH v3 -next 08/15] mm: nommu: move sysctl to mm/nommu.c
` [PATCH v3 -next 09/15] fs: fs-writeback: move sysctl to fs/fs-writeback.c
` [PATCH v3 -next 10/15] fs: drop_caches: move sysctl to fs/drop_caches.c
` [PATCH v3 -next 11/15] sunrpc: use vfs_pressure_ratio() helper
` [PATCH v3 -next 12/15] fs: dcache: move the sysctl to fs/dcache.c
` [PATCH v3 -next 13/15] x86: vdso: move the sysctl to arch/x86/entry/vdso/vdso32-setup.c
` [PATCH v3 -next 14/15] sh: vdso: move the sysctl to arch/sh/kernel/vsyscall/vsyscall.c
` [PATCH v3 -next 15/15] sysctl: remove unneeded include

[PATCH] MAINTAINERS: Add Unicode tree
 2024-10-10 20:02 UTC 

[PATCH v6 00/10] tmpfs: Add case-insensitive support for tmpfs
 2024-10-10 19:39 UTC  (11+ messages)
` [PATCH v6 01/10] libfs: Create the helper function generic_ci_validate_strict_name()
` [PATCH v6 02/10] ext4: Use generic_ci_validate_strict_name helper
` [PATCH v6 03/10] unicode: Export latest available UTF-8 version number
` [PATCH v6 04/10] unicode: Recreate utf8_parse_version()
` [PATCH v6 05/10] libfs: Export generic_ci_ dentry functions
` [PATCH v6 06/10] tmpfs: Always set simple_dentry_operations as dentry ops
` [PATCH v6 07/10] tmpfs: Add casefold lookup support
` [PATCH v6 08/10] tmpfs: Add flag FS_CASEFOLD_FL support for tmpfs dirs
` [PATCH v6 09/10] tmpfs: Expose filesystem features via sysfs
` [PATCH v6 10/10] docs: tmpfs: Add casefold options

[GIT PULL] xfs: bug fixes for 6.12-rc3
 2024-10-10 17:30 UTC  (3+ messages)

[PATCH 0/3] add support for drop_caches for individual filesystem
 2024-10-10 17:17 UTC  (11+ messages)
` [PATCH 1/3] vfs: introduce shrink_icache_sb() helper
` [PATCH 2/3] sysctl: add support for drop_caches for individual filesystem
` [PATCH 3/3] Documentation: add instructions for using 'drop_fs_caches sysctl' sysctl

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-10 17:16 UTC  (5+ messages)
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1

[PATCH v9] pidfd: add ioctl to retrieve pid info
 2024-10-10 15:55 UTC  (16+ messages)

[PATCH v11] pidfd: add ioctl to retrieve pid info
 2024-10-10 15:52 UTC 

[PATCH] coredump: add cond_resched() to dump_user_range
 2024-10-10 15:36 UTC 

[syzbot] [hfs?] KMSAN: uninit-value in __hfs_ext_cache_extent (2)
 2024-10-10 14:16 UTC  (3+ messages)

[PATCH v3 00/10] ext4: clean up and refactor fallocate
 2024-10-10 13:33 UTC  (11+ messages)
` [PATCH v3 01/10] ext4: remove writable userspace mappings before truncating page cache
` [PATCH v3 02/10] ext4: don't explicit update times in ext4_fallocate()
` [PATCH v3 03/10] ext4: don't write back data before punch hole in nojournal mode
` [PATCH v3 04/10] ext4: refactor ext4_punch_hole()
` [PATCH v3 05/10] ext4: refactor ext4_zero_range()
` [PATCH v3 06/10] ext4: refactor ext4_collapse_range()
` [PATCH v3 07/10] ext4: refactor ext4_insert_range()
` [PATCH v3 08/10] ext4: factor out ext4_do_fallocate()
` [PATCH v3 09/10] ext4: move out inode_lock into ext4_fallocate()
` [PATCH v3 10/10] ext4: move out common parts "

[PATCH v3 0/3] API for exporting connectable file handles to userspace
 2024-10-10 11:01 UTC  (5+ messages)
` [PATCH v3 1/3] fs: prepare for "explicit connectable" file handles

[PATCH 3/6] fs/ntfs3: Sequential field availability check in mi_enum_attr()
 2024-10-10 11:00 UTC  (2+ messages)

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-10-10 10:09 UTC  (5+ messages)
` [PATCH RFC v3 03/10] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
  ` (subset) "

[PATCH v2 1/2] fs/super.c: introduce get_tree_bdev_flags()
 2024-10-10  9:48 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.12-rc2
 2024-10-10  8:51 UTC  (11+ messages)

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

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

[viro-vfs:work.statx 1/3] fs/stat.c:770:11: warning: variable 'lflags' set but not used
 2024-10-10  5:49 UTC 

[linux-next:master] 218a562f27: segfault_at_ip_sp_error
 2024-10-10  5:26 UTC 

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

[PATCH][next] fs: Fix uninitialized scalar variable now
 2024-10-09 22:55 UTC  (7+ messages)

[PATCH 8/8] netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING
 2024-08-21  2:43 UTC 

[PATCH 5/8] cachefiles: Clean up in cachefiles_commit_tmpfile()
 2024-08-21  2:42 UTC 

[PATCH 4/8] cachefiles: Clear invalid cache data in advance
 2024-08-21  2:42 UTC 

[PATCH 6/8] cachefiles: Modify inappropriate error return value in cachefiles_daemon_secctx()
 2024-08-21  2:42 UTC 

[PATCH 3/8] cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter()
 2024-08-21  2:42 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 NNTP newsgroup(s).