Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-13 15:23:24 to 2024-02-14 16:36:02 UTC [more...]

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-14 16:35 UTC  (48+ messages)
` [RFC v2 01/14] fs: Allow fine-grained control of folio sizes
` [RFC v2 02/14] filemap: align the index to mapping_min_order in the page cache
` [RFC v2 03/14] filemap: use mapping_min_order while allocating folios
` [RFC v2 04/14] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [RFC v2 05/14] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [RFC v2 06/14] readahead: rework loop in page_cache_ra_unbounded()
` [RFC v2 07/14] readahead: allocate folios with mapping_min_order in ra_(unbounded|order)
` [RFC v2 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size
` [RFC v2 11/14] xfs: expose block size in stat
` [RFC v2 12/14] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [RFC v2 13/14] xfs: add an experimental CONFIG_XFS_LBS option
` [RFC v2 14/14] xfs: enable block size larger than page size support

[PATCH v4 0/7] Split a folio to any lower order folios
 2024-02-14 16:35 UTC  (32+ messages)
` [PATCH v4 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v4 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v4 3/7] mm: memcg: make memcg huge page split support any order split
` [PATCH v4 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v4 5/7] mm: thp: split huge page to any lower order pages (except order-1)
` [PATCH v4 6/7] mm: truncate: split huge page cache page to a non-zero order if possible
` [PATCH v4 7/7] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH v3 00/35] Memory allocation profiling
 2024-02-14 16:31 UTC  (48+ messages)
` [PATCH v3 01/35] lib/string_helpers: Add flags param to string_get_size()
` [PATCH v3 13/35] lib: add allocation tagging support for memory allocation profiling
` [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline

[PATCH v6 0/3] per-vma locks in userfaultfd
 2024-02-14 15:17 UTC  (5+ messages)
` [PATCH v6 1/3] userfaultfd: move userfaultfd_ctx struct to header file
` [PATCH v6 2/3] userfaultfd: protect mmap_changing with rw_sem in userfaulfd_ctx
` [PATCH v6 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[PATCH 0/2] Move pidfd to tiny pseudo fs
 2024-02-14 14:40 UTC  (6+ messages)
` [PATCH 1/2] pidfd: move struct pidfd_fops
` [PATCH 2/2] pidfd: add pidfdfs

[syzbot] [squashfs?] INFO: task hung in evict (2)
 2024-02-14 14:00 UTC 

[syzbot] [udf?] KASAN: slab-out-of-bounds Write in udf_adinicb_writepage
 2024-02-14 13:56 UTC  (2+ messages)

[PATCH v3] fsnotify: optimize the case of no parent watcher
 2024-02-14 13:40 UTC  (8+ messages)

LSF/MM/BPF: 2024: Call for Proposals
 2024-02-14 13:03 UTC  (3+ messages)
  ` LSF/MM/BPF: 2024: Call for Proposals [Reminder]
    ` LSF/MM/BPF: 2024: Call for Proposals [Final Reminder]

[PATCH v3 00/15] block atomic writes
 2024-02-14 13:02 UTC  (13+ messages)
` [PATCH v3 07/15] block: Limit atomic write IO size according to atomic_write_max_sectors
` [PATCH v3 14/15] nvme: Support atomic writes

[PATCH 0/6] block atomic writes for XFS
 2024-02-14 12:36 UTC  (42+ messages)
` [PATCH 1/6] fs: iomap: Atomic write support
` [PATCH 2/6] fs: Add FS_XFLAG_ATOMICWRITES flag
` [PATCH 3/6] fs: xfs: Support FS_XFLAG_ATOMICWRITES for rtvol
` [PATCH 4/6] fs: xfs: Support atomic write for statx
` [PATCH RFC 5/6] fs: xfs: iomap atomic write support
` [PATCH 6/6] fs: xfs: Set FMODE_CAN_ATOMIC_WRITE for FS_XFLAG_ATOMICWRITES set

[PATCH v3 10/15] block: Add fops atomic write support
 2024-02-14 11:47 UTC  (8+ messages)
`  "

[PATCH] udf: convert to new mount API
 2024-02-14 11:27 UTC  (5+ messages)

[PATCH] zonefs: convert zonefs to use the new mount api
 2024-02-14 11:15 UTC  (9+ messages)

[PATCH net-next v8 0/4] Per epoll context busy poll support
 2024-02-14 11:10 UTC  (2+ messages)

[PATCH 0/6] block atomic writes for XFS
 2024-02-14 10:10 UTC  (4+ messages)

[syzbot] [ntfs?] BUG: unable to handle kernel paging request in step_into
 2024-02-14  9:45 UTC  (3+ messages)
` [syzbot] [ntfs3?] "

[ANNOUNCE] xfs-linux: for-next updated to 9ee85f235efe
 2024-02-14  8:21 UTC  (4+ messages)
` shmem patches headsup: "

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2024-02-14  7:32 UTC  (4+ messages)
  `  "

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-14  6:59 UTC  (15+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal

[PATCH] zonefs: Improve error handling
 2024-02-14  6:45 UTC 

[PATCH RFC 0/7] Use Maple Trees for simple_offset utilities
 2024-02-13 21:40 UTC  (9+ messages)
` [PATCH RFC 1/7] libfs: Rename "so_ctx"
` [PATCH RFC 2/7] libfs: Define a minimum directory offset
` [PATCH RFC 3/7] libfs: Add simple_offset_empty()
` [PATCH RFC 4/7] maple_tree: Add mtree_alloc_cyclic()
` [PATCH RFC 5/7] test_maple_tree: testing the cyclic allocation
` [PATCH RFC 6/7] libfs: Convert simple directory offsets to use a Maple Tree
` [PATCH RFC 7/7] libfs: Re-arrange locking in offset_iterate_dir()

[PATCH v4 0/3] virtiofs: export filesystem tags through sysfs
 2024-02-13 21:32 UTC  (2+ messages)

[PATCH v2] fs, USB gadget: Rework kiocb cancellation
 2024-02-13 21:01 UTC  (6+ messages)

[PATCH v5 0/3] per-vma locks in userfaultfd
 2024-02-13 20:40 UTC  (17+ messages)
` [PATCH v5 3/3] userfaultfd: use per-vma locks in userfaultfd operations

[syzbot] [btrfs?] WARNING in btrfs_create_pending_block_groups
 2024-02-13 18:01 UTC  (2+ messages)

[PATCH v4 00/10] IOMMU memory observability
 2024-02-13 17:26 UTC  (5+ messages)
` [PATCH v4 01/10] iommu/vt-d: add wrapper functions for page allocations

[PATCH v9 00/25] security: Move IMA and EVM to the LSM infrastructure
 2024-02-13 16:31 UTC  (12+ messages)
` [PATCH v9 12/25] security: Introduce file_post_open hook
` [PATCH v9 19/25] integrity: Move integrity_kernel_module_request() to IMA

[RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper
 2024-02-13 16:09 UTC  (7+ messages)
` [RESEND PATCH v9 1/3] libfs: "

[PATCH v3 00/10] IOMMU memory observability
 2024-02-13 15:44 UTC  (4+ messages)
` [PATCH v3 10/10] iommu: account IOMMU allocated memory

[syzbot] [jfs?] kernel BUG in txEnd (2)
 2024-02-13 15:23 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).