1. d28619f 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
  2. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  3. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  4. e4ce30f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  5. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  6. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  7. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  8. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  9. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  10. e8bebe2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  11. b10b852 ext4: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 14 years ago
  12. 11e2752 ext4: constify xattr_handler by Stephen Hemminger · 14 years ago
  13. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  14. 1275562 quota: unify quota init condition in setattr by Dmitry Monakhov · 14 years ago
  15. 14ece10 ext4: Make fsync sync new parent directories in no-journal mode by Frank Mayhar · 14 years ago
  16. 60e6679 ext4: Drop whitespace at end of lines by Theodore Ts'o · 14 years ago
  17. 4d92dc0 ext4: Fix compat EXT4_IOC_ADD_GROUP by Ben Hutchings · 14 years ago
  18. 899ad0c ext4: Conditionally define compat ioctl numbers by Ben Hutchings · 14 years ago
  19. f307333 ext4: Add new tracepoints to track mballoc's buddy bitmap loads by Theodore Ts'o · 14 years ago
  20. 5a58ec8 ext4: Add a missing trace hook by Li Zefan · 14 years ago
  21. 0617b83 ext4: restart ext4_ext_remove_space() after transaction restart by Dmitry Monakhov · 14 years ago
  22. 786ec79 ext4: Clear the EXT4_EOFBLOCKS_FL flag only when warranted by Theodore Ts'o · 14 years ago
  23. f70f362 ext4: Avoid crashing on NULL ptr dereference on a filesystem error by Theodore Ts'o · 14 years ago
  24. 12e9b89 ext4: Use bitops to read/modify i_flags in struct ext4_inode_info by Dmitry Monakhov · 14 years ago
  25. 24676da ext4: Convert calls of ext4_error() to EXT4_ERROR_INODE() by Theodore Ts'o · 14 years ago
  26. 2ed8868 ext4: Convert callers of ext4_get_blocks() to use ext4_map_blocks() by Theodore Ts'o · 14 years ago
  27. e35fd66 ext4: Add new abstraction ext4_map_blocks() underneath ext4_get_blocks() by Theodore Ts'o · 14 years ago
  28. 8e48dcf ext4: Use our own write_cache_pages() by Theodore Ts'o · 14 years ago
  29. 39a4bad ext4: Show journal_checksum option by Jan Kara · 14 years ago
  30. 291dae4 ext4: Fix for ext4_mb_collect_stats() by Curt Wohlgemuth · 14 years ago
  31. 8a57d9d ext4: check for a good block group before loading buddy pages by Curt Wohlgemuth · 14 years ago
  32. 6d19c42 ext4: Prevent creation of files larger than RLIMIT_FSIZE using fallocate by Nikanth Karthikesan · 14 years ago
  33. fbe845d ext4: Remove extraneous newlines in ext4_msg() calls by Curt Wohlgemuth · 14 years ago
  34. d4c402d ext4: Print mount options in when mounting and add a remount message by Curt Wohlgemuth · 14 years ago
  35. 72b8ab9 ext4: don't use quota reservation for speculative metadata by Eric Sandeen · 14 years ago
  36. 84061e0 ext4: init statistics after journal recovery by Dmitry Monakhov · 14 years ago
  37. d17413c ext4: clean up inode bitmaps manipulation in ext4_free_inode by Dmitry Monakhov · 14 years ago
  38. 21ca087 ext4: Do not zero out uninitialized extents beyond i_size by Dmitry Monakhov · 14 years ago
  39. c445e3e ext4: don't scan/accumulate more pages than mballoc will allocate by Eric Sandeen · 14 years ago
  40. a30eec2 ext4: stop issuing discards if not supported by device by Eric Sandeen · 14 years ago
  41. 6b0310f ext4: don't return to userspace after freezing the fs with a mutex held by Eric Sandeen · 14 years ago
  42. 256a453 ext4: symlink must be handled via filesystem specific operation by Dmitry Monakhov · 14 years ago
  43. 42007ef ext4: check s_log_groups_per_flex in online resize code by Eric Sandeen · 14 years ago
  44. 35121c9 ext4: fix quota accounting in case of fallocate by Dmitry Monakhov · 14 years ago
  45. b684b2e ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode by Christian Borntraeger · 14 years ago
  46. e39e07f ext4: rename ext4_mb_release_desc() to ext4_mb_unload_buddy() by Jing Zhang · 14 years ago
  47. 62e823a ext4: Remove unnecessary call to ext4_get_group_desc() in mballoc by Jing Zhang · 14 years ago
  48. b720303 ext4: fix memory leaks in error path handling of ext4_ext_zeroout() by Jing Zhang · 14 years ago
  49. c26d0ba ext4: Fix coding style in fs/ext4/move_extent.c by Steven Liu · 14 years ago
  50. 0671e70 ext4: check missed return value in ext4_sync_file() by Dmitry Monakhov · 14 years ago
  51. 7407cf3 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  52. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  53. 202f2bb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  54. b90f687 ext4: Issue the discard operation *before* releasing the blocks to be reused by Theodore Ts'o · 14 years ago
  55. fd2dd9f ext4: Fix buffer head leaks after calls to ext4_get_inode_loc() by Curt Wohlgemuth · 14 years ago
  56. 8b472d7 ext4: Fix possible lost inode write in no journal mode by Curt Wohlgemuth · 14 years ago
  57. 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
  58. 39f1cd6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  59. c4caae2 ext4: Fixed inode allocator to correctly track a flex_bg's used_dirs by Eric Sandeen · 14 years ago
  60. ba69f9a ext4: Don't use delayed allocation by default when used instead of ext3 by Jan Kara · 14 years ago
  61. 37f328e ext4: Fix spelling of CONTIG_FS_EXT3 to CONFIG_FS_EXT3 by Theodore Ts'o · 14 years ago
  62. d330a5b ext4: Fix estimate of # of blocks needed to write indirect-mapped files by Jan Kara · 14 years ago
  63. c32da02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  64. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  65. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  66. 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
  67. 9467c4f Merge branch 'write_inode2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  68. 1f63b9c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  69. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  70. 64e290e ext4: fix up rb_root initializations to use RB_ROOT by Venkatesh Pallipadi · 14 years ago
  71. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  72. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  73. 9f75475 dquot: cleanup dquot drop routine by Christoph Hellwig · 14 years ago
  74. 257ba15 dquot: move dquot drop responsibility into the filesystem by Christoph Hellwig · 14 years ago
  75. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 14 years ago
  76. 63936dd dquot: cleanup inode allocation / freeing routines by Christoph Hellwig · 14 years ago
  77. 5dd4056 dquot: cleanup space allocation / freeing routines by Christoph Hellwig · 14 years ago
  78. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  79. c437b27 ext4: Code cleanup for EXT4_IOC_MOVE_EXT ioctl by Akira Fujita · 14 years ago
  80. 7247c0c ext4: Fix the NULL reference in double_down_write_data_sem() by Akira Fujita · 14 years ago
  81. 5fd5249 ext4: Fix insertion point of extent in mext_insert_across_blocks() by Akira Fujita · 14 years ago
  82. 731eb1a ext4: consolidate in_range() definitions by Akinobu Mita · 14 years ago
  83. bda00de ext4: cleanup to use ext4_grp_offs_to_block() by Akinobu Mita · 14 years ago
  84. 5661bd6 ext4: cleanup to use ext4_group_first_block_no() by Akinobu Mita · 14 years ago
  85. 9b1d0998 ext4: Release page references acquired in ext4_da_block_invalidatepages by Jan Kara · 14 years ago
  86. 3899167 Get rid of mnt_mountpoint abuses in ext4 by Al Viro · 14 years ago
  87. 67eeb56 ext4: Fix ext4_quota_write cross block boundary behaviour by Dmitry Monakhov · 14 years ago
  88. 273df55 ext4: Convert BUG_ON checks to use ext4_error() instead by Frank Mayhar · 14 years ago
  89. b7adc1f ext4: Use direct_IO_no_locking in ext4 dio read by Jiaying Zhang · 14 years ago
  90. 744692d ext4: use ext4_get_block_write in buffer write by Jiaying Zhang · 14 years ago
  91. c7064ef ext4: mechanical rename some of the direct I/O get_block's identifiers by Jiaying Zhang · 14 years ago
  92. b8b8afe ext4: make "offset" consistent in ext4_check_dir_entry() by Toshiyuki Okajima · 14 years ago
  93. 6e3617e ext4: Handle non empty on-disk orphan link by Dmitry Monakhov · 14 years ago
  94. da1dafc ext4: explicitly remove inode from orphan list after failed direct io by Dmitry Monakhov · 14 years ago
  95. f39490b ext4: fix error handling in migrate by Dmitry Monakhov · 14 years ago
  96. 437ca0f ext4: deprecate obsoleted mount options by Dmitry Monakhov · 14 years ago
  97. cc483f1 ext4: Fix fencepost error in chosing choosing group vs file preallocation. by Tao Ma · 14 years ago
  98. 56c50f1 ext4: trivial quota cleanup by Dmitry Monakhov · 14 years ago
  99. 482a742 ext4: mount flags manipulation cleanup by Dmitry Monakhov · 14 years ago
  100. c8d46e4 ext4: Add flag to files with blocks intentionally past EOF by Jiaying Zhang · 14 years ago