Show patches with: Submitter = Eric Biggers       |    Archived = No       |   870 patches
« 1 2 3 48 9 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
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
MAINTAINERS: update fscrypt git repo MAINTAINERS: update fscrypt git repo - - - - --- 2023-01-16 Eric Biggers Not Applicable
MAINTAINERS: update fsverity git repo, list, and patchwork MAINTAINERS: update fsverity git repo, list, and patchwork - - - - --- 2023-01-16 Eric Biggers Not Applicable
[01/13] fs: avoid double-writing inodes on lazytime expiration lazytime fixes and cleanups - 1 - - --- 2021-01-05 Eric Biggers Superseded
[01/13] fscrypt: simplify bounce page handling fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - 1 - --- 2019-05-01 Eric Biggers Not Applicable
[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/13] fscrypt: remove the "write" part of struct fscrypt_ctx fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - 1 - --- 2019-05-01 Eric Biggers Not Applicable
[02/13] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync() lazytime fixes and cleanups - - 1 - --- 2021-01-05 Eric Biggers Superseded
[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/13] fs: only specify I_DIRTY_TIME when needed in generic_update_time() lazytime fixes and cleanups - - 1 - --- 2021-01-05 Eric Biggers Superseded
[03/13] fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block() fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - 1 - --- 2019-05-01 Eric Biggers Not Applicable
[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/13] fat: only specify I_DIRTY_TIME when needed in fat_update_time() lazytime fixes and cleanups - - - - --- 2021-01-05 Eric Biggers Superseded
[04/13] fscrypt: clean up some BUG_ON()s in block encryption/decryption fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - 1 - --- 2019-05-01 Eric Biggers Not Applicable
[04/38] configure: regenerate e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[05/13] fs: don't call ->dirty_inode for lazytime timestamp updates lazytime fixes and cleanups - - 1 - --- 2021-01-05 Eric Biggers Superseded
[05/13] fscrypt: introduce fscrypt_encrypt_block_inplace() fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - 1 - --- 2019-05-01 Eric Biggers Not Applicable
[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/13] fs: pass only I_DIRTY_INODE flags to ->dirty_inode lazytime fixes and cleanups - - 1 - --- 2021-01-05 Eric Biggers Superseded
[06/13] fscrypt: support encrypting multiple filesystem blocks per page fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - 1 - --- 2019-05-01 Eric Biggers Not Applicable
[06/38] lib, misc: eliminate dependency on Winsock e2fsprogs: misc fixes, and add a GitHub Actions file - - - - --- 2023-01-21 Eric Biggers Accepted
[07/13] fs: correctly document the inode dirty flags lazytime fixes and cleanups - - 1 - --- 2021-01-05 Eric Biggers Superseded
[07/13] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range() fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - 1 - --- 2019-05-01 Eric Biggers Not Applicable
[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/13] ext4: simplify i_state checks in __ext4_update_other_inode_time() lazytime fixes and cleanups - - - - --- 2021-01-05 Eric Biggers Superseded
[08/13] fscrypt: introduce fscrypt_decrypt_block_inplace() fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - 1 - --- 2019-05-01 Eric Biggers Not Applicable
[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/13] fs: drop redundant checks from __writeback_single_inode() lazytime fixes and cleanups - - - - --- 2021-01-05 Eric Biggers Superseded
[09/13] fscrypt: support decrypting multiple filesystem blocks per page fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - 1 - --- 2019-05-01 Eric Biggers Not Applicable
[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
[1/2] ext4: fix error handling in ext4_end_enable_verity() fs-verity: fix error handling in ->end_enable_verity() - 1 - - --- 2021-03-02 Eric Biggers Awaiting Upstream
[1/2] f2fs: fix dcache lookup of !casefolded directories f2fs: fixes for f2fs_d_compare() and f2fs_d_hash() - 1 - - --- 2020-01-24 Eric Biggers Not Applicable
[1/2] fs-verity: fix all kerneldoc warnings fs-verity: misc cleanups - - - - --- 2020-05-11 Eric Biggers New
[1/2] fs/buffer.c: support fscrypt in block_read_full_page() ext4: support encryption with blocksize != PAGE_SIZE - - - - --- 2019-10-16 Eric Biggers Superseded
[1/2] fscrypt: stop using PG_error to track error status ext4, f2fs: stop using PG_error for fscrypt and fsverity - - - - --- 2022-06-27 Eric Biggers Superseded
[1/2] fscrypt: stop using keyrings subsystem for fscrypt_master_key fscrypt: rework filesystem-level keyring - 1 - - --- 2022-08-19 Eric Biggers Superseded
[1/2] fsverity: Move verity status check to fsverity_file_open fs-verity: fix !CONFIG_FS_VERITY case - - - - --- 2018-12-11 Eric Biggers Not Applicable
[1/2] fsverity: simplify handling of errors during initcall fsverity: simplify initcall and move sysctl registration - - - - --- 2023-07-05 Eric Biggers Not Applicable
[1/3] e2fsck: avoid -Wtautological-constant-out-of-range-compare warnings e2fsprogs: test cross-compiling for Android - - - - --- 2023-03-22 Eric Biggers Accepted
[1/3] ext4: reject casefold inode flag without casefold feature Simplify rejection of unexpected casefold inode flag - - - - --- 2023-08-14 Eric Biggers Awaiting Upstream
[1/3] fscrypt: add support for inline-encryption-optimized policies fscrypt: support for inline-encryption-optimized policies - - - - --- 2019-10-21 Eric Biggers Not Applicable
[1/3] fscrypt: fix all kerneldoc warnings fscrypt: misc cleanups - - - - --- 2020-05-11 Eric Biggers Not Applicable
[1/4] ci.yml: ensure -Werror really gets used in all cases e2fsprogs: a few more warning fixes - - - - --- 2023-01-28 Eric Biggers Accepted
[1/4] fs-verity: remove filenames from file comments fs-verity cleanups 1 - - - --- 2020-11-13 Eric Biggers Not Applicable
[1/4] fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl fscrypt: add ioctl to get file's encryption nonce - - 1 - --- 2020-03-14 Eric Biggers Not Applicable
[1/4] fscrypt: add fscrypt_symlink_getattr() for computing st_size backport fscrypt symlink fixes to 4.19 - - - - --- 2021-09-08 Eric Biggers Not Applicable
[1/4] fsverity: optimize fsverity_file_open() on non-verity files fsverity cleanups - - - - --- 2022-12-14 Eric Biggers Not Applicable
[1/4] linux/parser.h: add include guards fscrypt: make '-o test_dummy_encryption' support v2 policies - - 2 - --- 2020-05-12 Eric Biggers Not Applicable
[1/4] statx: define STATX_ATTR_VERITY statx: expose the fs-verity bit 1 - 1 - --- 2019-10-29 Eric Biggers Not Applicable
[1/4] tune2fs: prevent changing UUID of fs with stable_inodes feature e2fsprogs: fix and document the stable_inodes feature - - - - --- 2020-04-01 Eric Biggers Accepted
[1/5] fscrypt: add fscrypt_is_nokey_name() fscrypt: prevent creating duplicate encrypted filenames - - - - --- 2020-11-18 Eric Biggers Superseded
[1/5] fscrypt: add fscrypt_symlink_getattr() for computing st_size fscrypt: report correct st_size for encrypted symlinks - - - - --- 2021-07-02 Eric Biggers Not Applicable
[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
[1/5] fscrypt: clean up and improve dentry revalidation fscrypt: d_revalidate fixes and cleanups - - - - --- 2019-03-17 Eric Biggers Not Applicable
[1/5] fscrypt: make it extra clear that key_prefix is deprecated fscrypt: add support for data_unit_size < fs_block_size - - - - --- 2023-09-05 Eric Biggers Not Applicable
[1/5] fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library fscrypt, fs-verity: one-time init fixes - 1 - - --- 2020-07-21 Eric Biggers Not Applicable
[1/6] fs-verity: factor out fsverity_get_descriptor() fs-verity: add an ioctl to read verity metadata - - 1 - --- 2021-01-15 Eric Biggers Not Applicable
[1/6] fs-verity: fix crash on read error in build_merkle_tree_level() fs-verity fixups - 1 - - --- 2019-08-11 Eric Biggers Not Applicable
[1/6] fsverity: support verification with tree block size < PAGE_SIZE fsverity: support for non-4K pages - - - - --- 2022-10-28 Eric Biggers Not Applicable
[1/6] libext2fs: improve jbd_debug() implementation e2fsprogs: fix compiler warnings introduced since v1.45.4 - - - - --- 2021-06-16 Eric Biggers Accepted
[1/7] ext4: disable fast-commit of encrypted dir operations ext4 fast-commit fixes - 1 - - --- 2022-11-06 Eric Biggers Awaiting Upstream
[1/8] ext4: remove ext4_{ind,ext}_calc_metadata_amount() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[1/9] ext4: remove ext4_dir_open() Allow deleting files with unsupported encryption policy - - 1 - --- 2020-11-25 Eric Biggers Superseded
[10/13] ext4: clear BH_Uptodate flag on decryption error fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - - - --- 2019-05-01 Eric Biggers Not Applicable
[10/13] fs: clean up __mark_inode_dirty() a bit lazytime fixes and cleanups - - 1 - --- 2021-01-05 Eric Biggers Superseded
[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/13] ext4: decrypt only the needed blocks in ext4_block_write_begin() fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - - - --- 2019-05-01 Eric Biggers Not Applicable
[11/13] fs: add a lazytime_expired method lazytime fixes and cleanups - - - - --- 2021-01-05 Eric Biggers Superseded
[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/13] ext4: decrypt only the needed block in __ext4_block_zero_page_range() fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - - - --- 2019-05-01 Eric Biggers Not Applicable
[12/13] xfs: remove a stale comment from xfs_file_aio_write_checks() lazytime fixes and cleanups - - 1 - --- 2021-01-05 Eric Biggers Superseded
[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/13] ext4: encrypt only up to last block in ext4_bio_write_page() fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - 1 - --- 2019-05-01 Eric Biggers Not Applicable
[13/13] xfs: implement lazytime_expired lazytime fixes and cleanups - 1 - - --- 2021-01-05 Eric Biggers Superseded
[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
[2/2] ext4: Enable encryption for subpage-sized blocks ext4: support encryption with blocksize != PAGE_SIZE - - - - --- 2019-10-16 Eric Biggers Superseded
[2/2] f2fs: fix error handling in f2fs_end_enable_verity() fs-verity: fix error handling in ->end_enable_verity() - 1 - - --- 2021-03-02 Eric Biggers Not Applicable
[2/2] f2fs: fix race conditions in ->d_compare() and ->d_hash() f2fs: fixes for f2fs_d_compare() and f2fs_d_hash() - 1 - - --- 2020-01-24 Eric Biggers Not Applicable
[2/2] fs-verity: remove unnecessary extern keywords fs-verity: misc cleanups - - - - --- 2020-05-11 Eric Biggers New
[2/2] fscrypt: stop holding extra request_queue references fscrypt: rework filesystem-level keyring - - - - --- 2022-08-19 Eric Biggers Superseded
[2/2] fsverity: Move verity status check to fsverity_prepare_setattr fs-verity: fix !CONFIG_FS_VERITY case - - - - --- 2018-12-11 Eric Biggers Not Applicable
[2/2] fsverity: move sysctl registration out of signature.c fsverity: simplify initcall and move sysctl registration - - - - --- 2023-07-05 Eric Biggers Not Applicable
[2/2] fsverity: stop using PG_error to track error status ext4, f2fs: stop using PG_error for fscrypt and fsverity - - - - --- 2022-06-27 Eric Biggers Superseded
[2/3] e2freefrag: don't use linux/fsmap.h when fsmap_sizeof() is missing e2fsprogs: test cross-compiling for Android - - - - --- 2023-03-22 Eric Biggers Accepted
[2/3] ext4: add support for INLINE_CRYPT_OPTIMIZED encryption policies fscrypt: support for inline-encryption-optimized policies - - 1 - --- 2019-10-21 Eric Biggers Not Applicable
[2/3] ext4: remove redundant checks of s_encoding Simplify rejection of unexpected casefold inode flag - - - - --- 2023-08-14 Eric Biggers Awaiting Upstream
[2/3] fscrypt: name all function parameters fscrypt: misc cleanups - - - - --- 2020-05-11 Eric Biggers Not Applicable
[2/4] debugfs: fix a -Wformat warning in dump_journal() e2fsprogs: a few more warning fixes - - - - --- 2023-01-28 Eric Biggers Accepted
[2/4] ext4: report correct st_size for encrypted symlinks backport fscrypt symlink fixes to 4.19 - 1 - - --- 2021-09-08 Eric Biggers Not Applicable
[2/4] ext4: support STATX_ATTR_VERITY statx: expose the fs-verity bit - - 1 - --- 2019-10-29 Eric Biggers Not Applicable
[2/4] ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE fscrypt: add ioctl to get file's encryption nonce - - 1 - --- 2020-03-14 Eric Biggers Not Applicable
[2/4] fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest fs-verity cleanups 1 - - - --- 2020-11-13 Eric Biggers Not Applicable
[2/4] fscrypt: add fscrypt_add_test_dummy_key() fscrypt: make '-o test_dummy_encryption' support v2 policies - - 2 - --- 2020-05-12 Eric Biggers Not Applicable
[2/4] fsverity: optimize fsverity_prepare_setattr() on non-verity files fsverity cleanups - - - - --- 2022-12-14 Eric Biggers Not Applicable
« 1 2 3 48 9 »