1. 9937783 ext4: mballoc: use lock for checking free blocks while retrying by Ritesh Harjani · 4 years, 8 months ago
  2. 8ef123fe ext4: mballoc: refactor ext4_mb_good_group() by Ritesh Harjani · 4 years, 8 months ago
  3. 07b5b8e ext4: mballoc: introduce pcpu seqcnt for freeing PA to improve ENOSPC handling by Ritesh Harjani · 4 years, 8 months ago
  4. cf5e2ca ext4: mballoc: refactor ext4_mb_discard_preallocations() by Ritesh Harjani · 4 years, 8 months ago
  5. 53f86b1 ext4: mballoc: add blocks to PA list under same spinlock after allocating blocks by Ritesh Harjani · 4 years, 8 months ago
  6. de8ff14 ext4: add casefold flag to EXT4_INODE_* flags by Eric Biggers · 4 years, 8 months ago
  7. 8ad8d71 ext4: rework map struct instantiation in ext4_ext_map_blocks() by Eric Whitney · 4 years, 8 months ago
  8. 70aa155 ext4: make ext_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
  9. d3df145 ext4: mballoc: make mb_debug() implementation to use pr_debug() by Ritesh Harjani · 4 years, 8 months ago
  10. 8ec2d31 ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_extents() by Ritesh Harjani · 4 years, 8 months ago
  11. ec8c60b ext4: improve ext_debug() msg in case of block allocation failure by Ritesh Harjani · 4 years, 8 months ago
  12. 6db0746 ext4: use BIT() macro for BH_** state bits by Ritesh Harjani · 4 years, 8 months ago
  13. 9bee577 ext4: balloc: use task_pid_nr() helper by Ritesh Harjani · 4 years, 8 months ago
  14. eb2b8eb ext4: mballoc: fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECK by Ritesh Harjani · 4 years, 8 months ago
  15. a345021 ext4: mballoc: refactor code inside DOUBLE_CHECK into separate function by Ritesh Harjani · 4 years, 8 months ago
  16. 4fca8f0 ext4: mballoc: make ext4_mb_use_preallocated() return type as bool by Ritesh Harjani · 4 years, 8 months ago
  17. f283529 ext4: mballoc: simplify error handling in ext4_init_mballoc() by Ritesh Harjani · 4 years, 8 months ago
  18. 004379d ext4: mballoc: fix few other format specifier in mb_debug() by Ritesh Harjani · 4 years, 8 months ago
  19. 36bad42 ext4: mballoc: correct the mb_debug() format specifier for pa_len var by Ritesh Harjani · 4 years, 8 months ago
  20. bbc4ec7 ext4: mballoc: add more mb_debug() msgs by Ritesh Harjani · 4 years, 8 months ago
  21. e68cf40 ext4: mballoc: refactor ext4_mb_show_ac() by Ritesh Harjani · 4 years, 8 months ago
  22. 212da3e ext4: mballoc: print bb_free info even when it is 0 by Ritesh Harjani · 4 years, 8 months ago
  23. 73c384c0 ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path by Theodore Ts'o · 4 years, 8 months ago
  24. 08adf45 ext4: fix race between ext4_sync_parent() and rename() by Eric Biggers · 4 years, 9 months ago
  25. 80dd497 ext4: fix a typo in a comment by Christophe JAILLET · 4 years, 9 months ago
  26. be809e1 ext4: clean up ext4_ext_convert_to_initialized() error handling by Eric Whitney · 4 years, 9 months ago
  27. 779e265 ext4: clean up GET_BLOCKS_PRE_IO error handling by Eric Whitney · 4 years, 9 months ago
  28. bee6cf0 ext4: remove redundant GET_BLOCKS_CONVERT code by Eric Whitney · 4 years, 9 months ago
  29. ee802f8 ext4: remove dead GET_BLOCKS_ZERO code by Eric Whitney · 4 years, 9 months ago
  30. b60ca33 ext4: don't ignore return values from ext4_ext_dirty() by Harshad Shirwadkar · 4 years, 9 months ago
  31. 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 9 months ago
  32. 8418897 ext4: fix error pointer dereference by Jeffle Xu · 4 years, 9 months ago
  33. ceff86f ext4: Avoid freeing inodes on dirty list by Jan Kara · 4 years, 9 months ago
  34. 3bbd0ef ext4: fix buffer_head refcnt leak when ext4_iget() fails by Xiyu Yang · 4 years, 9 months ago
  35. c36a71b ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max by Harshad Shirwadkar · 4 years, 9 months ago
  36. 39c0ae1 ext4: remove unnecessary comparisons to bool by Jason Yan · 4 years, 9 months ago
  37. 9e52484 ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag by Eric Whitney · 4 years, 9 months ago
  38. 6b6aeff ext4: fix a style issue in fs/ext4/acl.c by Carlos Guerrero Álvarez · 4 years, 9 months ago
  39. ef5fd68 ext4: remove redundant variable has_bigalloc in ext4_fill_super by Kaixu Xia · 4 years, 9 months ago
  40. 781c036 ext4: remove unnecessary test_opt for DIOREAD_NOLOCK by Kaixu Xia · 4 years, 9 months ago
  41. 907ea52 ext4: convert BUG_ON's to WARN_ON's in mballoc.c by Theodore Ts'o · 4 years, 9 months ago
  42. a17a9d9 ext4: increase wait time needed before reuse of deleted inode numbers by Theodore Ts'o · 4 years, 9 months ago
  43. 6488141 ext4: remove set but not used variable 'es' in ext4_jbd2.c by Jason Yan · 4 years, 10 months ago
  44. 05ca87c ext4: remove set but not used variable 'es' by Jason Yan · 4 years, 10 months ago
  45. 801674f ext4: do not zeroout extents beyond i_disksize by Jan Kara · 4 years, 10 months ago
  46. 9033783 ext4: fix return-value types in several function comments by Josh Triplett · 4 years, 10 months ago
  47. d87f639 ext4: use non-movable memory for superblock readahead by Roman Gushchin · 4 years, 11 months ago
  48. c2a559b ext4: use matching invalidatepage in ext4_writepage by yangerkun · 5 years ago
  49. 9c94b39 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 4 years, 10 months ago
  50. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 10 months ago
  51. 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 10 months ago
  52. 4b9fd8a8 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  53. df41460 ext4: fix incorrect group count in ext4_fill_super error message by Josh Triplett · 4 years, 10 months ago
  54. b9c538d ext4: fix incorrect inodes per group in error message by Josh Triplett · 4 years, 10 months ago
  55. 626b035 ext4: don't set dioread_nolock by default for blocksize < pagesize by Ritesh Harjani · 4 years, 10 months ago
  56. f1e67e3 fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t by Thomas Gleixner · 5 years ago
  57. c8980e1 ext4: disable dioread_nolock whenever delayed allocation is disabled by Eric Whitney · 4 years, 10 months ago
  58. c96e2b8 ext4: do not commit super on read-only bdev by Eric Sandeen · 4 years, 10 months ago
  59. d05466b ext4: avoid ENOSPC when avoiding to reuse recently deleted inodes by Jan Kara · 4 years, 10 months ago
  60. 5e47868 ext4: unregister sysfs path before destroying jbd2 journal by Ritesh Harjani · 4 years, 10 months ago
  61. f1eec3b ext4: check for non-zero journal inum in ext4_calculate_overhead by Ritesh Harjani · 4 years, 10 months ago
  62. c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 10 months ago
  63. ea3edd4 block: remove __bdevname by Christoph Hellwig · 4 years, 10 months ago
  64. 7ec9f3b ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE by Eric Biggers · 4 years, 10 months ago
  65. 2971148 ext4: remove map_from_cluster from ext4_ext_map_blocks by Eric Whitney · 4 years, 10 months ago
  66. 3499046 ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks() by Eric Whitney · 4 years, 10 months ago
  67. eb57608 ext4: mark block bitmap corrupted when found instead of BUGON by Dmitry Monakhov · 4 years, 10 months ago
  68. 47b1030 ext4: use flexible-array member for xattr structs by Gustavo A. R. Silva · 4 years, 10 months ago
  69. e32ac24 ext4: use flexible-array member in struct fname by Gustavo A. R. Silva · 4 years, 10 months ago
  70. d3b6f23 ext4: move ext4_fiemap to use iomap framework by Ritesh Harjani · 4 years, 11 months ago
  71. b2c5764 ext4: make ext4_ind_map_blocks work with fiemap by Ritesh Harjani · 4 years, 11 months ago
  72. ac58e4f ext4: move ext4 bmap to use iomap infrastructure by Ritesh Harjani · 4 years, 11 months ago
  73. 2f424a5 ext4: optimize ext4_ext_precache for 0 depth by Ritesh Harjani · 4 years, 11 months ago
  74. 6386722 ext4: add IOMAP_F_MERGED for non-extent based mapping by Ritesh Harjani · 4 years, 11 months ago
  75. dce8e23 ext4: fix a data race at inode->i_disksize by Qiujun Huang · 5 years ago
  76. 28936b6 ext4: fix a data race at inode->i_blocks by Qian Cai · 5 years ago
  77. f064a9d ext4: clean up error return for convert_initialized_extent() by Eric Whitney · 5 years ago
  78. 6cfb061 ext4: use flexible-array members in struct dx_node and struct dx_root by Gustavo A. R. Silva · 5 years ago
  79. 92e9c58 ext4: use built-in RCU list checking in mballoc by Madhuparna Bhowmik · 5 years ago
  80. 765bfcd ext4: delete declaration for ext4_split_extent() by Eric Whitney · 5 years ago
  81. 4337ecd ext4: remove EXT4_EOFBLOCKS_FL and associated code by Eric Whitney · 5 years ago
  82. a08fe66 ext4: code cleanup for ext4_statfs_project() by Chengguang Xu · 5 years ago
  83. 72f9da1 ext4: start to support iopoll method by Xiaoguang Wang · 5 years ago
  84. f2eeca0 ext4: force buffer up-to-date while marking it dirty by Harshad Shirwadkar · 5 years ago
  85. 37b0b6b ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() by Dan Carpenter · 4 years, 11 months ago
  86. 9db176b ext4: fix mount failure with quota configured as module by Jan Kara · 5 years ago
  87. cb85f4d ext4: fix race between writepages and enabling EXT4_EXTENTS_FL by Eric Biggers · 5 years ago
  88. bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 5 years ago
  89. 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 5 years ago
  90. df3da4e ext4: fix potential race between s_group_info online resizing and access by Suraj Jitindar Singh · 5 years ago
  91. 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 5 years ago
  92. 9424ef5 ext4: add cond_resched() to __ext4_find_entry() by Shijie Luo · 5 years ago
  93. 35df429 ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 5 years ago
  94. 8a8b809 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  95. d65d87a ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 5 years ago
  96. af133ad ext4: add cond_resched() to ext4_protect_reserved_inode by Shijie Luo · 5 years ago
  97. 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 5 years ago
  98. 4f97a68 ext4: fix support for inode sizes > 1024 bytes by Theodore Ts'o · 5 years ago
  99. 46d3688 ext4: simplify checking quota limits in ext4_statfs() by Jan Kara · 5 years ago
  100. 14c9ca0 ext4: don't assume that mmp_nodename/bdevname have NUL by Andreas Dilger · 5 years ago