Show patches with: Archived = No       |   11080 patches
« 1 2 ... 75 76 77110 111 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v2,4/7] ext4: use ext4_buffer_uptodate() in __ext4_get_inode_loc() ext4: fix a memory corrupt problem - - - - --- 2020-09-24 Zhang Yi Awaiting Upstream
[v2,3/7] ext4: use common helpers in all places reading metadata buffers ext4: fix a memory corrupt problem - - - - --- 2020-09-24 Zhang Yi Awaiting Upstream
[v2,2/7] ext4: introduce new metadata buffer read helpers ext4: fix a memory corrupt problem - - - - --- 2020-09-24 Zhang Yi Awaiting Upstream
[v2,1/7] ext4: clear buffer verified flag if read meta block from disk ext4: fix a memory corrupt problem - - - - --- 2020-09-24 Zhang Yi Awaiting Upstream
[v2,RESEND,2/2] ext4: rename system_blks to s_system_blks inside ext4_sb_info [v2,RESEND,1/2] ext4: rename journal_dev to s_journal_dev inside ext4_sb_info - - 2 - --- 2020-09-24 brookxu Awaiting Upstream
[v2,RESEND,1/2] ext4: rename journal_dev to s_journal_dev inside ext4_sb_info [v2,RESEND,1/2] ext4: rename journal_dev to s_journal_dev inside ext4_sb_info - - 2 - --- 2020-09-24 brookxu Awaiting Upstream
FIX the comment of struct jbd2_journal_handle FIX the comment of struct jbd2_journal_handle - - 1 - --- 2020-09-22 Hui Su Awaiting Upstream
ext4: fix leaking sysfs kobject after failed mount ext4: fix leaking sysfs kobject after failed mount - 1 1 - --- 2020-09-22 Eric Biggers Awaiting Upstream
[-next] ext4: add trace exit in exception path. [-next] ext4: add trace exit in exception path. - - - - --- 2020-09-21 Zhang Qilong Awaiting Upstream
[PATCHv3,1/1] ext4: Optimize file overwrites Optimize ext4 file overwrites - perf improvement - - 1 1 --- 2020-09-18 Ritesh Harjani Awaiting Upstream
ext4: Remove unused including <linux/version.h> ext4: Remove unused including <linux/version.h> - - - - --- 2020-09-18 tiantao \(H\) Awaiting Upstream
[v5,2/2] ext4: Fix dead loop in ext4_mb_new_blocks Fix dead loop in ext4_mb_new_blocks - 1 2 - --- 2020-09-16 yebin (H) Awaiting Upstream
ext4: Fix superblock checksum calculation race ext4: Fix superblock checksum calculation race - - 1 - --- 2020-09-14 Constantine Sapuntzakis Awaiting Upstream
ext4: Implement swap_activate aops using iomap ext4: Implement swap_activate aops using iomap - 1 2 - --- 2020-09-04 Ritesh Harjani Awaiting Upstream
[v2] ext4: Fix error handling code in add_new_gdb [v2] ext4: Fix error handling code in add_new_gdb - - 1 - --- 2020-08-29 Dinghao Liu Awaiting Upstream
[v2] ext4: Disallow modifying DAX inode flag if inline_data has been set [v2] ext4: Disallow modifying DAX inode flag if inline_data has been set - 1 3 - --- 2020-08-28 Xiao Yang Awaiting Upstream
ext4: Remove unused argument from ext4_(inc|dec)_count ext4: Remove unused argument from ext4_(inc|dec)_count - - 1 - --- 2020-08-26 Nikolay Borisov Awaiting Upstream
ext4: Do not interpret high bytes if 64bit feature is disabled ext4: Do not interpret high bytes if 64bit feature is disabled - - - - --- 2020-08-25 Petr Malat Awaiting Upstream
jbd2: remove unnecessary chksum variables in do_one_pass jbd2: remove unnecessary chksum variables in do_one_pass - - 1 - --- 2020-08-19 Shijie Luo Awaiting Upstream
[v5,2/2] ext4: limit the length of per-inode prealloc list [v5,1/2] ext4: reorganize if statement of ext4_mb_release_context() - - - - --- 2020-08-17 brookxu Awaiting Upstream
[v5,1/2] ext4: reorganize if statement of ext4_mb_release_context() [v5,1/2] ext4: reorganize if statement of ext4_mb_release_context() - - 1 - --- 2020-08-17 brookxu Awaiting Upstream
[v3] ext4: fix log printing of ext4_mb_regular_allocator() [v3] ext4: fix log printing of ext4_mb_regular_allocator() - - 2 - --- 2020-08-15 brookxu Awaiting Upstream
ext4: change to use fallthrough macro instead of fallthrough comments ext4: change to use fallthrough macro instead of fallthrough comments - - 1 - --- 2020-08-10 Shijie Luo Awaiting Upstream
ext4: remove unused parameter of ext4_generic_delete_entry function ext4: remove unused parameter of ext4_generic_delete_entry function - - 1 - --- 2020-08-10 Kyoungho Koo Awaiting Upstream
mballoc: Replace seq_printf with seq_puts mballoc: Replace seq_printf with seq_puts - - 1 - --- 2020-08-10 Xu Wang Awaiting Upstream
ext4: optimize the implementation of ext4_mb_good_group() ext4: optimize the implementation of ext4_mb_good_group() - - 2 - --- 2020-08-07 brookxu Awaiting Upstream
ext4: delete invalid comments near ext4_mb_check_limits() ext4: delete invalid comments near ext4_mb_check_limits() - - 1 - --- 2020-08-07 brookxu Awaiting Upstream
ext4: fix typos in ext4_mb_regular_allocator() comment ext4: fix typos in ext4_mb_regular_allocator() comment - - 2 - --- 2020-08-07 brookxu Awaiting Upstream
ext4: delete duplicated words + other fixes ext4: delete duplicated words + other fixes - - 1 - --- 2020-08-05 Randy Dunlap Awaiting Upstream
ext4: flag as supporting buffered async reads ext4: flag as supporting buffered async reads - - 1 1 --- 2020-08-03 Jens Axboe Awaiting Upstream
[4/4] ext4: add prefetch_block_bitmaps mount options V2- ext4 block bitmap prefetch patches - - 1 - --- 2020-07-31 Theodore Ts'o Awaiting Upstream
[3/4] ext4: indicate via a block bitmap read is prefetched via a tracepoint V2- ext4 block bitmap prefetch patches - - 1 - --- 2020-07-31 Theodore Ts'o Awaiting Upstream
[2/4] ext4: skip non-loaded groups at cr=0/1 when scanning for good groups V2- ext4 block bitmap prefetch patches - - 2 - --- 2020-07-31 Theodore Ts'o Awaiting Upstream
[1/4] ext4: add prefetching for block allocation bitmaps V2- ext4 block bitmap prefetch patches - - 1 - --- 2020-07-31 Theodore Ts'o Awaiting Upstream
ext4: Fix checking of entry validity ext4: Fix checking of entry validity - 1 - - --- 2020-07-31 Jan Kara Awaiting Upstream
ext4: move buffer_mapped() to proper position ext4: move buffer_mapped() to proper position - - - - --- 2020-07-31 Xianting Tian Awaiting Upstream
[6/6] ext4: Correctly restore system zone info when remount fails ext4: Check journal inode extents more carefully - - 1 - --- 2020-07-28 Jan Kara Awaiting Upstream
[5/6] ext4: Handle add_system_zone() failure in ext4_setup_system_zone() ext4: Check journal inode extents more carefully - - 1 - --- 2020-07-28 Jan Kara Awaiting Upstream
[4/6] ext4: Fold ext4_data_block_valid_rcu() into the caller ext4: Check journal inode extents more carefully - - 1 - --- 2020-07-28 Jan Kara Awaiting Upstream
[3/6] ext4: Check journal inode extents more carefully ext4: Check journal inode extents more carefully - 1 1 - --- 2020-07-28 Jan Kara Awaiting Upstream
[2/6] ext4: Don't allow overlapping system zones ext4: Check journal inode extents more carefully - - 1 - --- 2020-07-28 Jan Kara Awaiting Upstream
[1/6] ext4: Handle error of ext4_setup_system_zone() on remount ext4: Check journal inode extents more carefully - - 1 - --- 2020-07-28 Jan Kara Awaiting Upstream
ext4: delete the invalid BUGON in ext4_mb_load_buddy_gfp() ext4: delete the invalid BUGON in ext4_mb_load_buddy_gfp() - - 1 - --- 2020-07-27 brookxu Awaiting Upstream
ext4: export msg_count and warning_count via sysfs ext4: export msg_count and warning_count via sysfs - - - - --- 2020-07-25 Dmitry Monakhov Awaiting Upstream
[v2] ext4: remove some redundant function declarations [v2] ext4: remove some redundant function declarations - - 1 - --- 2020-07-24 Shijie Luo Awaiting Upstream
ext4: handle option set by mount flags correctly ext4: handle option set by mount flags correctly - - 1 - --- 2020-07-23 Lukas Czerner Awaiting Upstream
jbd2: fix incorrect code style jbd2: fix incorrect code style - - 1 - --- 2020-07-18 Xianting Tian Awaiting Upstream
[v2] ext4: handle read only external journal device [v2] ext4: handle read only external journal device - - 1 - --- 2020-07-17 Lukas Czerner Awaiting Upstream
ext4: fix spelling typos in ext4_mb_initialize_context ext4: fix spelling typos in ext4_mb_initialize_context - - 1 - --- 2020-07-15 brookxu Awaiting Upstream
ext4: use generic names for generic ioctls ext4: use generic names for generic ioctls - - 1 - --- 2020-07-14 Eric Biggers Awaiting Upstream
ext4: don't hardcode bit values in EXT4_FL_USER_* ext4: don't hardcode bit values in EXT4_FL_USER_* - - 1 - --- 2020-07-13 Eric Biggers Awaiting Upstream
[v3] ext4: don't BUG on inconsistent journal feature [v3] ext4: don't BUG on inconsistent journal feature - - 1 - --- 2020-07-10 Jan Kara Awaiting Upstream
ext4: Do not block RWF_NOWAIT dio write on unallocated space ext4: Do not block RWF_NOWAIT dio write on unallocated space - 1 1 - --- 2020-07-08 Jan Kara Awaiting Upstream
Replace HTTP links with HTTPS ones: Ext4 Replace HTTP links with HTTPS ones: Ext4 - - - - --- 2020-07-06 Alexander A. Klimov Awaiting Upstream
[v2] ext4: lost matching-pair of trace in ext4_truncate [v2] ext4: lost matching-pair of trace in ext4_truncate - - 2 - --- 2020-07-01 Zheng Liang Awaiting Upstream
[v2] ext4: lost matching-pair of trace in ext4_unlink [v2] ext4: lost matching-pair of trace in ext4_unlink - - 1 - --- 2020-06-29 Yi Zhuang Awaiting Upstream
[1/1] ext4: fix potential negative array index in do_split() ext4: fix potential negative array index in do_split - 1 2 - --- 2020-06-17 Eric Sandeen Awaiting Upstream
[v2] jbd2: make sure jh have b_transaction set in refile/unfile_buffer [v2] jbd2: make sure jh have b_transaction set in refile/unfile_buffer - - - - --- 2020-06-17 Lukas Czerner Awaiting Upstream
ext4: fix coding style in file.c ext4: fix coding style in file.c - - - - --- 2020-06-14 Dio Putra Awaiting Upstream
ext4: Delete unnecessary checks before brelse() ext4: Delete unnecessary checks before brelse() - - 1 - --- 2020-06-13 Markus Elfring Awaiting Upstream
ext4: fix spelling mistakes in extents.c ext4: fix spelling mistakes in extents.c - - 1 - --- 2020-06-11 Keyur Patel Awaiting Upstream
[PATCHv2,1/1] ext4: mballoc: Use this_cpu_read instead of this_cpu_ptr [PATCHv2,1/1] ext4: mballoc: Use this_cpu_read instead of this_cpu_ptr - 1 1 1 --- 2020-06-09 Ritesh Harjani Awaiting Upstream
[v2] ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers [v2] ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error handlers - 1 1 - --- 2020-06-09 Zhang Yi Awaiting Upstream
[v2] ext4: avoid utf8_strncasecmp() with unstable name [v2] ext4: avoid utf8_strncasecmp() with unstable name - 1 1 - --- 2020-06-01 Eric Biggers Awaiting Upstream
ext4: stop overwrite the errcode in ext4_setup_super ext4: stop overwrite the errcode in ext4_setup_super - 1 1 - --- 2020-06-01 yangerkun Awaiting Upstream
[V5,9/9] Documentation/dax: Update DAX enablement for ext4 Enable ext4 support for per-file/directory DAX operations - - 1 - --- 2020-05-28 Ira Weiny Awaiting Upstream
[V5,8/9] fs/ext4: Introduce DAX inode flag Enable ext4 support for per-file/directory DAX operations - - - - --- 2020-05-28 Ira Weiny Awaiting Upstream
[V5,7/9] fs/ext4: Remove jflag variable Enable ext4 support for per-file/directory DAX operations - - - - --- 2020-05-28 Ira Weiny Awaiting Upstream
[V5,6/9] fs/ext4: Make DAX mount option a tri-state Enable ext4 support for per-file/directory DAX operations - - 1 - --- 2020-05-28 Ira Weiny Awaiting Upstream
[V5,5/9] fs/ext4: Only change S_DAX on inode load Enable ext4 support for per-file/directory DAX operations - - 1 - --- 2020-05-28 Ira Weiny Awaiting Upstream
[V5,4/9] fs/ext4: Update ext4_should_use_dax() Enable ext4 support for per-file/directory DAX operations - - 1 - --- 2020-05-28 Ira Weiny Awaiting Upstream
[V5,3/9] fs/ext4: Change EXT4_MOUNT_DAX to EXT4_MOUNT_DAX_ALWAYS Enable ext4 support for per-file/directory DAX operations - - 1 - --- 2020-05-28 Ira Weiny Awaiting Upstream
[V5,2/9] fs/ext4: Disallow verity if inode is DAX Enable ext4 support for per-file/directory DAX operations - - 1 - --- 2020-05-28 Ira Weiny Awaiting Upstream
[V5,1/9] fs/ext4: Narrow scope of DAX check in setflags Enable ext4 support for per-file/directory DAX operations - - 1 - --- 2020-05-28 Ira Weiny Awaiting Upstream
[v2] ext4: support xattr gnu.* namespace for the Hurd [v2] ext4: support xattr gnu.* namespace for the Hurd - - - - --- 2020-05-25 Jan Nieuwenhuizen Awaiting Upstream
ext4: fix partial cluster initialization when splitting extent ext4: fix partial cluster initialization when splitting extent - 1 1 - --- 2020-05-22 Jingbo Xu Awaiting Upstream
ext4: Fix comment typo "the the". ext4: Fix comment typo "the the". - - - - --- 2020-04-24 Kyoungho Koo Awaiting Upstream
[v2,5/5] ext4: open coding repeated check in next_linear_group Minor improvements and cleanups to ext4 mballoc - - 1 - --- 2024-04-23 Kemeng Shi Superseded
[v2,4/5] ext4: use correct criteria name instead stale integer number in comment Minor improvements and cleanups to ext4 mballoc - - 1 - --- 2024-04-23 Kemeng Shi Superseded
[v2,3/5] ext4: call ext4_mb_mark_free_simple to free continuous bits in found chunk Minor improvements and cleanups to ext4 mballoc - - - - --- 2024-04-23 Kemeng Shi Superseded
[v2,2/5] ext4: add test_mb_mark_used_cost to estimate cost of mb_mark_used Minor improvements and cleanups to ext4 mballoc - - - - --- 2024-04-23 Kemeng Shi Superseded
[v2,1/5] ext4: keep "prefetch_grp" and "nr" consistent Minor improvements and cleanups to ext4 mballoc - - 2 - --- 2024-04-23 Kemeng Shi Superseded
[v2] jbd2: avoid mount failed when commit block is partial submitted [v2] jbd2: avoid mount failed when commit block is partial submitted - - - - --- 2024-04-13 yebin (H) Superseded
[RESEND] ext4: Remove unneeded if checks before kfree [RESEND] ext4: Remove unneeded if checks before kfree - - 1 - --- 2024-04-12 Thorsten Blum Superseded
[v2,9/9] ext4: make ext4_da_map_blocks() buffer_head unaware ext4: support adding multi-delalloc blocks - - 1 - --- 2024-04-10 Zhang Yi Superseded
[v2,8/9] ext4: make ext4_insert_delayed_block() insert multi-blocks ext4: support adding multi-delalloc blocks - - - - --- 2024-04-10 Zhang Yi Superseded
[v2,7/9] ext4: factor out check for whether a cluster is allocated ext4: support adding multi-delalloc blocks - - - - --- 2024-04-10 Zhang Yi Superseded
[v2,6/9] ext4: make ext4_da_reserve_space() reserve multi-clusters ext4: support adding multi-delalloc blocks - - 1 - --- 2024-04-10 Zhang Yi Superseded
[v2,5/9] ext4: make ext4_es_insert_delayed_block() insert multi-blocks ext4: support adding multi-delalloc blocks - - - - --- 2024-04-10 Zhang Yi Superseded
[v2,4/9] ext4: drop iblock parameter ext4: support adding multi-delalloc blocks - - 1 - --- 2024-04-10 Zhang Yi Superseded
[v2,3/9] ext4: trim delalloc extent ext4: support adding multi-delalloc blocks - - 1 - --- 2024-04-10 Zhang Yi Superseded
[v2,2/9] ext4: check the extent status again before inserting delalloc block ext4: support adding multi-delalloc blocks - - 1 - --- 2024-04-10 Zhang Yi Superseded
[v2,1/9] ext4: factor out a common helper to query extent map ext4: support adding multi-delalloc blocks - - 1 - --- 2024-04-10 Zhang Yi Superseded
[v2] ext4: fix i_data_sem unlock order in ext4_ind_migrate() [v2] ext4: fix i_data_sem unlock order in ext4_ind_migrate() - - 1 - --- 2024-04-05 Mikhail Ukhin Superseded
[v2,4/4] tests: new test to check quota after a bad inode deallocation quota-related e2fsck fixes and tests - - 1 - --- 2024-04-04 Luis Henriques (SUSE) Superseded
[v2,3/4] tests: new test to check quota after directory optimization quota-related e2fsck fixes and tests - - - - --- 2024-04-04 Luis Henriques (SUSE) Superseded
[v2,2/4] e2fsck: update quota when deallocating a bad inode quota-related e2fsck fixes and tests - - 1 - --- 2024-04-04 Luis Henriques (SUSE) Superseded
[v2,1/4] e2fsck: update quota accounting after directory optimization quota-related e2fsck fixes and tests - - - - --- 2024-04-04 Luis Henriques (SUSE) Superseded
ext4: fix i_data_sem unlock order in ext4_ind_migrate() ext4: fix i_data_sem unlock order in ext4_ind_migrate() - - - - --- 2024-04-04 Mikhail Ukhin Superseded
[v15,9/9] f2fs: Move CONFIG_UNICODE defguards into the code flow Cache insensitive cleanup for ext4/f2fs - - - - --- 2024-04-02 Eugen Hristev Superseded
« 1 2 ... 75 76 77110 111 »