1. aa99f3c Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 4 months ago
  2. 728d392 fs/ext2: Avoid page_address on pages returned by ext2_get_page by Javier Pello · 3 years, 6 months ago
  3. 70f3bad ext2: Convert to using invalidate_lock by Jan Kara · 3 years, 9 months ago
  4. 767fcbc Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 3 years, 8 months ago
  5. aba405e ext2: convert to fileattr by Miklos Szeredi · 3 years, 9 months ago
  6. 782b76d fs/ext2: Replace kmap() with kmap_local_page() by Ira Weiny · 3 years, 9 months ago
  7. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  8. a6fbd0a fs/ext2: Use ext2_put_page by Ira Weiny · 4 years, 2 months ago
  9. 17a0445 ext2: ext2.h: fix duplicated word + typos by Randy Dunlap · 4 years, 5 months ago
  10. 30b42a7 ext2: remove nocheck option by Chengguang Xu · 4 years, 6 months ago
  11. b496209 ext2: propagate errors up to ext2_find_entry()'s callers by zhangyi (F) · 4 years, 7 months ago
  12. eb9e47f ext2: introduce new helper ext2_group_last_block_no() by Chengguang Xu · 5 years ago
  13. a9913f2 Merge tag 'fs_for_v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 6 years ago
  14. 93bc420 ext2: support statx syscall by yangerkun · 6 years ago
  15. e108921 ext2: use common file type conversion by Phillip Potter · 6 years ago
  16. 2aad26f ext2: remove redundant building macro check by Chengguang Xu · 6 years ago
  17. 27e6ed5 ext2: add warning when specifying nocheck option by Chengguang Xu · 7 years ago
  18. fb094c9 ext2, dax: introduce ext2_dax_aops by Dan Williams · 7 years ago
  19. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  20. 8cf037a ext2: perform dax_device lookup at mount by Dan Williams · 7 years ago
  21. 4738740 ext2, ext4: make mb block cache names more explicit by Tahsin Erdogan · 8 years ago
  22. 420768d ext2: Remove ext2_get_inode_flags() by Jan Kara · 8 years ago
  23. 6554766 ext2: Call dquot_writeback_dquots() with s_umount held by Jan Kara · 8 years ago
  24. 8ff6daa iomap: constify struct iomap_ops by Christoph Hellwig · 8 years ago
  25. 25f4e70 ext2: use iomap to implement DAX by Christoph Hellwig · 8 years ago
  26. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. ac3ba64 qstr: constify instances in ext2 by Al Viro · 8 years ago
  28. ff0031d ext2: fix filesystem deadlock while reading corrupted xattr block by Carlos Maiolino · 8 years ago
  29. 7a2508e mbcache2: rename to mbcache by Jan Kara · 9 years ago
  30. be0726d ext2: convert to mbcache2 by Jan Kara · 9 years ago
  31. 5726b27 ext2: Add locking for DAX faults by Ross Zwisler · 9 years ago
  32. be64f88 dax: unify ext2/4_{dax,}_file_operations by Boaz Harrosh · 10 years ago
  33. 9c3ce9e ext2: get rid of most mentions of XIP in ext2 by Matthew Wilcox · 10 years ago
  34. 97443aa8 ext2: remove ext2_aops_xip by Matthew Wilcox · 10 years ago
  35. 6cd176a vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX by Matthew Wilcox · 10 years ago
  36. ed87e92 ext2: remove ext2_use_xip by Matthew Wilcox · 10 years ago
  37. 6424111 ext2: Convert to private i_dquot field by Jan Kara · 10 years ago
  38. b8a9f9e userns: Convert ext2 to use kuid/kgid where appropriate. by Eric W. Biederman · 13 years ago
  39. f7699f2 migrate ext2_fs.h guts to fs/ext2/ext2.h by Al Viro · 13 years ago
  40. 3ea40bc ext2: propagate umode_t by Al Viro · 13 years ago
  41. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  42. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  43. f312eff bitops: remove ext2 non-atomic bitops from asm/bitops.h by Akinobu Mita · 14 years ago
  44. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 14 years ago
  45. c3765016 fs: add sync_inode_metadata by Christoph Hellwig · 14 years ago
  46. 72edc4d merge ext2 delete_inode and clear_inode, switch to ->evict_inode() by Al Viro · 15 years ago
  47. f4e420d clean up write_begin usage for directories in pagecache by Christoph Hellwig · 15 years ago
  48. 737f2e9 ext2: convert to use the new truncate convention. by npiggin@suse.de · 15 years ago
  49. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 15 years ago
  50. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  51. 48bde86 ext2: report metadata errors during fsync by Jan Kara · 15 years ago
  52. 2314b07 ext2: Unify log messages in ext2 by Alexey Fisher · 15 years ago
  53. 5e78b43 switch ext2 to inode->i_acl by Al Viro · 16 years ago
  54. 39fe755 ext2: Do not update mtime of a moved directory by Jan Kara · 16 years ago
  55. 88164ff trivial: ext2: fix a typo in comment in ext2.h by Ali Gholami Rudi · 16 years ago
  56. e1740a4 switch ext2 to simple_fsync() by Al Viro · 16 years ago
  57. a988544 [PATCH] get rid of on-stack dentry in ext2_get_parent() by Al Viro · 16 years ago
  58. 68c9d70 generic block based fiemap implementation by Josef Bacik · 16 years ago
  59. 91dbbe4 ext2: remove unused ext2_put_inode prototype by Christoph Hellwig · 17 years ago
  60. 52fcf70 iget: stop EXT2 from using iget() and read_inode() by David Howells · 17 years ago
  61. 14f9f7b BKL-removal: convert ext2 over to use unlocked_ioctl by Andi Kleen · 17 years ago
  62. 6454d1f fix up ext2_fs.h for userspace after reservations backport by Tobias Poschwatta · 17 years ago
  63. a686cd8 ext2 reservations by Martin J. Bligh · 17 years ago
  64. f34fb6e ext2: convert to new aops by Nick Piggin · 17 years ago
  65. 4f99ed6 ext3: copy i_flags to inode flags on write by Jan Kara · 18 years ago
  66. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 18 years ago
  67. e322ff0 [PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [try #6] by David Howells · 18 years ago
  68. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 19 years ago
  69. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
  70. 2c22129 [PATCH] fs/ext2/: proper ext2_get_parent() prototype by Adrian Bunk · 19 years ago
  71. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  72. 50a5223 [PATCH] ext2: fix mount options parting by Jan Kara · 19 years ago
  73. 6d79125 [PATCH] xip: ext2: execute in place by Carsten Otte · 20 years ago
  74. e072c6f [PATCH] ext2 corruption - regression between 2.6.9 and 2.6.10 by Bernard Blackham · 20 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago