1. 797488a ext4: show test_dummy_encryption mount option in /proc/mounts by Eric Biggers · 6 years ago
  2. b344b3a ext4: don't mark mmp buffer head dirty by Li Dongyang · 6 years ago
  3. 4ba9e68 ext4: fix online resizing for bigalloc file systems with a 1k block size by Theodore Ts'o · 6 years ago
  4. 205dc0d ext4: fix online resize's handling of a too-small final block group by Theodore Ts'o · 6 years ago
  5. 67770b4 ext4: recalucate superblock checksum after updating free blocks/inodes by Theodore Ts'o · 6 years ago
  6. acf32cf ext4: avoid divide by zero fault when deleting corrupted inline directories by Theodore Ts'o · 6 years ago
  7. 23f57cb ext4: check to make sure the rename(2)'s destination is not freed by Theodore Ts'o · 6 years ago
  8. e85b9fb ext4: reset error code in ext4_find_entry in fallback by Eric Sandeen · 6 years ago
  9. e0cfc1c ext4: sysfs: print ext4_super_block fields as little-endian by Arnd Bergmann · 6 years ago
  10. 9c2860f ext4: check for NUL characters in extended attribute's name by Theodore Ts'o · 6 years ago
  11. 51ada11 ext4: fix spectre gadget in ext4_mb_regular_allocator() by Jeremy Cline · 6 years ago
  12. 954e572 ext4: fix check to prevent initializing reserved inodes by Theodore Ts'o · 6 years ago
  13. 9bf8d5b ext4: fix false negatives *and* false positives in ext4_check_descriptors() by Theodore Ts'o · 6 years ago
  14. 262a62c ext4: check for allocation block validity with block group locked by Theodore Ts'o · 6 years ago
  15. 5eed597 ext4: fix inline data updates with checksums enabled by Theodore Ts'o · 6 years ago
  16. 917692c ext4: check superblock mapped prior to committing by Jon Derrick · 6 years ago
  17. eb13a42 ext4: add more mount time checks of the superblock by Theodore Ts'o · 6 years ago
  18. 425dc46 ext4: add more inode number paranoia checks by Theodore Ts'o · 6 years ago
  19. a5e063d ext4: clear i_data in ext4_inode_info when removing inline data by Theodore Ts'o · 6 years ago
  20. 2f135cc ext4: include the illegal physical block in the bad map ext4_error msg by Theodore Ts'o · 6 years ago
  21. 87dad44 ext4: verify the depth of extent tree in ext4_find_extent() by Theodore Ts'o · 6 years ago
  22. 5ae5732 ext4: only look at the bg_flags field if it is valid by Theodore Ts'o · 6 years ago
  23. cdde876 ext4: always check block group bounds in ext4_init_block_bitmap() by Theodore Ts'o · 6 years ago
  24. 9e4842f ext4: make sure bitmaps and the inode table don't overlap with bg descriptors by Theodore Ts'o · 6 years ago
  25. e45ab2d ext4: fix fencepost error in check for inode count overflow during resize by Jan Kara · 6 years ago
  26. ade6e14 ext4: update mtime in ext4_punch_hole even if no blocks are released by Lukas Czerner · 6 years ago
  27. 42cc42e ext4: fix hole length detection in ext4_ind_map_blocks() by Jan Kara · 6 years ago
  28. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  29. 1fd7c77 ext4: fix bitmap position validation by Lukas Czerner · 6 years ago
  30. 7696481 ext4: add validity checks for bitmap block numbers by Theodore Ts'o · 7 years ago
  31. a405a2a ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS by Eric Biggers · 6 years ago
  32. 68e3579 ext4: don't allow r/w mounts if metadata blocks overlap the superblock by Theodore Ts'o · 6 years ago
  33. 6b289a7 ext4: fail ext4_iget for root directory if unallocated by Theodore Ts'o · 6 years ago
  34. c636feb ext4: protect i_disksize update by i_data_sem in direct write path by Eryu Guan · 7 years ago
  35. a06b798 ext4: don't update checksum of new initialized bitmaps by Theodore Ts'o · 7 years ago
  36. 78b336a ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() by Eryu Guan · 7 years ago
  37. a90e045 ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors by Konstantin Khlebnikov · 7 years ago
  38. b496b24 ext4: inplace xattr block update fails to deduplicate blocks by Tahsin Erdogan · 7 years ago
  39. 4a36f43 ext4: save error to disk in __ext4_grp_locked_error() by Zhouyi Zhou · 7 years ago
  40. 539deab ext4: fix a race in the ext4 shutdown path by Harshad Shirwadkar · 7 years ago
  41. 32e2ae0 ext4: fix crash when a directory's i_size is too small by Chandan Rajendra · 7 years ago
  42. 6a851bb ext4: fix fdatasync(2) after fallocate(2) operation by Eryu Guan · 7 years ago
  43. d612bee fscrypt: use ENOKEY when file cannot be created w/o key by Eric Biggers · 8 years ago
  44. 9cdd4bf ext4: fix interaction between i_size, fallocate, and delalloc after a crash by Theodore Ts'o · 7 years ago
  45. 16d65c0 ext4: do not use stripe_width if it is not set by Jan Kara · 7 years ago
  46. 0e9deca ext4: fix stripe-unaligned allocations by Jan Kara · 7 years ago
  47. 28cbf06 ext4: in ext4_seek_{hole,data}, return -ENXIO for negative offsets by Darrick J. Wong · 7 years ago
  48. 48d7b5a ext4: don't allow encrypted operations without keys by Theodore Ts'o · 8 years ago
  49. 6007f0f ext4: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  50. 2d605d9 ext4: fix data corruption for mmap writes by Jan Kara · 7 years ago
  51. 3806cea ext4: fix quota inconsistency during orphan cleanup for read-only mounts by zhangyi (F) · 7 years ago
  52. 18d27cb ext4: fix incorrect quotaoff if the quota feature is enabled by zhangyi (F) · 7 years ago
  53. 12353a0 ext4: fix overflow caused by missing cast in ext4_resize_fs() by Jerry Lee · 7 years ago
  54. 0814c3a ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesize by Jan Kara · 7 years ago
  55. c0d3a7b ext4: check return value of kstrtoull correctly in reserved_clusters_store by Chao Yu · 7 years ago
  56. 61604a2 fs: add i_blocksize() by Fabian Frederick · 8 years ago
  57. c404f0d ext4: fix fdatasync(2) after extent manipulation operations by Jan Kara · 7 years ago
  58. 2e16921 ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO by Jan Kara · 7 years ago
  59. 9890b9c ext4: keep existing extra fields when inode expands by Konstantin Khlebnikov · 7 years ago
  60. 9850844 ext4: fix SEEK_HOLE by Jan Kara · 7 years ago
  61. af9bd52 fscrypt: avoid collisions when presenting long encrypted filenames by Eric Biggers · 7 years ago
  62. b2764f8 ext4: evict inline data when writing to memory map by Eric Biggers · 7 years ago
  63. b1574ca ext4: fix inode checksum calculation problem if i_extra_size is small by Daeho Jeong · 8 years ago
  64. 9a9dc3ec ext4: lock the xattr block before checksuming it by Theodore Ts'o · 8 years ago
  65. f572ba9 ext4: mark inode dirty after converting inline directory by Eric Biggers · 8 years ago
  66. c2eeabe ext4: fix fencepost in s_first_meta_bg validation by Theodore Ts'o · 8 years ago
  67. 8fed8fc ext4: don't BUG when truncating encrypted inodes on the orphan list by Theodore Ts'o · 8 years ago
  68. d6dcec9 ext4: return EROFS if device is r/o and journal replay is needed by Theodore Ts'o · 8 years ago
  69. 269bf7b ext4: preserve the needs_recovery flag when the journal is aborted by Theodore Ts'o · 8 years ago
  70. 0b37d0c ext4: fix inline data error paths by Theodore Ts'o · 8 years ago
  71. 68ca0fd ext4: fix use-after-iput when fscrypt contexts are inconsistent by Eric Biggers · 8 years ago
  72. a5a9cf3 ext4: fix data corruption in data=journal mode by Jan Kara · 8 years ago
  73. fc6c2da ext4: trim allocation requests to group size by Jan Kara · 8 years ago
  74. e0b53d6 ext4: do not polute the extents cache while shifting extents by Roman Pen · 8 years ago
  75. 72ae476 ext4: Include forgotten start block on fallocate insert range by Roman Pen · 8 years ago
  76. da1e402 ext4: fix deadlock between inline_data and ext4_expand_extra_isize_ea() by Theodore Ts'o · 8 years ago
  77. 13e6ef9 ext4: validate s_first_meta_bg at mount time by Eryu Guan · 8 years ago
  78. 9abce3c ext4: do not perform data journaling when data is encrypted by Sergey Karamov · 8 years ago
  79. acf3efd ext4: return -ENOMEM instead of success by Dan Carpenter · 8 years ago
  80. 3e4f8da ext4: reject inodes with negative size by Darrick J. Wong · 8 years ago
  81. 8084f57 ext4: add sanity checking to count_overhead() by Theodore Ts'o · 8 years ago
  82. 956e2a0 ext4: fix in-superblock mount options processing by Theodore Ts'o · 8 years ago
  83. 01772f4 ext4: use more strict checks for inodes_per_block on mount by Theodore Ts'o · 8 years ago
  84. b493c71 ext4: fix stack memory corruption with 64k block size by Chandan Rajendra · 8 years ago
  85. c3881ab ext4: fix mballoc breakage with 64k block size by Chandan Rajendra · 8 years ago
  86. 24d1251 ext4: don't lock buffer in ext4_commit_super if holding spinlock by Theodore Ts'o · 8 years ago
  87. 8cdf337 ext4: sanity check the block and cluster size at mount time by Theodore Ts'o · 8 years ago
  88. d74f3d2 ext4: add missing KERN_CONT to a few more debugging uses by Joe Perches · 8 years ago
  89. 1996250 ext4: correct endianness conversion in __xattr_check_inode() by Eric Biggers · 8 years ago
  90. c4704a4 ext4: do not advertise encryption support when disabled by Eric Biggers · 8 years ago
  91. 651e1c3 ext4: super.c: Update logging style using KERN_CONT by Joe Perches · 8 years ago
  92. 5114a97 fs: use mapping_set_error instead of opencoded set_bit by Michal Hocko · 8 years ago
  93. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  94. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  95. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  96. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  97. b66484c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  98. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  99. dbe6ec8 ext2/4, xfs: call thp_get_unmapped_area() for pmd mappings by Toshi Kani · 8 years ago
  100. 2eee010 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 8 years ago