1. 188c299 ext4: Support for checksumming from journal triggers by Jan Kara · 3 years, 4 months ago
  2. a3f5cf1 ext4: drop ext4_handle_dirty_super() by Jan Kara · 4 years ago
  3. f177ee0 ext4: add helpers for checking whether quota can be enabled/is journalled by Roman Anufriev · 4 years, 2 months ago
  4. dfcd448 ext4: drop ext4_journal_free_reserved() by Jan Kara · 4 years, 7 months ago
  5. 4209ae1 ext4: handle ext4_mark_inode_dirty errors by Harshad Shirwadkar · 4 years, 8 months ago
  6. c8980e1 ext4: disable dioread_nolock whenever delayed allocation is disabled by Eric Whitney · 4 years, 9 months ago
  7. 46797ad ext4: uninline ext4_inode_journal_mode() by Eric Biggers · 5 years ago
  8. 83448bd ext4: Reserve revoke credits for freed blocks by Jan Kara · 5 years ago
  9. fdc3ef8 jbd2: Reserve space for revoke descriptor blocks by Jan Kara · 5 years ago
  10. a9a8344 ext4, jbd2: Provide accessor function for handle credits by Jan Kara · 5 years ago
  11. a413036 ext4: Provide function to handle transaction restarts by Jan Kara · 5 years ago
  12. 321238f ext4: Fix ext4_should_journal_data() for EA inodes by Jan Kara · 5 years ago
  13. 73131fb ext4: use jbd2_inode dirty range scoping by Ross Zwisler · 6 years ago
  14. 17403fa Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  15. fa30dde ext4: fix NULL pointer dereference while journal is aborted by Jiufei Xue · 6 years ago
  16. 592ddec ext4: use IS_ENCRYPTED() to check encryption status by Chandan Rajendra · 6 years ago
  17. f516676 ext4: fix up remaining files with SPDX cleanups by Theodore Ts'o · 7 years ago
  18. c03b45b ext4, project: expand inode extra size if possible by Miao Xie · 7 years ago
  19. c1a5d5f ext4: improve journal credit handling in set xattr paths by Tahsin Erdogan · 8 years ago
  20. e08ac99 ext4: add largedir feature by Artem Blagodarenko · 8 years ago
  21. 73b92a2 ext4: do not perform data journaling when data is encrypted by Sergey Karamov · 8 years ago
  22. d08854f ext4: optimize ext4_should_retry_alloc() to improve ENOSPC performance by Theodore Ts'o · 9 years ago
  23. ee0876b ext4: do not ask jbd2 to write data for delalloc buffers by Jan Kara · 9 years ago
  24. 41617e1 jbd2: add support for avoiding data writes during transaction commits by Jan Kara · 9 years ago
  25. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  26. a2d4a64 ext4: don't use MAXQUOTAS value by Jan Kara · 10 years ago
  27. c197855 ext4: make local functions static by Stephen Hemminger · 11 years ago
  28. 70261f5 ext4: Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  29. 6b523df ext4: use transaction reservation for extent conversion in ext4_end_io by Jan Kara · 12 years ago
  30. 5fe2fe8 ext4: provide wrappers for transaction reservation calls by Jan Kara · 12 years ago
  31. f45a5ef ext4: improve credit estimate for EXT4_SINGLEDATA_TRANS_BLOCKS by Jan Kara · 12 years ago
  32. 5d3ee20 ext4: fix journal callback list traversal by Dmitry Monakhov · 12 years ago
  33. 95eaefb ext4: fix the number of credits needed for acl ops with inline data by Theodore Ts'o · 12 years ago
  34. 64044ab ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir() by Theodore Ts'o · 12 years ago
  35. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 12 years ago
  36. 37be2f5 ext4: remove ext4_handle_release_buffer() by Eric Sandeen · 12 years ago
  37. b50924c ext4: remove unnecessary argument from __ext4_handle_dirty_metadata() by Artem Bityutskiy · 12 years ago
  38. 7c319d3 ext4: make quota as first class supported feature by Aditya Kali · 12 years ago
  39. a9c47317 ext4: calculate and verify superblock checksum by Darrick J. Wong · 13 years ago
  40. 18aadd4 ext4: expand commit callback and by Bobi Jam · 13 years ago
  41. 3d2b158 ext4: ignore EXT4_INODE_JOURNAL_DATA flag with delalloc by Lukas Czerner · 13 years ago
  42. 441c850 ext4: Fix ext4_should_writeback_data() for no-journal mode by Curt Wohlgemuth · 13 years ago
  43. 2cd05cc ext4: remove unneeded ext4_journal_get_undo_access by Theodore Ts'o · 14 years ago
  44. 21f9769 ext4: remove unnecessary [cm]time update of quota file by Jan Kara · 14 years ago
  45. 537a031 ext4: unify the ext4_handle_release_buffer() api by Amir Goldstein · 14 years ago
  46. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 14 years ago
  47. c398eda ext4: Pass line numbers to ext4_error() and friends by Theodore Ts'o · 14 years ago
  48. 90c7201 ext4: Pass line number to ext4_journal_abort_handle() by Theodore Ts'o · 15 years ago
  49. 206f7ab ext4: remove vestiges of nobh support by Christoph Hellwig · 15 years ago
  50. a037515 ext4: Clean up s_dirt handling by Theodore Ts'o · 15 years ago
  51. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 15 years ago
  52. 744692d ext4: use ext4_get_block_write in buffer write by Jiaying Zhang · 15 years ago
  53. b436b9b ext4: Wait for proper transaction commit on fsync by Jan Kara · 15 years ago
  54. 5aca07e ext4: quota macros cleanup by Dmitry Monakhov · 15 years ago
  55. b7e57e7 ext4: fold ext4_journal_forget() into ext4_forget() by Theodore Ts'o · 15 years ago
  56. e4684b3 ext4: fold ext4_journal_revoke() into ext4_forget() by Theodore Ts'o · 15 years ago
  57. d6797d1 ext4: move ext4_forget() to ext4_jbd2.c by Theodore Ts'o · 15 years ago
  58. d3d1faf ext4: Handle nested ext4_journal_start/stop calls without a journal by Curt Wohlgemuth · 15 years ago
  59. e6b5d30 ext4: Fix buffer head reference leak in no-journal mode by Curt Wohlgemuth · 15 years ago
  60. 5adfee9 ext4: fix no journal corruption with locale-gen by Theodore Ts'o · 15 years ago
  61. 83982b6 ext4: Remove "extents" mount option by Theodore Ts'o · 16 years ago
  62. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 16 years ago
  63. a02908f ext4: journal credits calulation cleanup and fix for non-extent writepage by Mingming Cao · 16 years ago
  64. 678aaf4 ext4: Use new framework for data=ordered mode in JBD2 by Jan Kara · 16 years ago
  65. 4db9c54 ext4: replace __FUNCTION__ occurrences by Stoyan Gaydarov · 16 years ago
  66. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 17 years ago[Renamed (97%) from include/linux/ext4_jbd2.h]
  67. cd02ff0 jbd2: JBD_XXX to JBD2_XXX naming cleanup by Mingming Cao · 17 years ago
  68. 8984d13 [PATCH] ext4: uninline large functions by Andrew Morton · 18 years ago
  69. 2997176 [PATCH] jbd2: sector_t conversion by Mingming Cao · 18 years ago
  70. d0d856e [PATCH] ext4: clean up comments in ext4-extents patch by Randy Dunlap · 18 years ago
  71. a86c618 [PATCH] ext3: add extent map support by Alex Tomas · 18 years ago
  72. f7f4bcc [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbols by Mingming Cao · 18 years ago
  73. 470decc [PATCH] jbd2: initial copy of files from jbd by Dave Kleikamp · 18 years ago