Show patches with: Archived = No       |   11005 patches
« 1 2 ... 83 84 85110 111 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v5] fsverity: stop using PG_error to track error status [v5] fsverity: stop using PG_error to track error status 1 - 1 - --- 2022-11-29 Eric Biggers Not Applicable
fsverity: don't check builtin signatures when require_signatures=0 fsverity: don't check builtin signatures when require_signatures=0 1 1 - - --- 2022-12-08 Eric Biggers Not Applicable
fsverity: mark builtin signatures as deprecated fsverity: mark builtin signatures as deprecated - - - - --- 2022-12-08 Eric Biggers Not Applicable
[GIT,PULL] fscrypt updates for 6.2 [GIT,PULL] fscrypt updates for 6.2 - - - - --- 2022-12-12 Eric Biggers New
[GIT,PULL] fsverity updates for 6.2 [GIT,PULL] fsverity updates for 6.2 - - - - --- 2022-12-12 Eric Biggers New
[1/4] fsverity: optimize fsverity_file_open() on non-verity files fsverity cleanups - - - - --- 2022-12-14 Eric Biggers Not Applicable
[2/4] fsverity: optimize fsverity_prepare_setattr() on non-verity files fsverity cleanups - - - - --- 2022-12-14 Eric Biggers Not Applicable
[3/4] fsverity: optimize fsverity_cleanup_inode() on non-verity files fsverity cleanups - - - - --- 2022-12-14 Eric Biggers Not Applicable
[4/4] fsverity: pass pos and size to ->write_merkle_tree_block fsverity cleanups - - - - --- 2022-12-14 Eric Biggers Not Applicable
fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG - - - - --- 2022-12-15 Eric Biggers Not Applicable
ext4: use ext4_fc_tl_mem in fast-commit replay path ext4: use ext4_fc_tl_mem in fast-commit replay path - 1 1 - --- 2022-12-17 Eric Biggers Accepted
[v2,01/11] fsverity: use unsigned long for level_start [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[v2,02/11] fsverity: simplify Merkle tree readahead size calculation [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[v2,03/11] fsverity: store log2(digest_size) precomputed [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[v2,04/11] fsverity: use EFBIG for file too large to enable verity [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[v2,05/11] fsverity: replace fsverity_hash_page() with fsverity_hash_block() [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[v2,06/11] fsverity: support verification with tree block size < PAGE_SIZE [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[v2,07/11] fsverity: support enabling with tree block size < PAGE_SIZE [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[v2,08/11] ext4: simplify ext4_readpage_limit() [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[v2,09/11] f2fs: simplify f2fs_readpage_limit() [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[v2,10/11] fs/buffer.c: support fsverity in block_read_full_folio() [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[v2,11/11] ext4: allow verity with fs block size < PAGE_SIZE [v2,01/11] fsverity: use unsigned long for level_start - - - - --- 2022-12-23 Eric Biggers Not Applicable
[e2fsprogs] libext2fs: consistently use #ifdefs in ext2fs_print_bmap_statistics() [e2fsprogs] libext2fs: consistently use #ifdefs in ext2fs_print_bmap_statistics() - - 1 - --- 2023-01-04 Eric Biggers Superseded
[e2fsprogs] libext2fs: fix 32-bit Windows build [e2fsprogs] libext2fs: fix 32-bit Windows build - 1 - - --- 2023-01-04 Eric Biggers Superseded
[e2fsprogs] libext2fs: remove unused variable in ext2fs_xattrs_read_inode() [e2fsprogs] libext2fs: remove unused variable in ext2fs_xattrs_read_inode() - - 1 - --- 2023-01-04 Eric Biggers Superseded
[e2fsprogs] libsupport: clean up definition of flags_array [e2fsprogs] libsupport: clean up definition of flags_array - - 1 - --- 2023-01-04 Eric Biggers Superseded
[e2fsprogs] libsupport: remove unused label in get_devname() [e2fsprogs] libsupport: remove unused label in get_devname() - - 1 - --- 2023-01-04 Eric Biggers Superseded
[e2fsprogs] resize2fs: remove unused variable from adjust_superblock() [e2fsprogs] resize2fs: remove unused variable from adjust_superblock() - - 1 - --- 2023-01-04 Eric Biggers Superseded
[e2fsprogs] tune2fs: fix setting fsuuid::fsu_len [e2fsprogs] tune2fs: fix setting fsuuid::fsu_len - 1 2 - --- 2023-01-04 Eric Biggers Superseded
[5.15,01/10] ext4: remove unused enum EXT4_FC_COMMIT_FAILED ext4 fast-commit fixes for 5.15-stable - - 2 - --- 2023-01-05 Eric Biggers Superseded
[5.15,02/10] ext4: use ext4_debug() instead of jbd_debug() ext4 fast-commit fixes for 5.15-stable - - 1 - --- 2023-01-05 Eric Biggers Superseded
[5.15,03/10] ext4: introduce EXT4_FC_TAG_BASE_LEN helper ext4 fast-commit fixes for 5.15-stable - - - - --- 2023-01-05 Eric Biggers Superseded
[5.15,04/10] ext4: factor out ext4_fc_get_tl() ext4 fast-commit fixes for 5.15-stable - - - - --- 2023-01-05 Eric Biggers Superseded
[5.15,05/10] ext4: fix potential out of bound read in ext4_fc_replay_scan() ext4 fast-commit fixes for 5.15-stable - - - - --- 2023-01-05 Eric Biggers Superseded
[5.15,06/10] ext4: disable fast-commit of encrypted dir operations ext4 fast-commit fixes for 5.15-stable - 1 - - --- 2023-01-05 Eric Biggers Superseded
[5.15,07/10] ext4: don't set up encryption key during jbd2 transaction ext4 fast-commit fixes for 5.15-stable - 1 - - --- 2023-01-05 Eric Biggers Superseded
[5.15,08/10] ext4: add missing validation of fast-commit record lengths ext4 fast-commit fixes for 5.15-stable - 1 - - --- 2023-01-05 Eric Biggers Superseded
[5.15,09/10] ext4: fix unaligned memory access in ext4_fc_reserve_space() ext4 fast-commit fixes for 5.15-stable - 1 - - --- 2023-01-05 Eric Biggers Superseded
[5.15,10/10] ext4: fix off-by-one errors in fast-commit block filling ext4 fast-commit fixes for 5.15-stable - 1 - - --- 2023-01-05 Eric Biggers Superseded
[5.10,1/2] ext4: disable fast-commit of encrypted dir operations Selected ext4 fast-commit fixes for 5.10-stable - 1 - - --- 2023-01-07 Eric Biggers Not Applicable
[5.10,2/2] ext4: don't set up encryption key during jbd2 transaction Selected ext4 fast-commit fixes for 5.10-stable - 1 - - --- 2023-01-07 Eric Biggers Not Applicable
[e2fsprogs] mke2fs: fix Windows build [e2fsprogs] mke2fs: fix Windows build - 1 - - --- 2023-01-09 Eric Biggers Accepted
MAINTAINERS: update fsverity git repo, list, and patchwork MAINTAINERS: update fsverity git repo, list, and patchwork - - - - --- 2023-01-16 Eric Biggers Not Applicable
MAINTAINERS: update fscrypt git repo MAINTAINERS: update fscrypt git repo - - - - --- 2023-01-16 Eric Biggers Not Applicable
Detecting default signedness of char in ext4 (despite -funsigned-char) Detecting default signedness of char in ext4 (despite -funsigned-char) - 2 - - --- 2023-01-18 Eric Biggers Superseded
[e2fsprogs] mk_hugefiles: simplify get_partition_start() [e2fsprogs] mk_hugefiles: simplify get_partition_start() - - - - --- 2023-01-20 Eric Biggers Superseded
[e2fsprogs] e2fsck: use inline functions for kernel slab functions [e2fsprogs] e2fsck: use inline functions for kernel slab functions - - - - --- 2023-01-20 Eric Biggers Superseded
[01/38] configure.ac: only use Windows I/O manager on native Windows e2fsprogs: misc fixes, and add a GitHub Actions file - 1 - - --- 2023-01-21 Eric Biggers Accepted
[02/38] configure.ac: disable tdb by default on Windows e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[03/38] configure.ac: automatically add include/mingw/ headers e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[04/38] configure: regenerate e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[05/38] config/install-sh: update to latest version e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[06/38] lib, misc: eliminate dependency on Winsock e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[07/38] lib/blkid: remove 32-bit x86 byteswap assembly e2fsprogs: misc fixes, and add a GitHub Actions file - - 1 - --- 2023-01-21 Eric Biggers Accepted
[08/38] lib/blkid: fix unaligned access to hfs_mdb e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[09/38] lib/blkid: fix -Wunused-variable warning in blkid_get_dev_size() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[10/38] lib/blkid: suppress -Wunused-result warning in blkid_flush_cache() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[11/38] lib/blkid: suppress -Wstringop-truncation warning in blkid_strndup() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[12/38] lib/e2p: fix a -Wunused-variable warning in getflags() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[13/38] lib/{e2p,ss}: remove manual declarations of errno e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[14/38] lib/et: fix "unused variable" warnings when !HAVE_FCNTL e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[15/38] lib/ext2fs: remove 32-bit x86 bitops assembly e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[16/38] lib/ext2fs: consistently use #ifdefs in ext2fs_print_bmap_statistics() e2fsprogs: misc fixes, and add a GitHub Actions file - - 1 - --- 2023-01-21 Eric Biggers Accepted
[17/38] lib/ext2fs: remove unused variable in ext2fs_xattrs_read_inode() e2fsprogs: misc fixes, and add a GitHub Actions file - - 1 - --- 2023-01-21 Eric Biggers Accepted
[18/38] lib/ext2fs: fix a printf format specifier in file_test() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[19/38] lib/ext2fs: fix two compiler warnings in windows_io.c e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[20/38] lib/ext2fs: fix a -Wpointer-sign warning in ext2fs_mmp_start() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[21/38] lib/{ext2fs,support}: fix 32-bit Windows build e2fsprogs: misc fixes, and add a GitHub Actions file - 1 - - --- 2023-01-21 Eric Biggers Accepted
[22/38] lib/ss: fix 'make install' by creating man1dir e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[23/38] lib/support: remove unused label in get_devname() e2fsprogs: misc fixes, and add a GitHub Actions file - - 1 - --- 2023-01-21 Eric Biggers Accepted
[24/38] lib/support: clean up definition of flags_array e2fsprogs: misc fixes, and add a GitHub Actions file - - 1 - --- 2023-01-21 Eric Biggers Accepted
[25/38] lib/uuid: remove conflicting Windows implementation of gettimeofday() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[26/38] e2fsck: use real functions for kernel slab functions e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[27/38] misc/create_inode: fix -Wunused-variable warnings in __populate_fs() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[28/38] misc/create_inode: simplify logic in scandir() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[29/38] misc/e4defrag: fix -Wstringop-truncation warnings e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[30/38] misc/fuse2fs: avoid error-prone strncpy() pattern e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[31/38] misc/mk_hugefiles: simplify get_partition_start() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[32/38] misc/mke2fs: fix Windows build e2fsprogs: misc fixes, and add a GitHub Actions file - 1 - - --- 2023-01-21 Eric Biggers Accepted
[33/38] misc/mke2fs: fix a -Wunused-variable warning in PRS() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[34/38] misc/tune2fs: fix setting fsuuid::fsu_len e2fsprogs: misc fixes, and add a GitHub Actions file - 1 2 - --- 2023-01-21 Eric Biggers Accepted
[35/38] misc/tune2fs: fix -Wunused-variable warnings in handle_fslabel() e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[36/38] misc/util.c: enable MinGW alarm() when building for Windows e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[37/38] resize2fs: remove unused variable from adjust_superblock() e2fsprogs: misc fixes, and add a GitHub Actions file - - 1 - --- 2023-01-21 Eric Biggers Accepted
[38/38] Add a configuration file for GitHub Actions e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
fscrypt: support decrypting data from large folios fscrypt: support decrypting data from large folios - - 1 - --- 2023-01-27 Eric Biggers New
[1/4] ci.yml: ensure -Werror really gets used in all cases e2fsprogs: a few more warning fixes - - - - --- 2023-01-28 Eric Biggers Accepted
[2/4] debugfs: fix a -Wformat warning in dump_journal() e2fsprogs: a few more warning fixes - - - - --- 2023-01-28 Eric Biggers Accepted
[3/4] lib/ext2fs: don't warn about lack of getmntent on Windows e2fsprogs: a few more warning fixes - - - - --- 2023-01-28 Eric Biggers Accepted
[4/4] lib/uuid: remove unneeded Windows UUID workaround e2fsprogs: a few more warning fixes - - - - --- 2023-01-28 Eric Biggers Accepted
[e2fsprogs] lib/support: don't assume qsort_r() is always available on Linux [e2fsprogs] lib/support: don't assume qsort_r() is always available on Linux - 1 - - --- 2023-01-30 Eric Biggers Accepted
ext4: fix cgroup writeback accounting with fs-layer encryption ext4: fix cgroup writeback accounting with fs-layer encryption 1 1 - - --- 2023-02-03 Eric Biggers Awaiting Upstream
[1/5] fscrypt: add the test dummy encryption key on-demand Add the test_dummy_encryption key on-demand - - - - --- 2023-02-08 Eric Biggers Not Applicable
[2/5] ext4: stop calling fscrypt_add_test_dummy_key() Add the test_dummy_encryption key on-demand - - - - --- 2023-02-08 Eric Biggers Not Applicable
[3/5] f2fs: stop calling fscrypt_add_test_dummy_key() Add the test_dummy_encryption key on-demand - - - - --- 2023-02-08 Eric Biggers Not Applicable
[4/5] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super() Add the test_dummy_encryption key on-demand - - - - --- 2023-02-08 Eric Biggers Not Applicable
[5/5] fscrypt: clean up fscrypt_add_test_dummy_key() Add the test_dummy_encryption key on-demand - - - - --- 2023-02-08 Eric Biggers Not Applicable
[e2fsprogs] ci.yml: store the config.h files as workflow artifacts [e2fsprogs] ci.yml: store the config.h files as workflow artifacts - - - - --- 2023-02-08 Eric Biggers Accepted
[GIT,PULL] fscrypt updates for 6.3 [GIT,PULL] fscrypt updates for 6.3 - - - - --- 2023-02-19 Eric Biggers Not Applicable
[GIT,PULL] fsverity updates for 6.3 [GIT,PULL] fsverity updates for 6.3 - - - - --- 2023-02-19 Eric Biggers Not Applicable
« 1 2 ... 83 84 85110 111 »