messages from 2024-12-02 15:15:16 to 2024-12-04 14:20:02 UTC [more...]
[syzbot] [netfs?] kernel BUG in iov_iter_revert (2)
2024-12-04 14:20 UTC (4+ messages)
[PATCH 0/2] jbd2: two straightforward fixes
2024-12-04 14:18 UTC (11+ messages)
` [PATCH 1/2] jbd2: increase IO priority for writing revoke records
` [PATCH 2/2] jbd2: flush filesystem device before updating tail sequence
[PATCH] selftests/pidfd: add pidfs file handle selftests
2024-12-04 14:17 UTC (4+ messages)
` [PATCH v2] "
[PATCH 00/11] fix hungtask due to repeated traversal of inodes list
2024-12-04 14:16 UTC (6+ messages)
` [PATCH 10/11] fs: "
[PATCH v2] netfs: fix kernel BUG in iov_iter_revert()
2024-12-04 14:03 UTC (6+ messages)
` syzbot program that crashes netfslib can also crash fuse
[PATCH RESEND v9 0/3] fuse: add kernel-enforced request timeout option
2024-12-04 13:47 UTC (15+ messages)
` [PATCH RESEND v9 2/3] fuse: add optional kernel-enforced timeout for requests
[linux-next:master] [mm/readahead] 13da30d6f9: BUG:soft_lockup-CPU##stuck_for#s![usemem:#]
2024-12-04 13:38 UTC (6+ messages)
[PATCH 0/5] mm/vma: make more mmap logic userland testable
2024-12-04 13:10 UTC (10+ messages)
` [PATCH 1/5] mm/vma: move brk() internals to mm/vma.c
` [PATCH 2/5] mm/vma: move unmapped_area() "
` [PATCH 3/5] mm: abstract get_arg_page() stack expansion and mmap read lock
` [PATCH 4/5] mm/vma: move stack expansion logic to mm/vma.c
` [PATCH 5/5] mm/vma: move __vm_munmap() "
[PATCH v2 00/12] fs/proc/vmcore: kdump support for virtio-mem on s390
2024-12-04 12:54 UTC (13+ messages)
` [PATCH v2 01/12] fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutex
` [PATCH v2 02/12] fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutex
` [PATCH v2 03/12] fs/proc/vmcore: disallow vmcore modifications while the vmcore is open
` [PATCH v2 04/12] fs/proc/vmcore: prefix all pr_* with "vmcore:"
` [PATCH v2 05/12] fs/proc/vmcore: move vmcore definitions out of kcore.h
` [PATCH v2 06/12] fs/proc/vmcore: factor out allocating a vmcore range and adding it to a list
` [PATCH v2 07/12] fs/proc/vmcore: factor out freeing a list of vmcore ranges
` [PATCH v2 08/12] fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges in 2nd kernel
` [PATCH v2 09/12] virtio-mem: mark device ready before registering callbacks in kdump mode
` [PATCH v2 10/12] virtio-mem: remember usable region size
` [PATCH v2 11/12] virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAM
` [PATCH v2 12/12] s390/kdump: virtio-mem kdump support (CONFIG_PROC_VMCORE_DEVICE_RAM)
[RFC PATCH] file: Wrap locking mechanism for f_pos_lock
2024-12-04 12:48 UTC (4+ messages)
[PATCH v5 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2024-12-04 12:44 UTC (3+ messages)
` [PATCH v5 1/2] filemap: Pass address_space mapping to ->free_folio()
[PATCH 00/27] ext4: use iomap for regular file's buffered I/O path and enable large folio
2024-12-04 12:42 UTC (24+ messages)
` [PATCH 01/27] ext4: remove writable userspace mappings before truncating page cache
` [PATCH 03/27] ext4: don't write back data before punch hole in nojournal mode
` [PATCH 04/27] ext4: refactor ext4_punch_hole()
` [PATCH 05/27] ext4: refactor ext4_zero_range()
` [PATCH 06/27] ext4: refactor ext4_collapse_range()
` [PATCH 07/27] ext4: refactor ext4_insert_range()
` [PATCH 09/27] ext4: move out inode_lock into ext4_fallocate()
` [PATCH 10/27] ext4: move out common parts "
` [PATCH 11/27] ext4: use reserved metadata blocks when splitting extent on endio
` [PATCH 12/27] ext4: introduce seq counter for the extent status entry
[PATCH v5 1/2] iomap: fix zero padding data issue in concurrent append writes
2024-12-04 12:17 UTC (11+ messages)
[PATCH] binfmt_flat: Fix integer overflow bug on 32 bit systems
2024-12-04 12:07 UTC
Removing page->index
2024-12-04 12:01 UTC (2+ messages)
[RFC PATCH] fanotify: notify on mount attach and detach
2024-12-04 11:30 UTC (9+ messages)
[PATCH] fs: don't block write during exec on pre-content watched files
2024-12-04 11:19 UTC (5+ messages)
[PATCH] fs: Fix typo in pnode.c
2024-12-04 10:48 UTC (2+ messages)
[QUESTION] inconsistent use of smp_mb()
2024-12-04 8:27 UTC (2+ messages)
[PATCH v11 00/10] Read/Write with meta/integrity
2024-12-04 8:09 UTC (6+ messages)
` [PATCH v11 06/10] io_uring: introduce attributes for read/write and PI support
[PATCH v1] exfat: fix exfat_find_empty_entry() not returning error on failure
2024-12-04 8:06 UTC (3+ messages)
[PATCH] f2fs: ensure that node info flags are always initialized
2024-12-04 6:09 UTC
[PATCHSET v6 0/12] Uncached buffered IO
2024-12-04 5:52 UTC (18+ messages)
` [PATCH 01/12] mm/filemap: change filemap_create_folio() to take a struct kiocb
` [PATCH 02/12] mm/readahead: add folio allocation helper
` [PATCH 03/12] mm: add PG_uncached page flag
` [PATCH 04/12] mm/readahead: add readahead_control->uncached member
` [PATCH 05/12] mm/filemap: use page_cache_sync_ra() to kick off read-ahead
` [PATCH 06/12] mm/truncate: add folio_unmap_invalidate() helper
` [PATCH 07/12] fs: add RWF_UNCACHED iocb and FOP_UNCACHED file_operations flag
` [PATCH 08/12] mm/filemap: add read support for RWF_UNCACHED
` [PATCH 09/12] mm/filemap: drop uncached pages when writeback completes
` [PATCH 10/12] mm/filemap: add filemap_fdatawrite_range_kick() helper
` [PATCH 11/12] mm/filemap: make buffered writes work with RWF_UNCACHED
` [PATCH 12/12] mm: add FGP_UNCACHED folio creation flag
[PATCH] statx.2: Update STATX_WRITE_ATOMIC filesystem support
2024-12-04 4:55 UTC (2+ messages)
[syzbot] [netfs?] WARNING in netfs_retry_reads (2)
2024-12-04 1:51 UTC (3+ messages)
[PATCH linux-next v4] ksm: add ksm involvement information for each process
2024-12-04 0:56 UTC (2+ messages)
[PATCH RFC v7 00/16] fuse: fuse-over-io-uring
2024-12-03 22:46 UTC (20+ messages)
` [PATCH RFC v7 04/16] fuse: Add fuse-io-uring design documentation
` [PATCH RFC v7 06/16] fuse: {uring} Handle SQEs - register commands
` [PATCH RFC v7 09/16] fuse: {uring} Add uring sqe commit and fetch support
` [PATCH RFC v7 11/16] fuse: {uring} Allow to queue fg requests through io-uring
` [PATCH RFC v7 13/16] io_uring/cmd: let cmds to know about dying task
` [PATCH RFC v7 14/16] fuse: {uring} Handle IO_URING_F_TASK_DEAD
[PATCH] initramfs: Protect the built-in initramfs from the external one
2024-12-03 20:52 UTC
[GIT PULL] Quota and udf fixes for 6.13-rc2
2024-12-03 19:06 UTC (2+ messages)
[syzbot] [exfat?] general protection fault in exfat_get_dentry_cached
2024-12-03 18:30 UTC
[PATCH RESEND v5] XArray: minor documentation improvements
2024-12-03 17:02 UTC (2+ messages)
fs/netfs/read_retry.c:235:20: error: variable 'subreq' is uninitialized when used here [-Werror,-Wuninitialized]
2024-12-03 16:55 UTC (2+ messages)
[PATCH RESEND v7 00/17] Hardware wrapped key support for QCom ICE and UFS core
2024-12-03 15:09 UTC (3+ messages)
[PATCH] smaps: count large pages smaller than PMD size to anonymous_thp
2024-12-03 14:42 UTC (3+ messages)
[PATCH 0/4] exportfs: add flag to allow marking export operations as only supporting file handles
2024-12-03 14:32 UTC (5+ messages)
[PATCH] rust: miscdevice: add fops->show_fdinfo() hook
2024-12-03 12:34 UTC
[PATCH] rust: miscdevice: access file in fops
2024-12-03 12:32 UTC
[BUG] 2038 warning is not printed with new mount API
2024-12-03 11:06 UTC (5+ messages)
[PATCH v1 00/11] fs/proc/vmcore: kdump support for virtio-mem on s390
2024-12-03 10:51 UTC (8+ messages)
` [PATCH v1 03/11] fs/proc/vmcore: disallow vmcore modifications after the vmcore was opened
[PATCH v2 0/2] Fix generic/390 failure due to quota release after freeze
2024-12-03 8:29 UTC (5+ messages)
` [PATCH v2 2/2] ext4: protect ext4_release_dquot against freezing
[RFC PATCH 0/1] Large folios in block buffered IO path
2024-12-03 5:01 UTC (11+ messages)
[PATCH v2] fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failure
2024-12-03 4:57 UTC (2+ messages)
[PATCH] jfs: reject on-disk inodes of an unsupported type
2024-12-03 4:25 UTC (3+ messages)
[PATCH v3 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
2024-12-03 4:23 UTC (2+ messages)
` [PATCH v3 02/13] x86/um: nommu: elf loader for fdpic
[PATCH 08/11] tools headers: Sync uapi/linux/fcntl.h with the kernel sources
2024-12-03 3:53 UTC (2+ messages)
` [PATCH 09/11] tools headers: Sync uapi/linux/mount.h "
[syzbot] [exfat?] general protection fault in exfat_init_ext_entry
2024-12-03 3:10 UTC (3+ messages)
[PATCH] fuse: Set *nbytesp=0 in fuse_get_user_pages on allocation failure
2024-12-02 23:04 UTC (3+ messages)
[PATCH] fuse: add a null-ptr check
2024-12-02 22:26 UTC (7+ messages)
bpf_task_storage improvement question
2024-12-02 19:37 UTC (2+ messages)
[PATCH 5/5] ceph: Use a folio in ceph_writepages_start()
2024-12-02 19:04 UTC (3+ messages)
[PATCH v3 fanotify 0/2] Fanotify in kernel filter
2024-12-02 17:38 UTC (7+ messages)
` [PATCH v3 fanotify 2/2] samples/fanotify: Add a sample fanotify fiter
[PATCH RFC 0/6] pidfs: implement file handle support
2024-12-02 16:05 UTC (11+ messages)
` [PATCH RFC 1/6] pseudofs: add support for export_ops
` [PATCH RFC 2/6] fhandle: simplify error handling
` [PATCH RFC 3/6] exportfs: add open method
` [PATCH RFC 4/6] fhandle: pull CAP_DAC_READ_SEARCH check into may_decode_fh()
` [PATCH RFC 5/6] exportfs: add permission method
[RFC PATCH 0/4] Add support for File Based Memory Management
2024-12-02 15:56 UTC (3+ messages)
` [RFC PATCH 4/4] Add base implementation of an MFS
[PATCH RFC v2 0/3] pidfs: file handle preliminaries
2024-12-02 15:35 UTC (7+ messages)
` [PATCH RFC v2 1/3] pidfs: rework inode number allocation
` [PATCH RFC v2 2/3] pidfs: remove 32bit inode number handling
` [PATCH RFC v2 3/3] pidfs: support FS_IOC_GETVERSION
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