linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-14 15:26:32 to 2023-09-16 02:20:18 UTC [more...]

[RFC PATCH 0/3] quering mount attributes
 2023-09-16  2:19 UTC  (24+ messages)
` [RFC PATCH 1/3] add unique mount ID
` [RFC PATCH 2/3] add statmnt(2) syscall
` [RFC PATCH 3/3] add listmnt(2) syscall

[PATCH 00/17] Add folio_end_read
 2023-09-16  2:14 UTC  (25+ messages)
` [PATCH 01/17] iomap: Hold state_lock over call to ifs_set_range_uptodate()
` [PATCH 02/17] iomap: Protect read_bytes_pending with the state_lock
` [PATCH 03/17] mm: Add folio_end_read()
` [PATCH 04/17] ext4: Use folio_end_read()
` [PATCH 05/17] buffer: "
` [PATCH 06/17] iomap: "
` [PATCH 07/17] bitops: Add xor_unlock_is_negative_byte()
` [PATCH 08/17] alpha: Implement xor_unlock_is_negative_byte
` [PATCH 09/17] m68k: "
` [PATCH 10/17] mips: "
` [PATCH 11/17] powerpc: Implement arch_xor_unlock_is_negative_byte on 32-bit
` [PATCH 12/17] riscv: Implement xor_unlock_is_negative_byte
` [PATCH 13/17] s390: Implement arch_xor_unlock_is_negative_byte
` [PATCH 14/17] mm: Delete checks for xor_unlock_is_negative_byte()
` [PATCH 15/17] mm: Add folio_xor_flags_has_waiters()
` [PATCH 16/17] mm: Make __end_folio_writeback() return void
` [PATCH 17/17] mm: Use folio_xor_flags_has_waiters() in folio_end_writeback()

[RFC PATCH kdevops 0/2] augment expunge list for v6.1.53
 2023-09-15 23:48 UTC  (3+ messages)
` [RFC PATCH kdevops 1/2] fstests/xfs: copy 6.1.42 baseline "
` [RFC PATCH kdevops 2/2] xfs: merge common expunge lists "

[PATCH 0/3] userfaultfd remap option
 2023-09-15 23:39 UTC  (19+ messages)
` [PATCH 1/3] userfaultfd: UFFDIO_REMAP: rmap preparation
` [PATCH 2/3] userfaultfd: UFFDIO_REMAP uABI
` [PATCH 3/3] selftests/mm: add UFFDIO_REMAP ioctl test

[PATCH] block: Remove special-casing of compound pages
 2023-09-15 22:48 UTC  (4+ messages)

[MAINTAINERS/KERNEL SUMMIT] Trust and maintenance of file systems
 2023-09-15 22:48 UTC  (11+ messages)

[PATCH v3 0/4] block: simplify with PAGE_SECTORS_SHIFT
 2023-09-15 22:43 UTC  (5+ messages)
` [PATCH v3 1/4] drbd: use PAGE_SECTORS_SHIFT and PAGE_SECTORS
` [PATCH v3 2/4] iomap: simplify iomap_init() with PAGE_SECTORS
` [PATCH v3 3/4] dm bufio: simplify by using PAGE_SECTORS_SHIFT
` [PATCH v3 4/4] zram: use generic PAGE_SECTORS and PAGE_SECTORS_SHIFT

[PATCH RFC] binfmt_elf: fully allocate bss pages
 2023-09-15 22:41 UTC  (6+ messages)

[RFC v2 00/10] bdev: LBS devices support to coexist with buffer-heads
 2023-09-15 22:27 UTC  (15+ messages)
` [RFC v2 01/10] bdev: rename iomap aops
` [RFC v2 02/10] bdev: dynamically set aops to enable LBS support
` [RFC v2 03/10] bdev: increase bdev max blocksize depending on the aops used
` [RFC v2 04/10] filesystems: add filesytem buffer-head flag
` [RFC v2 05/10] bdev: allow to switch between bdev aops
` [RFC v2 06/10] bdev: simplify coexistance
` [RFC v2 07/10] nvme: enhance max supported LBA format check
` [RFC v2 08/10] nvme: add awun / nawun sanity check
` [RFC v2 09/10] nvme: add nvme_core.debug_large_atomics to force high awun as phys_bs
` [RFC v2 10/10] nvme: enable LBS support

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-15 21:05 UTC  (13+ messages)
` [RFC PATCH v12 01/33] KVM: Tweak kvm_hva_range and hva_handler_t to allow reusing for gfn ranges
` [RFC PATCH v12 06/33] KVM: Introduce KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 11/33] KVM: Introduce per-page memory attributes
` [RFC PATCH v12 14/33] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
` [RFC PATCH v12 18/33] KVM: x86/mmu: Handle page fault for private memory

[PATCH v4 bpf-next 02/12] bpf: introduce BPF token object
 2023-09-15 20:59 UTC  (5+ messages)
` [PATCH v4 2/12] "

[PATCH] aio: Annotate struct kioctx_table with __counted_by
 2023-09-15 20:50 UTC  (2+ messages)

[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
 2023-09-15 20:00 UTC  (6+ messages)
` [PATCH v2 6/6] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[RFC 00/23] Enable block size > page size in XFS
 2023-09-15 19:54 UTC  (34+ messages)
` [RFC 01/23] fs: Allow fine-grained control of folio sizes
` [RFC 02/23] pagemap: use mapping_min_order in fgf_set_order()
` [RFC 03/23] filemap: add folio with at least mapping_min_order in __filemap_get_folio
` [RFC 04/23] filemap: set the order of the index in page_cache_delete_batch()
` [RFC 05/23] filemap: align index to mapping_min_order in filemap_range_has_page()
` [RFC 06/23] mm: call xas_set_order() in replace_page_cache_folio()
` [RFC 07/23] filemap: align the index to mapping_min_order in __filemap_add_folio()
` [RFC 08/23] filemap: align the index to mapping_min_order in filemap_get_folios_tag()
` [RFC 09/23] filemap: use mapping_min_order while allocating folios
` [RFC 10/23] filemap: align the index to mapping_min_order in filemap_get_pages()
` [RFC 11/23] filemap: align the index to mapping_min_order in do_[a]sync_mmap_readahead
` [RFC 12/23] filemap: align index to mapping_min_order in filemap_fault()
` [RFC 13/23] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [RFC 14/23] readahead: allocate folios with mapping_min_order in ra_unbounded()
` [RFC 15/23] readahead: align with mapping_min_order in force_page_cache_ra()
` [RFC 16/23] readahead: add folio with at least mapping_min_order in page_cache_ra_order
` [RFC 17/23] readahead: set the minimum ra size in get_(init|next)_ra
` [RFC 18/23] readahead: align ra start and size to mapping_min_order in ondemand_ra()
` [RFC 19/23] truncate: align index to mapping_min_order
` [RFC 20/23] mm: round down folio split requirements
` [RFC 21/23] xfs: expose block size in stat
` [RFC 22/23] xfs: enable block size larger than page size support
` [RFC 23/23] xfs: set minimum order folio for page cache based on blocksize

[syzbot] BUG: unable to handle kernel NULL pointer dereference in __d_instantiate
 2023-09-15 19:01 UTC  (2+ messages)
` [syzbot] [ntfs3?] "

[PATCH 0/6] shmem: high order folios support in write path
 2023-09-15 18:26 UTC  (18+ messages)
    ` [PATCH 1/6] filemap: make the folio order calculation shareable
    ` [PATCH 2/6] shmem: drop BLOCKS_PER_PAGE macro
    ` [PATCH 3/6] shmem: account for large order folios
    ` [PATCH 4/6] shmem: add order parameter support to shmem_alloc_folio
    ` [PATCH 5/6] shmem: add file length in shmem_get_folio path
    ` [PATCH 6/6] shmem: add large folios support to the write path

[PATCH] nfs: Convert nfs_symlink() to use a folio
 2023-09-15 17:33 UTC 

remove get_super
 2023-09-15 17:28 UTC  (5+ messages)

[PATCH] proc: nommu: fix empty /proc/<pid>/maps
 2023-09-15 17:18 UTC  (3+ messages)

[PATCH] proc: nommu: /proc/<pid>/maps: release mmap read lock
 2023-09-15 15:44 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION dfa449a58323de195773cf928d99db4130702bf7
 2023-09-15 14:48 UTC 

[RFC PATCH 0/9] iov_iter: kunit: Cleanup, abstraction and more tests
 2023-09-15 13:24 UTC  (19+ messages)
` [RFC PATCH 1/9] iov_iter: Fix some checkpatch complaints in kunit tests
` [RFC PATCH 2/9] iov_iter: Consolidate some of the repeated code into helpers
` [RFC PATCH 3/9] iov_iter: Consolidate the test vector struct in the kunit tests
` [RFC PATCH 4/9] iov_iter: Consolidate bvec pattern checking
` [RFC PATCH 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
` [RFC PATCH 6/9] iov_iter: Add copy kunit tests for ITER_UBUF and ITER_IOVEC
` [RFC PATCH 7/9] iov_iter: Add extract "
` [RFC PATCH 8/9] iov_iter: Add benchmarking kunit tests
` [RFC PATCH 9/9] iov_iter: Add benchmarking kunit tests for UBUF/IOVEC

[PATCH] ima: fix wrong dereferences of file->f_path
 2023-09-15 13:22 UTC  (6+ messages)
        ` Fwd: "

[PATCH] fs-writeback: writeback_sb_inodes: Do not increase 'total_wrote' when nothing is written
 2023-09-15  9:57 UTC  (5+ messages)
  ` 答复: "

[PATCH v3 00/25] security: Move IMA and EVM to the LSM infrastructure
 2023-09-15  9:39 UTC  (4+ messages)
` [PATCH v3 25/25] integrity: Switch from rbtree to LSM-managed blob for integrity_iint_cache

[PATCH v4 05/13] iov: Move iterator functions to a header file
 2023-09-15  9:38 UTC  (4+ messages)
` [PATCH v4 00/13] iov_iter: Convert the iterator macros into inline funcs

[syzbot] [f2fs?] WARNING: lock held when returning to user space in f2fs_write_single_data_page
 2023-09-15  5:49 UTC  (2+ messages)

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-09-15  0:33 UTC  (7+ messages)

[syzbot] [integrity] [overlayfs] general protection fault in d_path
 2023-09-14 17:54 UTC  (2+ messages)

[PATCH RFC 00/37] Add support for arm64 MTE dynamic tag storage reuse
 2023-09-14 17:37 UTC  (3+ messages)

[PATCH 0/3] Add and use bdev_getblk()
 2023-09-14 17:25 UTC  (4+ messages)
` [PATCH 2/3] buffer: Hoist GFP flags from grow_dev_page() to __getblk_gfp()

[syzbot] [sctp?] [reiserfs?] KMSAN: uninit-value in __schedule (4)
 2023-09-14 16:06 UTC  (3+ 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).