1. 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
  2. 54d3adb ext4: save all error info in save_error_info() and drop ext4_set_errno() by Theodore Ts'o · 4 years, 10 months ago
  3. 1455c69 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 4 years, 10 months ago
  4. 4b9fd8a 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
  5. df41460 ext4: fix incorrect group count in ext4_fill_super error message by Josh Triplett · 4 years, 10 months ago
  6. b9c538d ext4: fix incorrect inodes per group in error message by Josh Triplett · 4 years, 10 months ago
  7. 626b035 ext4: don't set dioread_nolock by default for blocksize < pagesize by Ritesh Harjani · 4 years, 10 months ago
  8. f1e67e3 fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t by Thomas Gleixner · 5 years ago
  9. c8980e1 ext4: disable dioread_nolock whenever delayed allocation is disabled by Eric Whitney · 4 years, 10 months ago
  10. c96e2b8 ext4: do not commit super on read-only bdev by Eric Sandeen · 4 years, 10 months ago
  11. d05466b ext4: avoid ENOSPC when avoiding to reuse recently deleted inodes by Jan Kara · 4 years, 10 months ago
  12. 5e47868 ext4: unregister sysfs path before destroying jbd2 journal by Ritesh Harjani · 4 years, 10 months ago
  13. f1eec3b ext4: check for non-zero journal inum in ext4_calculate_overhead by Ritesh Harjani · 4 years, 10 months ago
  14. c6a564ff block: move the part_stat* helpers from genhd.h to a new header by Christoph Hellwig · 4 years, 10 months ago
  15. ea3edd4 block: remove __bdevname by Christoph Hellwig · 4 years, 10 months ago
  16. 7ec9f3b ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE by Eric Biggers · 4 years, 10 months ago
  17. 2971148 ext4: remove map_from_cluster from ext4_ext_map_blocks by Eric Whitney · 4 years, 11 months ago
  18. 3499046 ext4: clean up ext4_ext_insert_extent() call in ext4_ext_map_blocks() by Eric Whitney · 4 years, 11 months ago
  19. eb57608 ext4: mark block bitmap corrupted when found instead of BUGON by Dmitry Monakhov · 4 years, 11 months ago
  20. 47b1030 ext4: use flexible-array member for xattr structs by Gustavo A. R. Silva · 4 years, 11 months ago
  21. e32ac24 ext4: use flexible-array member in struct fname by Gustavo A. R. Silva · 4 years, 11 months ago
  22. d3b6f23 ext4: move ext4_fiemap to use iomap framework by Ritesh Harjani · 5 years ago
  23. b2c5764 ext4: make ext4_ind_map_blocks work with fiemap by Ritesh Harjani · 5 years ago
  24. ac58e4f ext4: move ext4 bmap to use iomap infrastructure by Ritesh Harjani · 5 years ago
  25. 2f424a5 ext4: optimize ext4_ext_precache for 0 depth by Ritesh Harjani · 5 years ago
  26. 6386722 ext4: add IOMAP_F_MERGED for non-extent based mapping by Ritesh Harjani · 5 years ago
  27. dce8e23 ext4: fix a data race at inode->i_disksize by Qiujun Huang · 5 years ago
  28. 28936b6 ext4: fix a data race at inode->i_blocks by Qian Cai · 5 years ago
  29. f064a9d ext4: clean up error return for convert_initialized_extent() by Eric Whitney · 5 years ago
  30. 6cfb061 ext4: use flexible-array members in struct dx_node and struct dx_root by Gustavo A. R. Silva · 5 years ago
  31. 92e9c58 ext4: use built-in RCU list checking in mballoc by Madhuparna Bhowmik · 5 years ago
  32. 765bfcd ext4: delete declaration for ext4_split_extent() by Eric Whitney · 5 years ago
  33. 4337ecd ext4: remove EXT4_EOFBLOCKS_FL and associated code by Eric Whitney · 5 years ago
  34. a08fe66 ext4: code cleanup for ext4_statfs_project() by Chengguang Xu · 5 years ago
  35. 72f9da1 ext4: start to support iopoll method by Xiaoguang Wang · 5 years ago
  36. f2eeca0 ext4: force buffer up-to-date while marking it dirty by Harshad Shirwadkar · 5 years ago
  37. 37b0b6b ext4: potential crash on allocation error in ext4_alloc_flex_bg_array() by Dan Carpenter · 5 years ago
  38. 9db176b ext4: fix mount failure with quota configured as module by Jan Kara · 5 years ago
  39. cb85f4d ext4: fix race between writepages and enabling EXT4_EXTENTS_FL by Eric Biggers · 5 years ago
  40. bbd5593 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem by Eric Biggers · 5 years ago
  41. 7c99072 ext4: fix potential race between s_flex_groups online resizing and access by Suraj Jitindar Singh · 5 years ago
  42. df3da4e ext4: fix potential race between s_group_info online resizing and access by Suraj Jitindar Singh · 5 years ago
  43. 1d0c392 ext4: fix potential race between online resizing and write operations by Theodore Ts'o · 5 years ago
  44. 9424ef5 ext4: add cond_resched() to __ext4_find_entry() by Shijie Luo · 5 years ago
  45. 35df429 ext4: fix a data race in EXT4_I(inode)->i_disksize by Qian Cai · 5 years ago
  46. 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
  47. d65d87a ext4: improve explanation of a mount failure caused by a misconfigured kernel by Theodore Ts'o · 5 years ago
  48. af133ad ext4: add cond_resched() to ext4_protect_reserved_inode by Shijie Luo · 5 years ago
  49. 48a3431 ext4: fix checksum errors with indexed dirs by Jan Kara · 5 years ago
  50. 4f97a68 ext4: fix support for inode sizes > 1024 bytes by Theodore Ts'o · 5 years ago
  51. 46d3688 ext4: simplify checking quota limits in ext4_statfs() by Jan Kara · 5 years ago
  52. 14c9ca0 ext4: don't assume that mmp_nodename/bdevname have NUL by Andreas Dilger · 5 years ago
  53. 359c92c Merge tag 'dax-fixes-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 5 years ago
  54. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  55. e5da4c93 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 5 years ago
  56. 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
  57. c899437 Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
  58. 8d6ce13 ext4,jbd2: fix comment and code style by Shijie Luo · 5 years ago
  59. 52144d8 ext4: fix extent_status trace points by Dmitry Monakhov · 5 years ago
  60. 57c32ea ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project() by Chengguang Xu · 5 years ago
  61. ec772f0 ext4: fix race conditions in ->d_compare() and ->d_hash() by Eric Biggers · 5 years ago
  62. 244adf6 ext4: make dioread_nolock the default by Theodore Ts'o · 5 years ago
  63. 4068664 ext4: fix extent_status fragmentation for plain files by Dmitry Monakhov · 5 years ago
  64. 71b565c ext4: drop ext4_kvmalloc() by Theodore Ts'o · 5 years ago
  65. a54d8d3 ext4: Add EXT4_IOC_FSGETXATTR/EXT4_IOC_FSSETXATTR to compat_ioctl by Martijn Coenen · 5 years ago
  66. e128d51 ext4: remove unused macro MPAGE_DA_EXTENT_TAIL by Ritesh Harjani · 5 years ago
  67. de74548 ext4: add missing braces in ext4_ext_drop_refs() by Eric Biggers · 5 years ago
  68. 6e89bbb ext4: fix some nonstandard indentation in extents.c by Eric Biggers · 5 years ago
  69. 61a6cb4 ext4: remove obsolete comment from ext4_can_extents_be_merged() by Eric Biggers · 5 years ago
  70. adde81c ext4: fix documentation for ext4_ext_try_to_merge() by Eric Biggers · 5 years ago
  71. 43f8167 ext4: make some functions static in extents.c by Eric Biggers · 5 years ago
  72. a118099 ext4: remove redundant S_ISREG() checks from ext4_fallocate() by Eric Biggers · 5 years ago
  73. 9b02e49 ext4: clean up len and offset checks in ext4_fallocate() by Eric Biggers · 5 years ago
  74. dd6683e ext4: remove ext4_{ind,ext}_calc_metadata_amount() by Eric Biggers · 5 years ago
  75. fd5fe25 ext4: remove unneeded check for error allocating bio_post_read_ctx by Eric Biggers · 5 years ago
  76. 68e4533 ext4: fix deadlock allocating bio_post_read_ctx from mempool by Eric Biggers · 5 years ago
  77. 547c556 ext4: fix deadlock allocating crypto bounce page from mempool by Eric Biggers · 5 years ago
  78. 8f27fd0 ext4: Delete ext4_kvzvalloc() by Naoto Kobayashi · 5 years ago
  79. d859264 ext4: re-enable extent zeroout optimization on encrypted files by Eric Biggers · 5 years ago
  80. 33b4cc2 ext4: only use fscrypt_zeroout_range() on regular files by Eric Biggers · 5 years ago
  81. 457b1e3 ext4: allow ZERO_RANGE on encrypted files by Eric Biggers · 5 years ago
  82. 834f156 ext4: handle decryption error in __ext4_block_zero_page_range() by Eric Biggers · 5 years ago
  83. 284b3f6 ext4: remove unnecessary selections from EXT3_FS by Eric Biggers · 5 years ago
  84. 4756ee1 ext4: use true,false for bool variable by zhengbin · 5 years ago
  85. 46797ad ext4: uninline ext4_inode_journal_mode() by Eric Biggers · 5 years ago
  86. 64c314f ext4: remove unnecessary ifdefs in htree_dirblock_to_tree() by Eric Biggers · 5 years ago
  87. 7063743 ext4: remove unnecessary assignment in ext4_htree_store_dirent() by Chengguang Xu · 5 years ago
  88. d4c5e96 ext4: avoid fetching btime in ext4_getattr() unless requested by Theodore Ts'o · 5 years ago
  89. fd39073 fs-verity: implement readahead of Merkle tree pages by Eric Biggers · 5 years ago
  90. c475c77 kunit: allow kunit tests to be loaded as a module by Alan Maguire · 5 years ago
  91. 3f666c5 dax: Pass dax_dev instead of bdev to dax_writeback_mapping_range() by Vivek Goyal · 5 years ago
  92. ede7a09 fscrypt: Allow modular crypto algorithms by Herbert Xu · 5 years ago
  93. 3b1ada55 fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info() by Eric Biggers · 5 years ago
  94. 8cd115b ext4: Optimize ext4 DIO overwrites by Jan Kara · 5 years ago
  95. 4549b49 ext4: export information about first/last errors via /sys/fs/ext4/<dev> by Theodore Ts'o · 5 years ago
  96. 46f870d6 ext4: simulate various I/O and checksum errors when reading metadata by Theodore Ts'o · 5 years ago
  97. 878520a ext4: save the error code which triggered an ext4_error() in the superblock by Theodore Ts'o · 5 years ago
  98. a562c68 Merge branch 'rk/inode_lock' into dev by Theodore Ts'o · 5 years ago
  99. bc6385d ext4: Move to shared i_rwsem even without dioread_nolock mount opt by Ritesh Harjani · 5 years ago
  100. aa9714d0 ext4: Start with shared i_rwsem in case of DIO instead of exclusive by Ritesh Harjani · 5 years ago