Show patches with: State = Action Required       |   1897 patches
« 1 2 3 418 19 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[v4,3/3] ext4: Make sb update interval tunable Fix a BUG_ON crashing the kernel in start_this_handle - - 3 - --- 2025-03-18 Ojaswin Mujoo New
[v4,2/3] ext4: avoid journaling sb update on error if journal is destroying Fix a BUG_ON crashing the kernel in start_this_handle - 1 1 - --- 2025-03-18 Ojaswin Mujoo New
[v4,1/3] ext4: define ext4_journal_destroy wrapper Fix a BUG_ON crashing the kernel in start_this_handle - - 2 - --- 2025-03-18 Ojaswin Mujoo New
[RFC,-next,v3,10/10] ext4: add FALLOC_FL_WRITE_ZEROES support fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - - - --- 2025-03-18 Zhang Yi New
[RFC,-next,v3,09/10] block: factor out common part in blkdev_fallocate() fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - - - --- 2025-03-18 Zhang Yi New
[RFC,-next,v3,08/10] block: add FALLOC_FL_WRITE_ZEROES support fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - - - --- 2025-03-18 Zhang Yi New
[RFC,-next,v3,07/10] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - - - --- 2025-03-18 Zhang Yi New
[RFC,-next,v3,06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - - - --- 2025-03-18 Zhang Yi New
[RFC,-next,v3,05/10] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - 1 - --- 2025-03-18 Zhang Yi New
[RFC,-next,v3,04/10] nvmet: set WZDS and DRB if device supports BLK_FEAT_WRITE_ZEROES_UNMAP fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - - - --- 2025-03-18 Zhang Yi New
[RFC,-next,v3,03/10] nvme-multipath: add BLK_FEAT_WRITE_ZEROES_UNMAP support fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - - - --- 2025-03-18 Zhang Yi New
[RFC,-next,v3,02/10] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - - - --- 2025-03-18 Zhang Yi New
[RFC,-next,v3,01/10] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - 1 - --- 2025-03-18 Zhang Yi New
[util-linux] fallocate: add FALLOC_FL_WRITE_ZEROES support [util-linux] fallocate: add FALLOC_FL_WRITE_ZEROES support - - - - --- 2025-03-18 Zhang Yi New
[blktests,3/3] nvme/060: add unmap write zeroes tests blktest: add unmap write zeroes tests - - - - --- 2025-03-18 Zhang Yi New
[blktests,2/3] dm/003: add unmap write zeroes tests blktest: add unmap write zeroes tests - - - - --- 2025-03-18 Zhang Yi New
[blktests,1/3] scsi/010: add unmap write zeroes tests blktest: add unmap write zeroes tests - - - - --- 2025-03-18 Zhang Yi New
[xfstests,5/5] fsx: add fallocate write zeroes support fstests: add fallocate write zeroes tests - - - - --- 2025-03-18 Zhang Yi New
[xfstests,4/5] fstress: add fallocate write zeroes support fstests: add fallocate write zeroes tests - - - - --- 2025-03-18 Zhang Yi New
[xfstests,3/5] generic/766: test fallocate write zeroes on block device fstests: add fallocate write zeroes tests - - - - --- 2025-03-18 Zhang Yi New
[xfstests,2/5] generic/765: add generic tests for fallocate write zeroes fstests: add fallocate write zeroes tests - - - - --- 2025-03-18 Zhang Yi New
[xfstests,1/5] generic/764: add page boundaries tests for fallocate write zeroes fstests: add fallocate write zeroes tests - - - - --- 2025-03-18 Zhang Yi New
[xfsprogs] xfs_io: add FALLOC_FL_WRITE_ZEROES support [xfsprogs] xfs_io: add FALLOC_FL_WRITE_ZEROES support - - - - --- 2025-03-18 Zhang Yi New
ext4: don't over-report free space or inodes in statvfs ext4: don't over-report free space or inodes in statvfs - 1 1 - --- 2025-03-18 Theodore Ts'o New
e2fsck: fix logic bug when there are no references to an EA inode e2fsck: fix logic bug when there are no references to an EA inode - 1 - - --- 2025-03-17 Theodore Ts'o New
[v2] ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...) [v2] ext4: hash: simplify kzalloc(n * 1, ...) to kzalloc(n, ...) - - 1 - --- 2025-03-16 Ethan Carter Edwards New
ext4: hash: change kzalloc(n * sizeof, ...) to kcalloc(n, sizeof, ...) ext4: hash: change kzalloc(n * sizeof, ...) to kcalloc(n, sizeof, ...) - - - - --- 2025-03-15 Ethan Carter Edwards New
ext4: cache es->s_journal_inum in ext4_sb_info ext4: cache es->s_journal_inum in ext4_sb_info - - - - --- 2025-03-14 Ojaswin Mujoo New
[v3,3/3] ext4: Make sb update interval tunable Fix a BUG_ON crashing the kernel in start_this_handle - - 3 - --- 2025-03-14 Ojaswin Mujoo New
[v3,2/3] ext4: avoid journaling sb update on error if journal is destroying Fix a BUG_ON crashing the kernel in start_this_handle - 1 - - --- 2025-03-14 Ojaswin Mujoo New
[v3,1/3] ext4: define ext4_journal_destroy wrapper Fix a BUG_ON crashing the kernel in start_this_handle - - 2 - --- 2025-03-14 Ojaswin Mujoo New
[RESEND] ext4: Fix potential NULL pointer dereferences in test_mb_mark_used() and test_mb_free_bloc… [RESEND] ext4: Fix potential NULL pointer dereferences in test_mb_mark_used() and test_mb_free_bloc… - 2 2 - --- 2025-03-13 Qasim Ijaz New
ext4: Fix potential null dereference in ext4 test ext4: Fix potential null dereference in ext4 test - 2 1 - --- 2025-03-07 Charles Han New
ext4: Fix potential NULL pointer dereferences in test_mb_mark_used() and test_mb_free_blocks() ext4: Fix potential NULL pointer dereferences in test_mb_mark_used() and test_mb_free_blocks() - 2 - - --- 2025-03-05 Qasim Ijaz New
[RESEND] ext4: Fix exception handling in parse_apply_sb_mount_options() [RESEND] ext4: Fix exception handling in parse_apply_sb_mount_options() - 2 - - --- 2025-03-04 Markus Elfring New
[-v2] ext4: introduce linear search for dentries [-v2] ext4: introduce linear search for dentries - 1 1 - --- 2025-02-13 Theodore Ts'o New
[RESEND] ext4: Use str_plural() instead of PLURAL() macro [RESEND] ext4: Use str_plural() instead of PLURAL() macro - - - - --- 2025-02-04 Thorsten Blum New
[2/3] journal: increase revoke block hash size [1/3] misc: deduplicate log2/log10 functions - - 2 - --- 2025-01-25 Andreas Dilger New
[1/3] misc: deduplicate log2/log10 functions [1/3] misc: deduplicate log2/log10 functions - - 1 - --- 2025-01-25 Andreas Dilger New
debugfs: byteswap dirsearch dirent buf on big endian systems debugfs: byteswap dirsearch dirent buf on big endian systems - - 1 - --- 2025-01-23 Brian Foster New
[RFC,v2,8/8] ext4: add FALLOC_FL_WRITE_ZEROES support [RFC,v2,1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features - - - - --- 2025-01-15 Zhang Yi New
[RFC,v2,7/8] block: factor out common part in blkdev_fallocate() [RFC,v2,1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features - - - - --- 2025-01-15 Zhang Yi New
[RFC,v2,6/8] block: add FALLOC_FL_WRITE_ZEROES support [RFC,v2,1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features - - - - --- 2025-01-15 Zhang Yi New
[RFC,v2,5/8] fs: introduce FALLOC_FL_WRITE_ZEROES to fallocate [RFC,v2,1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features - - - - --- 2025-01-15 Zhang Yi New
[RFC,v2,4/8] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support [RFC,v2,1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features - - - - --- 2025-01-15 Zhang Yi New
[RFC,v2,3/8] scsi: sd: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports unmap zeroing mode [RFC,v2,1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features - - 1 - --- 2025-01-15 Zhang Yi New
[RFC,v2,2/8] nvme: set BLK_FEAT_WRITE_ZEROES_UNMAP if device supports DEAC bit [RFC,v2,1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features - - - - --- 2025-01-15 Zhang Yi New
[RFC,v2,1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features [RFC,v2,1/8] block: introduce BLK_FEAT_WRITE_ZEROES_UNMAP to queue limits features - - 1 - --- 2025-01-15 Zhang Yi New
[RFC,v2,0/8] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag - - - - --- 2025-01-15 Zhang Yi New
misc: fix --without-libarchive build failure misc: fix --without-libarchive build failure - 1 - - --- 2025-01-15 Li Dongyang New
[e2fsprogs] e2image.8: add missing comma [e2fsprogs] e2image.8: add missing comma - - 1 - --- 2025-01-07 Jakub Wilk New
[v2] tune2fs: do not update quota when not needed [v2] tune2fs: do not update quota when not needed - - 1 - --- 2025-01-03 Gwendal Grignou New
[3/3] ext4: Remove some dead code in the error handling path of ext4_mb_init_cache() [1/3] ext4: Fix an error handling path in ext4_mb_init_cache() - - - - --- 2025-01-03 Christophe JAILLET New
[2/3] ext4: Remove some useless assignments in ext4_mb_init_cache() [1/3] ext4: Fix an error handling path in ext4_mb_init_cache() - - - - --- 2025-01-03 Christophe JAILLET New
[1/3] ext4: Fix an error handling path in ext4_mb_init_cache() [1/3] ext4: Fix an error handling path in ext4_mb_init_cache() - 1 - - --- 2025-01-03 Christophe JAILLET New
[RFC,2/2] ext4: add FALLOC_FL_FORCE_ZERO support [RFC,1/2] fs: introduce FALLOC_FL_FORCE_ZERO to fallocate - - - - --- 2024-12-28 Zhang Yi New
[RFC,1/2] fs: introduce FALLOC_FL_FORCE_ZERO to fallocate [RFC,1/2] fs: introduce FALLOC_FL_FORCE_ZERO to fallocate - - - - --- 2024-12-28 Zhang Yi New
[RFC,0/2] fallocate: introduce FALLOC_FL_FORCE_ZERO flag - - - - --- 2024-12-28 Zhang Yi New
[5.10/5.15,1/1] ext4: fix timer use-after-free on failed mount [5.10/5.15,1/1] ext4: fix timer use-after-free on failed mount - - - - --- 2024-12-26 d.privalov New
[RESEND] ext4: Use str_plural() instead of PLURAL() macro [RESEND] ext4: Use str_plural() instead of PLURAL() macro - - - - --- 2024-12-20 Thorsten Blum New
[v2] fallocate: Add support for fixed goal extent allocations [v2] fallocate: Add support for fixed goal extent allocations - - 1 - --- 2024-12-20 Sarthak Kukreti New
[6/6] ext4: calculate rec_len of ".." with correct name length 2 Fix and cleanups to ext4 namei.c - - - - --- 2024-12-19 Kemeng Shi New
[5/6] ext4: remove unused input "inode" in ext4_find_dest_de Fix and cleanups to ext4 namei.c - - 1 - --- 2024-12-19 Kemeng Shi New
[4/6] ext4: remove unneeded check in get_dx_countlimit Fix and cleanups to ext4 namei.c - - - - --- 2024-12-19 Kemeng Shi New
[3/6] ext4: remove unneeded forward declaration in namei.c Fix and cleanups to ext4 namei.c - - 2 - --- 2024-12-19 Kemeng Shi New
[2/6] ext4: remove unneeded bits mask in dx_get_block() Fix and cleanups to ext4 namei.c - - - - --- 2024-12-19 Kemeng Shi New
[1/6] ext4: add missing brelse for bh2 in ext4_dx_add_entry Fix and cleanups to ext4 namei.c - - 2 - --- 2024-12-19 Kemeng Shi New
[v2,3/3] ext4: remove unneeded forward declaration Minor cleanups to ext4 and jbd2 - - 1 - --- 2024-12-18 Kemeng Shi New
[v2,2/3] jbd2: remove unused transaction->t_private_list Minor cleanups to ext4 and jbd2 - - 1 - --- 2024-12-18 Kemeng Shi New
[v2,1/3] ext4: remove unused ext4 journal callback Minor cleanups to ext4 and jbd2 - - 1 - --- 2024-12-18 Kemeng Shi New
sched: Prevent rescheduling when interrupts are disabled sched: Prevent rescheduling when interrupts are disabled - - - 1 --- 2024-12-16 Thomas Gleixner New
fallocate: Add support for fixed goal extent allocations fallocate: Add support for fixed goal extent allocations - - - - --- 2024-12-12 Sarthak Kukreti New
[1/1] fs/ext4/xattr: Check for 'xattr_sem' inside 'ext4_xattr_delete_inode' [1/1] fs/ext4/xattr: Check for 'xattr_sem' inside 'ext4_xattr_delete_inode' - - - - --- 2024-12-12 Bhupesh New
[v2] ext4: only test for inode xattr state when expanding inode [v2] ext4: only test for inode xattr state when expanding inode - 1 - - --- 2024-12-11 Thadeu Lima de Souza Cascardo New
[RFC,v2,6/6] ext4: make extsize work with EOF allocations ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[RFC,v2,5/6] ext4: add extsize hint support ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[RFC,v2,4/6] ext4: pass lblk and len explicitly to ext4_split_extent*() ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[RFC,v2,3/6] ext4: support for extsize hint using FS_IOC_FS(GET/SET)XATTR ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[RFC,v2,2/6] ext4: allow inode preallocation for aligned alloc ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
[RFC,v2,1/6] ext4: add aligned allocation hint in mballoc ext4: Implement support for extsize hints - - - - --- 2024-12-11 Ojaswin Mujoo New
ext4: only test for inode xattr state when expanding inode ext4: only test for inode xattr state when expanding inode - 1 - - --- 2024-12-10 Thadeu Lima de Souza Cascardo New
ext4: make trace_ext4_ext_load_extent print-format correctly ext4: make trace_ext4_ext_load_extent print-format correctly - 1 1 - --- 2024-12-10 Gou Hao New
commit 0790303ec869 leads to cpu stall without CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y commit 0790303ec869 leads to cpu stall without CONFIG_FANOTIFY_ACCESS_PERMISSIONS=y - - - - --- 2024-12-08 Bert Karwatzki New
[5/5] ext4: make i_inline_off point to data ext4: inline data cleanup - - - - --- 2024-12-06 Thadeu Lima de Souza Cascardo New
[4/5] ext4: add a wrapper to update i_inline_off and i_inline_size ext4: inline data cleanup - - - - --- 2024-12-06 Thadeu Lima de Souza Cascardo New
[3/5] ext4: introduce wrapper to read data from inode ext4: inline data cleanup - - - - --- 2024-12-06 Thadeu Lima de Souza Cascardo New
[2/5] ext4: inline: use cached i_inline_size instead of e_value_size ext4: inline data cleanup - - - - --- 2024-12-06 Thadeu Lima de Souza Cascardo New
[1/5] ext4: inline: remove extra size check when writing data ext4: inline data cleanup - - - - --- 2024-12-06 Thadeu Lima de Souza Cascardo New
jbd2: add a missing data flush during file and fs synchronization jbd2: add a missing data flush during file and fs synchronization - 1 1 - --- 2024-12-06 Zhang Yi New
[v3] ext4: Optimization of no-op ext4_truncate triggers [v3] ext4: Optimization of no-op ext4_truncate triggers - - - - --- 2024-12-04 Max Brener New
[RFC] ext4: don't treat fhandle lookup of ea_inode as FS corruption [RFC] ext4: don't treat fhandle lookup of ea_inode as FS corruption - 1 - - --- 2024-11-29 Jann Horn New
ext4: optimize two log messages in super.c ext4: optimize two log messages in super.c - - - - --- 2024-11-29 Lin Lin New
[RFC,9/9] ext4: enable large folio for regular file ext4: enable large folio for regular files - - - - --- 2024-11-25 Zhang Yi New
[8/9] ext4: make online defragmentation support large folios ext4: enable large folio for regular files - - - - --- 2024-11-25 Zhang Yi New
[7/9] ext4: make the writeback path support large folios ext4: enable large folio for regular files - - - - --- 2024-11-25 Zhang Yi New
[6/9] ext4: correct the journal credits calculations of allocating blocks ext4: enable large folio for regular files - - - - --- 2024-11-25 Zhang Yi New
[5/9] ext4/jbd2: convert jbd2_journal_blocks_per_page() to support large folio ext4: enable large folio for regular files - - - - --- 2024-11-25 Zhang Yi New
[4/9] ext4: make __ext4_block_zero_page_range() support large folio ext4: enable large folio for regular files - - - - --- 2024-11-25 Zhang Yi New
[3/9] ext4: make regular file's buffered write path support large folios ext4: enable large folio for regular files - - - - --- 2024-11-25 Zhang Yi New
[2/9] ext4: make ext4_mpage_readpages() support large folios ext4: enable large folio for regular files - - - - --- 2024-11-25 Zhang Yi New
« 1 2 3 418 19 »