1. 4d01f03 ext4: fix buffer leak in __ext4_read_dirblock() on error path by Vasily Averin · 6 years ago
  2. b0f2b1f ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path by Vasily Averin · 6 years ago
  3. 29ee4d62 ext4: fix buffer leak in ext4_xattr_move_to_block() on error path by Vasily Averin · 6 years ago
  4. 4648dcb ext4: release bs.bh before re-using in ext4_xattr_block_find() by Vasily Averin · 6 years ago
  5. 0f0d1c1 ext4: fix buffer leak in ext4_xattr_get_block() on error path by Vasily Averin · 6 years ago
  6. 0a992da ext4: fix possible leak of s_journal_flag_rwsem in error path by Vasily Averin · 6 years ago
  7. 0d339ce ext4: fix possible leak of sbi->s_group_desc_leak in error path by Theodore Ts'o · 6 years ago
  8. 64a3d53 ext4: avoid possible double brelse() in add_new_gdb() on error path by Theodore Ts'o · 6 years ago
  9. 110a199 ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing by Vasily Averin · 6 years ago
  10. 656b121 ext4: avoid buffer leak in ext4_orphan_add() after prior errors by Vasily Averin · 6 years ago
  11. d65b7d3 ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty() by Vasily Averin · 6 years ago
  12. 36b1ba6 ext4: fix possible inode leak in the retry loop of ext4_resize_fs() by Vasily Averin · 6 years ago
  13. 4903c09 ext4: missing !bh check in ext4_xattr_inode_write() by Vasily Averin · 6 years ago
  14. 20dd2c4 ext4: avoid potential extra brelse in setup_new_flex_group_blocks() by Vasily Averin · 6 years ago
  15. 2aa79d3 ext4: add missing brelse() add_new_gdb_meta_bg()'s error path by Vasily Averin · 6 years ago
  16. cd18d6e ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path by Vasily Averin · 6 years ago
  17. f7b6459 ext4: add missing brelse() update_backups()'s error path by Vasily Averin · 6 years ago
  18. 15f255e ext4: fix use-after-free race in ext4_remount()'s error path by Theodore Ts'o · 6 years ago
  19. ce1daaa ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR by Wang Shilong · 6 years ago
  20. 0d0413e ext4: fix setattr project check in fssetxattr ioctl by Wang Shilong · 6 years ago
  21. 99a3b22 ext4: initialize retries variable in ext4_da_write_inline_data_begin() by Lukas Czerner · 6 years ago
  22. b2af09d ext4: fix EXT4_IOC_SWAP_BOOT by Theodore Ts'o · 6 years ago
  23. 3d267c5 ext4: fix argument checking in EXT4_IOC_MOVE_EXT by Theodore Ts'o · 6 years ago
  24. 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
  25. cce6c9f ext4, dax: set ext4_dax_aops for dax files by Toshi Kani · 6 years ago
  26. 94dbb63 ext4, dax: add ext4_bmap to ext4_dax_aops by Toshi Kani · 6 years ago
  27. fe18d64 ext4: don't mark mmp buffer head dirty by Li Dongyang · 6 years ago
  28. 338affb ext4: show test_dummy_encryption mount option in /proc/mounts by Eric Biggers · 6 years ago
  29. b1f3821 ext4: close race between direct IO and ext4_break_layouts() by Ross Zwisler · 6 years ago
  30. 5f8c109 ext4: fix online resizing for bigalloc file systems with a 1k block size by Theodore Ts'o · 6 years ago
  31. f0a459d ext4: fix online resize's handling of a too-small final block group by Theodore Ts'o · 6 years ago
  32. 4274f51 ext4: recalucate superblock checksum after updating free blocks/inodes by Theodore Ts'o · 6 years ago
  33. bcd8e91 ext4: avoid arithemetic overflow that can trigger a BUG by Theodore Ts'o · 6 years ago
  34. 4d982e2 ext4: avoid divide by zero fault when deleting corrupted inline directories by Theodore Ts'o · 6 years ago
  35. b50282f ext4: check to make sure the rename(2)'s destination is not freed by Theodore Ts'o · 6 years ago
  36. 072ebb3 ext4: add nonstring annotations to ext4.h by Theodore Ts'o · 6 years ago
  37. ac22b46 ext4: readpages() should submit IO as read-ahead by Jens Axboe · 6 years ago
  38. e1fb4a0 dax: remove VM_MIXEDMAP for fsdax and device dax by Dave Jiang · 6 years ago
  39. 73ba2fb Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  40. 863c37f ext4: remove unneeded variable "err" in ext4_mb_release_inode_pa() by zhong jiang · 6 years ago
  41. bc71652 ext4: improve code readability in ext4_iget() by Liu Song · 6 years ago
  42. 1a5d5e5 ext4: fix spectre gadget in ext4_mb_regular_allocator() by Jeremy Cline · 6 years ago
  43. 7d95178 ext4: check for NUL characters in extended attribute's name by Theodore Ts'o · 6 years ago
  44. 5ef2a69 ext4: use ext4_warning() for sb_getblk failure by Wang Shilong · 6 years ago
  45. 9af0b3d ext4: fix race when setting the bitmap corrupted flag by Wang Shilong · 6 years ago
  46. f39b3f4 ext4: reset error code in ext4_find_entry in fallback by Eric Sandeen · 6 years ago
  47. 430657b ext4: handle layout changes to pinned DAX mappings by Ross Zwisler · 6 years ago
  48. 62bbdd9 ext4: use swap macro in mext_page_double_lock by Gustavo A. R. Silva · 6 years ago
  49. 21ac738 ext4: check allocation failure when duplicating "data" in ext4_remount() by Chengguang Xu · 6 years ago
  50. 7f144fd ext4: fix warning message in ext4_enable_quotas() by Junichi Uekawa · 6 years ago
  51. 6a0678a ext4: super: extend timestamps to 40 bits by Arnd Bergmann · 6 years ago
  52. 7b62b29 ext4: use timespec64 for all inode times by Arnd Bergmann · 6 years ago
  53. 5ffff83 ext4: use ktime_get_real_seconds for i_dtime by Arnd Bergmann · 6 years ago
  54. af123b3 ext4: use 64-bit timestamps for mmp_time by Arnd Bergmann · 6 years ago
  55. a4d2aad ext4: sysfs: print ext4_super_block fields as little-endian by Arnd Bergmann · 6 years ago
  56. 5012284 ext4: fix check to prevent initializing reserved inodes by Theodore Ts'o · 6 years ago
  57. dbae2c5 block: Define and use STAT_READ and STAT_WRITE by Michael Callahan · 6 years ago
  58. 8d5a803 ext4: check for allocation block validity with block group locked by Theodore Ts'o · 6 years ago
  59. 362eca7 ext4: fix inline data updates with checksums enabled by Theodore Ts'o · 6 years ago
  60. 2dca60d ext4: clear mmp sequence number when remounting read-only by Theodore Ts'o · 6 years ago
  61. 44de022 ext4: fix false negatives *and* false positives in ext4_check_descriptors() by Theodore Ts'o · 6 years ago
  62. 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
  63. a17712c ext4: check superblock mapped prior to committing by Jon Derrick · 6 years ago
  64. bfe0a5f ext4: add more mount time checks of the superblock by Theodore Ts'o · 6 years ago
  65. c37e9e0 ext4: add more inode number paranoia checks by Theodore Ts'o · 6 years ago
  66. 8bc1379 ext4: avoid running out of journal credits when appending to an inline file by Theodore Ts'o · 6 years ago
  67. 8cdb524 ext4: never move the system.data xattr out of the inode body by Theodore Ts'o · 6 years ago
  68. 6e8ab72 ext4: clear i_data in ext4_inode_info when removing inline data by Theodore Ts'o · 6 years ago
  69. bdbd6ce ext4: include the illegal physical block in the bad map ext4_error msg by Theodore Ts'o · 6 years ago
  70. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  71. bc890a6 ext4: verify the depth of extent tree in ext4_find_extent() by Theodore Ts'o · 6 years ago
  72. 15eefe2 Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64 by Arnd Bergmann · 6 years ago
  73. 8844618 ext4: only look at the bg_flags field if it is valid by Theodore Ts'o · 6 years ago
  74. 7726080 ext4: make sure bitmaps and the inode table don't overlap with bg descriptors by Theodore Ts'o · 6 years ago
  75. 819b23f ext4: always check block group bounds in ext4_init_block_bitmap() by Theodore Ts'o · 6 years ago
  76. 513f86d ext4: always verify the magic number in xattr blocks by Theodore Ts'o · 6 years ago
  77. 5369a76 ext4: add corruption check in ext4_xattr_set_entry() by Theodore Ts'o · 6 years ago
  78. 327eaf7 ext4: add warn_on_error mount option by Theodore Ts'o · 6 years ago
  79. 344476e treewide: kvmalloc() -> kvmalloc_array() by Kees Cook · 6 years ago
  80. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 6 years ago
  81. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  82. d54d35c Merge tag 'f2fs-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 6 years ago
  83. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  84. fd59ccc Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 6 years ago
  85. 6567af7 Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  86. 1434763 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  87. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  88. 19319b5 iomap: inline data should be an iomap type, not a flag by Christoph Hellwig · 6 years ago
  89. 80660f2 dax: change bdev_dax_supported() to support boolean returns by Dave Jiang · 6 years ago
  90. ba23cba fs: allow per-device dax status checking for filesystems by Darrick J. Wong · 6 years ago
  91. 4f2f76f7 ext4: fix fencepost error in check for inode count overflow during resize by Jan Kara · 6 years ago
  92. 8a2b307 ext4: correctly handle a zero-length xattr with a non-zero e_value_offs by Theodore Ts'o · 6 years ago
  93. eb9b5f0 ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget() by Theodore Ts'o · 6 years ago
  94. 117166e ext4: do not allow external inodes for inline data by Theodore Ts'o · 6 years ago
  95. 5997aab Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  96. f06925c ext4: report delalloc reserve as non-free in statfs for project quota by Konstantin Khlebnikov · 6 years ago
  97. 21c580d ext4: remove NULL check before calling kmem_cache_destroy() by Sean Fu · 6 years ago
  98. e12ee68 fscrypt: make fscrypt_operations.max_namelen an integer by Eric Biggers · 6 years ago
  99. 247dbed ext4: simplify procfs code by Christoph Hellwig · 7 years ago
  100. c89128a ext4: handle errors on ext4_commit_super by Jaegeuk Kim · 6 years ago