Show patches with: none      |   27350 patches
« 1 2 3 4273 274 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/7] ext4: avoid buffer_head leak in ext4_mark_inode_used Fixes and cleanups to ext4 ialloc - - - - --- 2024-08-13 Kemeng Shi Superseded
[RESEND,v4] ext4: Annotate struct ext4_xattr_inode_array with __counted_by() [RESEND,v4] ext4: Annotate struct ext4_xattr_inode_array with __counted_by() - - - - --- 2024-08-13 Thorsten Blum Not Applicable
[RFC,v3,3/3] ext4: remove the superfluous things left by __block_write_begin Fix an error caused by improperly dirtied buffer - - - - --- 2024-08-10 zhangshida Superseded
[v3,2/3] ext4: fix a potential assertion failure due to improperly dirtied buffer Fix an error caused by improperly dirtied buffer - - - - --- 2024-08-10 zhangshida Superseded
[v3,1/3] ext4: hoist ext4_block_write_begin and replace the __block_write_begin Fix an error caused by improperly dirtied buffer - - - - --- 2024-08-10 zhangshida Superseded
jbd2: correct member name in document jbd2: correct member name in document - - - - --- 2024-08-09 Jing-Ping Jan Not Applicable
ext4: dax: Fix overflowing extents beyond inode size when partially writing ext4: dax: Fix overflowing extents beyond inode size when partially writing - 1 1 - --- 2024-08-09 Zhihao Cheng Awaiting Upstream
[RFC,V2,2/2] ext4: Replace the __block_write_begin with ext4_block_write_begin Fix an error caused by improperly dirtied buffer - - - - --- 2024-08-09 zhangshida Superseded
[RFC,V2,1/2] ext4: fix a potential assertion failure due to improperly dirtied buffer Fix an error caused by improperly dirtied buffer - - - - --- 2024-08-09 zhangshida Superseded
[v2] vfs: Don't evict inode under the inode lru traversing context [v2] vfs: Don't evict inode under the inode lru traversing context - 2 1 - --- 2024-08-09 Zhihao Cheng Not Applicable
ext4: don't set SB_RDONLY after filesystem errors ext4: don't set SB_RDONLY after filesystem errors - - 1 - --- 2024-08-05 Jan Kara Awaiting Upstream
vfs: Don't evict inode under the inode lru traversing context vfs: Don't evict inode under the inode lru traversing context - 2 1 - --- 2024-08-05 Zhihao Cheng Deferred
correct the variable name of structure in comment in order to remove warning, seen while building D… correct the variable name of structure in comment in order to remove warning, seen while building D… - - - - --- 2024-08-03 Shibu Kumar Superseded
[v2,10/10] ext4: drop all delonly descriptions ext4: simplify the counting and management of delalloc reserved blocks - - - - --- 2024-08-02 Zhang Yi Superseded
[v2,09/10] ext4: drop ext4_es_is_delonly() ext4: simplify the counting and management of delalloc reserved blocks - - - - --- 2024-08-02 Zhang Yi Superseded
[v2,08/10] ext4: use ext4_map_query_blocks() in ext4_map_blocks() ext4: simplify the counting and management of delalloc reserved blocks - - 1 - --- 2024-08-02 Zhang Yi Superseded
[v2,07/10] ext4: drop ext4_es_delayed_clu() ext4: simplify the counting and management of delalloc reserved blocks - - - - --- 2024-08-02 Zhang Yi Superseded
[v2,06/10] ext4: update delalloc data reserve spcae in ext4_es_insert_extent() ext4: simplify the counting and management of delalloc reserved blocks - - - - --- 2024-08-02 Zhang Yi Superseded
[v2,05/10] ext4: count removed reserved blocks for delalloc only extent entry ext4: simplify the counting and management of delalloc reserved blocks - - - - --- 2024-08-02 Zhang Yi Superseded
[v2,04/10] ext4: let __revise_pending() return newly inserted pendings ext4: simplify the counting and management of delalloc reserved blocks - - - - --- 2024-08-02 Zhang Yi Superseded
[v2,03/10] ext4: don't set EXTENT_STATUS_DELAYED on allocated blocks ext4: simplify the counting and management of delalloc reserved blocks - - 1 - --- 2024-08-02 Zhang Yi Superseded
[v2,02/10] ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag set ext4: simplify the counting and management of delalloc reserved blocks - - 1 - --- 2024-08-02 Zhang Yi Superseded
[v2,01/10] ext4: factor out ext4_map_create_blocks() to allocate new blocks ext4: simplify the counting and management of delalloc reserved blocks - - 1 - --- 2024-08-02 Zhang Yi Superseded
kernel/ext4: nested locking for xattr inode kernel/ext4: nested locking for xattr inode - - - - --- 2024-08-01 Wojciech Gładysz Awaiting Upstream
[v4,8/8] jbd2: remove unneeded check of ret in jbd2_fc_get_buf Fix and cleanups to jbd2 - - 2 - --- 2024-08-01 Kemeng Shi Awaiting Upstream
[v4,7/8] jbd2: correct comment jbd2_mark_journal_empty Fix and cleanups to jbd2 - - 2 - --- 2024-08-01 Kemeng Shi Awaiting Upstream
[v4,6/8] jbd2: move escape handle to futher improve jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - 2 - --- 2024-08-01 Kemeng Shi Awaiting Upstream
[v4,5/8] jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - 2 - --- 2024-08-01 Kemeng Shi Awaiting Upstream
[v4,4/8] jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - 2 - --- 2024-08-01 Kemeng Shi Awaiting Upstream
[v4,3/8] jbd2: remove unused return value of jbd2_fc_release_bufs Fix and cleanups to jbd2 - - 2 - --- 2024-08-01 Kemeng Shi Awaiting Upstream
[v4,2/8] jbd2: remove dead check in journal_alloc_journal_head Fix and cleanups to jbd2 - - 2 - --- 2024-08-01 Kemeng Shi Awaiting Upstream
[v4,1/8] jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit Fix and cleanups to jbd2 - - 2 - --- 2024-08-01 Kemeng Shi Awaiting Upstream
[v3,8/8] jbd2: remove unneeded check of ret in jbd2_fc_get_buf Fix and cleanups to jbd2 - - 2 - --- 2024-07-31 Kemeng Shi Superseded
[v3,7/8] jbd2: correct comment jbd2_mark_journal_empty Fix and cleanups to jbd2 - - 2 - --- 2024-07-31 Kemeng Shi Superseded
[v3,6/8] ext4: move escape handle to futher improve jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - 1 - --- 2024-07-31 Kemeng Shi Superseded
[v3,5/8] jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - 1 - --- 2024-07-31 Kemeng Shi Superseded
[v3,4/8] jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - 2 - --- 2024-07-31 Kemeng Shi Superseded
[v3,3/8] jbd2: remove unused return value of jbd2_fc_release_bufs Fix and cleanups to jbd2 - - 2 - --- 2024-07-31 Kemeng Shi Superseded
[v3,2/8] jbd2: remove dead check in journal_alloc_journal_head Fix and cleanups to jbd2 - - 2 - --- 2024-07-31 Kemeng Shi Superseded
[v3,1/8] jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit Fix and cleanups to jbd2 - - 2 - --- 2024-07-31 Kemeng Shi Superseded
[v2,8/8] jbd2: remove unneeded check of ret in jbd2_fc_get_buf Fix and cleanups to jbd2 - - 1 - --- 2024-07-31 Kemeng Shi Superseded
[v2,7/8] jbd2: correct comment jbd2_mark_journal_empty Fix and cleanups to jbd2 - - 1 - --- 2024-07-31 Kemeng Shi Superseded
[v2,6/8] ext4: move escape handle to futher improve jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - 1 - --- 2024-07-31 Kemeng Shi Superseded
[v2,5/8] jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - 1 - --- 2024-07-31 Kemeng Shi Superseded
[v2,4/8] jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - 1 - --- 2024-07-31 Kemeng Shi Superseded
[v2,3/8] jbd2: remove unused return value of jbd2_fc_release_bufs Fix and cleanups to jbd2 - - 1 - --- 2024-07-31 Kemeng Shi Superseded
[v2,2/8] jbd2: remove dead check in journal_alloc_journal_head Fix and cleanups to jbd2 - - 1 - --- 2024-07-31 Kemeng Shi Superseded
[v2,1/8] jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit Fix and cleanups to jbd2 - - 1 - --- 2024-07-31 Kemeng Shi Superseded
[v4] ext4: Annotate struct ext4_xattr_inode_array with __counted_by() [v4] ext4: Annotate struct ext4_xattr_inode_array with __counted_by() - - - - --- 2024-07-30 Thorsten Blum Awaiting Upstream
[v3] ext4: Annotate struct ext4_xattr_inode_array with __counted_by() [v3] ext4: Annotate struct ext4_xattr_inode_array with __counted_by() - - - - --- 2024-07-30 Thorsten Blum Superseded
[v2] ext4: Annotate struct ext4_xattr_inode_array with __counted_by() [v2] ext4: Annotate struct ext4_xattr_inode_array with __counted_by() - - - - --- 2024-07-30 Thorsten Blum Superseded
[7/7] jbd2: remove unneeded check of ret in jbd2_fc_get_buf Fix and cleanups to jbd2 - - 1 - --- 2024-07-30 Kemeng Shi Superseded
[6/7] jbd2: correct comment jbd2_mark_journal_empty Fix and cleanups to jbd2 - - 2 - --- 2024-07-30 Kemeng Shi Superseded
[5/7] jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - - - --- 2024-07-30 Kemeng Shi Superseded
[4/7] jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_metadata_buffer Fix and cleanups to jbd2 - - 1 - --- 2024-07-30 Kemeng Shi Superseded
[3/7] jbd2: remove unused return value of jbd2_fc_release_bufs Fix and cleanups to jbd2 - - 2 - --- 2024-07-30 Kemeng Shi Superseded
[2/7] jbd2: remove dead check in journal_alloc_journal_head Fix and cleanups to jbd2 - - 2 - --- 2024-07-30 Kemeng Shi Superseded
[1/7] jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commit Fix and cleanups to jbd2 - - 2 - --- 2024-07-30 Kemeng Shi Superseded
ext4: Annotate struct ext4_xattr_inode_array with __counted_by() ext4: Annotate struct ext4_xattr_inode_array with __counted_by() - - - - --- 2024-07-29 Thorsten Blum Superseded
Documentation: ext4.rst: Remove obsolete descriptions of noacl/nouser_xattr options Documentation: ext4.rst: Remove obsolete descriptions of noacl/nouser_xattr options - - - - --- 2024-07-28 Stefan Tauner Awaiting Upstream
[v5.10.y,3/3] Add gitignore file for samples/fanotify/ subdirectory Apply fanotify-related documentation changes - - - - --- 2024-07-25 Chuck Lever Not Applicable
[v5.10.y,2/3] samples: Make fs-monitor depend on libc and headers Apply fanotify-related documentation changes - - - 1 --- 2024-07-25 Chuck Lever Not Applicable
[v5.10.y,1/3] samples: Add fs error monitoring example Apply fanotify-related documentation changes - - 2 - --- 2024-07-25 Chuck Lever Not Applicable
[v5.15.y,4/4] Add gitignore file for samples/fanotify/ subdirectory Apply fanotify-related documentation changes - - - - --- 2024-07-24 Chuck Lever Not Applicable
[v5.15.y,3/4] docs: Fix formatting of literal sections in fanotify docs Apply fanotify-related documentation changes - - - - --- 2024-07-24 Chuck Lever Not Applicable
[v5.15.y,2/4] samples: Make fs-monitor depend on libc and headers Apply fanotify-related documentation changes - - - 1 --- 2024-07-24 Chuck Lever Not Applicable
[v5.15.y,1/4] samples: Add fs error monitoring example Apply fanotify-related documentation changes - - 2 - --- 2024-07-24 Chuck Lever Not Applicable
[v2,4/4] ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible() ext4: fix incorrect tid assumptions - - 1 - --- 2024-07-24 Luis Henriques (SUSE) Awaiting Upstream
[v2,3/4] ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list() ext4: fix incorrect tid assumptions - - 1 - --- 2024-07-24 Luis Henriques (SUSE) Awaiting Upstream
[v2,2/4] ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space() ext4: fix incorrect tid assumptions - - 1 - --- 2024-07-24 Luis Henriques (SUSE) Awaiting Upstream
[v2,1/4] ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit() ext4: fix incorrect tid assumptions - - 1 - --- 2024-07-24 Luis Henriques (SUSE) Awaiting Upstream
[v5.15.y] Revert "fanotify: Allow users to request FAN_FS_ERROR events" [v5.15.y] Revert "fanotify: Allow users to request FAN_FS_ERROR events" - - 1 - --- 2024-07-23 Chuck Lever Superseded
[4/4] ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible() ext4: fix incorrect tid assumptions - - 1 - --- 2024-07-23 Luis Henriques (SUSE) Superseded
[3/4] ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list() ext4: fix incorrect tid assumptions - - - - --- 2024-07-23 Luis Henriques (SUSE) Superseded
[2/4] ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space() ext4: fix incorrect tid assumptions - - 1 - --- 2024-07-23 Luis Henriques (SUSE) Superseded
[1/4] ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit() ext4: fix incorrect tid assumptions - - - - --- 2024-07-23 Luis Henriques (SUSE) Superseded
[4/4] f2fs: Use module_{subinit, subeixt} helper macros Add module_subinit{_noexit} and module_subeixt helper macros - - - - --- 2024-07-23 Youling Tang New
[3/4] ext4: Use module_{subinit, subexit} helper macros Add module_subinit{_noexit} and module_subeixt helper macros - - - - --- 2024-07-23 Youling Tang New
[2/4] btrfs: Use module_subinit{_noexit} and module_subeixt helper macros Add module_subinit{_noexit} and module_subeixt helper macros - - - - --- 2024-07-23 Youling Tang New
[1/4] module: Add module_subinit{_noexit} and module_subeixt helper macros Add module_subinit{_noexit} and module_subeixt helper macros - - - - --- 2024-07-23 Youling Tang New
[v5.10.y] ext4: Send notifications on error [v5.10.y] ext4: Send notifications on error 1 - 2 - --- 2024-07-23 Ajay Kaher Superseded
[v5.10] ext4: fix error code saved on super block during file system abort [v5.10] ext4: fix error code saved on super block during file system abort - - - - --- 2024-07-23 Ajay Kaher Not Applicable
jbd2: fix kernel-doc for j_transaction_overhead_buffers jbd2: fix kernel-doc for j_transaction_overhead_buffers - 1 1 - --- 2024-07-23 Randy Dunlap Awaiting Upstream
[v2,4.19,4/4] ext4: drop unnecessary journal handle in delalloc write [v2,4.19,1/4] ext4: check and update i_disksize properly - - 2 - --- 2024-07-20 WangYuli Not Applicable
[v2,4.19,3/4] ext4: factor out write end code of inline file [v2,4.19,1/4] ext4: check and update i_disksize properly - - 2 - --- 2024-07-20 WangYuli Not Applicable
[v2,4.19,2/4] ext4: correct the error path of ext4_write_inline_data_end() [v2,4.19,1/4] ext4: check and update i_disksize properly - - 2 - --- 2024-07-20 WangYuli Not Applicable
[v2,4.19,1/4] ext4: check and update i_disksize properly [v2,4.19,1/4] ext4: check and update i_disksize properly - - 2 - --- 2024-07-20 WangYuli Not Applicable
[4/4] ext4: drop unnecessary journal handle in delalloc write ext4: improve delalloc buffer write performance - - 2 - --- 2024-07-20 WangYuli Not Applicable
[3/4] ext4: factor out write end code of inline file ext4: improve delalloc buffer write performance - - 2 - --- 2024-07-20 WangYuli Not Applicable
[2/4] ext4: correct the error path of ext4_write_inline_data_end() ext4: improve delalloc buffer write performance - - 2 - --- 2024-07-20 WangYuli Not Applicable
[1/4] ext4: check and update i_disksize properly ext4: improve delalloc buffer write performance - - 2 - --- 2024-07-20 WangYuli Not Applicable
[RFC] jbd2: fix a potential assertion failure due to improperly dirtied buffer [RFC] jbd2: fix a potential assertion failure due to improperly dirtied buffer - - - - --- 2024-07-20 zhangshida Superseded
[v2,4/4] ext4: Tidy the BH loop in mext_page_mkuptodate() [v2,1/4] ext4: Reduce stack usage in ext4_mpage_readpages() - - - - --- 2024-07-18 Matthew Wilcox Awaiting Upstream
[v2,3/4] ext4: Remove array of buffer_heads from mext_page_mkuptodate() [v2,1/4] ext4: Reduce stack usage in ext4_mpage_readpages() - - - - --- 2024-07-18 Matthew Wilcox Awaiting Upstream
[v2,2/4] ext4: Pipeline buffer reads in mext_page_mkuptodate() [v2,1/4] ext4: Reduce stack usage in ext4_mpage_readpages() - - - - --- 2024-07-18 Matthew Wilcox Awaiting Upstream
[v2,1/4] ext4: Reduce stack usage in ext4_mpage_readpages() [v2,1/4] ext4: Reduce stack usage in ext4_mpage_readpages() - - - - --- 2024-07-18 Matthew Wilcox Awaiting Upstream
tune2fs.c (main): do not set dirty when default is not changed tune2fs.c (main): do not set dirty when default is not changed - - - - --- 2024-07-18 Gwendal Grignou New
jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns error - 1 1 - --- 2024-07-18 Baokun Li Awaiting Upstream
ext4: fix access to uninitialised lock in fc replay path ext4: fix access to uninitialised lock in fc replay path - - - - --- 2024-07-18 Luis Henriques (SUSE) Awaiting Upstream
[GIT,PULL] ext4 updates for 6.11-rc1 [GIT,PULL] ext4 updates for 6.11-rc1 - - - - --- 2024-07-18 Theodore Ts'o New
« 1 2 3 4273 274 »