linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-25 00:18:45 to 2024-02-26 21:55:11 UTC [more...]

[LSF/MM/BPF TOPIC] Measuring limits and enhancing buffered IO
 2024-02-26 21:55 UTC  (24+ messages)

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-02-26 21:47 UTC  (47+ messages)
` [RFC PATCH 02/20] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC PATCH 03/20] dev_dax_iomap: Move dax_pgoff_to_phys from device.c to bus.c since both need it now
` [RFC PATCH 04/20] dev_dax_iomap: Save the kva from memremap
` [RFC PATCH 05/20] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC PATCH 06/20] dev_dax_iomap: Add CONFIG_DEV_DAX_IOMAP kernel build parameter
` [RFC PATCH 07/20] famfs: Add include/linux/famfs_ioctl.h
` [RFC PATCH 08/20] famfs: Add famfs_internal.h
` [RFC PATCH 09/20] famfs: Add super_operations
` [RFC PATCH 10/20] famfs: famfs_open_device() & dax_holder_operations
` [RFC PATCH 11/20] famfs: Add fs_context_operations
` [RFC PATCH 12/20] famfs: Add inode_operations and file_system_type
` [RFC PATCH 13/20] famfs: Add iomap_ops
` [RFC PATCH 14/20] famfs: Add struct file_operations
` [RFC PATCH 15/20] famfs: Add ioctl to file_operations
` [RFC PATCH 17/20] famfs: Add module stuff
` [RFC PATCH 18/20] famfs: Support character dax via the dev_dax_iomap patch

[PATCH 00/13] enable bs > ps in XFS
 2024-02-26 21:18 UTC  (23+ messages)
` [PATCH 01/13] mm: Support order-1 folios in the page cache
` [PATCH 02/13] fs: Allow fine-grained control of folio sizes
` [PATCH 03/13] filemap: align the index to mapping_min_order in the page cache
` [PATCH 04/13] filemap: use mapping_min_order while allocating folios
` [PATCH 05/13] readahead: set file_ra_state->ra_pages to be at least mapping_min_order
` [PATCH 06/13] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [PATCH 07/13] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH 08/13] readahead: allocate folios with mapping_min_order in ra_(unbounded|order)
` [PATCH 09/13] mm: do not split a folio if it has minimum folio order requirement
` [PATCH 10/13] iomap: fix iomap_dio_zero() for fs bs > system page size
` [PATCH 11/13] xfs: expose block size in stat
` [PATCH 12/13] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH 13/13] xfs: enable block size larger than page size support

[PATCH v5 0/8] Split a folio to any lower order folios
 2024-02-26 20:55 UTC  (9+ messages)
` [PATCH v5 1/8] mm/huge_memory: only split PMD mapping when necessary in unmap_folio()
` [PATCH v5 2/8] mm: Support order-1 folios in the page cache
` [PATCH v5 3/8] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v5 4/8] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v5 5/8] mm: memcg: make memcg huge page split support any order split
` [PATCH v5 6/8] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v5 7/8] mm: thp: split huge page to any lower order pages
` [PATCH v5 8/8] mm: huge_memory: enable debugfs to split huge pages to any order

[PATCH v4 0/2] Fix libaio cancellation support
 2024-02-26 20:50 UTC  (3+ messages)

[PATCH v4 00/36] Memory allocation profiling
 2024-02-26 20:50 UTC  (25+ messages)
` [PATCH v4 03/36] mm/slub: Mark slab_free_freelist_hook() __always_inline
` [PATCH v4 05/36] fs: Convert alloc_inode_sb() to a macro
` [PATCH v4 07/36] mm: introduce slabobj_ext to support slab object extensions
` [PATCH v4 08/36] mm: introduce __GFP_NO_OBJ_EXT flag to selectively prevent slabobj_ext creation
` [PATCH v4 09/36] mm/slab: introduce SLAB_NO_OBJ_EXT to avoid obj_ext creation
` [PATCH v4 10/36] slab: objext: introduce objext_flags as extension to page_memcg_data_flags
` [PATCH v4 13/36] lib: prevent module unloading if memory is not freed
` [PATCH v4 15/36] lib: introduce support for page allocation tagging

[syzbot] [reiserfs?] INFO: task hung in reiserfs_sync_fs
 2024-02-26 20:36 UTC 

[PATCH] proc: allow restricting /proc/pid/mem writes
 2024-02-26 20:28 UTC  (5+ messages)

[PATCH v5] tracing: Support to dump instance traces by ftrace_dump_on_oops
 2024-02-26 18:44 UTC  (3+ messages)

[RFC] documentation on filesystem exposure to RCU pathwalk from fs maintainers' POV
 2024-02-26 18:35 UTC  (5+ messages)
` [RFC][v2] "

[PATCH v9 0/1] mm: report per-page metadata information
 2024-02-26 18:12 UTC  (3+ messages)
` [PATCH v9 1/1] "

[PATCH v5 00/10] block atomic writes
 2024-02-26 17:36 UTC  (11+ messages)
` [PATCH v5 01/10] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v5 02/10] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()
` [PATCH v5 03/10] fs: Initial atomic write support
` [PATCH v5 04/10] fs: Add initial atomic write support info to statx
` [PATCH v5 05/10] block: Add core atomic write support
` [PATCH v5 06/10] block: Add atomic write support for statx
` [PATCH v5 07/10] block: Add fops atomic write support
` [PATCH v5 08/10] scsi: sd: Atomic "
` [PATCH v5 09/10] scsi: scsi_debug: "
` [PATCH v5 10/10] nvme: "

[LSF TOPIC] statx extensions for subvol/snapshot filesystems & more
 2024-02-26 16:24 UTC  (12+ messages)
        ` [Lsf-pc] "

[PATCH RFC] vfs: always log mount API fs context messages to dmesg
 2024-02-26 15:23 UTC  (12+ messages)

[syzbot] [ntfs3?] possible deadlock in ntfs_set_state (2)
 2024-02-26 15:00 UTC  (7+ messages)

[RFC PATCH] mm: Add reclaim type to memory.reclaim
 2024-02-26 13:56 UTC  (4+ messages)

[PATCH] zonefs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26 13:44 UTC  (3+ messages)

[PATCH 0/7] Fixes and cleanups to fs-writeback
 2024-02-26 11:50 UTC  (7+ messages)
` [PATCH 1/7] fs/writeback: avoid to writeback non-expired inode in kupdate writeback
` [PATCH 5/7] fs/writeback: only calculate dirtied_before when b_io is empty

[PATCH v1 0/3] fuse: a few small fixes
 2024-02-26 11:01 UTC  (3+ messages)
` [PATCH v1 2/3] fuse: use GFP_KERNEL_ACCOUNT for allocations in fuse_dev_alloc

[PATCH 0/2] Adjust brk randomness
 2024-02-26 10:39 UTC  (3+ messages)
` [PATCH 1/2] x86: Increase brk randomness entropy on x86_64

[PATCH] affs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26 10:33 UTC  (2+ messages)

[PATCH v4 03/11] fs: Initial atomic write support
 2024-02-26  9:46 UTC  (4+ messages)

[PATCH v4 07/11] block: Add fops atomic write support
 2024-02-26  9:46 UTC  (3+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 8a800a1e9004
 2024-02-26  9:38 UTC 

[PATCH v4 06/11] block: Add atomic write support for statx
 2024-02-26  9:36 UTC  (3+ messages)

[PATCH v4 05/11] block: Add core atomic write support
 2024-02-26  9:23 UTC  (4+ messages)

[PATCH v4 04/11] fs: Add initial atomic write support info to statx
 2024-02-26  9:07 UTC  (2+ messages)

[PATCH] vfs: remove SLAB_MEM_SPREAD flag usage
 2024-02-26  8:58 UTC  (2+ messages)

[PATCH v4 03/11] fs: Initial atomic write support
 2024-02-26  8:51 UTC  (2+ messages)

[PATCH 5.10/5.15 v2 0/1 RESEND] mm/truncate: fix WARNING in ext4_set_page_dirty()
 2024-02-26  6:45 UTC  (2+ messages)

Recent-ish changes in binfmt_elf made my program segfault
 2024-02-26  5:54 UTC  (8+ messages)

[syzbot] [reiserfs?] kernel BUG at fs/reiserfs/journal.c:LINE!
 2024-02-26  4:09 UTC 

[PATCH] fuse: increase FUSE_MAX_MAX_PAGES limit
 2024-02-26  4:00 UTC  (5+ messages)

[RESEND PATCH v2] fuse: add support for explicit export disabling
 2024-02-26  3:54 UTC 

[PATCH v4 00/25] fs-verity support for XFS
 2024-02-26  2:24 UTC  (6+ messages)
` [PATCH v4 09/25] fsverity: add tracepoints

[syzbot] [hfs?] KASAN: slab-out-of-bounds Write in hfs_bnode_read_key
 2024-02-26  0:17 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] no tears atomics & LBS
 2024-02-26  0:10 UTC  (2+ messages)

[PATCH 0/1] Rosebush, a new hash table
 2024-02-25 21:48 UTC  (16+ messages)
` [PATCH 1/1] rosebush: Add new data structure

[fuse-devel] Proxmox + NFS w/ exported FUSE = EIO
 2024-02-25 20:58 UTC  (10+ messages)

[git pull] vfs.git fixes
 2024-02-25 17:58 UTC  (2+ messages)

[git pull] rcu pathwalk fixes
 2024-02-25 17:58 UTC  (2+ messages)

WARNING: fs/proc/generic.c:173 __xlate_proc_name
 2024-02-25 16:27 UTC  (3+ messages)

[PATCH fstests] common/config: fix CANON_DEVS=yes when file does not exist
 2024-02-25 16:23 UTC  (4+ messages)

[PATCH fstests 0/3] few enhancements
 2024-02-25 16:08 UTC  (5+ messages)
` [PATCH 2/3] check: add support for --list-group-tests

Automation with 0-day & kdevops
 2024-02-25 11:28 UTC  (2+ messages)

WARNING: fs/proc/generic.c:173 __xlate_proc_name
 2024-02-25 10:13 UTC 

[PATCH] virtiofs: limit the length of ITER_KVEC dio by max_nopage_rw
 2024-02-25  8:46 UTC  (3+ messages)

[syzbot] [x25?] [reiserfs?] general protection fault in lapbeth_data_transmit
 2024-02-25  7:28 UTC  (2+ messages)

[REGRESSION] 6.8-rc process is unable to exit and consumes a lot of cpu
 2024-02-25  5:57 UTC  (6+ messages)

[PATCH] exfat: remove SLAB_MEM_SPREAD flag usage
 2024-02-25  3:53 UTC  (2+ messages)

[PATCH 00/21] bcachefs disk accounting rewrite
 2024-02-25  2:38 UTC 

[syzbot] [fs?] BUG: sleeping function called from invalid context in __bread_gfp
 2024-02-25  2:28 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 NNTP newsgroup(s).