public inbox for linux-ext4@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-13 03:03:48 to 2023-01-21 20:37:19 UTC [more...]

[PATCH 00/38] e2fsprogs: misc fixes, and add a GitHub Actions file
 2023-01-21 20:32 UTC  (35+ messages)
` [PATCH 01/38] configure.ac: only use Windows I/O manager on native Windows
` [PATCH 02/38] configure.ac: disable tdb by default on Windows
` [PATCH 03/38] configure.ac: automatically add include/mingw/ headers
` [PATCH 04/38] configure: regenerate
` [PATCH 05/38] config/install-sh: update to latest version
` [PATCH 06/38] lib, misc: eliminate dependency on Winsock
` [PATCH 07/38] lib/blkid: remove 32-bit x86 byteswap assembly
` [PATCH 08/38] lib/blkid: fix unaligned access to hfs_mdb
` [PATCH 09/38] lib/blkid: fix -Wunused-variable warning in blkid_get_dev_size()
` [PATCH 10/38] lib/blkid: suppress -Wunused-result warning in blkid_flush_cache()
` [PATCH 11/38] lib/blkid: suppress -Wstringop-truncation warning in blkid_strndup()
` [PATCH 12/38] lib/e2p: fix a -Wunused-variable warning in getflags()
` [PATCH 13/38] lib/{e2p,ss}: remove manual declarations of errno
` [PATCH 14/38] lib/et: fix "unused variable" warnings when !HAVE_FCNTL
` [PATCH 15/38] lib/ext2fs: remove 32-bit x86 bitops assembly
` [PATCH 16/38] lib/ext2fs: consistently use #ifdefs in ext2fs_print_bmap_statistics()
` [PATCH 17/38] lib/ext2fs: remove unused variable in ext2fs_xattrs_read_inode()
` [PATCH 18/38] lib/ext2fs: fix a printf format specifier in file_test()
` [PATCH 19/38] lib/ext2fs: fix two compiler warnings in windows_io.c
` [PATCH 20/38] lib/ext2fs: fix a -Wpointer-sign warning in ext2fs_mmp_start()
` [PATCH 21/38] lib/{ext2fs,support}: fix 32-bit Windows build
` [PATCH 22/38] lib/ss: fix 'make install' by creating man1dir
` [PATCH 24/38] lib/support: clean up definition of flags_array
` [PATCH 25/38] lib/uuid: remove conflicting Windows implementation of gettimeofday()
` [PATCH 26/38] e2fsck: use real functions for kernel slab functions
` [PATCH 27/38] misc/create_inode: fix -Wunused-variable warnings in __populate_fs()
` [PATCH 28/38] misc/create_inode: simplify logic in scandir()
` [PATCH 29/38] misc/e4defrag: fix -Wstringop-truncation warnings
` [PATCH 30/38] misc/fuse2fs: avoid error-prone strncpy() pattern
` [PATCH 31/38] misc/mk_hugefiles: simplify get_partition_start()
` [PATCH 32/38] misc/mke2fs: fix Windows build
` [PATCH 33/38] misc/mke2fs: fix a -Wunused-variable warning in PRS()
` [PATCH 34/38] misc/tune2fs: fix setting fsuuid::fsu_len
` [PATCH 35/38] misc/tune2fs: fix -Wunused-variable warnings in handle_fslabel()

[PATCH 2/2] ext4: call ext4_handle_error when read extent failed in ext4_ext_insert_extent
 2023-01-21 16:07 UTC  (2+ messages)

return an ERR_PTR from __filemap_get_folio v2
 2023-01-21 14:28 UTC  (10+ messages)
` [PATCH 1/7] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/7] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/7] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/7] shmem: remove shmem_get_partial_folio
` [PATCH 5/7] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/7] mm: remove FGP_ENTRY
` [PATCH 7/7] mm: return an ERR_PTR from __filemap_get_folio

EXT4 IOPS degradation in 5.10 compared to 5.4
 2023-01-21 13:07 UTC  (6+ messages)

[PATCH v2 00/11] fsverity: support for non-4K pages
 2023-01-21  6:39 UTC  (6+ messages)
` [PATCH v2 10/11] fs/buffer.c: support fsverity in block_read_full_folio()

[PATCH RFC v7 00/23] DEPT(Dependency Tracker)
 2023-01-21  4:47 UTC  (26+ messages)
` [PATCH RFC v7 03/23] dept: Add single event dependency tracker APIs
` [PATCH RFC v7 06/23] dept: Add proc knobs to show stats and dependency graph
` [PATCH RFC v7 07/23] dept: Apply sdt_might_sleep_strong() to wait_for_completion()/complete()

[e2fsprogs PATCH] e2fsck: use inline functions for kernel slab functions
 2023-01-20  0:40 UTC 

[Bug 216953] New: BUG: kernel NULL pointer dereference, address: 0000000000000008
 2023-01-19 20:36 UTC  (8+ messages)
` [Bug 216953] "

[e2fsprogs PATCH] mk_hugefiles: simplify get_partition_start()
 2023-01-20  0:09 UTC 

generic/454 regression in 6.2-rc1
 2023-01-19 18:24 UTC  (14+ messages)
  ` Detecting default signedness of char in ext4 (despite -funsigned-char)

[PATCH] ext4: init error handle resource before init group descriptors
 2023-01-19 15:35 UTC  (2+ messages)

[PATCH v2] misc/fsck.c: Processes may kill other processes
 2023-01-19 15:27 UTC  (2+ messages)

[PATCH] tune2fs: print error message when closing the fs fails
 2023-01-19 15:27 UTC  (2+ messages)

[e2fsprogs PATCH] debugfs.8: fix typo
 2023-01-19 15:27 UTC  (2+ messages)

[e2fsprogs PATCH v2] e2fsck: don't allow journal inode to have encrypt flag
 2023-01-19 15:27 UTC  (2+ messages)

[PATCH] ext4: fix WARNING in ext4_update_inline_data
 2023-01-19 14:41 UTC  (2+ messages)

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

[RFC PATCH 0/2] ext4, jbd2: journal cycled record transactions
 2023-01-19  3:46 UTC  (3+ messages)
` [RFC PATCH 1/2] jbd2: cycled record log on clean journal logging area
` [RFC PATCH 2/2] ext4: add journal cycled recording support

[PATCH] ext4: Add default commit interval test
 2023-01-19  0:38 UTC  (4+ messages)

[PATCH v2] resize2fs: resize2fs disk hardlinks will be error
 2023-01-18 22:30 UTC  (3+ messages)

[RFC v6 04/10] iomap: Add iomap_get_folio helper
 2023-01-18 21:42 UTC  (23+ messages)
` [RFC v6 00/10] Turn iomap_page_ops into iomap_folio_ops
  ` [RFC v6 08/10] iomap/xfs: Eliminate the iomap_valid handler

Locking issue with directory renames
 2023-01-18 18:41 UTC  (7+ messages)

return an ERR_PTR from __filemap_get_folio
 2023-01-18 16:50 UTC  (23+ messages)
` [PATCH 1/9] mm: don't look at xarray value entries in split_huge_pages_in_file
` [PATCH 2/9] mm: make mapping_get_entry available outside of filemap.c
` [PATCH 3/9] mm: use filemap_get_entry in filemap_get_incore_folio
` [PATCH 4/9] shmem: remove shmem_get_partial_folio
` [PATCH 5/9] shmem: open code the page cache lookup in shmem_get_folio_gfp
` [PATCH 6/9] mm: remove FGP_ENTRY
` [PATCH 7/9] gfs2: handle a NULL folio in gfs2_jhead_process_page
    ` [Cluster-devel] "
` [PATCH 8/9] btrfs: handle a NULL folio in extent_range_redirty_for_io
` [PATCH 9/9] mm: return an ERR_PTR from __filemap_get_folio

kernel BUG in ext4_free_blocks (2)
 2023-01-18 12:45 UTC 

[PATCH 5.15 00/10] ext4 fast-commit fixes for 5.15-stable
 2023-01-18  6:15 UTC  (4+ messages)

[PATCH] e2fsck: subtract acl blocks when setting i_file_acl to zero
 2023-01-18  5:53 UTC  (2+ messages)

[PATCH v3] setup_tdb : fix memory leak
 2023-01-18  5:25 UTC  (2+ messages)

[PATCH] ext4: Add default commit interval test
 2023-01-18  5:25 UTC 

[PATCH] ext4: Add default commit interval test
 2023-01-18  5:24 UTC 

[PATCH] ext4: Add default commit interval test
 2023-01-18  5:22 UTC 

[PATCH] ext4: Don't show commit interval if it is zero
 2023-01-18  4:54 UTC 

[PATCH] ext4: Add default commit interval test
 2023-01-18  4:51 UTC 

ext4: Remove deprecated noacl/nouser_xattr options
 2023-01-17 10:55 UTC  (4+ messages)

[PATCH] MAINTAINERS: update fscrypt git repo
 2023-01-16 23:34 UTC 

[PATCH] MAINTAINERS: update fsverity git repo, list, and patchwork
 2023-01-16 23:22 UTC 

[PATCH] ext2: propagate errors from ext2_prepare_chunk
 2023-01-16 16:06 UTC  (3+ messages)

[PATCH] ext4: fix WARNING in mb_find_extent
 2023-01-16 12:49 UTC  (3+ messages)

[PATCH v2] ext4: fix WARNING in mb_find_extent
 2023-01-16 10:32 UTC  (2+ messages)

[PATCH v2 0/8] ext4: Convert inode preallocation list to an rbtree
 2023-01-16  8:16 UTC  (5+ messages)
` [PATCH v2 7/8] ext4: Use rbtrees to manage PAs instead of inode i_prealloc_list

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: blktests.zbd/(003/004).fail blktests.loop/(002/004).fail
 2023-01-16  7:33 UTC 

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: xfstests.btrfs.020/026/215.fail
 2023-01-16  7:18 UTC 

[dhowells-fs:iov-extract] [iov_iter] 64ea9d6c5f: fio.read_iops 126.2% improvement
 2023-01-16  6:40 UTC 

[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget
 2023-01-15 12:27 UTC 

[syzbot] [ext4?] possible deadlock in ext4_setattr
 2023-01-14  7:51 UTC 

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-13  3:03 UTC  (4+ messages)
` [PATCH v5 09/23] cifs: Convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox