Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-07 16:46:49 to 2023-07-11 16:18:26 UTC [more...]

Add a new fchmodat4() syscall, v2
 2023-07-11 16:16 UTC  (24+ messages)
` [PATCH v3 0/5] Add a new fchmodat4() syscall
  ` [PATCH v3 1/5] Non-functional cleanup of a "__user * filename"
  ` [PATCH v3 2/5] fs: Add fchmodat4()
  ` [PATCH v3 3/5] arch: Register fchmodat4, usually as syscall 451
  ` [PATCH v3 4/5] tools headers UAPI: Sync files changed by new fchmodat4 syscall
  ` [PATCH v3 5/5] selftests: add fchmodat4(2) selftest
  ` [PATCH v4 0/5] Add a new fchmodat2() syscall
    ` [PATCH v4 1/5] Non-functional cleanup of a "__user * filename"
    ` [PATCH v4 2/5] fs: Add fchmodat2()
    ` [PATCH v4 3/5] arch: Register fchmodat2, usually as syscall 452

[PATCH v12 03/11] proc: Use lsmids instead of lsm names for attrs
 2023-07-11 15:36 UTC  (2+ messages)

[syzbot] [ext4?] WARNING: locking bug in ext4_move_extents
 2023-07-11 15:19 UTC  (2+ messages)

[PATCH] kernfs: attach uuid for every kernfs and report it in fsid
 2023-07-11 14:04 UTC  (7+ messages)

[PATCH v2] exfat: Add ftrace support for exfat and add some tracepoints
 2023-07-11 13:34 UTC  (3+ messages)

[PATCH v3 0/3] io_uring getdents
 2023-07-11 13:02 UTC  (6+ messages)
` [PATCH 1/3] fs: split off vfs_getdents function of getdents64 syscall
` [PATCH 2/3] vfs_getdents/struct dir_context: add flags field
` [PATCH 3/3] io_uring: add support for getdents

[PATCH v24 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-07-11 12:52 UTC  (6+ messages)
` [PATCH v24 1/5] userfaultfd: UFFD_FEATURE_WP_ASYNC
` [PATCH v24 2/5] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs
` [PATCH v24 3/5] tools headers UAPI: Update linux/fs.h with the kernel sources
` [PATCH v24 4/5] mm/pagemap: add documentation of PAGEMAP_SCAN IOCTL
` [PATCH v24 5/5] selftests: mm: add pagemap ioctl tests

[syzbot] [overlayfs?] general protection fault in ovl_init_uuid_xattr
 2023-07-11  9:55 UTC  (3+ messages)

[PATCH] eventfd: avoid overflow to ULLONG_MAX when ctx->count is 0
 2023-07-11  9:46 UTC  (7+ messages)

[PATCH v2 1/6] fs: split off vfs_getdents function of getdents64 syscall
 2023-07-11  8:24 UTC  (8+ messages)
` [PATCH v2 6/6] RFC: io_uring getdents: test returning an EOF flag in CQE

[biweekly bcachefs cabal]
 2023-07-11  7:30 UTC  (2+ messages)

[PATCH 0/5] FUSE consistency improvements
 2023-07-11  7:15 UTC  (8+ messages)
` [PATCH 1/5] fuse: check attributes staleness on fuse_iget()
` [PATCH 2/5] fuse: invalidate dentry on EEXIST creates or ENOENT deletes
` [PATCH 3/5] fuse: add FOPEN_INVAL_ATTR
` [PATCH 4/5] fuse: writeback_cache consistency enhancement (writeback_cache_v2)
` [PATCH 5/5] docs: fuse: improve FUSE consistency explanation

[PATCH v4 0/9] Create large folios in iomap buffered write path
 2023-07-11  6:31 UTC  (23+ messages)
` [PATCH v4 1/9] iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic()
` [PATCH v4 2/9] iov_iter: Add copy_folio_from_iter_atomic()
` [PATCH v4 3/9] iomap: Remove large folio handling in iomap_invalidate_folio()
` [PATCH v4 4/9] doc: Correct the description of ->release_folio
` [PATCH v4 5/9] iomap: Remove unnecessary test from iomap_release_folio()
` [PATCH v4 6/9] filemap: Add fgf_t typedef
` [PATCH v4 7/9] filemap: Allow __filemap_get_folio to allocate large folios
` [PATCH v4 8/9] iomap: Create large folios in the buffered write path
` [PATCH v4 9/9] iomap: Copy larger chunks from userspace

gfs2 write bandwidth regression on 6.4-rc3 compareto 5.15.y
 2023-07-11  2:08 UTC  (6+ messages)
  ` [Cluster-devel] "

[PATCH v5 00/11] blksnap - block devices snapshots module
 2023-07-11  2:02 UTC  (3+ messages)
` [PATCH v5 02/11] block: Block Device Filtering Mechanism

[RFC PATCH 0/2] virtiofs submounts forgotten after client memory pressure
 2023-07-11  1:37 UTC  (3+ messages)
` [RFC PATCH 1/2] fuse: revalidate: move lookup into a separate function
` [RFC PATCH 2/2] fuse: ensure that submounts lookup their root

[syzbot] [bpf?] [reiserfs?] WARNING: locking bug in corrupted (2)
 2023-07-11  1:53 UTC 

[PATCH v4 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
 2023-07-10 21:59 UTC  (15+ messages)
` [PATCH v4 1/8] mm: make PTE_MARKER_SWAPIN_ERROR more general
` [PATCH v4 2/8] mm: userfaultfd: check for start + len overflow in validate_range
` [PATCH v4 3/8] mm: userfaultfd: extract file size check out into a helper
` [PATCH v4 4/8] mm: userfaultfd: add new UFFDIO_POISON ioctl
` [PATCH v4 5/8] mm: userfaultfd: support UFFDIO_POISON for hugetlbfs
` [PATCH v4 6/8] mm: userfaultfd: document and enable new UFFDIO_POISON feature
` [PATCH v4 7/8] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers
` [PATCH v4 8/8] selftests/mm: add uffd unit test for UFFDIO_POISON

[PATCH 1/2] kernfs: add kernfs_ops.free operation to free resources tied to the file
 2023-07-10 20:38 UTC  (11+ messages)

[PATCH v2 1/1] sched/psi: use kernfs polling functions for PSI trigger polling
 2023-07-10 20:22 UTC  (3+ messages)

[PATCHv11 8/8] iomap: Add per-block dirty state tracking to improve performance
 2023-07-10 18:19 UTC  (2+ messages)

[PATCH] exfat: Add ftrace support for exfat and add some tracepoints
 2023-07-10 16:51 UTC  (4+ messages)

[PATCH v1] virt: kvm: Replace define function
 2023-07-10 16:51 UTC  (2+ messages)

[syzbot] [ext4?] kernel BUG in ext4_split_extent_at (2)
 2023-07-10 15:06 UTC  (3+ messages)

[PATCH v2 00/89] fs: new accessors for inode->i_ctime
 2023-07-10 13:32 UTC  (5+ messages)
` [PATCH v2 00/92] "

[PATCH 5.15] fanotify: disallow mount/sb marks on kernel internal pseudo fs
 2023-07-10 13:32 UTC 

Pending splice(file -> FIFO) always blocks read(FIFO), regardless of O_NONBLOCK on read side?
 2023-07-10 13:22 UTC  (19+ messages)
  ` Pending splice(file -> FIFO) excludes all other FIFO operations forever (was: ... always blocks read(FIFO), regardless of O_NONBLOCK on read side?)

[PATCH] isofs: fix undefined behavior in iso_date()
 2023-07-10  9:56 UTC  (4+ messages)

[syzbot] Monthly fs report (Jul 2023)
 2023-07-10  9:36 UTC 

[syzbot] Monthly 9p report (Jul 2023)
 2023-07-10  9:36 UTC 

[syzbot] [mm?] [reiserfs?] kernel panic: stack is corrupted in ___slab_alloc
 2023-07-10  7:52 UTC  (7+ messages)

[PATCH 0/2] proc: proc_setattr for /proc/$PID/net
 2023-07-10  7:36 UTC  (10+ messages)

[PATCH v12 0/9] Implement copy offload support
 2023-07-10  6:14 UTC  (8+ messages)
  ` [PATCH v12 5/9] nvme: add "

[syzbot] [f2fs?] possible deadlock in f2fs_getxattr
 2023-07-10  4:13 UTC  (2+ messages)

[PATCH v3 0/8] Create large folios in iomap buffered write path
 2023-07-10  3:57 UTC  (13+ messages)
` [PATCH v3 1/8] iov_iter: Handle compound highmem pages in copy_page_from_iter_atomic()
` [PATCH v3 8/8] iomap: Copy larger chunks from userspace

[GIT PULL] xfs: more new code for 6.5
 2023-07-09 17:46 UTC  (2+ messages)

[PATCH v2 01/92] ibmvmc: update ctime in conjunction with mtime on write
 2023-07-09 13:59 UTC  (5+ messages)
  ` [PATCH v2 62/92] ocfs2: convert to ctime accessor functions

[syzbot] [ntfs3?] UBSAN: array-index-out-of-bounds in truncate_inode_pages_final
 2023-07-09 12:32 UTC 

[PATCH 6.3 005/431] splice: Fix filemap_splice_read() to use the correct inode
 2023-07-09 11:09 UTC 

[syzbot] [ext4?] possible deadlock in ext4_da_get_block_prep
 2023-07-09 11:14 UTC 

[GIT PULL] bcachefs
 2023-07-09  1:16 UTC  (18+ messages)

[syzbot] [tomoyo?] [hfs?] general protection fault in tomoyo_check_acl (3)
 2023-07-08 12:45 UTC  (3+ messages)

[PATCH] exfat: use kvmalloc_array/kvfree instead of kmalloc_array/kfree
 2023-07-08  9:40 UTC  (5+ messages)
  ` 答复: "
      ` 答复: "

[ANNOUNCE] xfs-linux: for-next updated to ed04a91f718e
 2023-07-08  3:17 UTC 

[GIT PULL] Fsnotify fix for 6.5-rc2
 2023-07-07 22:27 UTC  (2+ messages)

[syzbot] [ntfs3?] KASAN: stack-out-of-bounds Read in ntfs_set_inode
 2023-07-07 21:47 UTC  (2+ messages)

[PATCH v3 0/8] add UFFDIO_POISON to simulate memory poisoning with UFFD
 2023-07-07 21:00 UTC  (9+ messages)
` [PATCH v3 4/8] mm: userfaultfd: add new UFFDIO_POISON ioctl
` [PATCH v3 7/8] selftests/mm: refactor uffd_poll_thread to allow custom fault handlers

[PATCH v7 0/2] mm, netfs, fscache: Stop read optimisation when folio removed from pagecache
 2023-07-07 19:23 UTC  (9+ messages)
` [PATCH v7 2/2] "
  ` [BUG mm-unstable] BUG: KASAN: use-after-free in shrink_folio_list+0x9f4/0x1ae0

[char_dev] Invalid uses of cdev_add return value
 2023-07-07 17:31 UTC  (2+ messages)


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