1. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  2. e5da4c93 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  3. 08a3ef8 Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  4. c899437 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  5. 8d6ce13 ext4,jbd2: fix comment and code style by Shijie Luo · 5 years ago
  6. 52144d8 ext4: fix extent_status trace points by Dmitry Monakhov · 5 years ago
  7. 57c32ea ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project() by Chengguang Xu · 5 years ago
  8. ec772f0 ext4: fix race conditions in ->d_compare() and ->d_hash() by Eric Biggers · 5 years ago
  9. 244adf6 ext4: make dioread_nolock the default by Theodore Ts'o · 5 years ago
  10. 4068664 ext4: fix extent_status fragmentation for plain files by Dmitry Monakhov · 5 years ago
  11. 71b565c ext4: drop ext4_kvmalloc() by Theodore Ts'o · 5 years ago
  12. a54d8d3 ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctl by Martijn Coenen · 5 years ago
  13. e128d51 ext4: remove unused macro MPAGE_DA_EXTENT_TAIL by Ritesh Harjani · 5 years ago
  14. de74548 ext4: add missing braces in ext4_ext_drop_refs() by Eric Biggers · 5 years ago
  15. 6e89bbb ext4: fix some nonstandard indentation in extents.c by Eric Biggers · 5 years ago
  16. 61a6cb4 ext4: remove obsolete comment from ext4_can_extents_be_merged() by Eric Biggers · 5 years ago
  17. adde81c ext4: fix documentation for ext4_ext_try_to_merge() by Eric Biggers · 5 years ago
  18. 43f8167 ext4: make some functions static in extents.c by Eric Biggers · 5 years ago
  19. a118099 ext4: remove redundant S_ISREG() checks from ext4_fallocate() by Eric Biggers · 5 years ago
  20. 9b02e49 ext4: clean up len and offset checks in ext4_fallocate() by Eric Biggers · 5 years ago
  21. dd6683e ext4: remove ext4_{ind,ext}_calc_metadata_amount() by Eric Biggers · 5 years ago
  22. fd5fe25 ext4: remove unneeded check for error allocating bio_post_read_ctx by Eric Biggers · 5 years ago
  23. 68e4533 ext4: fix deadlock allocating bio_post_read_ctx from mempool by Eric Biggers · 5 years ago
  24. 547c556 ext4: fix deadlock allocating crypto bounce page from mempool by Eric Biggers · 5 years ago
  25. 8f27fd0 ext4: Delete ext4_kvzvalloc() by Naoto Kobayashi · 5 years ago
  26. d859264 ext4: re-enable extent zeroout optimization on encrypted files by Eric Biggers · 5 years ago
  27. 33b4cc2 ext4: only use fscrypt_zeroout_range() on regular files by Eric Biggers · 5 years ago
  28. 457b1e3 ext4: allow ZERO_RANGE on encrypted files by Eric Biggers · 5 years ago
  29. 834f156 ext4: handle decryption error in __ext4_block_zero_page_range() by Eric Biggers · 5 years ago
  30. 284b3f6 ext4: remove unnecessary selections from EXT3_FS by Eric Biggers · 5 years ago
  31. 4756ee1 ext4: use true,false for bool variable by zhengbin · 5 years ago
  32. 46797ad ext4: uninline ext4_inode_journal_mode() by Eric Biggers · 5 years ago
  33. 64c314f ext4: remove unnecessary ifdefs in htree_dirblock_to_tree() by Eric Biggers · 5 years ago
  34. 7063743 ext4: remove unnecessary assignment in ext4_htree_store_dirent() by Chengguang Xu · 5 years ago
  35. d4c5e96 ext4: avoid fetching btime in ext4_getattr() unless requested by Theodore Ts'o · 5 years ago
  36. fd39073 fs-verity: implement readahead of Merkle tree pages by Eric Biggers · 5 years ago
  37. c475c77 kunit: allow kunit tests to be loaded as a module by Alan Maguire · 5 years ago
  38. ede7a09 fscrypt: Allow modular crypto algorithms by Herbert Xu · 5 years ago
  39. 3b1ada55 fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() by Eric Biggers · 5 years ago
  40. 8cd115b ext4: Optimize ext4 DIO overwrites by Jan Kara · 5 years ago
  41. 4549b49 ext4: export information about first/last errors via /sys/fs/ext4/<dev> by Theodore Ts'o · 5 years ago
  42. 46f870d6 ext4: simulate various I/O and checksum errors when reading metadata by Theodore Ts'o · 5 years ago
  43. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  44. a562c68 Merge branch 'rk/inode_lock' into dev by Theodore Ts'o · 5 years ago
  45. bc6385d ext4: Move to shared i_rwsem even without dioread_nolock mount opt by Ritesh Harjani · 5 years ago
  46. aa9714d0 ext4: Start with shared i_rwsem in case of DIO instead of exclusive by Ritesh Harjani · 5 years ago
  47. f629afe ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT by Ritesh Harjani · 5 years ago
  48. cf2834a ext4: treat buffers contining write errors as valid in ext4_sb_bread() by Theodore Ts'o · 5 years ago
  49. 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
  50. 68d7b2d ext4: fix unused-but-set-variable warning in ext4_add_entry() by Yunfeng Ye · 5 years ago
  51. 69000d8 ext4: use RCU API in debug_print_tree by Phong Tran · 5 years ago
  52. 9803387 ext4: validate the debug_want_extra_isize mount option at parse time by Theodore Ts'o · 5 years ago
  53. a70fd5a ext4: reserve revoke credits in __ext4_new_inode by yangerkun · 5 years ago
  54. 7f420d64 ext4: unlock on error in ext4_expand_extra_isize() by Dan Carpenter · 5 years ago
  55. 707d1a2 ext4: optimize __ext4_check_dir_entry() by Theodore Ts'o · 5 years ago
  56. 109ba77 ext4: check for directory entries too close to block end by Jan Kara · 5 years ago
  57. 64d4ce8 ext4: fix ext4_empty_dir() for directories with holes by Jan Kara · 5 years ago
  58. 39101b2 fs/ext4/inode-test: Fix inode test on 32 bit platforms. by Iurii Zaikin · 5 years ago
  59. 0da5221 Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  60. 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
  61. 50b8b3f Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  62. 3b266a5 Merge tag 'iomap-5.5-merge-11' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  63. e25645b Merge tag 'linux-kselftest-5.5-rc1-kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 5 years ago
  64. 1c1ff48 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  65. dfdeeb4 Merge branch 'tt/misc' into dev by Theodore Ts'o · 5 years ago
  66. c7df4a1 ext4: work around deleting a file with i_nlink == 0 safely by Theodore Ts'o · 5 years ago
  67. 4ea9993 ext4: add more paranoia checking in ext4_expand_extra_isize handling by Theodore Ts'o · 5 years ago
  68. 565333a ext4: fix a bug in ext4_wait_for_tail_page_commit by yangerkun · 5 years ago
  69. 5500221 ext4: bio_alloc with __GFP_DIRECT_RECLAIM never fails by Gao Xiang · 5 years ago
  70. ebc11f7 ext4: code cleanup for get_next_id by Chengguang Xu · 5 years ago
  71. f4c2d37 ext4: fix leak of quota reservations by Jan Kara · 5 years ago
  72. 1e1a76e ext4: remove unused variable warning in parse_options() by Olof Johansson · 5 years ago
  73. 196624e ext4: Enable encryption for subpage-sized blocks by Chandan Rajendra · 5 years ago
  74. 1f60719 ext4: support STATX_ATTR_VERITY by Eric Biggers · 5 years ago
  75. 4d06bfb ext4: Add error handling for io_end_vec struct allocation by Ritesh Harjani · 5 years ago
  76. b925acb ext4: add support for IV_INO_LBLK_64 encryption policies by Eric Biggers · 5 years ago
  77. 8d0d47e Merge branch 'mb/dio' into master by Theodore Ts'o · 5 years ago
  78. a6d404084 Merge branch 'jk/jbd2-revoke-overflow' by Theodore Ts'o · 5 years ago
  79. 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
  80. fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
  81. a9a8344 ext4, jbd2: Provide accessor function for handle credits by Jan Kara · 5 years ago
  82. a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
  83. f2890730 ext4: Avoid unnecessary revokes in ext4_alloc_branch() by Jan Kara · 5 years ago
  84. 6cb367c ext4: Use ext4_journal_extend() instead of jbd2_journal_extend() by Jan Kara · 5 years ago
  85. 321238f ext4: Fix ext4_should_journal_data() for EA inodes by Jan Kara · 5 years ago
  86. 65db869 ext4: Fix credit estimate for final inode freeing by Jan Kara · 5 years ago
  87. 378f32b ext4: introduce direct I/O write using iomap infrastructure by Matthew Bobrowski · 5 years ago
  88. 9b88f9f ext4: Do not iput inode under running transaction by Jan Kara · 5 years ago
  89. a9e2632 ext4: Move marking of handle as sync to ext4_add_nondir() by Jan Kara · 5 years ago
  90. 3eaf9cc6 ext4: update ext4_sync_file() to not use __generic_file_fsync() by Matthew Bobrowski · 5 years ago
  91. 0b9f230 ext4: move inode extension check out from ext4_iomap_alloc() by Matthew Bobrowski · 5 years ago
  92. 569342d ext4: move inode extension/truncate code out from ->iomap_end() callback by Matthew Bobrowski · 5 years ago
  93. b1b4705 ext4: introduce direct I/O read using iomap infrastructure by Matthew Bobrowski · 5 years ago
  94. 09edf4d ext4: introduce new callback for IOMAP_REPORT by Matthew Bobrowski · 5 years ago
  95. f063db5 ext4: split IOMAP_WRITE branch in ext4_iomap_begin() into helper by Matthew Bobrowski · 5 years ago
  96. c8fdfe29 ext4: move set iomap routines into a separate helper ext4_set_iomap() by Matthew Bobrowski · 5 years ago
  97. 2e9b51d ext4: iomap that extends beyond EOF should be marked dirty by Matthew Bobrowski · 5 years ago
  98. 548feeb ext4: update direct I/O read lock pattern for IOCB_NOWAIT by Matthew Bobrowski · 5 years ago
  99. 53e5cca ext4: reorder map.m_flags checks within ext4_iomap_begin() by Matthew Bobrowski · 5 years ago
  100. f21bdbb Merge branch 'iomap-for-next' into mb/dio by Theodore Ts'o · 5 years ago