messages from 2025-03-25 12:19:25 to 2025-03-27 20:57:47 UTC [more...]
[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-03-27 20:57 UTC (13+ messages)
` [PATCH v4 2/3] fs: split fileattr/fsxattr converters into helpers
` [PATCH v4 3/3] fs: introduce getfsxattrat and setfsxattrat syscalls
[GIT PULL] orangefs updates for 6.15
2025-03-27 20:49 UTC (2+ messages)
[GIT PULL] bcachefs for 6.15, v2
2025-03-27 20:48 UTC (3+ messages)
[PATCH v3] mm/filemap: Allow arch to request folio size for exec memory
2025-03-27 20:23 UTC (3+ messages)
[PATCH] generic/764: fsstress + migrate_pages() test
2025-03-27 20:22 UTC (4+ messages)
[PATCH] proc: Fix the issue of proc_mem_open returning NULL
2025-03-27 19:24 UTC (3+ messages)
` [PATCH V2] "
[PATCH 1/5] ovl: don't allow datadir only
2025-03-27 19:23 UTC (22+ messages)
` [PATCH 3/5] ovl: make redirect/metacopy rejection consistent
[PATCH] hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
2025-03-27 19:15 UTC (5+ messages)
[LSF/MM/BPF TOPIC] vfs write barriers
2025-03-27 18:23 UTC (7+ messages)
[RFC PATCH 0/4] vfs freeze/thaw on suspend/resume
2025-03-27 18:20 UTC (7+ messages)
` [RFC PATCH 1/4] locking/percpu-rwsem: add freezable alternative to down_read
` [RFC PATCH 2/4] vfs: make sb_start_write freezable
` [RFC PATCH 3/4] fs/super.c: introduce reverse superblock iterator and use it in emergency remount
` [RFC PATCH 4/4] vfs: add filesystem freeze/thaw callbacks for power management
[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_write_iter
2025-03-27 17:46 UTC (18+ messages)
[LSF/MM/BPF TOPIC] Filesystem Suspend Resume
2025-03-27 17:30 UTC (19+ messages)
` [Lsf-pc] "
[PATCH 00/11] Remove aops->writepage
2025-03-27 17:22 UTC (5+ messages)
` [PATCH 06/11] migrate: Remove call to ->writepage
[PATCH 6.1 000/197] 6.1.132-rc2 review
2025-03-27 17:04 UTC (2+ messages)
[PATCH] iomap: Fix conflicting values of iomap flags
2025-03-27 17:01 UTC
[PATCH RFC 0/6] Allow file-backed or shared device private pages
2025-03-27 16:47 UTC (5+ messages)
[syzbot] [mm?] [fs?] BUG: sleeping function called from invalid context in folio_mc_copy
2025-03-27 16:26 UTC
[RFC PATCH V3 00/43] rv64ilp32_abi: Build CONFIG_64BIT kernel-self with ILP32 ABI
2025-03-27 16:20 UTC (53+ messages)
` [RFC PATCH V3 01/43] rv64ilp32_abi: uapi: Reuse lp64 ABI interface
` [RFC PATCH V3 11/43] rv64ilp32_abi: riscv: Introduce PTR_L and PTR_S
` [RFC PATCH V3 12/43] rv64ilp32_abi: riscv: Introduce cmpxchg_double
` [RFC PATCH V3 13/43] rv64ilp32_abi: riscv: Correct stackframe layout
` [RFC PATCH V3 14/43] rv64ilp32_abi: riscv: Adapt kernel module code
` [RFC PATCH V3 15/43] rv64ilp32_abi: riscv: mm: Adapt MMU_SV39 for 2GiB address space
` [RFC PATCH V3 16/43] rv64ilp32_abi: riscv: Support physical addresses >= 0x80000000
` [RFC PATCH V3 17/43] rv64ilp32_abi: riscv: Adapt kasan memory layout
` [RFC PATCH V3 18/43] rv64ilp32_abi: riscv: kvm: Initial support
` [RFC PATCH V3 19/43] rv64ilp32_abi: irqchip: irq-riscv-intc: Use xlen_t instead of ulong
` [RFC PATCH V3 20/43] rv64ilp32_abi: drivers/perf: Adapt xlen_t of sbiret
` [RFC PATCH V3 21/43] rv64ilp32_abi: asm-generic: Add custom BITS_PER_LONG definition
` [RFC PATCH V3 22/43] rv64ilp32_abi: bpf: Change KERN_ARENA_SZ to 256MiB
` [RFC PATCH V3 23/43] rv64ilp32_abi: compat: Correct compat_ulong_t cast
` [RFC PATCH V3 24/43] rv64ilp32_abi: compiler_types: Add "long long" into __native_word()
` [RFC PATCH V3 25/43] rv64ilp32_abi: exec: Adapt 64lp64 env and argv
` [RFC PATCH V3 26/43] rv64ilp32_abi: file_ref: Use 32-bit width for refcnt
` [RFC PATCH V3 27/43] rv64ilp32_abi: input: Adapt BITS_PER_LONG to dword
` [RFC PATCH V3 28/43] rv64ilp32_abi: iov_iter: Resize kvec to match iov_iter's size
` [RFC PATCH V3 29/43] rv64ilp32_abi: locking/atomic: Use BITS_PER_LONG for scripts
` [RFC PATCH V3 30/43] rv64ilp32_abi: kernel/smp: Disable CSD_LOCK_WAIT_DEBUG
` [RFC PATCH V3 31/43] rv64ilp32_abi: maple_tree: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 32/43] rv64ilp32_abi: mm: Remove _folio_nr_pages
` [RFC PATCH V3 33/43] rv64ilp32_abi: mm/auxvec: Adapt mm->saved_auxv[] to Elf64
` [RFC PATCH V3 34/43] rv64ilp32_abi: mm: Adapt vm_flags_t struct
` [RFC PATCH V3 35/43] rv64ilp32_abi: net: Use BITS_PER_LONG in struct dst_entry
` [RFC PATCH V3 36/43] rv64ilp32_abi: printf: Use BITS_PER_LONG instead of CONFIG_64BIT
` [RFC PATCH V3 37/43] rv64ilp32_abi: random: Adapt fast_pool struct
` [RFC PATCH V3 38/43] rv64ilp32_abi: syscall: Use CONFIG_64BIT instead of BITS_PER_LONG
` [RFC PATCH V3 39/43] rv64ilp32_abi: sysinfo: Adapt sysinfo structure to lp64 uapi
` [RFC PATCH V3 40/43] rv64ilp32_abi: tracepoint-defs: Using u64 for trace_print_flags.mask
` [RFC PATCH V3 41/43] rv64ilp32_abi: tty: Adapt ptr_to_compat
` [RFC PATCH V3 42/43] rv64ilp32_abi: memfd: Use vm_flag_t
` [RFC PATCH V3 43/43] riscv: Fixup address space overlay of print_mlk
[PATCH] docs: vfs: Update struct file_system_type
2025-03-27 14:29 UTC (3+ messages)
[PATCH] iomap: Rename iomap_last_written_block to iomap_first_unchanged_block
2025-03-27 11:46 UTC (3+ messages)
[netfs/cifs - Linux 6.14] loop on file cat + file copy when files are on CIFS share
2025-03-27 11:15 UTC (2+ messages)
Ask help about this patch b951aaff5035 " mm: enable page allocation tagging"
2025-03-27 11:02 UTC (5+ messages)
` [EXT] "
[PATCH 0/3] further iomap large atomic writes changes
2025-03-27 10:46 UTC (7+ messages)
` [PATCH 3/3] iomap: rework IOMAP atomic flags
[PATCH v4 1/3] lsm: introduce new hooks for setting/getting inode fsxattr
2025-03-27 9:19 UTC (4+ messages)
[GIT PULL] sysctl changes for v6.15-rc1
2025-03-27 4:34 UTC (2+ messages)
[syzbot] [ocfs2?] BUG: Dentry still in use in unmount (3)
2025-03-27 1:13 UTC
[LTP] [PATCH] ioctl_ficlone03: fix capabilities on immutable files
2025-03-27 0:49 UTC (4+ messages)
[PATCH][next] fs: namespace: Avoid -Wflex-array-member-not-at-end warning
2025-03-27 0:17 UTC
[RFC PATCH 1/5] misc: introduce FDBox
2025-03-26 22:40 UTC (12+ messages)
[LSF/MM/BPF Topic] Filesystem reclaim & memory allocation BOF
2025-03-26 21:48 UTC (6+ messages)
` [Lsf-pc] "
[PATCH v9 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
2025-03-26 21:04 UTC (4+ messages)
` [PATCH v9 19/20] fs/dax: Properly refcount fs dax pages
[LSF/MM/BPF Topic] synthetic mm testing like page migration
2025-03-26 20:46 UTC (2+ messages)
[RFC 0/6] fs: automatic kernel fs freeze / thaw
2025-03-26 17:57 UTC (14+ messages)
` [RFC 1/6] fs: add frozen sb state helpers
` [RFC 2/6] fs: add iterate_supers_excl() and iterate_supers_reverse_excl()
` [RFC 3/6] fs: add automatic kernel fs freeze / thaw and remove kthread freezing
` [RFC 4/6] ext4: replace kthread freezing with auto fs freezing
` [RFC 5/6] btrfs: "
` [RFC 6/6] xfs: "
[PATCH v3 0/2] string: Add load_unaligned_zeropad() code path to sized_strscpy()
2025-03-26 17:12 UTC (3+ messages)
[PATCH] MAINTAINERS: configfs: add Andreas Hindborg as maintainer
2025-03-26 16:45 UTC
[PATCH] exfat: call bh_read in get_block only when necessary
2025-03-26 15:01 UTC
[PATCH] exfat: fix potential wrong error return from get_block
2025-03-26 14:48 UTC
[PATCH v2 5/8] landlock: Always allow signals between threads of the same process
2025-03-26 11:51 UTC (3+ messages)
Potential Linux Crash: WARNING in ext4_dirty_folio in Linux kernel v6.13-rc5
2025-03-26 10:59 UTC (2+ messages)
[PATCH v2 0/5] ovl: metacopy/verity fixes and improvements
2025-03-26 10:24 UTC (16+ messages)
` [PATCH v2 1/5] ovl: don't allow datadir only
` [PATCH v2 2/5] ovl: remove unused forward declaration
` [PATCH v2 3/5] ovl: make redirect/metacopy rejection consistent
` [PATCH v2 4/5] ovl: relax redirect/metacopy requirements for lower -> data redirect
` [PATCH v2 5/5] ovl: don't require "metacopy=on" for "verity"
[PATCH v2] fuse: {io-uring} Fix a possible req cancellation race
2025-03-26 10:10 UTC (4+ messages)
[linus:master] [fs] e249056c91: stress-ng.mq.ops_per_sec 94.3% improvement
2025-03-26 8:04 UTC
[linux-next:master] [fs/dax] bde708f1a6: xfstests.generic.462.fail
2025-03-26 6:27 UTC
[PATCH 0/4] f2fs: Remove uses of writepage
2025-03-26 3:37 UTC (7+ messages)
` [f2fs-dev] "
[GIT PULL] fsverity updates for 6.15
2025-03-26 2:05 UTC (2+ messages)
[GIT PULL] fscrypt updates for 6.15
2025-03-26 2:05 UTC (2+ messages)
[RFC PATCH 0/9] Landlock supervise: a mechanism for interactive permission requests
2025-03-26 0:06 UTC (14+ messages)
` [RFC PATCH 4/9] User-space API for creating a supervisor-fd
` [RFC PATCH 5/9] Define user structure for events and responses
[PATCH AUTOSEL 6.12 5/5] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
2025-03-25 18:42 UTC
[PATCH AUTOSEL 6.13 7/7] netfs: Fix netfs_unbuffered_read() to return ssize_t rather than int
2025-03-25 18:42 UTC
[syzbot] [fs?] [mm?] KCSAN: data-race in bprm_execve / copy_fs (4)
2025-03-25 18:40 UTC (12+ messages)
` [PATCH] exec: fix the racy usage of fs_struct->in_exec
[PATCH] fs: Fix jfs_fsync() Sleeping in Invalid Context
2025-03-25 18:16 UTC (2+ messages)
[PATCH 01/10] exportfs: add module description
2025-03-25 14:58 UTC (2+ messages)
` (subset) "
[PATCH v4 0/4] pidfs: handle multi-threaded exec and premature thread-group leader exit
2025-03-25 14:57 UTC (3+ messages)
` [PATCH] exit: fix the usage of delay_group_leader->exit_code in do_notify_parent() and pidfs_exit()
[PATCH] netfs: add Paulo as maintainer and remove myself as Reviewer
2025-03-25 14:42 UTC (2+ messages)
[PATCH vfs/for-next 0/3] Move splice_to_socket to net/socket.c
2025-03-25 14:40 UTC (5+ messages)
` [PATCH vfs/for-next 2/3] splice: "
[PATCH] cachefiles: Fix oops in vfs_mkdir from cachefiles_get_directory
2025-03-25 13:59 UTC (2+ messages)
[PATCH] hfsplus: Return null terminated string from hfsplus_uni2asc()
2025-03-25 13:29 UTC
[PATCH 6.12 063/116] netfs: Call `invalidate_cache` only if implemented
2025-03-25 12:22 UTC
[PATCH 6.13 065/119] netfs: Call `invalidate_cache` only if implemented
2025-03-25 12:22 UTC
[PATCH] the dm-loop target
2025-03-25 12:23 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).