linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-17 08:38:47 to 2023-03-21 01:26:58 UTC [more...]

[RFC PATCH 00/13] fuse uring communication
 2023-03-21  1:26 UTC  (15+ messages)
` [PATCH 01/13] fuse: Add uring data structures and documentation
` [PATCH 02/13] fuse: rename to fuse_dev_end_requests and make non-static
` [PATCH 03/13] fuse: Move fuse_get_dev to header file
` [PATCH 04/13] Add a vmalloc_node_user function
` [PATCH 05/13] fuse: Add a uring config ioctl and ring destruction
` [PATCH 06/13] fuse: Add an interval ring stop worker/monitor
` [PATCH 07/13] fuse: Add uring mmap method
` [PATCH 08/13] fuse: Move request bits
` [PATCH 09/13] fuse: Add wait stop ioctl support to the ring
` [PATCH 10/13] fuse: Handle SQEs - register commands
` [PATCH 11/13] fuse: Add support to copy from/to the ring buffer
` [PATCH 12/13] fuse: Add uring sqe commit and fetch support
` [PATCH 13/13] fuse: Allow to queue to the ring

[PATCH v3 00/11] Performance fixes for 9p filesystem
 2023-03-21  1:12 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 10/11] fs/9p: writeback mode fixes

[PATCH v2 0/4] convert read_kcore(), vread() to use iterators
 2023-03-21  1:09 UTC  (17+ messages)
` [PATCH v2 1/4] fs/proc/kcore: Avoid bounce buffer for ktext data
` [PATCH v2 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock
` [PATCH v2 3/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v2 4/4] mm: vmalloc: convert vread() to vread_iter()

[PATCH 0/5] Split a folio to any lower order folios
 2023-03-21  0:48 UTC  (6+ messages)
` [PATCH 1/5] mm: memcg: make memcg huge page split support any order split
` [PATCH 2/5] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH 3/5] mm: thp: split huge page to any lower order pages
` [PATCH 4/5] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH 5/5] mm: huge_memory: enable debugfs to split huge pages to any order

[RFC PATCH 27/28] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage
 2023-03-21  0:38 UTC  (9+ messages)
` [RFC PATCH 00/28] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
  ` [RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES

[PATCH v3 1/4] fs/proc/kcore: avoid bounce buffer for ktext data
 2023-03-20 23:42 UTC  (4+ messages)
` [PATCH v3 2/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH v3 3/4] iov_iter: add copy_page_to_iter_atomic()
` [PATCH v3 4/4] mm: vmalloc: convert vread() to vread_iter()

[PATCH v3 0/4] convert read_kcore(), vread() to use iterators
 2023-03-20 23:42 UTC 

[PATCH] fscrypt: use WARN_ON_ONCE instead of WARN_ON
 2023-03-20 23:39 UTC 

[GIT PULL] fsverity fixes for v6.3-rc4
 2023-03-20 23:16 UTC  (4+ messages)

[GIT PULL] fscrypt fix for v6.3-rc4
 2023-03-20 22:59 UTC  (4+ messages)

[PATCH] do_open(): Fix O_DIRECTORY | O_CREAT behavior
 2023-03-20 22:10 UTC  (6+ messages)

[RESEND,PATCH v2 01/10] kobject: introduce kobject_del_and_put()
 2023-03-20 21:38 UTC  (2+ messages)

[syzbot] [fs?] INFO: task hung in eventpoll_release_file
 2023-03-20 21:06 UTC 

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbFree
 2023-03-20 19:28 UTC 

[PATCH] maple_tree: remove the parameter entry of mas_preallocate
 2023-03-20 19:27 UTC  (2+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-03-20 19:08 UTC  (4+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[RESEND,PATCH v2 04/10] zonefs: convert to kobject_del_and_put()
 2023-03-20 18:47 UTC 

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-20 18:30 UTC  (13+ messages)
` [PATCH v11 1/7] userfaultfd: Add UFFD WP Async support
` [PATCH v11 4/7] fs/proc/task_mmu: Implement IOCTL to get and optionally clear info about PTEs

[PATCH v3] mm: memory-failure: Move memory failure sysctls to its own file
 2023-03-20 17:58 UTC  (2+ messages)

LSF/MM/BPF 2023 IOMAP conversion status update
 2023-03-20 17:51 UTC  (4+ messages)
` [RFCv1][WIP] ext2: Move direct-io to use iomap

Does Landlock not work with eCryptfs?
 2023-03-20 17:21 UTC  (3+ messages)

[RFCv1][WIP] ext2: Move direct-io to use iomap
 2023-03-20 16:11 UTC  (2+ messages)

[RFC v2 1/3] file: Introduce iterate_fd_locked
 2023-03-20 14:51 UTC  (4+ messages)
` [RFC v2 2/3] file: allow callers to free the old file descriptor after dup2
` [RFC v2 3/3] file, epoll: Implement do_replace() and eventpoll_replace()

[PATCH 5.10 00/15] xfs backports for 5.10.y (from v5.15.103)
 2023-03-20 14:13 UTC  (17+ messages)
` [PATCH 5.10 01/15] xfs: don't assert fail on perag references on teardown
` [PATCH 5.10 02/15] xfs: purge dquots after inode walk fails during quotacheck
` [PATCH 5.10 03/15] xfs: don't leak btree cursor when insrec fails after a split
` [PATCH 5.10 04/15] xfs: remove XFS_PREALLOC_SYNC
` [PATCH 5.10 05/15] xfs: fallocate() should call file_modified()
` [PATCH 5.10 06/15] xfs: set prealloc flag in xfs_alloc_file_space()
` [PATCH 5.10 07/15] xfs: use setattr_copy to set vfs inode attributes
` [PATCH 5.10 08/15] fs: add mode_strip_sgid() helper
` [PATCH 5.10 09/15] fs: move S_ISGID stripping into the vfs_*() helpers
` [PATCH 5.10 10/15] attr: add in_group_or_capable()
` [PATCH 5.10 11/15] fs: move should_remove_suid()
` [PATCH 5.10 12/15] attr: add setattr_should_drop_sgid()
` [PATCH 5.10 13/15] attr: use consistent sgid stripping checks
` [PATCH 5.10 14/15] fs: use consistent setgid checks in is_sxid()
` [PATCH 5.10 15/15] xfs: remove xfs_setattr_time() declaration

[PATCH] zonefs: Fix error message in zonefs_file_dio_append()
 2023-03-20 14:09 UTC  (3+ messages)

return an ERR_PTR from __filemap_get_folio v3
 2023-03-20 13:58 UTC  (6+ messages)
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp

[PATCH v19 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-20 13:10 UTC  (3+ messages)

[git pull] vfs.git sysv pile
 2023-03-20 12:47 UTC  (5+ messages)

[linus:master] [swap_state] 5649d113ff: vm-scalability.throughput -33.1% regression
 2023-03-20 12:41 UTC  (2+ messages)

[syzbot] [fat?] possible deadlock in exc_page_fault
 2023-03-20 11:46 UTC 

[PATCH 00/17] MODULE_LICENSE removals, sixth tranche
 2023-03-20 11:00 UTC  (3+ messages)

[RFC PATCH] xfs: check shared state of when CoW, update reflink flag when io ends
 2023-03-20 10:02 UTC  (3+ messages)

[PATCH] zonefs: Prevent uninitialized symbol 'size' warning
 2023-03-20  8:38 UTC  (2+ messages)

[PATCH 0/4] convert read_kcore(), vread() to use iterators
 2023-03-20  8:30 UTC  (13+ messages)
` [PATCH 1/4] fs/proc/kcore: Avoid bounce buffer for ktext data
` [PATCH 2/4] mm: vmalloc: use rwsem, mutex for vmap_area_lock and vmap_block->lock
` [PATCH 3/4] fs/proc/kcore: convert read_kcore() to read_kcore_iter()
` [PATCH 4/4] mm: vmalloc: convert vread() to vread_iter()

[PATCH v2, RESEND 01/10] kobject: introduce kobject_del_and_put()
 2023-03-20  7:26 UTC  (4+ messages)

(no subject)
 2023-03-20  3:18 UTC  (3+ messages)
` ubi0 error: ubi_open_volume: cannot open device 0, volume 6, error -16

[syzbot] [btrfs?] possible deadlock in __btrfs_release_delayed_node (2)
 2023-03-19 23:09 UTC 

[PATCH v2, RESEND 04/10] zonefs: convert to kobject_del_and_put()
 2023-03-19 21:42 UTC  (2+ messages)

[PATCH V3 1/2] mm: compaction: move compact_memory sysctl to its own file
 2023-03-19 20:54 UTC  (3+ messages)

[PATCH 00/11] sysctl: deprecate register_sysctl_paths()
 2023-03-19 20:47 UTC  (6+ messages)
` [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()

[viro-vfs:work.csum-x86] [x86] 6e4da4eee6: BUG:unable_to_handle_page_fault_for_address
 2023-03-19 15:11 UTC 

[PATCH v2 04/10] zonefs: convert to kobject_del_and_put()
 2023-03-19  8:41 UTC 

[syzbot] [reiserfs?] BUG: unable to handle kernel paging request in reiserfs_readdir_inode
 2023-03-18 20:21 UTC 

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-18 17:40 UTC  (13+ messages)

[PATCH RFC 0/5] fs: allow to tuck mounts explicitly
 2023-03-18 15:52 UTC  (6+ messages)
` [PATCH RFC 1/5] fs: add path_mounted()
` [PATCH RFC 2/5] pnode: pass mountpoint directly
` [PATCH RFC 3/5] fs: fix __lookup_mnt() documentation
` [PATCH RFC 4/5] fs: use a for loop when locking a mount
` [PATCH RFC 5/5] fs: allow to tuck mounts explicitly

[PATCH v1 3/4] xfs: add XFS_IOC_SETFSUUID ioctl
 2023-03-18  9:31 UTC  (5+ messages)

[syzbot] [jfs?] UBSAN: shift-out-of-bounds in dbMount
 2023-03-18  2:27 UTC 

[PATCH 0/4] pcpctr: fix percpu_counter_sum vs cpu offline race
 2023-03-18  0:41 UTC  (3+ messages)
  ` [PATCH 2/4] pcpcntrs: fix dying cpu summation race

[PATCH] Add results of early memtest to /proc/meminfo
 2023-03-17 23:56 UTC 

[syzbot] [ext4?] WARNING: bad unlock balance in ext4_xattr_get
 2023-03-17 21:12 UTC 

[syzbot] [ntfs?] KASAN: use-after-free Read in ntfs_read_folio
 2023-03-17 16:24 UTC 

[RFC PATCH 0/3] convert page_endio to folio_endio
 2023-03-17 16:14 UTC  (6+ messages)
  ` [RFC PATCH 1/3] filemap: "

[PATCH printk v1 00/18] threaded/atomic console support
 2023-03-17 13:39 UTC  (6+ messages)
` [PATCH printk v1 05/18] printk: Add non-BKL console basic infrastructure
  ` global states: was: "
  ` naming: "

[PATCH v3 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
 2023-03-17 12:40 UTC  (11+ messages)

[PATCH v2 0/6] remove SLOB and allow kfree() with kmem_cache_alloc()
 2023-03-17 11:52 UTC  (13+ messages)
` [PATCH v2 1/6] mm/slob: remove CONFIG_SLOB
` [PATCH v2 2/6] mm, page_flags: remove PG_slob_free
` [PATCH v2 3/6] mm, pagemap: remove SLOB and SLQB from comments and documentation
` [PATCH v2 4/6] mm/slab: remove CONFIG_SLOB code from slab common code
` [PATCH v2 5/6] mm/slob: remove slob.c
` [PATCH v2 6/6] mm/slab: document kfree() as allowed for kmem_cache_alloc() objects

[RFC 00/11] multiblock allocator improvements
 2023-03-17 11:37 UTC  (10+ messages)
` [RFC 04/11] ext4: Convert mballoc cr (criteria) to enum
` [RFC 08/11] ext4: Don't skip prefetching BLOCK_UNINIT groups
` [RFC 11/11] ext4: Add allocation criteria 1.5 (CR1_5)

[syzbot] [udf?] WARNING in udf_new_block
 2023-03-17 11:20 UTC 

fsnotify: Question on proper use in-kernel
 2023-03-17  9:45 UTC  (2+ messages)

[PATCH v5 0/9] ext4: Convert inode preallocation list to an rbtree
 2023-03-17  8:37 UTC  (9+ messages)
` [PATCH v5 2/9] ext4: Refactor code related to freeing PAs
` [PATCH v5 3/9] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH v5 4/9] ext4: Move overlap assert logic into a separate function
` [PATCH v5 5/9] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH v5 6/9] ext4: Fix best extent lstart adjustment logic in ext4_mb_new_inode_pa()
` [PATCH v5 7/9] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH v5 8/9] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH v5 9/9] ext4: Remove the logic to trim inode PAs

[PATCH v8 0/3] ksmbd patches included vfs changes
 2023-03-17  8:55 UTC  (3+ messages)
` [PATCH v8 1/3] ksmbd: remove internal.h include

[RFC PATCH 03/28] tcp: Support MSG_SPLICE_PAGES
 2023-03-16 19:00 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 NNTP newsgroup(s).