Linux-ext4 Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-04 19:48:57 to 2022-10-20 10:40:20 UTC [more...]

[PATCH v7 0/9] fs: clean up handling of i_version counter
 2022-10-20 10:39 UTC  (25+ messages)
` [PATCH v7 1/9] fs: uninline inode_query_iversion
` [PATCH v7 2/9] fs: clarify when the i_version counter must be updated
` [PATCH v7 3/9] vfs: plumb i_version handling into struct kstat
` [PATCH v7 4/9] nfs: report the inode version in getattr if requested
` [PATCH v7 5/9] ceph: "
` [PATCH v7 6/9] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v7 7/9] nfsd: use the getattr operation to fetch i_version
` [PATCH v7 8/9] nfsd: remove fetch_iversion export operation
` [RFC PATCH v7 9/9] vfs: expose STATX_VERSION to userland

[linux-next:master] BUILD REGRESSION a72b55bc981b62f7186600d06d1824f1d0612b27
 2022-10-19 14:40 UTC 

[linux-next:master] BUILD REGRESSION 4ca786ae6681b90b0ec3f4c55c89d12f835f8944
 2022-10-18 22:04 UTC  (3+ messages)

[PATCH 05/23] afs: Convert afs_writepages_region() to use filemap_get_folios_tag()
 2022-10-18 21:45 UTC  (6+ messages)
` [PATCH 00/23] Convert to filemap_get_folios_tag()
  ` [PATCH 04/23] page-writeback: Convert write_cache_pages() to use filemap_get_folios_tag()

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-10-18 20:08 UTC  (7+ messages)

[PATCH -next v2] ext4: fix warning in 'ext4_da_release_space'
 2022-10-18 13:58 UTC  (2+ messages)

[syzbot] BUG: spinlock bad magic in ext4_xattr_set_handle
 2022-10-18  6:21 UTC 

[PATCH -next] ext4: fix warning in 'ext4_da_release_space'
 2022-10-18  1:24 UTC 

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-10-17 20:24 UTC  (24+ messages)
` [PATCH v3 01/23] pagemap: Add filemap_grab_folio()
` [PATCH v3 02/23] filemap: Added filemap_get_folios_tag()
` [PATCH v3 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v3 04/23] page-writeback: Convert write_cache_pages() "
` [PATCH v3 05/23] afs: Convert afs_writepages_region() "
` [PATCH v3 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH v3 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH v3 08/23] ceph: Convert ceph_writepages_start() "
` [PATCH v3 09/23] cifs: Convert wdata_alloc_and_fillpages() "
` [PATCH v3 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v3 11/23] f2fs: Convert f2fs_fsync_node_pages() "
` [PATCH v3 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v3 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v3 14/23] f2fs: Convert f2fs_write_cache_pages() "
` [PATCH v3 15/23] f2fs: Convert last_fsync_dnode() "
` [PATCH v3 16/23] f2fs: Convert f2fs_sync_meta_pages() "
` [PATCH v3 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH v3 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH v3 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v3 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH v3 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v3 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v3 23/23] filemap: Remove find_get_pages_range_tag()

[linux-next:master] BUILD REGRESSION 77d8bf70fac0900844491376bc18b491710168bf
 2022-10-17 15:44 UTC 

[PATCH RFC 0/7] fs: Debug config option to disable filesystem checksum verification for fuzzing
 2022-10-17 12:02 UTC  (16+ messages)
` [PATCH RFC 1/7] fs: create `DISABLE_FS_CSUM_VERIFICATION` config option
` [PATCH RFC 2/7] fs/ext4: support "
` [PATCH RFC 3/7] fs/btrfs: "
` [PATCH RFC 4/7] fs/exfat: "
` [PATCH RFC 5/7] fs/xfs: "
` [PATCH RFC 6/7] fs/ntfs: "
` [PATCH RFC 7/7] fs/f2fs: "

Zwiększenie płynności finansowej
 2022-10-17  8:00 UTC 

[PATCH v2] misc/fsck.c: Processes may kill other processes
 2022-10-17  3:36 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION dca0a0385a4963145593ba417e1417af88a7c18d
 2022-10-17  2:23 UTC 

[PATCH] lib/ext2fs/unix_io.c: add flock operation to struct_unix_manager in e2fsprogs
 2022-10-15  8:35 UTC 

[PATCH v2 0/8] ext4: Convert inode preallocation list to an rbtree
 2022-10-14 20:36 UTC  (9+ messages)
` [PATCH v2 1/8] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH v2 2/8] ext4: Refactor code related to freeing PAs
` [PATCH v2 3/8] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH v2 4/8] ext4: Move overlap assert logic into a separate function
` [PATCH v2 5/8] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH v2 6/8] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH v2 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH v2 8/8] ext4: Remove the logic to trim inode PAs

[syzbot] possible deadlock in jbd2_journal_lock_updates
 2022-10-14 13:25 UTC  (11+ messages)

[PATCH v9 0/8] Clean up the case-insensitive lookup path
 2022-10-13 23:45 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 56e8142dda103af35e1a47e560517dce355ac001
 2022-10-13 16:16 UTC 

[syzbot] WARNING: locking bug in ext4_es_lookup_extent
 2022-10-13  8:05 UTC 

[PATCH v1 0/5] treewide cleanup of random integer usage
 2022-10-13  1:37 UTC  (13+ messages)
` [PATCH v1 1/5] treewide: use prandom_u32_max() when possible
` [PATCH v1 2/5] treewide: use get_random_{u8,u16}() "
` [PATCH v1 3/5] treewide: use get_random_u32() "
      ` [f2fs-dev] "
` [PATCH v1 4/5] treewide: use get_random_bytes "
` [PATCH v1 5/5] prandom: remove unused functions

[PATCH AUTOSEL 5.15 40/47] ext2: Use kvmalloc() for group descriptor array
 2022-10-13  0:21 UTC 

[PATCH AUTOSEL 5.19 49/63] ext2: Use kvmalloc() for group descriptor array
 2022-10-13  0:18 UTC 

[PATCH AUTOSEL 6.0 51/67] ext2: Use kvmalloc() for group descriptor array
 2022-10-13  0:15 UTC 

[man-pages PATCH v4] statx.2, open.2: document STATX_DIOALIGN
 2022-10-12 21:50 UTC  (2+ messages)

[PATCH] ext4: fix a NULL pointer when validating an inode bitmap
 2022-10-12 15:18 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v2] ext4: fix BUG_ON() when directory entry has invalid rec_len

[linux-next:master] BUILD REGRESSION f843795727e4f5612c612cd178db1557978da742
 2022-10-12 14:41 UTC 

[PATCH v2] ext4: fix BUG_ON() when directory entry has invalid rec_len
 2022-10-12 13:16 UTC 

[syzbot] WARNING in ext4_da_release_space
 2022-10-12 10:36 UTC 

[PATCH] ext4: fix BUG_ON() when a directory entry has an invalid rec_len
 2022-10-12  9:03 UTC  (4+ messages)

[man-pages PATCH v3] statx.2, open.2: document STATX_DIOALIGN
 2022-10-11 23:02 UTC  (6+ messages)
    ` Semantic newlines (was: [man-pages PATCH v3] statx.2, open.2: document STATX_DIOALIGN)

[PATCH] ext4: Add extend check to prevent BUG() in ext4_es_end
 2022-10-11 18:38 UTC  (2+ messages)

[PATCH] ext4: remove trailing newline from ext4_msg() message
 2022-10-11 15:57 UTC 

[linux-next:master] BUILD REGRESSION b9f85101cad3397ef1e509909602a90e257ab9d8
 2022-10-11 15:17 UTC 

[syzbot] INFO: trying to register non-static key in ext4_xattr_set_handle
 2022-10-11 14:09 UTC 

[PATCH -next v2] jbd2: use the correct print format
 2022-10-11 11:33 UTC 

[PATCH -next] jbd2: use the correct print format
 2022-10-11 11:23 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION cd9fd78f5c11b5e165d9317ef11e613f4aef4dd1
 2022-10-10 17:20 UTC 

[Bug 216529] New: [fstests generic/048] BUG: Kernel NULL pointer dereference at 0x00000069, filemap_release_folio+0x88/0xb0
 2022-10-10 17:01 UTC  (5+ messages)
` [Bug 216529] "

[PATCH] ext4: remove deprecated_msg
 2022-10-10 11:01 UTC  (2+ messages)

[PATCH 0/8] ext4: Convert inode preallocation list to an rbtree
 2022-10-10 11:00 UTC  (12+ messages)
` [PATCH 1/8] ext4: Stop searching if PA doesn't satisfy non-extent file
` [PATCH 2/8] ext4: Refactor code related to freeing PAs
` [PATCH 3/8] ext4: Refactor code in ext4_mb_normalize_request() and ext4_mb_use_preallocated()
` [PATCH 4/8] ext4: Move overlap assert logic into a separate function
` [PATCH 5/8] ext4: Abstract out overlap fix/check logic in ext4_mb_normalize_request()
` [PATCH 6/8] ext4: Convert pa->pa_inode_list and pa->pa_obj_lock into a union
` [PATCH 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list
` [PATCH 8/8] ext4: Remove the logic to trim inode PAs

[bug report] misc/fsck.c: Processes may kill other processes
 2022-10-10  9:26 UTC  (7+ messages)

[PATCH] misc/fsck.c: Processes may kill other processes
 2022-10-10  8:32 UTC  (3+ messages)

[ext4] 1ff2030739: xfstests.ext4.053.fail
 2022-10-10  7:30 UTC 

[syzbot] possible deadlock in ext4_ioctl
 2022-10-10  7:17 UTC 

[PATCH] ext4: split ext4_journal_start trace for debug
 2022-10-08 12:05 UTC 

[man-pages RFC PATCH v6] statx, inode: document the new STATX_VERSION field
 2022-10-08  2:03 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 082fce125e57cff60687181c97f3a8ee620c38f5
 2022-10-07 19:50 UTC 

[GIT PULL] ext2, udf, reiserfs, and quota fixes for v6.1-rc1
 2022-10-07 17:00 UTC  (2+ messages)

[GIT PULL] ext4 changes for 6.1
 2022-10-07  1:01 UTC  (2+ messages)

[PATCH v6 0/9] vfs/nfsd: clean up handling of i_version counter
 2022-10-06 21:17 UTC  (24+ messages)
` [PATCH v6 4/9] nfs: report the inode version in getattr if requested
` [PATCH v6 6/9] nfsd: use the getattr operation to fetch i_version
` [PATCH v6 7/9] vfs: expose STATX_VERSION to userland
` [PATCH v6 8/9] vfs: update times after copying data in __generic_file_write_iter

[linux-next:master] BUILD REGRESSION 7da9fed0474b4cd46055dd92d55c42faf32c19ac
 2022-10-06 20:07 UTC 

[RFC v2 0/8] ext4: Convert inode preallocation list to an rbtree
 2022-10-06 10:03 UTC  (6+ messages)
` [RFC v3 8/8] ext4: Remove the logic to trim inode PAs

[linux-next:master] BUILD REGRESSION 67ae4f7434cee86ee318d46fb10b8a9840ad2e81
 2022-10-06  7:55 UTC  (2+ messages)

[Bug report] BUG: Kernel NULL pointer dereference at 0x00000069, filemap_release_folio+0x88/0xb0
 2022-10-05 11:13 UTC  (5+ messages)

significant drop fio IOPS performance on v5.10
 2022-10-05  7:24 UTC  (5+ messages)

[Bug 215941] New: FUZZ: BUG() triggered in fs/ext4/extent.c:ext4_ext_determine_hole() when mount and operate on crafted image
 2022-10-04 19:48 UTC  (2+ messages)
` [Bug 215941] "


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