Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2024-12-03 03:53:57 to 2024-12-04 21:06:25 UTC [more...]

[RFC PATCH 0/2] Improve simple directory offset wrap behavior
 2024-12-04 21:05 UTC  (12+ messages)
` [RFC PATCH 2/2] libfs: Improve behavior when directory offset values wrap

[PATCH] statx.2: Update STATX_WRITE_ATOMIC filesystem support
 2024-12-04 20:45 UTC  (3+ messages)

[PATCH 0/4] large atomic writes for xfs
 2024-12-04 20:35 UTC  (6+ messages)
` [PATCH 1/4] iomap: Lift blocksize restriction on atomic writes
` [PATCH 2/4] xfs: Switch atomic write size check in xfs_file_write_iter()
` [PATCH 3/4] xfs: Add RT atomic write unit max to xfs_mount
` [PATCH 4/4] xfs: Update xfs_get_atomic_write_attr() for large atomic writes

[syzbot] [mm] KASAN: null-ptr-deref Write in sys_io_uring_register
 2024-12-04 20:18 UTC 

[PATCH] hung_task: add task->flags, blocked by coredump to log
 2024-12-04 18:29 UTC 

[PATCH 0/2] readahead: Reintroduce fix for improper RA window sizing
 2024-12-04 18:10 UTC  (3+ messages)
` [PATCH 1/2] readahead: Don't shorted readahead window in read_pages()
` [PATCH 2/2] readahead: properly shorten readahead when falling back to do_page_cache_ra()

[PATCH] smaps: count large pages smaller than PMD size to anonymous_thp
 2024-12-04 17:07 UTC  (9+ messages)

[PATCH] fuse: Prevent hung task warning if FUSE server gets stuck
 2024-12-04 16:43 UTC 

[PATCHSET v6 0/12] Uncached buffered IO
 2024-12-04 16:36 UTC  (19+ 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

[RFC PATCH] file: Wrap locking mechanism for f_pos_lock
 2024-12-04 16:34 UTC  (7+ messages)

[PATCH v3 01/13] fs: binfmt_elf_efpic: add architecture hook elf_arch_finalize_exec
 2024-12-04 16:20 UTC  (3+ messages)
` [PATCH v3 02/13] x86/um: nommu: elf loader for fdpic

Removing page->index
 2024-12-04 15:58 UTC  (3+ messages)

[PATCH v4 0/5] Improve simple directory offset wrap behavior
 2024-12-04 15:52 UTC  (6+ messages)
` [PATCH v4 1/5] libfs: Return ENOSPC when the directory offset range is exhausted
` [PATCH v4 2/5] Revert "libfs: Add simple_offset_empty()"
` [PATCH v4 3/5] Revert "libfs: fix infinite directory reads for offset dir"
` [PATCH v4 4/5] libfs: Replace simple_offset end-of-directory detection
` [PATCH v4 5/5] libfs: Use d_children list to iterate simple_offset directories

[PATCH RESEND v9 0/3] fuse: add kernel-enforced request timeout option
 2024-12-04 15:09 UTC  (18+ messages)
` [PATCH RESEND v9 2/3] fuse: add optional kernel-enforced timeout for requests

[syzbot] [netfs?] kernel BUG in iov_iter_revert (2)
 2024-12-04 14:43 UTC  (6+ 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

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

[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 

[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 

[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 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 09/11] tools headers: Sync uapi/linux/mount.h with the kernel sources
 2024-12-03  3:53 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox