linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-13 13:07:46 to 2023-03-15 19:00:03 UTC [more...]

[PATCH v19 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-15 18:59 UTC  (20+ messages)
` [PATCH v19 01/15] splice: Clean up direct_splice_read() a bit
` [PATCH v19 02/15] splice: Make do_splice_to() generic and export it
` [PATCH v19 03/15] shmem: Implement splice-read
` [PATCH v19 04/15] overlayfs: "
` [PATCH v19 05/15] coda: "
` [PATCH v19 06/15] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v19 07/15] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v19 08/15] cifs: Use generic_file_splice_read()
` [PATCH v19 09/15] iov_iter: Kill ITER_PIPE
` [PATCH v19 10/15] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v19 11/15] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v19 12/15] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v19 13/15] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v19 14/15] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v19 15/15] block: convert bio_map_user_iov "

[git pull] vfs.git sysv pile
 2023-03-15 18:08 UTC  (4+ messages)

[PATCH 00/31] Convert most of ext4 to folios
 2023-03-15 17:57 UTC  (42+ messages)
` [PATCH 01/31] fs: Add FGP_WRITEBEGIN
` [PATCH 02/31] fscrypt: Add some folio helper functions
` [PATCH 03/31] ext4: Convert ext4_bio_write_page() to use a folio
` [PATCH 04/31] ext4: Convert ext4_finish_bio() to use folios
` [PATCH 06/31] ext4: Turn mpage_process_page() into mpage_process_folio()
` [PATCH 07/31] ext4: Convert mpage_submit_page() to mpage_submit_folio()
` [PATCH 08/31] ext4: Convert ext4_bio_write_page() to ext4_bio_write_folio()
` [PATCH 09/31] ext4: Convert ext4_readpage_inline() to take a folio
` [PATCH 10/31] ext4: Convert ext4_convert_inline_data_to_extent() to use "
` [PATCH 11/31] ext4: Convert ext4_try_to_write_inline_data() "
` [PATCH 14/31] ext4: Convert ext4_read_inline_page() to ext4_read_inline_folio()
` [PATCH 15/31] ext4: Convert ext4_write_inline_data_end() to use a folio
` [PATCH 16/31] ext4: Convert ext4_write_begin() "
` [PATCH 17/31] ext4: Convert ext4_write_end() "
` [PATCH 18/31] ext4: Use a folio in ext4_journalled_write_end()
` [PATCH 19/31] ext4: Convert ext4_journalled_zero_new_buffers() to use a folio
` [PATCH 21/31] ext4: Convert __ext4_journalled_writepage() to take "
` [PATCH 22/31] ext4: Convert ext4_page_nomap_can_writeout() "

[syzbot] [ext4?] WARNING in kvfree (2)
 2023-03-15 17:57 UTC 

[PATCHSET for-next 0/2] Flag file systems as supporting parallel dio writes
 2023-03-15 17:40 UTC  (2+ messages)

[PATCH v11 0/7] Implement IOCTL to get and optionally clear info about PTEs
 2023-03-15 16:54 UTC  (5+ messages)
` [PATCH v11 4/7] fs/proc/task_mmu: "

[PATCH v17 00/14] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-15 16:34 UTC  (23+ messages)
` [PATCH v17 01/14] splice: Clean up direct_splice_read() a bit
` [PATCH v17 02/14] splice: Make do_splice_to() generic and export it
  ` [RFC PATCH] splice: Convert longs and some ints into ssize_t
` [PATCH v17 03/14] shmem: Implement splice-read
` [PATCH v17 05/14] coda: "
` [PATCH v17 07/14] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v17 09/14] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing

[RFC PATCH 0/3] convert page_endio to folio_endio
 2023-03-15 16:08 UTC  (12+ messages)
    ` [RFC PATCH 1/3] filemap: "
    ` [RFC PATCH 2/3] mpage: use bio_for_each_folio_all in mpage_end_io()
    ` [RFC PATCH 3/3] orangefs: use folio in orangefs_readahead()

[PATCHSET v2 for-next 0/3] Add FMODE_NOWAIT support to pipes
 2023-03-15 15:16 UTC  (9+ messages)
` [PATCH 1/3] fs: add 'nonblock' parameter to pipe_buf_confirm() and fops method
` [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
` [PATCH 3/3] pipe: set FMODE_NOWAIT on pipes

[PATCH 25/31] ext4: Convert ext4_block_write_begin() to take a folio
 2023-03-15 14:57 UTC  (4+ messages)

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

[linus:master] [mpage] 7d28631786: fio.write_iops 27.8% improvement
 2023-03-15 13:10 UTC  (3+ messages)

[PATCH 5.15 142/145] fs: hold writers when changing mounts idmapping
 2023-03-15 12:13 UTC 

[PATCH 0/4] pcpctr: fix percpu_counter_sum vs cpu offline race
 2023-03-15  8:49 UTC  (5+ messages)
` [PATCH 1/4] cpumask: introduce for_each_cpu_or
` [PATCH 2/4] pcpcntrs: fix dying cpu summation race
` [PATCH 3/4] fork: remove use of percpu_counter_sum_all
` [PATCH 4/4] pcpcntr: remove percpu_counter_sum_all()

[PATCH v1 1/1] fs/namespace: fnic: Switch to use %ptTd
 2023-03-15  8:05 UTC  (2+ messages)

[LSF TOPIC] online repair of filesystems: what next?
 2023-03-15  3:45 UTC  (4+ messages)

[syzbot] [f2fs?] INFO: task hung in f2fs_balance_fs
 2023-03-15  3:28 UTC 

[LSF/MM/BPF TOPIC] SLOB+SLAB allocators removal and future SLUB improvements
 2023-03-15  2:54 UTC  (3+ messages)

[PATCH] ovl: Handle ENOSYS when fileattr support is missing in lower/upper fs
 2023-03-15  2:43 UTC  (23+ messages)
          ` [PATCH] [REGRESSION] "

[PATCH] fsverity: don't drop pagecache at end of FS_IOC_ENABLE_VERITY
 2023-03-14 23:53 UTC 

[PATCH v18 00/15] splice, block: Use page pinning and kill ITER_PIPE
 2023-03-14 23:39 UTC  (18+ messages)
` [PATCH v18 01/15] splice: Clean up direct_splice_read() a bit
` [PATCH v18 02/15] splice: Make do_splice_to() generic and export it
` [PATCH v18 03/15] shmem: Implement splice-read
` [PATCH v18 04/15] overlayfs: "
` [PATCH v18 05/15] coda: "
` [PATCH v18 06/15] tty, proc, kernfs, random: Use direct_splice_read()
` [PATCH v18 07/15] splice: Do splice read from a file without using ITER_PIPE
` [PATCH v18 08/15] cifs: Use generic_file_splice_read()
` [PATCH v18 09/15] iov_iter: Kill ITER_PIPE
` [PATCH v18 10/15] iomap: Don't get an reference on ZERO_PAGE for direct I/O block zeroing
` [PATCH v18 11/15] block: Fix bio_flagged() so that gcc can better optimise it
` [PATCH v18 12/15] block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
` [PATCH v18 13/15] block: Add BIO_PAGE_PINNED and associated infrastructure
` [PATCH v18 14/15] block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pages
` [PATCH v18 15/15] block: convert bio_map_user_iov "

[PATCH 05/31] ext4: Convert ext4_writepage() to use a folio
 2023-03-14 22:26 UTC  (3+ messages)

[PATCH v5 0/4] mm: userfaultfd: refactor and add UFFDIO_CONTINUE_MODE_WP
 2023-03-14 22:12 UTC  (5+ messages)
` [PATCH v5 1/4] mm: userfaultfd: rename functions for clarity + consistency
` [PATCH v5 2/4] mm: userfaultfd: don't pass around both mm and vma
` [PATCH v5 3/4] mm: userfaultfd: combine 'mode' and 'wp_copy' arguments
` [PATCH v5 4/4] mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEs

[PATCH 0/2] Minor documentation clean-up in fs
 2023-03-14 18:53 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 12/21] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
 2023-03-14 18:26 UTC  (18+ messages)
` AUTOSEL process

[PATCH v3 0/2] docs: actualize file_system_type and super_operations descriptions
 2023-03-14 18:12 UTC  (6+ messages)
` [PATCH v3 1/2] docs: filesystems: vfs: actualize struct file_system_type description
` [PATCH v3 2/2] docs: filesystems: vfs: actualize struct super_operations description

[PATCH] Documentation: fs/proc: corrections and update
 2023-03-14 18:12 UTC  (3+ messages)

Patch for a overwriting/corruption of the file system
 2023-03-14 17:13 UTC  (5+ messages)

RFC: Filesystem metadata in HIGHMEM
 2023-03-14 14:51 UTC 

[LSF/MM/BPF TOPIC] Filesystem backporting to stable
 2023-03-14 13:32 UTC  (4+ messages)

[PATCH v2] nfs: use vfs setgid helper
 2023-03-14 13:08 UTC  (3+ messages)

[PATCHSET for-next 0/3] Add FMODE_NOWAIT support to pipes
 2023-03-14 12:04 UTC  (10+ messages)
` [PATCH 1/3] fs: add 'nonblock' parameter to pipe_buf_confirm() and fops method
` [PATCH 2/3] pipe: enable handling of IOCB_NOWAIT
` [PATCH 3/3] pipe: set FMODE_NOWAIT on pipes

[syzbot] [btrfs?] WARNING in btrfs_run_delayed_refs
 2023-03-14 10:34 UTC  (2+ messages)

[PATCH 0/3] Fix crash with fscrypt + Landlock
 2023-03-14  9:28 UTC  (5+ messages)
` [PATCH 1/3] fscrypt: destroy keyring after security_sb_delete()
` [PATCH 2/3] fscrypt: improve fscrypt_destroy_keyring() documentation
` [PATCH 3/3] fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref()

[PATCH v1 3/4] xfs: add XFS_IOC_SETFSUUID ioctl
 2023-03-14  5:50 UTC 

[linux-next:master] [mm] 480c454ff6: BUG:kernel_NULL_pointer_dereference
 2023-03-14  5:50 UTC  (3+ messages)

[PATCH] nfs: use vfs setgid helper
 2023-03-13 23:07 UTC  (4+ messages)

[syzbot] [reiserfs?] KASAN: use-after-free Read in leaf_paste_in_buffer
 2023-03-13 22:42 UTC 

[syzbot] [fscrypt?] WARNING in fscrypt_destroy_keyring
 2023-03-13 22:17 UTC  (2+ messages)

[PATCH] fs: prevent out-of-bounds array speculation when closing a file descriptor
 2023-03-13 20:34 UTC  (5+ messages)

[PATCH v2 0/5] Remove #ifdef CONFIG_* from uapi headers (2023 edition)
 2023-03-13 15:16 UTC  (3+ messages)
` [PATCH v2 4/5] pktcdvd: Remove CONFIG_CDROM_PKTCDVD_WCACHE from uapi header

[PATCH 0/5] misc filesystems: simplify sysctl registration
 2023-03-13 13:21 UTC  (3+ messages)
` [PATCH 4/5] coda: simplify one-level sysctl registration for coda_table

[PATCH 0/6] s390: simplify sysctl registration
 2023-03-13 13:16 UTC  (4+ messages)
` [PATCH 6/6] s390: simplify dynamic sysctl registration for appldata_register_ops


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