Age | Commit message (Expand) | Author |
2023-07-23 | ext4: fix to check return value of freeze_bdev() in ext4_shutdown() | Chao Yu |
2023-03-17 | ext4: zero i_disksize when initializing the bootloader inode | Zhihao Cheng |
2023-01-07 | ext4: initialize quota before expanding inode in setproject ioctl | Jan Kara |
2023-01-07 | ext4: dont return EINVAL from GETFSUUID when reporting UUID length | Darrick J. Wong |
2023-01-07 | ext4: don't fail GETFSUUID when the caller provides a long buffer | Darrick J. Wong |
2023-01-07 | ext4: fix bug_on in __es_tree_search caused by bad boot loader inode | Baokun Li |
2023-01-07 | ext4: add EXT4_IGET_BAD flag to prevent unexpected bad inode | Baokun Li |
2022-11-06 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2022-10-27 | ext4: update the backup superblock's at the end of the online resize | Theodore Ts'o |
2022-10-11 | treewide: use get_random_u32() when possible | Jason A. Donenfeld |
2022-09-30 | ext4: remove redundant checking in ext4_ioctl_checkpoint | Guoqing Jiang |
2022-09-30 | ext4: fix i_version handling in ext4 | Jeff Layton |
2022-08-02 | ext4: add ioctls to get/set the ext4 superblock uuid | Jeremy Bongio |
2022-08-02 | ext4: update the s_overhead_clusters in the backup sb's when resizing | Theodore Ts'o |
2022-05-24 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2022-05-23 | Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds |
2022-05-21 | ext4: refactor and move ext4_ioctl_get_encryption_pwsalt() | Ritesh Harjani |
2022-04-17 | block: remove QUEUE_FLAG_DISCARD | Christoph Hellwig |
2022-04-14 | ext4: update the cached overhead value in the superblock | Theodore Ts'o |
2022-03-15 | ext4: fix kernel doc warnings | Theodore Ts'o |
2022-02-03 | ext4: fast commit may not fallback for ineligible commit | Xin Yin |
2022-01-10 | ext4: implement support for get/set fs label | Lukas Czerner |
2022-01-10 | ext4: avoid trim error on fs with small groups | Jan Kara |
2021-12-23 | ext4: drop ineligible txn start stop APIs | Harshad Shirwadkar |
2021-12-23 | ext4: use ext4_journal_start/stop for fast commit transactions | Harshad Shirwadkar |
2021-09-02 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2021-08-30 | ext4: Support for checksumming from journal triggers | Jan Kara |
2021-07-13 | ext4: Convert to use mapping->invalidate_lock | Jan Kara |
2021-07-08 | ext4: fix flags validity checking for EXT4_IOC_CHECKPOINT | Theodore Ts'o |
2021-06-30 | Revert "ext4: consolidate checks for resize of bigalloc into ext4_resize_begin" | Theodore Ts'o |
2021-06-24 | ext4: consolidate checks for resize of bigalloc into ext4_resize_begin | Josh Triplett |
2021-06-22 | ext4: add ioctl EXT4_IOC_CHECKPOINT | Leah Rumancik |
2021-06-22 | ext4: add discard/zeroout flags to journal flush | Leah Rumancik |
2021-06-17 | ext4: remove redundant assignment to error | Jiapeng Chong |
2021-04-30 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2021-04-12 | ext4: allow the dax flag to be set and cleared on inline directories | Theodore Ts'o |
2021-04-12 | ext4: convert to fileattr | Miklos Szeredi |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-07 | fs-verity: add FS_IOC_READ_VERITY_METADATA ioctl | Eric Biggers |
2021-01-24 | ext4: support idmapped mounts | Christian Brauner |
2021-01-24 | inode: make init and permission helpers idmapped mount aware | Christian Brauner |
2021-01-15 | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-12-22 | ext4: fix superblock checksum failure when setting password salt | Jan Kara |
2020-12-01 | fs: simplify freeze_bdev/thaw_bdev | Christoph Hellwig |
2020-10-21 | ext4: fast commit recovery path | Harshad Shirwadkar |
2020-10-21 | ext4: main fast-commit commit path | Harshad Shirwadkar |
2020-08-19 | ext4: limit the length of per-inode prealloc list | brookxu |
2020-08-06 | ext4: use generic names for generic ioctls | Eric Biggers |
2020-06-11 | Enable ext4 support for per-file/directory dax operations | Theodore Ts'o |
2020-06-03 | ext4: remove the access_ok() check in ext4_ioctl_get_es_cache | Christoph Hellwig |