- 9398554 block: remove the error_sector argument to blkdev_issue_flush by Christoph Hellwig · 4 years, 8 months ago
- 05ca87c ext4: remove set but not used variable 'es' by Jason Yan · 4 years, 9 months ago
- d87f639 ext4: use non-movable memory for superblock readahead by Roman Gushchin · 4 years, 10 months ago
- 9c94b39 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 9 months ago
- 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 9 months ago
- df41460 ext4: fix incorrect group count in ext4_fill_super error message by Josh Triplett · 4 years, 9 months ago
- b9c538d ext4: fix incorrect inodes per group in error message by Josh Triplett · 4 years, 9 months ago
- 626b035 ext4: don't set dioread_nolock by default for blocksize < pagesize by Ritesh Harjani · 4 years, 9 months ago
- c96e2b8 ext4: do not commit super on read-only bdev by Eric Sandeen · 4 years, 10 months ago
- 5e47868 ext4: unregister sysfs path before destroying jbd2 journal by Ritesh Harjani · 4 years, 10 months ago
- f1eec3b ext4: check for non-zero journal inum in ext4_calculate_overhead by Ritesh Harjani · 4 years, 10 months ago
- c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 9 months ago
- ea3edd4 block: remove __bdevname by Christoph Hellwig · 4 years, 9 months ago
- a08fe66 ext4: code cleanup for ext4_statfs_project() by Chengguang Xu · 4 years, 11 months ago
- 37b0b6b ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() by Dan Carpenter · 4 years, 10 months ago
- 9db176b ext4: fix mount failure with quota configured as module by Jan Kara · 4 years, 10 months ago
- bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 4 years, 10 months ago
- 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 4 years, 10 months ago
- 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 4 years, 11 months ago
- 8a8b809 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 11 months ago
- d65d87a ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 4 years, 11 months ago
- 4f97a68 ext4: fix support for inode sizes > 1024 bytes by Theodore Ts'o · 5 years ago
- 46d3688 ext4: simplify checking quota limits in ext4_statfs() by Jan Kara · 5 years ago
- 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
- 57c32ea ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project() by Chengguang Xu · 5 years ago
- 244adf6 ext4: make dioread_nolock the default by Theodore Ts'o · 5 years ago
- 71b565c ext4: drop ext4_kvmalloc() by Theodore Ts'o · 5 years ago
- dd6683e ext4: remove ext4_{ind,ext}_calc_metadata_amount() by Eric Biggers · 5 years ago
- 8f27fd0 ext4: Delete ext4_kvzvalloc() by Naoto Kobayashi · 5 years ago
- 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
- cf2834a ext4: treat buffers contining write errors as valid in ext4_sb_bread() by Theodore Ts'o · 5 years ago
- a396560 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
- 9803387 ext4: validate the debug_want_extra_isize mount option at parse time by Theodore Ts'o · 5 years ago
- b8072d5 Merge tag 'for_v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 5 years ago
- 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
- dfdeeb4 Merge branch 'tt/misc' into dev by Theodore Ts'o · 5 years ago
- 4ea9993 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 5 years ago
- ebc11f7 ext4: code cleanup for get_next_id by Chengguang Xu · 5 years ago
- f4c2d37 ext4: fix leak of quota reservations by Jan Kara · 5 years ago
- 1e1a76e ext4: remove unused variable warning in parse_options() by Olof Johansson · 5 years ago
- 196624e ext4: Enable encryption for subpage-sized blocks by Chandan Rajendra · 5 years ago
- b925acb ext4: add support for IV_INO_LBLK_64 encryption policies by Eric Biggers · 5 years ago
- 7212b95 fs: Use dquot_load_quota_inode() from filesystems by Jan Kara · 5 years ago
- c33fbe8 ext4: Enable blocksize < pagesize for dioread_nolock by Ritesh Harjani · 5 years ago
- 70cb0d0 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
- cfb82e1 Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
- f60c55a Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
- 4881c49 ext4: Initialize timestamps limits by Deepa Dinamani · 7 years ago
- 9ba5554 ext4: fix integer overflow when calculating commit interval by zhangyi (F) · 5 years ago
- 22cfe4b ext4: add fs-verity read support by Eric Biggers · 5 years ago
- c93d8f8 ext4: add basic fs-verity support by Eric Biggers · 5 years ago
- 29b3692 ext4: wire up new fscrypt ioctls by Eric Biggers · 5 years ago
- c4d36b6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- 2c1d0e3 ext4: avoid panic during forced reboot due to aborted journal by Jan Kara · 6 years ago
- 0ba33fa ext4: fix miscellaneous sparse warnings by Theodore Ts'o · 6 years ago
- a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
- 5abe379 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- 9405313 ext4: make use of ->free_inode() by Al Viro · 6 years ago
- 50b29d8 ext4: fix ext4_show_options for file systems w/o journal by Debabrata Banerjee · 6 years ago
- b886ee3 ext4: Support case-insensitive file name lookups by Gabriel Krisman Bertazi · 6 years ago
- c83ad55 ext4: include charset encoding information in the superblock by Gabriel Krisman Bertazi · 6 years ago
- 7bc04c5 ext4: fix use-after-free race with debug_want_extra_isize by Barret Rhoden · 6 years ago
- 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
- 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
- 17403fa Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- 1dc1097 ext4: avoid panic during forced reboot by Jan Kara · 6 years ago
- a5adcfc Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- c9e716e ext4: don't update s_rev_level if not required by Andreas Dilger · 6 years ago
- 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
- e868078 ext4: avoid kernel warning when writing the superblock to a dead device by Theodore Ts'o · 6 years ago
- fde8726 ext4: force inode writes when nfsd calls commit_metadata() by Theodore Ts'o · 6 years ago
- 8a36397 ext4: avoid declaring fs inconsistent due to invalid file handles by Theodore Ts'o · 6 years ago
- 361d24d ext4: hard fail dax mount on unsupported devices by Eric Sandeen · 6 years ago
- 50c15df ext4: remove redundant condition check by Chengguang Xu · 6 years ago
- a92abd7 ext4: clean up indentation issues, remove extraneous tabs by Colin Ian King · 6 years ago
- 61157b2 ext4: fix possible use after free in ext4_quota_enable by Pan Bian · 6 years ago
- fb265c9 ext4: add ext4_sb_bread() to disambiguate ENOMEM cases by Theodore Ts'o · 6 years ago
- af18e35 ext4: fix possible leak of s_journal_flag_rwsem in error path by Vasily Averin · 6 years ago
- 9e46308 ext4: fix possible leak of sbi->s_group_desc_leak in error path by Theodore Ts'o · 6 years ago
- 33458ea ext4: fix use-after-free race in ext4_remount()'s error path by Theodore Ts'o · 6 years ago
- 1dc0aa4 ext4: add new pending reservation mechanism by Eric Whitney · 6 years ago
- ad3273d Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Greg Kroah-Hartman · 6 years ago
- 338affb ext4: show test_dummy_encryption mount option in /proc/mounts by Eric Biggers · 6 years ago
- 4274f51 ext4: recalucate superblock checksum after updating free blocks/inodes by Theodore Ts'o · 6 years ago
- 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
- 9af0b3d ext4: fix race when setting the bitmap corrupted flag by Wang Shilong · 6 years ago
- 21ac738 ext4: check allocation failure when duplicating "data" in ext4_remount() by Chengguang Xu · 6 years ago
- 7f144fd ext4: fix warning message in ext4_enable_quotas() by Junichi Uekawa · 6 years ago
- 6a0678a ext4: super: extend timestamps to 40 bits by Arnd Bergmann · 6 years ago
- 5012284 ext4: fix check to prevent initializing reserved inodes by Theodore Ts'o · 6 years ago
- dbae2c5 block: Define and use STAT_READ and STAT_WRITE by Michael Callahan · 6 years ago
- 2dca60d ext4: clear mmp sequence number when remounting read-only by Theodore Ts'o · 6 years ago
- 44de022 ext4: fix false negatives *and* false positives in ext4_check_descriptors() by Theodore Ts'o · 6 years ago
- 70a2dc6 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
- a17712c ext4: check superblock mapped prior to committing by Jon Derrick · 6 years ago
- bfe0a5f ext4: add more mount time checks of the superblock by Theodore Ts'o · 7 years ago
- c37e9e0 ext4: add more inode number paranoia checks by Theodore Ts'o · 7 years ago
- 8844618 ext4: only look at the bg_flags field if it is valid by Theodore Ts'o · 7 years ago
- 7726080 ext4: make sure bitmaps and the inode table don't overlap with bg descriptors by Theodore Ts'o · 7 years ago