Age | Commit message (Expand) | Author | Files | Lines |
2023-03-17 | ext4: fix possible double unlock when moving a directory | Theodore Ts'o | 1 | -3/+1 |
2023-03-12 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 10 | -27/+81 |
2023-03-11 | ext4: zero i_disksize when initializing the bootloader inode | Zhihao Cheng | 1 | -0/+1 |
2023-03-11 | ext4: make sure fs error flag setted before clear journal error | Ye Bin | 1 | -2/+4 |
2023-03-11 | ext4: commit super block if fs record error when journal record without error | Ye Bin | 1 | -0/+9 |
2023-03-11 | ext4, jbd2: add an optimized bmap for the journal inode | Theodore Ts'o | 1 | -0/+23 |
2023-03-11 | ext4: fix WARNING in ext4_update_inline_data | Ye Bin | 1 | -0/+3 |
2023-03-11 | ext4: move where set the MAY_INLINE_DATA flag is set | Ye Bin | 2 | -2/+6 |
2023-03-07 | ext4: Fix deadlock during directory rename | Jan Kara | 1 | -9/+17 |
2023-03-07 | ext4: Fix comment about the 64BIT feature | Tudor Ambarus | 1 | -1/+1 |
2023-03-07 | ext4: fix another off-by-one fsmap error on 1k block filesystems | Darrick J. Wong | 1 | -0/+2 |
2023-03-07 | ext4: fix RENAME_WHITEOUT handling for inline directories | Eric Whitney | 1 | -6/+7 |
2023-03-07 | ext4: make kobj_type structures constant | Thomas Weißschuh | 1 | -2/+2 |
2023-03-07 | ext4: fix cgroup writeback accounting with fs-layer encryption | Eric Biggers | 1 | -5/+6 |
2023-02-28 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 9 | -125/+218 |
2023-02-25 | ext4: fix incorrect options show of original mount_opt and extend mount_opt2 | Zhang Yi | 2 | -7/+22 |
2023-02-25 | ext4: Fix possible corruption when moving a directory | Jan Kara | 1 | -1/+10 |
2023-02-25 | ext4: init error handle resource before init group descriptors | Ye Bin | 1 | -12/+7 |
2023-02-23 | Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -3/+2 |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -62/+61 |
2023-02-21 | Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+6 |
2023-02-20 | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux | Linus Torvalds | 4 | -12/+8 |
2023-02-20 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux | Linus Torvalds | 1 | -12/+1 |
2023-02-20 | Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 12 | -60/+60 |
2023-02-19 | ext4: fix task hung in ext4_xattr_delete_inode | Baokun Li | 1 | -0/+11 |
2023-02-19 | ext4: update s_journal_inum if it changes after journal replay | Baokun Li | 1 | -2/+5 |
2023-02-19 | ext4: fail ext4_iget if special inode unallocated | Baokun Li | 1 | -10/+8 |
2023-02-19 | ext4: fix function prototype mismatch for ext4_feat_ktype | Kees Cook | 1 | -1/+6 |
2023-02-19 | ext4: remove unnecessary variable initialization | XU pengfei | 1 | -1/+1 |
2023-02-18 | ext4: fix inode tree inconsistency caused by ENOMEM | zhanchengbin | 1 | -1/+1 |
2023-02-18 | ext4: refuse to create ea block when umounted | Jun Nie | 1 | -0/+7 |
2023-02-18 | ext4: optimize ea_inode block expansion | Jun Nie | 1 | -11/+17 |
2023-02-18 | ext4: remove dead code in updating backup sb | Tanmay Bhushan | 1 | -3/+0 |
2023-02-14 | ext4: dio take shared inode lock when overwriting preallocated blocks | Zhang Yi | 1 | -12/+22 |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -1/+1 |
2023-02-09 | ext4: don't show commit interval if it is zero | Wang Jianjian | 1 | -1/+1 |
2023-02-09 | ext4: use ext4_fc_tl_mem in fast-commit replay path | Eric Biggers | 1 | -18/+26 |
2023-02-09 | ext4: improve xattr consistency checking and error reporting | Theodore Ts'o | 1 | -46/+80 |
2023-02-07 | ext4: stop calling fscrypt_add_test_dummy_key() | Eric Biggers | 1 | -12/+1 |
2023-02-02 | fs/ext4: use try_cmpxchg in ext4_update_bh_state | Uros Bizjak | 1 | -3/+2 |
2023-02-02 | fs: convert writepage_t callback to pass a folio | Matthew Wilcox (Oracle) | 2 | -5/+5 |
2023-02-02 | ext4: convert mpage_prepare_extent_to_map() to use filemap_get_folios_tag() | Vishal Moola (Oracle) | 1 | -33/+32 |
2023-01-28 | fscrypt: support decrypting data from large folios | Eric Biggers | 1 | -2/+4 |
2023-01-27 | ext4: Fix function prototype mismatch for ext4_feat_ktype | Kees Cook | 1 | -1/+6 |
2023-01-24 | ext4: make xattr char unsignedness in hash explicit | Linus Torvalds | 1 | -5/+6 |
2023-01-21 | ext4: deal with legacy signed xattr name hash values | Linus Torvalds | 1 | -2/+39 |
2023-01-19 | fs: port fs{g,u}id helpers to mnt_idmap | Christian Brauner | 1 | -2/+1 |
2023-01-19 | fs: port i_{g,u}id_{needs_}update() to mnt_idmap | Christian Brauner | 1 | -5/+4 |
2023-01-19 | quota: port to mnt_idmap | Christian Brauner | 1 | -2/+2 |
2023-01-19 | fs: port inode_owner_or_capable() to mnt_idmap | Christian Brauner | 1 | -9/+9 |