1. 61d0867 ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end() by Theodore Ts'o · 14 years ago
  2. 4a873a4 ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static by Theodore Ts'o · 14 years ago
  3. bf89d16 ext4: rename {ext,idx}_pblock and inline small extent functions by Theodore Ts'o · 14 years ago
  4. 1f109d5 ext4: make various ext4 functions be static by Theodore Ts'o · 14 years ago
  5. 5dabfc7 ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*() by Theodore Ts'o · 14 years ago
  6. 7f93cff ext4: fix kernel oops if the journal superblock has a non-zero j_errno by Theodore Ts'o · 14 years ago
  7. 72f84e6 ext4: update writeback_index based on last page scanned by Eric Sandeen · 14 years ago
  8. 5b41d92 ext4: implement writeback livelock avoidance using page tagging by Eric Sandeen · 14 years ago
  9. bbd0834 ext4: tidy up a void argument in inode.c by Eric Sandeen · 14 years ago
  10. 27ee40d ext4: add batched_discard into ext4 feature list by Lukas Czerner · 14 years ago
  11. 7360d17 ext4: Add batched discard support for ext4 by Lukas Czerner · 14 years ago
  12. 77ca6cd ext4: Use return value from sb_issue_discard() by Lukas Czerner · 14 years ago
  13. 8778369 ext4: Check return value of sb_getblk() and friends by Namhyung Kim · 14 years ago
  14. bd2d021 ext4: use bio layer instead of buffer layer in mpage_da_submit_io by Theodore Ts'o · 14 years ago
  15. 1de3e3d ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io() by Theodore Ts'o · 14 years ago
  16. 3ecdb3a ext4: inline walk_page_buffers() into mpage_da_submit_io by Theodore Ts'o · 14 years ago
  17. cb20d51 ext4: inline ext4_writepage() into mpage_da_submit_io() by Theodore Ts'o · 14 years ago
  18. a42afc5 ext4: simplify ext4_writepage() by Theodore Ts'o · 14 years ago
  19. 5a87b7a ext4: call mpage_da_submit_io() from mpage_da_map_blocks() by Theodore Ts'o · 14 years ago
  20. 1682808 ext4: use KMEM_CACHE instead of kmem_cache_create by Theodore Ts'o · 14 years ago
  21. 7845c04 ext4: use search_dirblock() in ext4_dx_find_entry() by Theodore Ts'o · 14 years ago
  22. 8941ec8 ext4: avoid uninitialized memory references in ext3_htree_next_block() by Theodore Ts'o · 14 years ago
  23. 640e939 ext4: remove unused ext4_sb_info members by Eric Sandeen · 14 years ago
  24. c999af2 ext4: queue conversion after adding to inode's completed IO list by Eric Sandeen · 14 years ago
  25. 3e1e5f5 ext4: don't use ext4_allocation_contexts for tracing by Eric Sandeen · 14 years ago
  26. 0c9169c ext4: fix potential infinite loop in ext4_da_writepages() by Toshiyuki Okajima · 14 years ago
  27. e0d10bf ext4: improve llseek error handling for overly large seek offsets by Toshiyuki Okajima · 14 years ago
  28. c41303c ext4: don't update sb journal_devnum when RO dev by Maciej Żenczykowski · 14 years ago
  29. 2407518 ext4: use sb_issue_zeroout in ext4_ext_zeroout by Lukas Czerner · 14 years ago
  30. a31437b ext4: use sb_issue_zeroout in setup_new_group_blocks by Lukas Czerner · 14 years ago
  31. 857ac88 ext4: add interface to advertise ext4 features in sysfs by Lukas Czerner · 14 years ago
  32. bfff687 ext4: add support for lazy inode table initialization by Lukas Czerner · 14 years ago
  33. a1c6c56 ext4: fix NULL pointer dereference in print_daily_error_info() by Sergey Senozhatsky · 14 years ago
  34. 53fdcf9 ext4: don't hold spinlock while calling ext4_issue_discard() by Lukas Czerner · 14 years ago
  35. 5829870 ext4: check for negative error code from sb_issue_discard by Lukas Czerner · 14 years ago
  36. b443e73 ext4: don't bump up LONG_MAX nr_to_write by a factor of 8 by Eric Sandeen · 14 years ago
  37. 659c600 ext4: stop looping in ext4_num_dirty_pages when max_pages reached by Eric Sandeen · 14 years ago
  38. fb1813f ext4: use dedicated slab caches for group_info structures by Curt Wohlgemuth · 14 years ago
  39. 58590b0 ext4: fix EOFBLOCKS_FL handling by Theodore Ts'o · 14 years ago
  40. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  41. 2aec7c5 mbcache: Remove unused features by Andreas Gruenbacher · 14 years ago
  42. 0930fcc convert ext4 to ->evict_inode() by Al Viro · 14 years ago
  43. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  44. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  45. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  46. 09dc942 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  47. 6c7a120 ext4: Adding error check after calling ext4_mb_regular_allocator() by Aditya Kali · 14 years ago
  48. 56d35a4 ext4: Fix dirtying of journalled buffers in data=journal mode by Jan Kara · 14 years ago
  49. 0cfc925 ext4: re-inline ext4_rec_len_(to|from)_disk functions by Eric Sandeen · 14 years ago
  50. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  51. 73b2c71 fix comment typo "choosed" -> "chosen" by Uwe Kleine-König · 14 years ago
  52. a931da6 jbd2: Change j_state_lock to be a rwlock_t by Theodore Ts'o · 14 years ago
  53. 8b67f04 ext4: Add mount options in superblock by Theodore Ts'o · 14 years ago
  54. ca0e05e ext4: force block allocation on quota_off by Dmitry Monakhov · 14 years ago
  55. 437f88c ext4: fix freeze deadlock under IO by Eric Sandeen · 14 years ago
  56. 4538821 ext4: drop inode from orphan list if ext4_delete_inode() fails by Theodore Ts'o · 14 years ago
  57. f613dfc ext4: check to make make sure bd_dev is set before dereferencing it by Theodore Ts'o · 14 years ago
  58. e357063 ext4: don't print scary messages for allocation failures post-abort by Eric Sandeen · 14 years ago
  59. d889dc8 ext4: fix EFBIG edge case when writing to large non-extent file by Toshiyuki Okajima · 14 years ago
  60. 79e8303 ext4: fix ext4_get_blocks references by Eric Sandeen · 14 years ago
  61. 62d2b5f ext4: Always journal quota file modifications by Jan Kara · 14 years ago
  62. dcc7dae ext4: Fix potential memory leak in ext4_fill_super by Cyrill Gorcunov · 14 years ago
  63. 0c095c7 ext4: Don't error out the fs if the user tries to make a file too big by Theodore Ts'o · 14 years ago
  64. 506bf2d ext4: allocate stripe-multiple IOs on stripe boundaries by Eric Sandeen · 14 years ago
  65. 5b3ff23 ext4: move aio completion after unwritten extent conversion by jiayingz@google.com (Jiaying Zhang) · 14 years ago
  66. 552ef80 direct-io: move aio_complete into ->end_io by Christoph Hellwig · 14 years ago
  67. 5c52183 ext4: Support discard requests when running in no-journal mode by Jiaying Zhang · 14 years ago
  68. 4038968 ext4: Fix block bitmap inconsistencies after a crash when deleting files by Amir G · 14 years ago
  69. a271fe8 ext4: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  70. e5880d7 ext4: fix potential NULL dereference while tracing by Theodore Ts'o · 14 years ago
  71. 89eeddf ext4: Define s_jnl_backup_type in superblock by Theodore Ts'o · 14 years ago
  72. 66e61a9 ext4: Once a day, printk file system error information to dmesg by Theodore Ts'o · 14 years ago
  73. 1c13d5c ext4: Save error information to the superblock for analysis by Theodore Ts'o · 14 years ago
  74. c398eda ext4: Pass line numbers to ext4_error() and friends by Theodore Ts'o · 14 years ago
  75. 60fd4da ext4: Cleanup ext4_check_dir_entry so __func__ is now implicit by Theodore Ts'o · 14 years ago
  76. 40e2e97 direct-io: move aio_complete into ->end_io by Christoph Hellwig · 14 years ago
  77. 90c7201 ext4: Pass line number to ext4_journal_abort_handle() by Theodore Ts'o · 14 years ago
  78. e29136f ext4: Enhance ext4_grp_locked_error() to take block and function numbers by Theodore Ts'o · 14 years ago
  79. c67d859 ext4: clean up ext4_abort() so __func__ is now implicit by Theodore Ts'o · 14 years ago
  80. 4a9cdec ext4: Add new superblock fields reserved for the Next3 snapshot feature by Theodore Ts'o · 14 years ago
  81. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  82. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  83. c6ac12a ext4: update ctime when changing the file's permission by setfacl by Jan Kara · 14 years ago
  84. 206f7ab ext4: remove vestiges of nobh support by Christoph Hellwig · 14 years ago
  85. 5a0790c ext4: remove initialized but not read variables by Andi Kleen · 14 years ago
  86. 07a0382 ext4: Convert more i_flags references to use accessor functions by Theodore Ts'o · 14 years ago
  87. a037515 ext4: Clean up s_dirt handling by Theodore Ts'o · 14 years ago
  88. 84a8dce ext4: Fix remaining racy updates of EXT4_I(inode)->i_flags by Dmitry Monakhov · 14 years ago
  89. 1f5a81e ext4: Make sure the MOVE_EXT ioctl can't overwrite append-only files by Theodore Ts'o · 14 years ago
  90. 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
  91. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 14 years ago
  92. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  93. e4ce30f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  94. 287a809 quota: rename default quotactl methods to dquot_ by Christoph Hellwig · 14 years ago
  95. 307ae18 quota: drop remount argument to ->quota_on and ->quota_off by Christoph Hellwig · 14 years ago
  96. e0ccfd9 quota: move unmount handling into the filesystem by Christoph Hellwig · 14 years ago
  97. 0f0dd62 quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers by Christoph Hellwig · 14 years ago
  98. c79d967 quota: move remount handling into the filesystem by Christoph Hellwig · 14 years ago
  99. 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
  100. b10b852 ext4: replace inode uid,gid,mode init with helper by Dmitry Monakhov · 15 years ago