Show patches with: Archived = No       |   10981 patches
« 1 2 ... 3 4 5109 110 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,V3,03/12] fscrypt_decrypt_page: Decrypt all blocks in a page Ext4 encryption support for blocksize < pagesize - - - - --- 2018-05-22 Chandan Rajendra Changes Requested
[RFC,V3,04/12] __fscrypt_decrypt_bio: Fix page offset and len args to fscrypt_decrypt_page Ext4 encryption support for blocksize < pagesize - - - - --- 2018-05-22 Chandan Rajendra Changes Requested
[RFC,V3,05/12] ext4: Decrypt all boundary blocks when doing buffered write Ext4 encryption support for blocksize < pagesize - - - - --- 2018-05-22 Chandan Rajendra Changes Requested
[RFC,V3,06/12] ext4: Decrypt the block that needs to be partially zeroed Ext4 encryption support for blocksize < pagesize - - - - --- 2018-05-22 Chandan Rajendra Changes Requested
[RFC,V3,07/12] mpage_readpage[s]: Introduce post process callback parameters Ext4 encryption support for blocksize < pagesize - - - - --- 2018-05-22 Chandan Rajendra Changes Requested
[RFC,V3,08/12] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page Ext4 encryption support for blocksize < pagesize - - - - --- 2018-05-22 Chandan Rajendra Changes Requested
[RFC,V3,09/12] fscrypt_encrypt_page: Encrypt all blocks mapped by a page Ext4 encryption support for blocksize < pagesize - - - - --- 2018-05-22 Chandan Rajendra Changes Requested
[RFC,V3,10/12] ext4: Fix block number passed to fscrypt_encrypt_page Ext4 encryption support for blocksize < pagesize - - - - --- 2018-05-22 Chandan Rajendra Changes Requested
[RFC,V3,11/12] ext4: Move encryption code into its own function Ext4 encryption support for blocksize < pagesize - - - - --- 2018-05-22 Chandan Rajendra Changes Requested
[RFC,V3,12/12] ext4: Enable encryption for blocksize less than page size Ext4 encryption support for blocksize < pagesize - - - - --- 2018-05-22 Chandan Rajendra Changes Requested
[v4,1/4] ext2fs: opening filesystem code refactoring e2image -b option to pass superblock number - - 1 - --- 2018-05-25 Artem Blagodarenko Superseded
[v4,2/4] e2image: add -b option to use supperblock backup e2image -b option to pass superblock number - - 1 - --- 2018-05-25 Artem Blagodarenko Superseded
[v4,3/4] tests: add test for e2image -b option e2image -b option to pass superblock number - - - - --- 2018-05-25 Artem Blagodarenko Superseded
[v4,4/4] ext2fs: automaticlly open backup superblocks e2image -b option to pass superblock number - - - - --- 2018-05-25 Artem Blagodarenko Superseded
[v5,1/4] ext2fs: opening filesystem code refactoring [v5,1/4] ext2fs: opening filesystem code refactoring - - 1 - --- 2018-05-26 Artem Blagodarenko Superseded
[v5,2/4] e2image: add -b and -B options to use supperblock backup [v5,1/4] ext2fs: opening filesystem code refactoring - - 1 - --- 2018-05-26 Artem Blagodarenko Superseded
[v5,3/4] tests: add test for e2image -b option [v5,1/4] ext2fs: opening filesystem code refactoring - - - - --- 2018-05-26 Artem Blagodarenko Superseded
[v5,4/4] ext2fs: automaticlly open backup superblocks [v5,1/4] ext2fs: opening filesystem code refactoring - - - - --- 2018-05-26 Artem Blagodarenko Superseded
[01/20] nls: Wrap uni2char/char2uni callers EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[02/20] nls: Wrap charset field access EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[03/20] nls: Wrap charset hooks in ops structure EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[04/20] nls: Split default charset from NLS core EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[05/20] nls: Split struct nls_charset from struct nls_table EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[06/20] nls: Add support for multiple versions of an encoding EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[07/20] nls: Add new interface for string comparisons EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[08/20] nls: Let charsets define the behavior of tolower/toupper EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[09/20] nls: Add optional normalization and casefold hooks EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[10/20] nls: utf8norm: Add unicode character database files EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[11/20] scripts: add trie generator for UTF-8 EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[12/20] nls: utf8norm: Introduce code for UTF-8 normalization EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[13/20] nls: utf8norm: reduce the size of utf8data[] EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[14/20] nls: utf8norm: Integrate utf8norm code with NLS subsystem EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[15/20] nls: utf8norm: Introduce test module for utf8norm implementation EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[16/20] nls: ascii: Support casefold and normalization operations EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[17/20] ext4: Include encoding information in the superblock EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[18/20] ext4: Support encoding-aware file name lookups EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[19/20] vfs: Handle case-exact lookup in d_add_ci EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[20/20] ext4: Implement encoding-aware dcache hooks EXT4 encoding support - - - - --- 2018-07-03 Gabriel Krisman Bertazi Changes Requested
[1/2] ext4: Close race between direct IO and ext4_break_layouts() [1/2] ext4: Close race between direct IO and ext4_break_layouts() - - 1 - --- 2018-08-07 Dave Jiang Superseded
[2/2] xfs: Close race between direct IO and xfs_break_layouts() [1/2] ext4: Close race between direct IO and ext4_break_layouts() - - 1 - --- 2018-08-07 Dave Jiang Superseded
[v2,2/2] xfs: Close race between direct IO and xfs_break_layouts() [v2,1/2] ext4: Close race between direct IO and ext4_break_layouts() - - 1 - --- 2018-08-08 Dave Jiang Not Applicable
[v2,2/2] xfs: Close race between direct IO and xfs_break_layouts() Untitled series #59924 - - 1 - --- 2018-08-08 Dave Jiang Not Applicable
ext4: Fix build error when DX_DEBUG is defined ext4: Fix build error when DX_DEBUG is defined - 1 1 - --- 2018-08-08 Gabriel Krisman Bertazi Superseded
[2/2] e2fsck: remove unnecessary reserve_stdio_fds() [1/2] e2fsprogs: remove unused datarootdir - - 1 - --- 2018-08-09 Lukas Czerner Rejected
[1/5] ext2: cache NULL when both default_acl and acl are NULL [1/5] ext2: cache NULL when both default_acl and acl are NULL - - - - --- 2018-08-14 cgxu519 Superseded
[2/5] ext4: cache NULL when both default_acl and acl are NULL [1/5] ext2: cache NULL when both default_acl and acl are NULL - - - - --- 2018-08-14 cgxu519 Superseded
[3/5] f2fs: cache NULL when both default_acl and acl are NULL [1/5] ext2: cache NULL when both default_acl and acl are NULL - - - - --- 2018-08-14 cgxu519 Superseded
[4/5] jfs: cache NULL when both default_acl and acl are NULL [1/5] ext2: cache NULL when both default_acl and acl are NULL - - - - --- 2018-08-14 cgxu519 Superseded
[5/5] orangefs: cache NULL when both default_acl and acl are NULL [1/5] ext2: cache NULL when both default_acl and acl are NULL - - - - --- 2018-08-14 cgxu519 Superseded
[v2,01/25] nls: Wrap uni2char/char2uni callers Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,02/25] nls: Wrap charset field access Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,03/25] nls: Wrap charset hooks in ops structure Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,04/25] nls: Split default charset from NLS core Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,05/25] nls: Split struct nls_charset from struct nls_table Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,06/25] nls: Add support for multiple versions of an encoding Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,07/25] nls: Implement NLS_STRICT_MODE flag Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,08/25] nls: Let charsets define the behavior of tolower/toupper Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,09/25] nls: Add new interface for string comparisons Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,10/25] nls: Add optional normalization and casefold hooks Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,11/25] nls: ascii: Support validation and normalization operations Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,12/25] nls: utf8n: Add unicode character database files Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,13/25] scripts: add trie generator for UTF-8 Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,14/25] nls: utf8: Move nls-utf8{,-core}.c Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,15/25] nls: utf8: Introduce code for UTF-8 normalization Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,16/25] nls: utf8n: reduce the size of utf8data[] Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,17/25] nls: utf8: Integrate utf8 normalization code with utf8 charset Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,18/25] nls: utf8: Introduce test module for normalized utf8 implementation Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,19/25] vfs: Handle case-exact lookup in d_add_ci Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,20/25] ext4: Include encoding information in the superblock Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,21/25] ext4: Add encoding mount options Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,22/25] ext4: Support encoding-aware file name lookups Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,23/25] ext4: Implement encoding-aware dcache hooks Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,24/25] ext4: Implement EXT4_CASEFOLD_FL flag Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
[v2,25/25] docs: ext4.txt: Document encoding and case-insensitive lookups Ext4 Encoding and Case-insensitive support - - - - --- 2018-08-15 Gabriel Krisman Bertazi Not Applicable
scrub: fix Makefile to respect PREFIX scrub: fix Makefile to respect PREFIX - - - - --- 2018-08-20 Lukas Czerner Rejected
scrub: use MKDIR_P instead of MKINSTALLDIRS scrub: use MKDIR_P instead of MKINSTALLDIRS - - - - --- 2018-08-21 Lukas Czerner Superseded
[RFC,1/6] ext4: generalize extents status tree search functions ext4: rework bigalloc reserved cluster accounting - - - - --- 2018-08-23 Eric Whitney Superseded
[RFC,2/6] ext4: add new pending reservation mechanism ext4: rework bigalloc reserved cluster accounting - - - - --- 2018-08-23 Eric Whitney Superseded
[RFC,3/6] ext4: fix reserved cluster accounting at delayed write time ext4: rework bigalloc reserved cluster accounting - - - - --- 2018-08-23 Eric Whitney Superseded
[RFC,4/6] ext4: reduce reserved cluster count by number of allocated clusters ext4: rework bigalloc reserved cluster accounting - - - - --- 2018-08-23 Eric Whitney Superseded
[RFC,5/6] ext4: adjust reserved cluster count when removing extents ext4: rework bigalloc reserved cluster accounting - - - - --- 2018-08-23 Eric Whitney Superseded
[RFC,6/6] ext4: fix reserved cluster accounting at page invalidation time ext4: rework bigalloc reserved cluster accounting - - - - --- 2018-08-23 Eric Whitney Superseded
[RFC,01/10] fs-verity: add setup code, UAPI, and Kconfig fs-verity: filesystem-level integrity protection - - - - --- 2018-08-24 Eric Biggers Superseded
[RFC,02/10] fs-verity: add data verification hooks for ->readpages() fs-verity: filesystem-level integrity protection - - - - --- 2018-08-24 Eric Biggers Superseded
[RFC,03/10] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl fs-verity: filesystem-level integrity protection - - - - --- 2018-08-24 Eric Biggers Superseded
[RFC,04/10] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl fs-verity: filesystem-level integrity protection - - - - --- 2018-08-24 Eric Biggers Superseded
[RFC,05/10] fs-verity: add SHA-512 support fs-verity: filesystem-level integrity protection - - - - --- 2018-08-24 Eric Biggers Superseded
[RFC,06/10] fs-verity: add CRC-32C support fs-verity: filesystem-level integrity protection - - - - --- 2018-08-24 Eric Biggers Superseded
[RFC,07/10] fs-verity: support builtin file signatures fs-verity: filesystem-level integrity protection - - - - --- 2018-08-24 Eric Biggers Superseded
[RFC,08/10] ext4: add basic fs-verity support fs-verity: filesystem-level integrity protection - - - - --- 2018-08-24 Eric Biggers Superseded
[RFC,09/10] ext4: add fs-verity read support fs-verity: filesystem-level integrity protection - - - - --- 2018-08-24 Eric Biggers Superseded
[RFC,10/10] f2fs: fs-verity support fs-verity: filesystem-level integrity protection - - - - --- 2018-08-24 Eric Biggers Superseded
[1/2] overlay: do not set OVL_BASE_FSTYP value to "overlay" fstests: fix overlay test failure over ext4 - - - - --- 2018-08-27 Amir Goldstein Not Applicable
[2/2] generic/009: fix test failure with overlay over ext4 fstests: fix overlay test failure over ext4 - - - - --- 2018-08-27 Amir Goldstein Not Applicable
fs: Convert return type int to vm_fault_t fs: Convert return type int to vm_fault_t - - - - --- 2018-08-28 Souptick Joarder Superseded
[v2] fs: Convert return type int to vm_fault_t [v2] fs: Convert return type int to vm_fault_t - - - - --- 2018-08-30 Souptick Joarder Superseded
[v2,1/5] ext2: cache NULL when both default_acl and acl are NULL [v2,1/5] ext2: cache NULL when both default_acl and acl are NULL - - - - --- 2018-08-31 cgxu519 Not Applicable
[v2,3/5] f2fs: cache NULL when both default_acl and acl are NULL [v2,1/5] ext2: cache NULL when both default_acl and acl are NULL 1 - - - --- 2018-08-31 cgxu519 Not Applicable
[v2,5/5] orangefs: cache NULL when both default_acl and acl are NULL [v2,1/5] ext2: cache NULL when both default_acl and acl are NULL - - - - --- 2018-08-31 cgxu519 Not Applicable
ext4: avoid arithemetic overflow that can trigger a BUG ext4: avoid arithemetic overflow that can trigger a BUG - - - - --- 2018-08-31 Theodore Ts'o Superseded
« 1 2 ... 3 4 5109 110 »