Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-28 08:23:29 to 2023-09-29 10:29:46 UTC [more...]

[PATCH 00/21] block atomic writes
 2023-09-29 10:27 UTC  (7+ messages)
` [PATCH 01/21] block: Add atomic write operations to request_queue limits
` [PATCH 02/21] block: Limit atomic writes according to bio and queue limits
` [PATCH 03/21] fs/bdev: Add atomic write support info to statx
` [PATCH 04/21] fs: Add RWF_ATOMIC and IOCB_ATOMIC flags for atomic write support
` [PATCH 07/21] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH 15/21] fs: xfs: Support atomic write for statx

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-09-29 10:16 UTC  (21+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode

Endless calls to xas_split_alloc() due to corrupted xarray entry
 2023-09-29 10:11 UTC  (3+ messages)

[PATCH v2] fs: simplify misleading code to remove ambiguity regarding ihold()/iput()
 2023-09-29  9:46 UTC  (5+ messages)

[PATCH v2] vfs: shave work on failed file open
 2023-09-29  9:20 UTC  (14+ messages)

[PATCH v3 0/4] querying mount attributes
 2023-09-29  9:10 UTC  (7+ messages)
` [PATCH v3 1/4] add unique mount ID
` [PATCH v3 2/4] namespace: extract show_path() helper
` [PATCH v3 3/4] add statmount(2) syscall
` [PATCH v3 4/4] add listmount(2) syscall

[syzbot] [ext4?] WARNING in ext4_iomap_begin (2)
 2023-09-29  8:21 UTC  (2+ messages)

[syzbot] [integrity] [overlayfs] general protection fault in d_path
 2023-09-29  4:30 UTC  (20+ messages)

[PATCH v4 0/6] binfmt_elf: Support segments with 0 filesz and misaligned starts
 2023-09-29  3:24 UTC  (7+ messages)
` [PATCH v4 1/6] "
` [PATCH v4 2/6] binfmt_elf: elf_bss no longer used by load_elf_binary()
` [PATCH v4 3/6] binfmt_elf: Use elf_load() for interpreter
` [PATCH v4 4/6] binfmt_elf: Use elf_load() for library
` [PATCH v4 5/6] binfmt_elf: Only report padzero() errors when PROT_WRITE
` [PATCH v4 6/6] mm: Remove unused vm_brk()

[syzbot] [overlayfs?] possible deadlock in ovl_copy_up_start (2)
 2023-09-29  3:06 UTC 

[PATCH v3 0/4] binfmt_elf: Support segments with 0 filesz and misaligned starts
 2023-09-29  0:51 UTC  (5+ messages)
` [PATCH v3 3/4] binfmt_elf: Provide prot bits as context for padzero() errors

[PATCH 0/3] Sq thread real utilization statistics
 2023-09-29  0:31 UTC  (9+ messages)
  ` [PATCH 3/3] IO_URING: Statistics of the true utilization of sq threads
  ` [PATCH 1/3] SCHEDULER: Add an interface for counting real utilization

[PATCH] radix tree test suite: Fix a memory initialization issue
 2023-09-28 21:11 UTC 

[PATCH v2 0/3] userfaultfd remap option
 2023-09-28 20:11 UTC  (32+ messages)
` [PATCH v2 1/3] userfaultfd: UFFDIO_REMAP: rmap preparation
` [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI
  ` potential new userfaultfd vs khugepaged conflict [was: Re: [PATCH v2 2/3] userfaultfd: UFFDIO_REMAP uABI]

[PATCH] fs: fix possible extra iput() in do_unlinkat()
 2023-09-28 17:21 UTC  (6+ messages)

[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-09-28 16:59 UTC  (11+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks

[PATCH v1 00/20] Permission Overlay Extension
 2023-09-28 16:47 UTC  (3+ messages)
` [PATCH v1 06/20] KVM: arm64: Save/restore POE registers

[ANNOUNCE] xfs-linux: iomap-for-next updated to 684f7e6d28e8
 2023-09-28 16:31 UTC 

[PATCH] iomap: Spelling s/preceeding/preceding/g
 2023-09-28 16:30 UTC  (3+ messages)

[PATCH v7 00/12] iov_iter: Convert the iterator macros into inline funcs
 2023-09-28 14:47 UTC  (3+ messages)
` [PATCH v7 02/12] iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 14:33 UTC  (92+ messages)
` [PATCH 02/87] fs: convert core infrastructure to new {a,m}time accessors
  ` [PATCH 03/87] arch/powerpc/platforms/cell/spufs: convert to new inode "
  ` [PATCH 04/87] arch/s390/hypfs: "
  ` [PATCH 05/87] drivers/android: "
  ` [PATCH 06/87] drivers/char: "
  ` [PATCH 07/87] drivers/infiniband/hw/qib: "
  ` [PATCH 08/87] drivers/misc/ibmasm: "
  ` [PATCH 09/87] drivers/misc: "
  ` [PATCH 10/87] drivers/platform/x86: "
  ` [PATCH 11/87] drivers/tty: "
  ` [PATCH 12/87] drivers/usb/core: "
  ` [PATCH 13/87] drivers/usb/gadget/function: "
  ` [PATCH 14/87] drivers/usb/gadget/legacy: "
  ` [PATCH 15/87] fs/9p: "
  ` [PATCH 16/87] fs/adfs: "
  ` [PATCH 17/87] fs/affs: "
  ` [PATCH 18/87] fs/afs: "
  ` [PATCH 19/87] fs/autofs: "
  ` [PATCH 20/87] fs/befs: "
  ` [PATCH 21/87] fs/bfs: "
  ` [PATCH 22/87] fs/btrfs: "
  ` [PATCH 23/87] fs/ceph: "
  ` [PATCH 24/87] fs/coda: "
  ` [PATCH 25/87] fs/configfs: "
  ` [PATCH 26/87] fs/cramfs: "
  ` [PATCH 27/87] fs/debugfs: "
  ` [PATCH 28/87] fs/devpts: "
  ` [PATCH 29/87] fs/efivarfs: "
  ` [PATCH 30/87] fs/efs: "
  ` [PATCH 31/87] fs/erofs: "
  ` [PATCH 32/87] fs/exfat: "
  ` [PATCH 33/87] fs/ext2: "
  ` [PATCH 34/87] fs/ext4: "
  ` [PATCH 35/87] fs/f2fs: "
  ` [PATCH 36/87] fs/fat: "
  ` [PATCH 37/87] fs/freevxfs: "
  ` [PATCH 38/87] fs/fuse: "
  ` [PATCH 39/87] fs/gfs2: "
  ` [PATCH 40/87] fs/hfs: "
  ` [PATCH 41/87] fs/hfsplus: "
  ` [PATCH 42/87] fs/hostfs: "
  ` [PATCH 43/87] fs/hpfs: "
  ` [PATCH 44/87] fs/hugetlbfs: "
  ` [PATCH 45/87] fs/isofs: "
  ` [PATCH 46/87] fs/jffs2: "
  ` [PATCH 47/87] fs/jfs: "
  ` [PATCH 48/87] fs/kernfs: "
  ` [PATCH 49/87] fs/minix: "
  ` [PATCH 50/87] fs/nfs: "
  ` [PATCH 51/87] fs/nfsd: "
  ` [PATCH 52/87] fs/nilfs2: "
  ` [PATCH 53/87] fs/ntfs: "
  ` [PATCH 54/87] fs/ntfs3: "
  ` [PATCH 55/87] fs/ocfs2: "
  ` [PATCH 56/87] fs/omfs: "
  ` [PATCH 57/87] fs/openpromfs: "
  ` [PATCH 58/87] fs/orangefs: "
  ` [PATCH 59/87] fs/overlayfs: "
  ` [PATCH 60/87] fs/proc: "
  ` [PATCH 61/87] fs/pstore: "
  ` [PATCH 62/87] fs/qnx4: "
  ` [PATCH 63/87] fs/qnx6: "
  ` [PATCH 64/87] fs/ramfs: "
  ` [PATCH 65/87] fs/reiserfs: "
  ` [PATCH 66/87] fs/romfs: "
  ` [PATCH 67/87] fs/smb/client: "
  ` [PATCH 68/87] fs/smb/server: "
  ` [PATCH 69/87] fs/squashfs: "
  ` [PATCH 70/87] fs/sysv: "
  ` [PATCH 71/87] fs/tracefs: "
  ` [PATCH 72/87] fs/ubifs: "
  ` [PATCH 73/87] fs/udf: "
  ` [PATCH 74/87] fs/ufs: "
  ` [PATCH 75/87] fs/vboxsf: "
  ` [PATCH 76/87] fs/xfs: "
  ` [PATCH 77/87] fs/zonefs: "
  ` [PATCH 78/87] ipc: "
  ` [PATCH 79/87] kernel/bpf: "
  ` [PATCH 80/87] mm: "
  ` [PATCH 81/87] net/sunrpc: "
  ` [PATCH 82/87] security/apparmor: "
  ` [PATCH 83/87] security/selinux: "
  ` [PATCH 84/87] security: "
` [PATCH 01/87] fs: new accessor methods for atime and mtime

[PATCH v6 40/45] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
 2023-09-28 14:17 UTC  (3+ messages)
` [PATCH] fixup: "

[syzbot] Monthly kernfs report (Sep 2023)
 2023-09-28 14:01 UTC 

[syzbot] [ntfs3?] WARNING in pivot_root
 2023-09-28 12:39 UTC 

[PATCH v14] mm, pmem, xfs: Introduce MF_MEM_PRE_REMOVE for unbind
 2023-09-28 10:32 UTC  (2+ messages)
` [PATCH v15] "

[PATCH v3] vfs: avoid delegating to task_work when cleaning up failed open
 2023-09-28 10:25 UTC 

[RFC PATCH 0/3] quering mount attributes
 2023-09-28 10:07 UTC  (7+ messages)
` [RFC PATCH 3/3] add listmnt(2) syscall

[PATCH] ovl: punt write aio completion to workqueue
 2023-09-28  9:22 UTC  (4+ messages)

[PATCH] Fixed Kunit test warning message for 'fs' module
 2023-09-28  8:53 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 read-only IMAP folder(s) and NNTP newsgroup(s).