1. e30b5dc ext4: fix fio regression by Yan, Zheng · 11 years ago
  2. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  3. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  4. be40136 ext4: rename and improbe ext4_es_find_extent() by Zheng Liu · 11 years ago
  5. 06b0c88 ext4: refine extent status tree by Zheng Liu · 11 years ago
  6. 9924a92 ext4: pass context information to jbd2__journal_start() by Theodore Ts'o · 11 years ago
  7. 5439ca6 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  8. a28a917 ext4: remove unaligned AIO warning printk by Eric Sandeen · 11 years ago
  9. 965c8e5 lseek: the "whence" argument is called "whence" by Andrew Morton · 11 years ago
  10. 939da10 ext4: Remove CONFIG_EXT4_FS_XATTR by Tao Ma · 11 years ago
  11. c8c0df2 ext4: introduce lseek SEEK_DATA/SEEK_HOLE support by Zheng Liu · 12 years ago
  12. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  13. c278531 ext4: fix ext4_flush_completed_IO wait semantics by Dmitry Monakhov · 12 years ago
  14. e27f41e ext4: give i_aiodio_unwritten a more appropriate name by Dmitry Monakhov · 12 years ago
  15. 173f865 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  16. 044ce47 ext4: convert last user of ext4_mark_super_dirty() to ext4_handle_dirty_super() by Jan Kara · 12 years ago
  17. 4bd809d ext4: don't take the i_mutex lock when doing DIO overwrites by Zheng Liu · 12 years ago
  18. ec7268c ext4: use core vfs llseek code for dir seeks by Eric Sandeen · 12 years ago
  19. e8b96eb vfs: allow custom EOF in generic_file_llseek code by Eric Sandeen · 12 years ago
  20. fbe1049 ext4: split ext4_file_write into buffered IO and direct IO by Zheng Liu · 12 years ago
  21. 8563000 ext4: use consistent ssize_t type in ext4_file_write() by Zheng Liu · 12 years ago
  22. f1f8935 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  23. 4cce0e2 ext4: replace cut'n'pasted llseek code with generic_file_llseek_size by Andi Kleen · 13 years ago
  24. cf80390 ext4: prevent stack overrun in ext4_file_open by Darrick J. Wong · 13 years ago
  25. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  26. c334b11 Ext4: handle SEEK_HOLE/SEEK_DATA generically by Josef Bacik · 13 years ago
  27. ae24f28 ext4: Convert ext4 to new truncate calling convention by Jan Kara · 13 years ago
  28. e9e3bce ext4: serialize unaligned asynchronous DIO by Eric Sandeen · 13 years ago
  29. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 13 years ago
  30. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 13 years ago
  31. e0d10bf ext4: improve llseek error handling for overly large seek offsets by Toshiyuki Okajima · 14 years ago
  32. d889dc8 ext4: fix EFBIG edge case when writing to large non-extent file by Toshiyuki Okajima · 14 years ago
  33. a037515 ext4: Clean up s_dirt handling 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. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  36. 1f63b9c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  37. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  38. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  39. 3899167 Get rid of mnt_mountpoint abuses in ext4 by Al Viro · 14 years ago
  40. 19f5fb7 ext4: Use bitops to read/modify EXT4_I(inode)->i_state by Theodore Ts'o · 14 years ago
  41. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  42. 0d34ec6 ext4: Remove syncing logic from ext4_file_write by Jan Kara · 15 years ago
  43. 1d5ccd1 ext[234]: move over to 'check_acl' permission model by Linus Torvalds · 15 years ago
  44. bc0b0d6 ext4: update the s_last_mounted field in the superblock by Theodore Ts'o · 15 years ago
  45. d601430 ext4: Fix discard of inode prealloc space with delayed allocation. by Aneesh Kumar K.V · 15 years ago
  46. 7d8f9f7 ext4: Automatically allocate delay allocated blocks on close by Theodore Ts'o · 15 years ago
  47. 3a06d77 ext4: sparse fixes by Aneesh Kumar K.V · 16 years ago
  48. 03010a3 ext4: Rename ext4dev to ext4 by Theodore Ts'o · 16 years ago
  49. 6873fa0 Hook ext4 to the vfs fiemap interface. by Eric Sandeen · 16 years ago
  50. c2ea3fd ext4: Remove old legacy block allocator by Theodore Ts'o · 16 years ago
  51. af5bc92 ext4: Fix whitespace checkpatch warnings/errors by Theodore Ts'o · 16 years ago
  52. 3e3398a ext4: delayed allocation i_blocks fix for stat by Mingming Cao · 16 years ago
  53. 2e9ee85 ext4: Use page_mkwrite vma_operations to get mmap write notification. by Aneesh Kumar K.V · 16 years ago
  54. 3dcf545 ext4: move headers out of include/linux by Christoph Hellwig · 16 years ago
  55. 5cdd7b2 Convert ext4 to use unlocked_ioctl by Andi Kleen · 16 years ago
  56. 0e855ac ext4: Convert truncate_mutex to read write semaphore. by Aneesh Kumar K.V · 16 years ago
  57. e2b4657 ext4: store maxbytes for bitmapped files and return EFBIG as appropriate by Eric Sandeen · 16 years ago
  58. a2df2a6 fallocate support in ext4 by Amit Arora · 17 years ago
  59. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  60. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  61. 9d54989 [PATCH] ext4: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  62. dab291a [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd by Mingming Cao · 18 years ago
  63. 617ba13 [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols by Mingming Cao · 18 years ago
  64. ac27a0e [PATCH] ext4: initial copy of files from ext3 by Dave Kleikamp · 18 years ago