Linux-Fsdevel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-16 00:17:59 to 2024-04-17 18:09:28 UTC [more...]

[syzbot] [fs?] WARNING: ODEBUG bug in bdev_super_lock (2)
 2024-04-17 18:09 UTC 

riscv32 EXT4 splat, 6.8 regression?
 2024-04-17 18:06 UTC  (27+ messages)

[PATCH v2 00/13] JFS folio conversion
 2024-04-17 17:56 UTC  (14+ messages)
` [PATCH v2 01/13] jfs: Convert metapage_read_folio to use folio APIs
` [PATCH v2 02/13] jfs: Convert metapage_writepage to metapage_write_folio
` [PATCH v2 03/13] jfs: Convert __get_metapage to use a folio
` [PATCH v2 04/13] jfs: Convert insert_metapage() to take "
` [PATCH v2 05/13] jfs; Convert release_metapage to use "
` [PATCH v2 06/13] jfs: Convert drop_metapage and remove_metapage to take "
` [PATCH v2 07/13] jfs: Convert dec_io "
` [PATCH v2 08/13] jfs; Convert __invalidate_metapages to use "
` [PATCH v2 09/13] jfs: Convert page_to_mp to folio_to_mp
` [PATCH v2 10/13] jfs: Convert inc_io to take a folio
` [PATCH v2 11/13] jfs: Convert force_metapage to use "
` [PATCH v2 12/13] jfs: Change metapage->page to metapage->folio
` [PATCH v2 13/13] fs: Remove i_blocks_per_page

[PATCH 00/10] ntfs3: Convert (most of) ntfs3 to use folios
 2024-04-17 17:32 UTC  (12+ messages)
` [PATCH 01/10] ntfs3: Convert ntfs_read_folio to use a folio
` [PATCH 02/10] ntfs3: Convert ntfs_write_begin "
` [PATCH 03/10] ntfs3: Convert attr_data_read_resident() to take "
` [PATCH 04/10] ntfs3: Convert ntfs_write_end() to work on "
` [PATCH 05/10] ntfs3: Convert attr_data_write_resident to use "
` [PATCH 06/10] ntfs3: Convert attr_make_nonresident "
` [PATCH 07/10] ntfs3: Convert reading $AttrDef to use folios
` [PATCH 08/10] ntfs3: Use a folio to read UpCase
` [PATCH 09/10] ntfs3: Remove inode_write_data()
` [PATCH 10/10] ntfs3: Remove ntfs_map_page and ntfs_unmap_page

[LSF/MM/BPF TOPIC] Running BOF
 2024-04-17 17:01 UTC 

[syzbot] [gfs2?] INFO: task hung in gfs2_glock_nq
 2024-04-17 16:54 UTC 

[LSF/MM/BPF TOPIC] Changing how we do file system maintenance
 2024-04-17 16:36 UTC  (5+ messages)
` [Lsf-pc] "

[PATCH 0/8] mm/swap: optimize swap cache search space
 2024-04-17 16:25 UTC  (11+ messages)
` [PATCH 1/8] NFS: remove nfs_page_lengthg and usage of page_index
` [PATCH 2/8] nilfs2: drop "
` [PATCH 3/8] f2fs: "
` [PATCH 4/8] ceph: "
` [PATCH 5/8] cifs: drop usage of page_file_offset
` [PATCH 6/8] mm/swap: get the swap file offset directly
` [PATCH 7/8] mm: drop page_index/page_file_offset and convert swap helpers to use folio
` [PATCH 8/8] mm/swap: reduce swap cache search space

[PATCH] fs: Remove NTFS classic
 2024-04-17 16:07 UTC  (3+ messages)
` [PATCH 2/2] ntfs3: remove warning

[PATCH v2 0/3] Fix shmem_rename2 directory offset calculation
 2024-04-17 15:26 UTC  (3+ messages)

[PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device
 2024-04-17 15:23 UTC  (14+ messages)
                    ` [PATCH][RFC] set_blocksize() in pktcdvd (was Re: [PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device)

[PATCH 0/7] Convert UDF to folios
 2024-04-17 15:04 UTC  (8+ messages)
` [PATCH 1/7] udf: Convert udf_symlink_filler() to use a folio
` [PATCH 2/7] udf: Convert udf_write_begin() "
` [PATCH 3/7] udf: Convert udf_expand_file_adinicb() "
` [PATCH 4/7] udf: Convert udf_adinicb_readpage() to udf_adinicb_read_folio()
` [PATCH 5/7] udf: Convert udf_symlink_getattr() to use a folio
` [PATCH 6/7] udf: Convert udf_page_mkwrite() "
` [PATCH 7/7] udf: Use a folio in udf_write_end()

[PATCH] cifs: Fix reacquisition of volume cookie on still-live connection
 2024-04-17 14:38 UTC  (6+ messages)

[PATCH 00/11] Bugfix and refactoring
 2024-04-17 13:10 UTC  (12+ messages)
` [PATCH 01/11] fs/ntfs3: Remove max link count info display during driver init
` [PATCH 02/11] fs/ntfs3: Missed le32_to_cpu conversion
` [PATCH 03/11] fs/ntfs3: Mark volume as dirty if xattr is broken
` [PATCH 04/11] fs/ntfs3: Use variable length array instead of fixed size
` [PATCH 05/11] fs/ntfs3: Use 64 bit variable to avoid 32 bit overflow
` [PATCH 06/11] fs/ntfs3: Redesign ntfs_create_inode to return error code instead of inode
` [PATCH 07/11] fs/ntfs3: Check 'folio' pointer for NULL
` [PATCH 08/11] fs/ntfs3: Always make file nonresident if fallocate (xfstest 438)
` [PATCH 09/11] fs/ntfs3: Optimize to store sorted attribute definition table
` [PATCH 10/11] fs/ntfs3: Remove cached label from sbi
` [PATCH 11/11] fs/ntfs3: Taking DOS names into account during link counting

[syzbot] [jffs2?] kernel BUG in jffs2_sum_write_sumnode
 2024-04-17 12:51 UTC 

[PATCH vfs.all 00/26] fs & block: remove bdev->bd_inode
 2024-04-17 12:47 UTC  (5+ messages)
` [PATCH vfs.all 15/26] s390/dasd: use bdev api in dasd_format()

[PATCH v1 0/2] fs/proc/task_mmu: convert hugetlb functions to work on folis
 2024-04-17 12:31 UTC  (7+ messages)
` [PATCH v1 1/2] fs/proc/task_mmu: convert pagemap_hugetlb_range() to work on folios
` [PATCH v1 2/2] fs/proc/task_mmu: convert smaps_hugetlb_range() "

[dhowells-fs:cifs-netfs] [cifs] b4834f12a4: WARNING:at_fs/netfs/write_collect.c:#netfs_writeback_lookup_folio
 2024-04-17 12:18 UTC  (2+ messages)

[PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-17 11:40 UTC  (3+ messages)

[PATCH] fsnotify: fix UAF from FS_ERROR event on a shutting down filesystem
 2024-04-17 11:35 UTC  (3+ messages)

[PATCH] netfs: Fix writethrough-mode error handling
 2024-04-17 11:26 UTC  (2+ messages)

[PATCH vfs.all 22/26] block: stash a bdev_file to read/write raw blcok_device
 2024-04-17 11:05 UTC  (3+ messages)
` [PATCH 01/11] block_device: add a pointer to struct address_space (page cache of bdev)

[PATCH 01/26] cifs: Fix duplicate fscache cookie warnings
 2024-04-17 10:36 UTC  (16+ messages)
` [PATCH 00/26] netfs, afs, 9p, cifs: Rework netfs to use ->writepages() to copy to cache
  ` [PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
  ` [PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
  ` [PATCH 11/26] 9p: Use alternative invalidation to "
  ` [PATCH 17/26] netfs: Fix writethrough-mode error handling
  ` [PATCH 24/26] netfs: Remove the old writeback code

[syzbot] [fs?] WARNING in stashed_dentry_prune (2)
 2024-04-17  9:47 UTC 

[syzbot] [jffs2?] possible deadlock in jffs2_read_folio
 2024-04-17  8:55 UTC 

[PATCH] fs: hfsplus: fix an error code problem in hfsplus_sync_fs()
 2024-04-17  8:31 UTC 

[PATCH v5 3/9] rust: file: add Rust abstraction for `struct file`
 2024-04-17  8:22 UTC  (3+ messages)

[PATCH] seq_file: Optimize seq_puts()
 2024-04-17  7:53 UTC  (6+ messages)

[PATCH 1/1] sget_dev() bug fix: dev_t passed by value but stored via stack address
 2024-04-17  5:06 UTC  (2+ messages)

[PATCH] dm: core: put device mapper block device synchronously
 2024-04-17  3:27 UTC  (4+ messages)
` [PATCH v2] dm: restore synchronous close of device mapper block device

[PATCH v3 0/8] Improve buffer head documentation
 2024-04-17  2:14 UTC  (19+ messages)
` [PATCH v3 1/8] doc: Improve the description of __folio_mark_dirty
` [PATCH v3 2/8] buffer: Add kernel-doc for block_dirty_folio()
` [PATCH v3 3/8] buffer: Add kernel-doc for try_to_free_buffers()
` [PATCH v3 4/8] buffer: Fix __bread and __bread_gfp kernel-doc
` [PATCH v3 5/8] buffer: Add kernel-doc for brelse() and __brelse()
` [PATCH v3 6/8] buffer: Add kernel-doc for bforget() and __bforget()
` [PATCH v3 7/8] buffer: Improve bdev_getblk documentation
` [PATCH v3 8/8] doc: Split buffer.rst out of api-summary.rst
` [PATCH v3 8a/8] "

[syzbot] Re: [syzbot] [ext4?] KASAN: slab-use-after-free Read in fsnotify
 2024-04-17  2:03 UTC  (11+ messages)
          `  "

[PATCH v1 00/11] mm: migrate: support poison recover from migrate folio
 2024-04-17  1:43 UTC  (8+ messages)
` [PATCH v1 01/11] mm: migrate: simplify __buffer_migrate_folio()
` [PATCH v1 02/11] mm: migrate_device: use more folio in __migrate_device_pages()
` [PATCH v1 04/11] mm: migrate: remove migrate_folio_extra()

[syzbot] [exfat?] possible deadlock in exfat_page_mkwrite
 2024-04-16 23:38 UTC  (3+ messages)

[PATCH v6 00/10] block atomic writes
 2024-04-16 21:11 UTC  (10+ messages)

[PATCH v10] mm: report per-page metadata information
 2024-04-16 20:52 UTC  (2+ messages)

[PATCH v6 30/37] mm: vmalloc: Enable memory allocation profiling
 2024-04-16 19:27 UTC  (2+ messages)

[WIP 0/3] Memory model and atomic API in Rust
 2024-04-16 18:12 UTC  (5+ messages)

[PATCH 0/5] Convert ext4's mballoc to use folios
 2024-04-16 17:28 UTC  (6+ messages)
` [PATCH 1/5] ext4: Convert bd_bitmap_page to bd_bitmap_folio
` [PATCH 2/5] ext4: Convert bd_buddy_page to bd_buddy_folio
` [PATCH 3/5] ext4: Convert ext4_mb_init_cache() to take a folio
` [PATCH 4/5] ext4: Convert ac_bitmap_page to ac_bitmap_folio
` [PATCH 5/5] ext4: Convert ac_buddy_page to ac_buddy_folio

[syzbot] [btrfs?] KMSAN: kernel-infoleak in btrfs_ioctl_logical_to_ino (2)
 2024-04-16 16:56 UTC  (2+ messages)

[RFC][PATCH] fanotify: allow to set errno in FAN_DENY permission response
 2024-04-16 15:52 UTC  (12+ messages)

[PATCH 2/2] ntfs3: remove warning
 2024-04-16 12:55 UTC  (12+ messages)

[syzbot] [xfs?] possible deadlock in xfs_icwalk_ag (2)
 2024-04-16 12:02 UTC 

[PATCH v1 05/18] mm: improve folio_likely_mapped_shared() using the mapcount of large folios
 2024-04-16 10:53 UTC  (5+ messages)

[BUG] soft lockup in filemap_get_read_batch
 2024-04-16  9:31 UTC  (2+ messages)
` [PATCH 1/1] mm: protect xa split stuff under lruvec->lru_lock during migration

[PATCH 0/7] sysctl: Remove sentinel elements from misc directories
 2024-04-16  7:53 UTC  (6+ messages)
  ` [PATCH 2/7] security: Remove the now superfluous sentinel element from ctl_table array

rcu_preempt self-detected stall in filemap_get_read_batch
 2024-04-16  8:00 UTC  (2+ messages)
` [PATCH 1/1] mm: protect xa split stuff under lruvec->lru_lock during migration

[PATCH v2] xarray: inline xas_descend to improve performance
 2024-04-16  6:16 UTC 

[PATCH] xarray: inline xas_descend to improve performance
 2024-04-16  1:35 UTC  (3+ messages)

[syzbot] [kernfs?] BUG: using __this_cpu_add() in preemptible code in kernfs_fop_write_iter
 2024-04-16  0:37 UTC 

[RFC 00/10] fs/dax: Fix FS DAX page reference counts
 2024-04-16  0:36 UTC  (8+ messages)
` [RFC 04/10] fs/dax: Don't track page mapping/index

[GIT PULL 02/16] xfs: refactorings for atomic file content exchanges
 2024-04-16  0:28 UTC  (2+ messages)
` [GIT PULL 03/16] xfs: "

[PATCH v2 00/34] Open block devices as files
 2024-04-16  0:27 UTC  (9+ messages)
` [PATCH v2 04/34] md: port block device access to file

[PATCH 0/1] fuse: Add initial support for fs-verity
 2024-04-16  0:16 UTC  (2+ messages)
` [PATCH v2] "

[PATCH 17/26] netfs: Fix writethrough-mode error handling
 2024-04-15 12:40 UTC 

[PATCH 24/26] netfs: Remove the old writeback code
 2024-04-15 12:20 UTC 

[PATCH 11/26] 9p: Use alternative invalidation to using launder_folio
 2024-04-15 11:43 UTC 

[PATCH 09/26] mm: Provide a means of invalidation without using launder_folio
 2024-04-15 11:41 UTC 

[PATCH 03/26] netfs: Update i_blocks when write committed to pagecache
 2024-04-15 11: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 read-only IMAP folder(s) and NNTP newsgroup(s).