summaryrefslogtreecommitdiffstats
path: root/LICENSES (unfollow)
Commit message (Expand)AuthorFilesLines
2024-09-02ext4: drop all delonly descriptionsZhang Yi1-34/+32
2024-09-02ext4: drop ext4_es_is_delonly()Zhang Yi3-16/+11
2024-09-02ext4: make extent status types exclusiveZhang Yi1-2/+10
2024-09-02ext4: drop unused ext4_es_store_status()Zhang Yi1-7/+0
2024-09-02ext4: use ext4_map_query_blocks() in ext4_map_blocks()Zhang Yi1-21/+1
2024-09-02ext4: drop ext4_es_delayed_clu()Zhang Yi2-90/+0
2024-09-02ext4: update delalloc data reserve spcae in ext4_es_insert_extent()Zhang Yi3-45/+24
2024-09-02ext4: passing block allocation information to ext4_es_insert_extent()Zhang Yi4-10/+11
2024-09-02ext4: let __revise_pending() return newly inserted pendingsZhang Yi1-10/+18
2024-09-02ext4: don't set EXTENT_STATUS_DELAYED on allocated blocksZhang Yi2-19/+1
2024-09-02ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag setZhang Yi1-7/+8
2024-09-02ext4: factor out ext4_map_create_blocks() to allocate new blocksZhang Yi1-76/+81
2024-08-27ext4: dax: fix overflowing extents beyond inode size when partially writingZhihao Cheng1-4/+4
2024-08-27ext4: don't set SB_RDONLY after filesystem errorsJan Kara1-4/+5
2024-08-27ext4: nested locking for xattr inodeWojciech Gładysz1-2/+2
2024-08-27jbd2: remove unneeded check of ret in jbd2_fc_get_bufKemeng Shi1-11/+5
2024-08-27jbd2: correct comment jbd2_mark_journal_emptyKemeng Shi1-1/+1
2024-08-27jbd2: move escape handle to futher improve jbd2_journal_write_metadata_bufferKemeng Shi1-25/+24
2024-08-27jbd2: remove unneeded done_copy_out variable in jbd2_journal_write_metadata_b...Kemeng Shi1-13/+8
2024-08-27jbd2: remove unneeded kmap for jh_in->b_frozen_data in jbd2_journal_write_met...Kemeng Shi1-2/+4
2024-08-27jbd2: remove unused return value of jbd2_fc_release_bufsKemeng Shi2-4/+2
2024-08-27jbd2: remove dead check in journal_alloc_journal_headKemeng Shi1-2/+1
2024-08-27jbd2: correctly compare tids with tid_geq function in jbd2_fc_begin_commitKemeng Shi1-1/+1
2024-08-27ext4: annotate struct ext4_xattr_inode_array with __counted_by()Thorsten Blum2-14/+12
2024-08-27Documentation: ext4.rst: remove obsolete descriptions of noacl/nouser_xattr o...Stefan Tauner1-10/+0
2024-08-27ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()Luis Henriques (SUSE)1-4/+11
2024-08-27ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()Luis Henriques (SUSE)1-2/+5
2024-08-27ext4: fix incorrect tid assumption in __jbd2_log_wait_for_space()Luis Henriques (SUSE)1-2/+5
2024-08-27ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()Luis Henriques (SUSE)1-4/+7
2024-08-27jbd2: fix kernel-doc for j_transaction_overhead_buffersRandy Dunlap1-1/+1
2024-08-27ext4: tidy the BH loop in mext_page_mkuptodate()Matthew Wilcox (Oracle)1-4/+7
2024-08-27ext4: remove array of buffer_heads from mext_page_mkuptodate()Matthew Wilcox (Oracle)1-10/+12
2024-08-27ext4: pipeline buffer reads in mext_page_mkuptodate()Matthew Wilcox (Oracle)1-8/+15
2024-08-27ext4: reduce stack usage in ext4_mpage_readpages()Matthew Wilcox (Oracle)1-8/+8
2024-08-27jbd2: stop waiting for space when jbd2_cleanup_journal_tail() returns errorBaokun Li1-2/+5
2024-08-27ext4: fix access to uninitialised lock in fc replay pathLuis Henriques (SUSE)1-1/+2
2024-08-27ext4: fix fast commit inode enqueueing during a full journal commitLuis Henriques (SUSE)2-2/+15
2024-08-27ext4: fix timer use-after-free on failed mountXiaxi Shen1-1/+1
2024-08-27ext4: use seq_putc() in two functionsMarkus Elfring2-3/+2
2024-08-27ext4: no need to continue when the number of entries is 1Edward Adam Davis1-1/+1
2024-08-27ext4: correct encrypted dentry name hash when not casefoldedyao.ly1-3/+11
2024-08-21ext4: correct comment of h_checksumKemeng Shi1-2/+1
2024-08-21ext4: correct comment of ext4_xattr_block_cache_insertKemeng Shi1-2/+0
2024-08-21ext4: correct comment of ext4_xattr_cmpKemeng Shi1-2/+1
2024-08-21ext4: fix macro definition error of EXT4_DIRENT_HASH and EXT4_DIRENT_MINOR_HASHcarrion bent1-2/+2
2024-08-21ext4: filesystems without casefold feature cannot be mounted with siphashLizhi Xu1-0/+7
2024-08-21ext4: adjust the layout of the ext4_inode_info structure to save memoryJunchao Sun1-5/+5
2024-08-18Linux 6.11-rc4v6.11-rc4Linus Torvalds1-1/+1
2024-08-18fuse: Initialize beyond-EOF page contents before setting uptodateJann Horn1-2/+4
2024-08-17bcachefs: Fix locking in __bch2_trans_mark_dev_sb()Kent Overstreet2-9/+10