Show patches with: Submitter = Eric Biggers       |   689 patches
« 1 2 3 46 7 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[01/13] fs: avoid double-writing inodes on lazytime expiration lazytime fixes and cleanups - - - --- 2021-01-05 Eric Biggers New
[01/13] fscrypt: simplify bounce page handling fscrypt, ext4: prepare for blocksize != PAGE_SIZE - 1 - --- 2019-05-01 Eric Biggers New
[02/13] fscrypt: remove the "write" part of struct fscrypt_ctx fscrypt, ext4: prepare for blocksize != PAGE_SIZE - 1 - --- 2019-05-01 Eric Biggers New
[02/13] gfs2: don't worry about I_DIRTY_TIME in gfs2_fsync() lazytime fixes and cleanups - 1 - --- 2021-01-05 Eric Biggers New
[03/13] fs: only specify I_DIRTY_TIME when needed in generic_update_time() lazytime fixes and cleanups - 1 - --- 2021-01-05 Eric Biggers New
[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 New
[04/13] fat: only specify I_DIRTY_TIME when needed in fat_update_time() lazytime fixes and cleanups - - - --- 2021-01-05 Eric Biggers New
[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 New
[05/13] fs: don't call ->dirty_inode for lazytime timestamp updates lazytime fixes and cleanups - 1 - --- 2021-01-05 Eric Biggers New
[05/13] fscrypt: introduce fscrypt_encrypt_block_inplace() fscrypt, ext4: prepare for blocksize != PAGE_SIZE - 1 - --- 2019-05-01 Eric Biggers New
[06/13] fs: pass only I_DIRTY_INODE flags to ->dirty_inode lazytime fixes and cleanups - 1 - --- 2021-01-05 Eric Biggers New
[06/13] fscrypt: support encrypting multiple filesystem blocks per page fscrypt, ext4: prepare for blocksize != PAGE_SIZE - 1 - --- 2019-05-01 Eric Biggers New
[07/13] fs: correctly document the inode dirty flags lazytime fixes and cleanups - 1 - --- 2021-01-05 Eric Biggers New
[07/13] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range() fscrypt, ext4: prepare for blocksize != PAGE_SIZE - 1 - --- 2019-05-01 Eric Biggers New
[08/13] ext4: simplify i_state checks in __ext4_update_other_inode_time() lazytime fixes and cleanups - - - --- 2021-01-05 Eric Biggers New
[08/13] fscrypt: introduce fscrypt_decrypt_block_inplace() fscrypt, ext4: prepare for blocksize != PAGE_SIZE - 1 - --- 2019-05-01 Eric Biggers New
[09/13] fs: drop redundant checks from __writeback_single_inode() lazytime fixes and cleanups - - - --- 2021-01-05 Eric Biggers New
[09/13] fscrypt: support decrypting multiple filesystem blocks per page fscrypt, ext4: prepare for blocksize != PAGE_SIZE - 1 - --- 2019-05-01 Eric Biggers New
[1/2] aio: keep poll requests on waitqueue until completed aio poll: fix use-after-free and missing wakeups - - - --- 2021-12-04 Eric Biggers New
[1/2] f2fs: fix dcache lookup of !casefolded directories f2fs: fixes for f2fs_d_compare() and f2fs_d_hash() - - - --- 2020-01-24 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 New
[1/2] fscrypt: don't call no-key names "ciphertext names" fscrypt: avoid ambiguous terms for "no-key name" - - - --- 2020-09-24 Eric Biggers New
[1/2] fscrypt: stop using keyrings subsystem for fscrypt_master_key fscrypt: rework filesystem-level keyring - - - --- 2022-08-19 Eric Biggers New
[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 New
[1/2] ubifs: fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag ubifs: fixes for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS - - - --- 2019-12-09 Eric Biggers New
[1/3] btrfs: call btrfs_close_devices from ->kill_sb Move fscrypt keyring destruction to after ->put_super - 1 - --- 2023-12-13 Eric Biggers New
[1/3] ext4: reject casefold inode flag without casefold feature Simplify rejection of unexpected casefold inode flag - - - --- 2023-08-14 Eric Biggers New
[1/3] f2fs: use generic checking and prep function for FS_IOC_SETFLAGS f2fs: use generic helpers for FS_IOC_{SETFLAGS,FSSETXATTR} - 2 - --- 2019-07-01 Eric Biggers New
[1/3] fscrypt: add support for inline-encryption-optimized policies fscrypt: support for inline-encryption-optimized policies - - - --- 2019-10-21 Eric Biggers New
[1/3] fscrypt: destroy keyring after security_sb_delete() Fix crash with fscrypt + Landlock - 1 - --- 2023-03-13 Eric Biggers Mainlined
[1/4] Documentation/filesystems/vfs.txt: remove bogus "Last updated" date vfs: update ->get_link() related documentation - - - --- 2019-04-11 Eric Biggers New
[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 New
[1/4] statx: define STATX_ATTR_VERITY statx: expose the fs-verity bit 1 1 - --- 2019-10-29 Eric Biggers New
[1/5] fscrypt: add fscrypt_is_nokey_name() fscrypt: prevent creating duplicate encrypted filenames - - - --- 2020-11-18 Eric Biggers New
[1/5] fscrypt: add fscrypt_symlink_getattr() for computing st_size fscrypt: report correct st_size for encrypted symlinks - - - --- 2021-07-02 Eric Biggers New
[1/5] fscrypt: add the test dummy encryption key on-demand Add the test_dummy_encryption key on-demand - - - --- 2023-02-08 Eric Biggers New
[1/5] fscrypt: clean up and improve dentry revalidation fscrypt: d_revalidate fixes and cleanups - - - --- 2019-03-17 Eric Biggers New
[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 New
[1/5] fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library fscrypt, fs-verity: one-time init fixes - - - --- 2020-07-21 Eric Biggers New
[1/6] fs-verity: factor out fsverity_get_descriptor() fs-verity: add an ioctl to read verity metadata - 1 - --- 2021-01-15 Eric Biggers New
[1/6] fs/minix: check return value of sb_getblk() fs/minix: fix syzbot bugs and set s_maxbytes - - - --- 2020-06-28 Eric Biggers New
[1/6] fsverity: support verification with tree block size < PAGE_SIZE fsverity: support for non-4K pages - - - --- 2022-10-28 Eric Biggers New
[1/9] ext4: remove ext4_dir_open() Allow deleting files with unsupported encryption policy - 1 - --- 2020-11-25 Eric Biggers New
[1/9] f2fs: make f2fs_write_failed() take struct inode f2fs: use iomap for direct I/O - 1 - --- 2021-07-16 Eric Biggers New
[10/13] ext4: clear BH_Uptodate flag on decryption error fscrypt, ext4: prepare for blocksize != PAGE_SIZE - - - --- 2019-05-01 Eric Biggers New
[10/13] fs: clean up __mark_inode_dirty() a bit lazytime fixes and cleanups - 1 - --- 2021-01-05 Eric Biggers New
[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 New
[11/13] fs: add a lazytime_expired method lazytime fixes and cleanups - - - --- 2021-01-05 Eric Biggers New
[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 New
[12/13] xfs: remove a stale comment from xfs_file_aio_write_checks() lazytime fixes and cleanups - 1 - --- 2021-01-05 Eric Biggers New
[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 New
[13/13] xfs: implement lazytime_expired lazytime fixes and cleanups - - - --- 2021-01-05 Eric Biggers New
[2/2] aio: fix use-after-free due to missing POLLFREE handling aio poll: fix use-after-free and missing wakeups - - - --- 2021-12-04 Eric Biggers New
[2/2] ext4: Enable encryption for subpage-sized blocks ext4: support encryption with blocksize != PAGE_SIZE - - - --- 2019-10-16 Eric Biggers New
[2/2] f2fs: fix race conditions in ->d_compare() and ->d_hash() f2fs: fixes for f2fs_d_compare() and f2fs_d_hash() - - - --- 2020-01-24 Eric Biggers New
[2/2] fscrypt: rename DCACHE_ENCRYPTED_NAME to DCACHE_NOKEY_NAME fscrypt: avoid ambiguous terms for "no-key name" - - - --- 2020-09-24 Eric Biggers New
[2/2] fscrypt: stop holding extra request_queue references fscrypt: rework filesystem-level keyring - - - --- 2022-08-19 Eric Biggers New
[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 New
[2/2] ubifs: add support for FS_ENCRYPT_FL ubifs: fixes for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS - - - --- 2019-12-09 Eric Biggers New
[2/3] ext4: add support for INLINE_CRYPT_OPTIMIZED encryption policies fscrypt: support for inline-encryption-optimized policies - 1 - --- 2019-10-21 Eric Biggers New
[2/3] ext4: remove redundant checks of s_encoding Simplify rejection of unexpected casefold inode flag - - - --- 2023-08-14 Eric Biggers New
[2/3] f2fs: move release of block devices to after kill_block_super() Move fscrypt keyring destruction to after ->put_super - - - --- 2023-12-13 Eric Biggers New
[2/3] f2fs: use generic checking function for FS_IOC_FSSETXATTR f2fs: use generic helpers for FS_IOC_{SETFLAGS,FSSETXATTR} - 2 - --- 2019-07-01 Eric Biggers New
[2/3] fscrypt: improve fscrypt_destroy_keyring() documentation Fix crash with fscrypt + Landlock - - - --- 2023-03-13 Eric Biggers Mainlined
[2/4] Documentation/filesystems/vfs.txt: document how ->i_link works vfs: update ->get_link() related documentation - - - --- 2019-04-11 Eric Biggers New
[2/4] ext4: support STATX_ATTR_VERITY statx: expose the fs-verity bit - 1 - --- 2019-10-29 Eric Biggers New
[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 New
[2/5] ext4: prevent creating duplicate encrypted filenames fscrypt: prevent creating duplicate encrypted filenames - - - --- 2020-11-18 Eric Biggers New
[2/5] ext4: report correct st_size for encrypted symlinks fscrypt: report correct st_size for encrypted symlinks - - - --- 2021-07-02 Eric Biggers New
[2/5] ext4: stop calling fscrypt_add_test_dummy_key() Add the test_dummy_encryption key on-demand - - - --- 2023-02-08 Eric Biggers New
[2/5] fscrypt: fix race allowing rename() and link() of ciphertext dentries fscrypt: d_revalidate fixes and cleanups - - - --- 2019-03-17 Eric Biggers New
[2/5] fscrypt: make the bounce page pool opt-in instead of opt-out fscrypt: add support for data_unit_size < fs_block_size - - - --- 2023-09-05 Eric Biggers New
[2/5] fscrypt: use smp_load_acquire() for fscrypt_prepared_key fscrypt, fs-verity: one-time init fixes - - - --- 2020-07-21 Eric Biggers New
[2/6] fs-verity: don't pass whole descriptor to fsverity_verify_signature() fs-verity: add an ioctl to read verity metadata - 2 - --- 2021-01-15 Eric Biggers New
[2/6] fs/minix: don't allow getting deleted inodes fs/minix: fix syzbot bugs and set s_maxbytes - - - --- 2020-06-28 Eric Biggers New
[2/6] fsverity: support enabling with tree block size < PAGE_SIZE fsverity: support for non-4K pages - - - --- 2022-10-28 Eric Biggers New
[2/9] f2fs: remove allow_outplace_dio() f2fs: use iomap for direct I/O - - - --- 2021-07-16 Eric Biggers New
[2/9] f2fs: remove f2fs_dir_open() Allow deleting files with unsupported encryption policy - 1 - --- 2020-11-25 Eric Biggers New
[3/3] f2fs: add support for INLINE_CRYPT_OPTIMIZED encryption policies fscrypt: support for inline-encryption-optimized policies 1 - - --- 2019-10-21 Eric Biggers New
[3/3] f2fs: remove redundant check from f2fs_setflags_common() f2fs: use generic helpers for FS_IOC_{SETFLAGS,FSSETXATTR} - 2 - --- 2019-07-01 Eric Biggers New
[3/3] fs: move fscrypt keyring destruction to after ->put_super Move fscrypt keyring destruction to after ->put_super - 2 - --- 2023-12-13 Eric Biggers New
[3/3] fscrypt: check for NULL keyring in fscrypt_put_master_key_activeref() Fix crash with fscrypt + Landlock - - - --- 2023-03-13 Eric Biggers Mainlined
[3/3] libfs: remove redundant checks of s_encoding Simplify rejection of unexpected casefold inode flag - - - --- 2023-08-14 Eric Biggers New
[3/4] Documentation/filesystems/Locking: fix ->get_link() prototype vfs: update ->get_link() related documentation - - - --- 2019-04-11 Eric Biggers New
[3/4] f2fs: support STATX_ATTR_VERITY statx: expose the fs-verity bit - - - --- 2019-10-29 Eric Biggers New
[3/4] f2fs: wire up FS_IOC_GET_ENCRYPTION_NONCE fscrypt: add ioctl to get file's encryption nonce - - - --- 2020-03-14 Eric Biggers New
[3/5] f2fs: prevent creating duplicate encrypted filenames fscrypt: prevent creating duplicate encrypted filenames - - - --- 2020-11-18 Eric Biggers New
[3/5] f2fs: report correct st_size for encrypted symlinks fscrypt: report correct st_size for encrypted symlinks - - - --- 2021-07-02 Eric Biggers New
[3/5] f2fs: stop calling fscrypt_add_test_dummy_key() Add the test_dummy_encryption key on-demand - - - --- 2023-02-08 Eric Biggers New
[3/5] fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory fscrypt: d_revalidate fixes and cleanups - - - --- 2019-03-17 Eric Biggers New
[3/5] fscrypt: use s_maxbytes instead of filesystem lblk_bits fscrypt: add support for data_unit_size < fs_block_size - - - --- 2023-09-05 Eric Biggers New
[3/5] fscrypt: use smp_load_acquire() for ->s_master_keys fscrypt, fs-verity: one-time init fixes - - - --- 2020-07-21 Eric Biggers New
[3/6] ext4: simplify ext4_readpage_limit() fsverity: support for non-4K pages - - - --- 2022-10-28 Eric Biggers New
[3/6] fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl fs-verity: add an ioctl to read verity metadata 1 1 - --- 2021-01-15 Eric Biggers New
[3/6] fs/minix: reject too-large maximum file size fs/minix: fix syzbot bugs and set s_maxbytes - - - --- 2020-06-28 Eric Biggers New
[3/9] f2fs: rework write preallocations f2fs: use iomap for direct I/O - - - --- 2021-07-16 Eric Biggers New
[3/9] ubifs: remove ubifs_dir_open() Allow deleting files with unsupported encryption policy - - - --- 2020-11-25 Eric Biggers New
[4.14,1/3] fs: move I_DIRTY_INODE to fs.h backport lazytime fix to 4.14 - - - --- 2021-01-25 Eric Biggers New
[4.14,2/3] writeback: Drop I_DIRTY_TIME_EXPIRE backport lazytime fix to 4.14 - 1 - --- 2021-01-25 Eric Biggers New
[4.14,3/3] fs: fix lazytime expiration handling in __writeback_single_inode() backport lazytime fix to 4.14 - 2 - --- 2021-01-25 Eric Biggers New
« 1 2 3 46 7 »