1. eb799e1 ext4: fix race between writepages and enabling EXT4_EXTENTS_FL by Eric Biggers · 4 years, 3 months ago
  2. b8a07463 ext4: fix misspellings in comments. by Adam Buchbinder · 8 years ago
  3. e2b911c ext4: clean up feature test macros with predicate functions by Darrick J. Wong · 9 years ago
  4. 8974fec ext4: correctly migrate a file with a hole at the beginning by Eryu Guan · 9 years ago
  5. d6f123a ext4: be more strict when migrating to non-extent based file by Eryu Guan · 9 years ago
  6. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  7. 58d86a5 ext4: update comments regarding ext4_delete_inode() by Wang Shilong · 9 years ago
  8. ed8a1a7 ext4: rename ext4_ext_find_extent() to ext4_find_extent() by Theodore Ts'o · 10 years ago
  9. b7ea89a ext4: allow a NULL argument to ext4_ext_drop_refs() by Theodore Ts'o · 10 years ago
  10. dfe5080 ext4: drop EXT4_EX_NOFREE_ON_ERR from rest of extents handling code by Theodore Ts'o · 10 years ago
  11. 4b1f166 ext4: add i_data_sem sanity check by Dmitry Monakhov · 10 years ago
  12. c8b459f ext4: remove unnecessary double parentheses by Lukas Czerner · 10 years ago
  13. 70261f5 ext4: Fix misspellings using 'codespell' tool by Anatol Pomozov · 11 years ago
  14. 107a7bd ext4: cache all of an extent tree's leaf block upon reading by Theodore Ts'o · 11 years ago
  15. 43e50f5 ext4: do not convert to indirect with bigalloc enabled by Lukas Czerner · 11 years ago
  16. 0d14b09 ext4: move ext4_ind_migrate() into migrate.c by Lukas Czerner · 11 years ago
  17. 4b21763 ext4: fix the number of credits needed for ext4_ext_migrate() by Theodore Ts'o · 11 years ago
  18. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  19. 4a092d7 ext4: rationalize ext4_extents.h inclusion by Theodore Ts'o · 11 years ago
  20. 08cefc7 userns: Convert ext4 to user kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  21. a0cc910 ext4: using PTR_ERR() on the wrong variable in ext4_ext_migrate() by Dan Carpenter · 12 years ago
  22. 302bf2f ext2/3/4: delete unneeded includes of module.h by Paul Gortmaker · 12 years ago
  23. d211858 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue by Linus Torvalds · 13 years ago
  24. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  25. 5cb81da ext4: fix quota accounting during migration by Dmitry Monakhov · 13 years ago
  26. fba90ff ext4: migrate cleanup by Dmitry Monakhov · 13 years ago
  27. d899024 ext4: add some tracepoints in ext4/extents.c by Aditya Kali · 13 years ago
  28. 74e4e6d ext4: set extents flag when migrating file to use extents by Theodore Ts'o · 13 years ago
  29. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  30. 7dc5761 ext4: Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 13 years ago
  31. f1dffc4 ext4: ext4_ext_migrate should use NULL not 0 by Eric Paris · 13 years ago
  32. bf89d16 ext4: rename {ext,idx}_pblock and inline small extent functions by Theodore Ts'o · 14 years ago
  33. 07a0382 ext4: Convert more i_flags references to use accessor functions by Theodore Ts'o · 14 years ago
  34. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 14 years ago
  35. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  36. f39490b ext4: fix error handling in migrate by Dmitry Monakhov · 14 years ago
  37. 19f5fb7 ext4: Use bitops to read/modify EXT4_I(inode)->i_state by Theodore Ts'o · 14 years ago
  38. 5aca07e ext4: quota macros cleanup by Dmitry Monakhov · 14 years ago
  39. e636260 ext4: call ext4_forget() from ext4_free_blocks() by Theodore Ts'o · 14 years ago
  40. 0031462 ext4: Split uninitialized extents for direct I/O by Mingming Cao · 15 years ago
  41. 1b9c12f ext4: store EXT4_EXT_MIGRATE in i_state instead of i_flags by Theodore Ts'o · 15 years ago
  42. a8526e8 ext4: Add missing unlock_new_inode() call in extent migration code by Aneesh Kumar K.V · 15 years ago
  43. 1101391 ext4: teach the inode allocator to use a goal inode number by Andreas Dilger · 15 years ago
  44. f157a4a ext4: Use a hash of the topdir directory name for the Orlov parent group by Theodore Ts'o · 15 years ago
  45. 0905426 ext4: Fix NULL dereference in ext4_ext_migrate()'s error handling by Dan Carpenter · 15 years ago
  46. 83982b6 ext4: Remove "extents" mount option by Theodore Ts'o · 15 years ago
  47. 0390131 ext4: Allow ext4 to run without a journal by Frank Mayhar · 15 years ago
  48. 2a43a87 ext4: elevate write count for migrate ioctl by Aneesh Kumar K.V · 16 years ago
  49. ee12b63 ext4: journal credits reservation fixes for extent file writepage by Mingming Cao · 16 years ago
  50. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  51. 267e4db ext4: Fix race between migration and mmap write by Aneesh Kumar K.V · 16 years ago
  52. b35905c ext4: Fix memory and buffer head leak in callers to ext4_ext_find_extent() by Aneesh Kumar K.V · 16 years ago
  53. 8009f9f ext4: Fix circular locking dependency with migrate and rm. by Aneesh Kumar K.V · 16 years ago
  54. b8356c4 ext4: Don't set EXTENTS_FL flag for fast symlinks by Valerie Clement · 16 years ago
  55. c9de560 ext4: Add multi block allocator for ext4 by Alex Tomas · 16 years ago
  56. c14c6fd ext4: Add EXT4_IOC_MIGRATE ioctl by Aneesh Kumar K.V · 16 years ago