aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4
AgeCommit message (Expand)Author
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-28ext4: Convert to bdev_open_by_dev()Jan Kara
2023-10-18ext4: convert to new timestamp accessorsJeff Layton
2023-10-09ext4: move ext4_xattr_handlers to .rodataWedson Almeida Filho
2023-09-25fscrypt: support crypto data unit size less than filesystem block sizeEric Biggers
2023-09-25fscrypt: replace get_ino_and_lblk_bits with just has_32bit_inodesEric Biggers
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedEric Biggers
2023-09-20Revert "ext4: switch to multigrain timestamps"Christian Brauner
2023-09-17Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-14ext4: fix rec_len verify errorShida Zhang
2023-09-14ext4: do not let fstrim block system suspendJan Kara
2023-09-14ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara
2023-08-31Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-08-29Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linuxLinus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-27ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li
2023-08-27ext4: remove redundant checks of s_encodingEric Biggers
2023-08-27ext4: reject casefold inode flag without casefold featureEric Biggers
2023-08-27ext4: use LIST_HEAD() to initialize the list_head in mballoc.cRuan Jinjie
2023-08-27ext4: do not mark inode dirty every time when appending using delallocLiu Song
2023-08-27ext4: rename s_error_work to s_sb_upd_workTheodore Ts'o
2023-08-27ext4: add periodic superblock update checkVitaliy Kuznetsov
2023-08-27ext4: drop dio overwrite only flag and associated warningBrian Foster
2023-08-27ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian
2023-08-27ext4: remove unused function declarationCai Xinchen
2023-08-27ext4: mballoc: avoid garbage value from errSu Hui
2023-08-27ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei
2023-08-27ext4: change the type of blocksize in ext4_mb_init_cache()Lu Hongfei
2023-08-27ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng
2023-08-27ext4: ext4_get_{dev}_journal return proper error valueZhang Yi
2023-08-24mm: remove enum page_entry_sizeMatthew Wilcox (Oracle)
2023-08-24minmax: add in_range() macroMatthew Wilcox (Oracle)
2023-08-23ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()Zhang Yi
2023-08-23jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi
2023-08-18mm: merge folio_has_private()/filemap_release_folio() call pairsDavid Howells
2023-08-18fs: convert block_commit_write to return voidBean Huo
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar
2023-08-11ext4: use fs_holder_ops for the log deviceChristoph Hellwig
2023-08-11ext4: drop s_umount over opening the log deviceChristoph Hellwig
2023-08-11ext4: switch to multigrain timestampsJeff Layton
2023-08-10ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robustChristoph Hellwig
2023-08-10ext4: close the external journal device in ->kill_sbChristoph Hellwig
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-09fs, block: remove bdev->bd_superChristoph Hellwig
2023-08-09ext4: don't use bdev->bd_super in __ext4_journal_get_write_accessChristoph Hellwig