linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-06 20:46:51 to 2022-10-24 18:59:33 UTC [more...]

[syzbot] possible deadlock in jbd2_journal_lock_updates
 2022-10-24 16:32 UTC  (14+ messages)

[PATCH] ext4: fix wrong return err in ext4_load_and_init_journal()
 2022-10-24 15:29 UTC  (2+ messages)

[PATCH v2 0/2] ext4: fix two bug_on in __es_tree_search
 2022-10-24 14:25 UTC  (6+ messages)
` [PATCH v2 1/2] ext4: fix bug_on in __es_tree_search caused by wrong s_usr_quota_inum
` [PATCH v2 2/2] ext4: fix bug_on in __es_tree_search caused by wrong boot loader inode

[PATCH v3 00/23] Convert to filemap_get_folios_tag()
 2022-10-23 14:01 UTC  (25+ 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()

[PATCH] generic/455: add $FSX_AVOID
 2022-10-22  2:27 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 4d48f589d294ddc5e01d3b0dc7cecc55324c05ca
 2022-10-21 17:28 UTC 

[patch 1/1] fs/ext4/super.c: remove unused `deprecated_msg'
 2022-10-21 15:12 UTC 

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

[PATCH v7 0/9] fs: clean up handling of i_version counter
 2022-10-21 10:08 UTC  (26+ 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 acee3e83b493505058d1e48fce167f623dac1a05
 2022-10-21  5:12 UTC 

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

[PATCH] tune2fs: exit directly when fs freed in ext2fs_run_ext3_journal
 2022-10-20 17:08 UTC  (2+ messages)

kernel BUG in ext4_free_blocks (2)
 2022-10-20 16:32 UTC 

[PATCH 0/2] ext4: fix two bug_on in __es_tree_search
 2022-10-20 11:37 UTC  (3+ messages)
` [PATCH 1/2] ext4: fix bug_on in __es_tree_search caused by wrong s_usr_quota_inum
` [PATCH 2/2] ext4: fix bug_on in __es_tree_search caused by wrong boot loader inode

[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 

[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 

[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

[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  (5+ messages)
` [PATCH v1 3/5] treewide: use get_random_u32() when possible

[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  (6+ 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  (4+ messages)
` [PATCH v6 6/9] nfsd: use the getattr operation to fetch i_version


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