Show patches with: Archived = No       |   11083 patches
« 1 2 ... 21 22 23110 111 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
fscrypt: optimize fscrypt_zeroout_range() fscrypt: optimize fscrypt_zeroout_range() - - 1 - --- 2019-12-26 Eric Biggers Not Applicable
ext4: only use fscrypt_zeroout_range() on regular files ext4: only use fscrypt_zeroout_range() on regular files - - - - --- 2019-12-26 Eric Biggers Accepted
ext4: re-enable extent zeroout optimization on encrypted files ext4: re-enable extent zeroout optimization on encrypted files - - - - --- 2019-12-26 Eric Biggers Accepted
[v2,1/3] ext4: Delete ext4_kvzvalloc() ext4: Prevent memory reclaim from re-entering the filesystem and deadlocking - - 1 - --- 2019-12-27 Naoto Kobayashi Accepted
[v2,2/3] ext4: Rename ext4_kvmalloc() to ext4_kvmalloc_nofs() and drop its flags argument ext4: Prevent memory reclaim from re-entering the filesystem and deadlocking - - - - --- 2019-12-27 Naoto Kobayashi Accepted
[v2,3/3] ext4: Prevent ext4_kvmalloc_nofs() from re-entering the filesystem and deadlocking ext4: Prevent memory reclaim from re-entering the filesystem and deadlocking - - - - --- 2019-12-27 Naoto Kobayashi Accepted
ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctl. ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctl. - - - - --- 2019-12-27 Martijn Coenen Accepted
e2fsprogs: fix to use inode i_blocks correctly e2fsprogs: fix to use inode i_blocks correctly - - 1 - --- 2019-12-30 Wang Shilong Accepted
fs-verity: use mempool for hash requests fs-verity: use mempool for hash requests - - 1 - --- 2019-12-31 Eric Biggers Not Applicable
[1/8] ext4: remove ext4_{ind,ext}_calc_metadata_amount() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[2/8] ext4: clean up len and offset checks in ext4_fallocate() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[3/8] ext4: remove redundant S_ISREG() checks from ext4_fallocate() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[4/8] ext4: make some functions static in extents.c ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[5/8] ext4: fix documentation for ext4_ext_try_to_merge() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[6/8] ext4: remove obsolete comment from ext4_can_extents_be_merged() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[7/8] ext4: fix some nonstandard indentation in extents.c ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
[8/8] ext4: add missing braces in ext4_ext_drop_refs() ext4: extents.c cleanups - - - - --- 2019-12-31 Eric Biggers Accepted
fscrypt: document gfp_flags for bounce page allocation fscrypt: document gfp_flags for bounce page allocation - - 1 - --- 2019-12-31 Eric Biggers Not Applicable
ext4: fix deadlock allocating crypto bounce page from mempool ext4: fix deadlock allocating crypto bounce page from mempool - 1 - - --- 2019-12-31 Eric Biggers Accepted
ext4: fix deadlock allocating bio_post_read_ctx from mempool ext4: fix deadlock allocating bio_post_read_ctx from mempool - 1 - - --- 2019-12-31 Eric Biggers Accepted
ext4: remove unneeded check for error allocating bio_post_read_ctx ext4: remove unneeded check for error allocating bio_post_read_ctx - - - - --- 2019-12-31 Eric Biggers Accepted
[1/1] ext4: remove unsed macro MPAGE_DA_EXTENT_TAIL [1/1] ext4: remove unsed macro MPAGE_DA_EXTENT_TAIL - - - - --- 2020-01-01 Ritesh Harjani Rejected
[1/1] ext4: remove unused macro MPAGE_DA_EXTENT_TAIL [1/1] ext4: remove unused macro MPAGE_DA_EXTENT_TAIL - - 1 - --- 2020-01-01 Ritesh Harjani Accepted
[v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY [v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY - - 1 - --- 2020-01-06 Eric Biggers Not Applicable
[v2] fs-verity: implement readahead of Merkle tree pages [v2] fs-verity: implement readahead of Merkle tree pages - - 1 - --- 2020-01-06 Eric Biggers Not Applicable
[v2,1/6] TMP: fscrypt: Add support for casefolding with encryption Support for Casefolding and Encryption - - - - --- 2020-01-07 Daniel Rosenberg Superseded
[v2,2/6] vfs: Fold casefolding into vfs Support for Casefolding and Encryption - - - - --- 2020-01-07 Daniel Rosenberg Superseded
[v2,3/6] f2fs: Handle casefolding with Encryption Support for Casefolding and Encryption - - - - --- 2020-01-07 Daniel Rosenberg Superseded
[v2,4/6] ext4: Use struct super_blocks' casefold data Support for Casefolding and Encryption - - - - --- 2020-01-07 Daniel Rosenberg Superseded
[v2,5/6] ext4: Hande casefolding with encryption Support for Casefolding and Encryption - - - - --- 2020-01-07 Daniel Rosenberg Superseded
[v2,6/6] ext4: Optimize match for casefolded encrypted dirs Support for Casefolding and Encryption - - - - --- 2020-01-07 Daniel Rosenberg Superseded
[-next] ext4: remove unused variable 'mapping' [-next] ext4: remove unused variable 'mapping' - - - - --- 2020-01-07 Yue Haibing Rejected
fs: fix ext4 unused-variable warning fs: fix ext4 unused-variable warning - 1 - - --- 2020-01-07 Arnd Bergmann Rejected
[v4] fs: Fix page_mkwrite off-by-one errors [v4] fs: Fix page_mkwrite off-by-one errors 5 - - - --- 2020-01-08 Andreas Gruenbacher Not Applicable
libext2fs: Extends commit c9a8c53b, with the same fix for ext2fs_flush2() and ext2fs_image_super_wr… libext2fs: Extends commit c9a8c53b, with the same fix for ext2fs_flush2() and ext2fs_image_super_wr… - - - - --- 2020-01-10 Anatoly Pugachev New
[RFC,V2,01/12] fs/stat: Define DAX statx attribute Enable per-file/directory DAX operations V2 - - 2 - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,02/12] fs/xfs: Isolate the physical DAX flag from effective Enable per-file/directory DAX operations V2 - - - - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,03/12] fs/xfs: Separate functionality of xfs_inode_supports_dax() Enable per-file/directory DAX operations V2 - - - - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,04/12] fs/xfs: Clean up DAX support check Enable per-file/directory DAX operations V2 - - - - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,05/12] fs: remove unneeded IS_DAX() check Enable per-file/directory DAX operations V2 - - 1 - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,06/12] fs/xfs: Check if the inode supports DAX under lock Enable per-file/directory DAX operations V2 - - - - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,07/12] fs: Add locking for a dynamic inode 'mode' Enable per-file/directory DAX operations V2 - - - - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,08/12] fs/xfs: Add lock/unlock mode to xfs Enable per-file/directory DAX operations V2 - - - - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,09/12] fs: Prevent mode change if file is mmap'ed Enable per-file/directory DAX operations V2 - - - - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,10/12] fs/xfs: Fix truncate up Enable per-file/directory DAX operations V2 - - - - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,11/12] fs/xfs: Clean up locking in dax invalidate Enable per-file/directory DAX operations V2 - - - - --- 2020-01-10 Ira Weiny Not Applicable
[RFC,V2,12/12] fs/xfs: Allow toggle of effective DAX flag Enable per-file/directory DAX operations V2 - - - - --- 2020-01-10 Ira Weiny Not Applicable
[RFC] generic/XXX: Add generic/XXX [RFC] generic/XXX: Add generic/XXX - - - - --- 2020-01-11 Ira Weiny Not Applicable
jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal - 1 1 - --- 2020-01-11 Likai Accepted
[RFC,1/2] iomap: direct-io: Move inode_dio_begin before filemap_write_and_wait_range ext4: Fix stale data read exposure problem with DIO read/page_mkwrite - - - - --- 2020-01-13 Ritesh Harjani Rejected
[RFC,2/2] ext4: Fix stale data read issue with DIO read & ext4_page_mkwrite path ext4: Fix stale data read exposure problem with DIO read/page_mkwrite - - - - --- 2020-01-13 Ritesh Harjani Rejected
[01/12] mm: fix a comment in sys_swapon [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[02/12] locking/rwsem: Exit early when held by an anonymous owner [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[03/12] xfs: fix IOCB_NOWAIT handling in xfs_file_dio_aio_read [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[04/12] gfs2: move setting current->backing_dev_info [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[05/12] gfs2: fix O_SYNC write handling [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[06/12] iomap: pass a flags value to iomap_dio_rw [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[07/12] iomap: allow holding i_rwsem until aio completion [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[08/12] ext4: hold i_rwsem until AIO completes [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[09/12] gfs2: hold i_rwsem until AIO completes [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[10/12] xfs: hold i_rwsem until AIO completes [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[11/12] xfs: don't set IOMAP_DIO_SYNCHRONOUS for unaligned I/O [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[12/12] iomap: remove the inode_dio_begin/end calls [01/12] mm: fix a comment in sys_swapon - - - - --- 2020-01-14 Christoph Hellwig Not Applicable
[1/2] mmp: don't assume NUL termination for MMP strings [1/2] mmp: don't assume NUL termination for MMP strings - - - - --- 2020-01-14 Andreas Dilger Accepted
[2/2] mmp: abstract out repeated 'sizeof(buf), buf' usage [1/2] mmp: don't assume NUL termination for MMP strings - - - - --- 2020-01-14 Andreas Dilger Accepted
fs/ext4: remove MPAGE_DA_EXTENT_TAIL fs/ext4: remove MPAGE_DA_EXTENT_TAIL - - - - --- 2020-01-15 Alex Shi Rejected
ext4: drop ext4_kvmalloc() ext4: drop ext4_kvmalloc() - - 1 - --- 2020-01-16 Theodore Ts'o Accepted
fscrypt: reserve flags for hardware-wrapped keys feature fscrypt: reserve flags for hardware-wrapped keys feature - - 1 - --- 2020-01-16 Eric Biggers Not Applicable
[v3,1/9] fscrypt: Add siphash and hash key for policy v2 Support for Casefolding and Encryption - - - - --- 2020-01-17 Daniel Rosenberg Superseded
[v3,2/9] fscrypt: Don't allow v1 policies with casefolding Support for Casefolding and Encryption - - - - --- 2020-01-17 Daniel Rosenberg Superseded
[v3,3/9] fscrypt: Change format of no-key token Support for Casefolding and Encryption - - - - --- 2020-01-17 Daniel Rosenberg Superseded
[v3,4/9] fscrypt: Only create hash key when needed Support for Casefolding and Encryption - - - - --- 2020-01-17 Daniel Rosenberg Superseded
[v3,5/9] vfs: Fold casefolding into vfs Support for Casefolding and Encryption - - - - --- 2020-01-17 Daniel Rosenberg Superseded
[v3,6/9] f2fs: Handle casefolding with Encryption Support for Casefolding and Encryption - - - - --- 2020-01-17 Daniel Rosenberg Superseded
[v3,7/9] ext4: Use struct super_blocks' casefold data Support for Casefolding and Encryption - - - - --- 2020-01-17 Daniel Rosenberg Superseded
[v3,8/9] ext4: Hande casefolding with encryption Support for Casefolding and Encryption - - - - --- 2020-01-17 Daniel Rosenberg Superseded
[v3,9/9] ext4: Optimize match for casefolded encrypted dirs Support for Casefolding and Encryption - - - - --- 2020-01-17 Daniel Rosenberg Superseded
[v4,1/4] fscrypt: don't allow v1 policies with casefolding fscrypt preparations for encryption+casefolding - - - - --- 2020-01-20 Eric Biggers Not Applicable
[v4,2/4] fscrypt: derive dirhash key for casefolded directories fscrypt preparations for encryption+casefolding - - - - --- 2020-01-20 Eric Biggers Not Applicable
[v4,3/4] fscrypt: clarify what is meant by a per-file key fscrypt preparations for encryption+casefolding - - - - --- 2020-01-20 Eric Biggers Not Applicable
[v4,4/4] fscrypt: improve format of no-key names fscrypt preparations for encryption+casefolding - - - - --- 2020-01-20 Eric Biggers Not Applicable
fscrypt: don't print name of busy file when removing key fscrypt: don't print name of busy file when removing key - 1 - - --- 2020-01-20 Eric Biggers Not Applicable
[v5,1/6] fscrypt: don't allow v1 policies with casefolding fscrypt preparations for encryption+casefolding - - - - --- 2020-01-20 Eric Biggers Not Applicable
[v5,2/6] fscrypt: derive dirhash key for casefolded directories fscrypt preparations for encryption+casefolding - - - - --- 2020-01-20 Eric Biggers Not Applicable
[v5,3/6] fscrypt: clarify what is meant by a per-file key fscrypt preparations for encryption+casefolding - - 1 - --- 2020-01-20 Eric Biggers Not Applicable
[v5,4/6] ubifs: don't trigger assertion on invalid no-key filename fscrypt preparations for encryption+casefolding - 1 - - --- 2020-01-20 Eric Biggers Not Applicable
[v5,5/6] ubifs: allow both hash and disk name to be provided in no-key names fscrypt preparations for encryption+casefolding - - - - --- 2020-01-20 Eric Biggers Not Applicable
[v5,6/6] fscrypt: improve format of no-key names fscrypt preparations for encryption+casefolding - - - - --- 2020-01-20 Eric Biggers Not Applicable
jbd2: modify assert condition in __journal_remove_journal_head jbd2: modify assert condition in __journal_remove_journal_head - - - - --- 2020-01-22 Shijie Luo Superseded
ext4,jbd2: fix comment and code style ext4,jbd2: fix comment and code style - - 1 - --- 2020-01-22 Shijie Luo Superseded
jbd2: delete the duplicated words in the comments jbd2: delete the duplicated words in the comments - - - - --- 2020-01-22 wangyan Accepted
[v2] ext4,jbd2: fix comment and code style [v2] ext4,jbd2: fix comment and code style - - 1 - --- 2020-01-23 Shijie Luo Accepted
[v2] jbd2: remove pointless assertion in __journal_remove_journal_head [v2] jbd2: remove pointless assertion in __journal_remove_journal_head - - 1 - --- 2020-01-23 Shijie Luo Accepted
[1/1] jbd2_seq_info_next should increase position index jbd2: seq_file .next functions should increase position index - 1 1 - --- 2020-01-23 Vasily Averin Accepted
Documentation: changes.rst: update several outdated project URLs Documentation: changes.rst: update several outdated project URLs 1 - 1 - --- 2020-01-23 Randy Dunlap Not Applicable
ext4: fix race conditions in ->d_compare() and ->d_hash() ext4: fix race conditions in ->d_compare() and ->d_hash() - 1 1 - --- 2020-01-24 Eric Biggers Accepted
[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
[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
[03/12] readahead: Put pages in cache earlier Change readahead API - - - - --- 2020-01-25 Matthew Wilcox Superseded
[04/12] mm: Add readahead address space operation Change readahead API - - - - --- 2020-01-25 Matthew Wilcox Superseded
« 1 2 ... 21 22 23110 111 »