1. ae005cb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  2. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  3. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  4. 50e0168 ext4: use little-endian bitops by Akinobu Mita · 13 years ago
  5. 0ba0851 ext4: fix a BUG in mb_mark_used during trim. by Tao Ma · 13 years ago
  6. 65922cb ext4: unused variables cleanup in fs/ext4/extents.c by Sergey Senozhatsky · 13 years ago
  7. 6de9843 ext4: remove redundant set_buffer_mapped() in ext4_da_get_block_prep() by Feng Tang · 13 years ago
  8. 0562e0b ext4: add more tracepoints and use dev_t in the trace buffer by Jiaying Zhang · 13 years ago
  9. 4596fe0 ext4: don't kfree uninitialized s_group_info members by Eric Sandeen · 13 years ago
  10. 21149d6 ext4: add missing space in printk's in __ext4_grp_locked_error() by Robin Dong · 13 years ago
  11. a56e69c ext4: add FITRIM to compat_ioctl. by Tao Ma · 13 years ago
  12. d67d121 ext4: handle errors in ext4_clear_blocks() by Amir Goldstein · 13 years ago
  13. 537a031 ext4: unify the ext4_handle_release_buffer() api by Amir Goldstein · 13 years ago
  14. ef60789 ext4: handle errors in ext4_rename by Amir Goldstein · 13 years ago
  15. e16b396 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  16. 688f869 ext4: Initialize fsync transaction ids in ext4_new_inode() by Theodore Ts'o · 13 years ago
  17. 0f6e0e8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6 by Linus Torvalds · 13 years ago
  18. bd2895e Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 13 years ago
  19. f2fa2ff ext4: Copy fs UUID to superblock by Aneesh Kumar K.V · 14 years ago
  20. f17b604 fs: Remove i_nlink check from file system link callback by Aneesh Kumar K.V · 14 years ago
  21. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  22. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  23. fe3fa43 Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next by James Morris · 13 years ago
  24. 198868f ext4: Use single thread to perform DIO unwritten convertion by Mingming Cao · 13 years ago
  25. b616844 ext4: optimize ext4_bio_write_page() when no extent conversion is needed by Theodore Ts'o · 13 years ago
  26. d39195c ext4: skip orphan cleanup if fs has unknown ROCOMPAT features by Amir Goldstein · 13 years ago
  27. 8e8eaab ext4: use the nblocks arg to ext4_truncate_restart_trans() by Amir Goldstein · 13 years ago
  28. 32a9bb5 ext4: fix missing iput of root inode for some mount error paths by Manish Katiyar · 13 years ago
  29. 6d9c85e ext4: make FIEMAP and delayed allocation play well together by Yongqiang Yang · 13 years ago
  30. 4dd89fc ext4: suppress verbose debugging information if malloc-debug is off by Theodore Ts'o · 13 years ago
  31. a54aa76 ext4: don't leave PageWriteback set after memory failure by Theodore Ts'o · 13 years ago
  32. 168fc02 ext4: move setup of the mpd structure to write_cache_pages_da() by Theodore Ts'o · 13 years ago
  33. 78aaced ext4: don't lock the next page in write_cache_pages if not needed by Theodore Ts'o · 13 years ago
  34. ee6ecbc ext4: remove page_skipped hackery in ext4_da_writepages() by Theodore Ts'o · 13 years ago
  35. 9749895 ext4: clear the dirty bit for a page in writeback at the last minute by Theodore Ts'o · 13 years ago
  36. 4f01b02 ext4: simple cleanups to write_cache_pages_da() by Theodore Ts'o · 13 years ago
  37. 8eb9e5c ext4: fold __mpage_da_writepage() into write_cache_pages_da() by Theodore Ts'o · 13 years ago
  38. 6fd7a46 ext4: enable mblk_io_submit by default by Theodore Ts'o · 13 years ago
  39. c7f5938 ext4: fix ext4_da_block_invalidatepages() to handle page range properly by Curt Wohlgemuth · 13 years ago
  40. e0fd9b9 ext4: mark multi-page IO complete on mapping failure by Curt Wohlgemuth · 13 years ago
  41. 5a54b2f ext4: mballoc: don't replace the current preallocation group unnecessarily by Coly Li · 13 years ago
  42. 58696f3 ext4: clarify description of ac_g_ex in struct ext4_allocation_context by Coly Li · 13 years ago
  43. 7c78605 mballoc: add comments to ext4_mb_mark_free_simple() by Coly Li · 13 years ago
  44. 235772d ext4: remove unncessary call mb_find_buddy() in debugging code by Coly Li · 13 years ago
  45. 84b775a ext4: code cleanup in mb_find_buddy() by Coly Li · 13 years ago
  46. ea66333 ext4: enable acls and user_xattr by default by Eric Sandeen · 13 years ago
  47. 5c2ed62 ext4: Adjust minlen with discard_granularity in the FITRIM ioctl by Lukas Czerner · 13 years ago
  48. 4143179 ext4: check if device support discard in FITRIM ioctl by Lukas Czerner · 13 years ago
  49. 0b75a84 ext4: mark file-local functions and variables as static by Lukas Czerner · 13 years ago
  50. 5dbd571 ext4: allow inode_readahead_blks=0 (linux-2.6.37) by Alexander V. Lukyanov · 13 years ago
  51. 7dc5761 ext4: Fix sparse warning: Using plain integer as NULL pointer by Peter Huewe · 13 years ago
  52. da488945 ext4: fix compile warnings with EXT4FS_DEBUG enabled by Theodore Ts'o · 13 years ago
  53. 43d133c Merge branch 'master' into for-2.6.39 by Tejun Heo · 13 years ago
  54. fd018fe ext4: fix comment typo uninitized by Paul Bolle · 13 years ago
  55. 0a9d59a Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  56. e9e3bce ext4: serialize unaligned asynchronous DIO by Eric Sandeen · 13 years ago
  57. 2892c15 ext4: make grpinfo slab cache names static by Eric Sandeen · 13 years ago
  58. d50bdd5 ext4: Fix data corruption with multi-block writepages support by Curt Wohlgemuth · 14 years ago
  59. dd68314 ext4: fix up ext4 error handling by Theodore Ts'o · 14 years ago
  60. 8f02122 ext4: unregister features interface on module unload by Lukas Czerner · 14 years ago
  61. 8f1f745 ext4: fix panic on module unload when stopping lazyinit thread by Eric Sandeen · 14 years ago
  62. 2a7dba3 fs/vfs/security: pass last path component to LSM on inode creation by Eric Paris · 14 years ago
  63. fd89d5f ext4: convert to alloc_workqueue() by Tejun Heo · 14 years ago
  64. 4843456 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
  65. b8d6568 ext4: Fix comment typo "especiially". by Tao Ma · 14 years ago
  66. 2fe17c1 fallocate should be a file operation by Christoph Hellwig · 14 years ago
  67. 64c23e8 make the feature checks in ->fallocate future proof by Christoph Hellwig · 14 years ago
  68. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  69. b2034d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  70. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  71. 6db26ff fs/ext4/inode.c: use pr_warn_ratelimited() by Andrew Morton · 14 years ago
  72. d6dc846 Ext4: fail if we try to use hole punch by Josef Bacik · 14 years ago
  73. f00c9e4 quota: Fix deadlock during path resolution by Jan Kara · 14 years ago
  74. e9688f6 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  75. 0f0a25b ext4: fix trimming starting with block 0 with small blocksize by Jan Kara · 14 years ago
  76. 0a2179b ext4: revert buggy trim overflow patch by Theodore Ts'o · 14 years ago
  77. d002ebf ext4: don't pass entire map to check_eofblocks_fl by Eric Sandeen · 14 years ago
  78. 1c5b9e9 ext4: fix memory leak in ext4_free_branches by Theodore Ts'o · 14 years ago
  79. a5196f8 ext4: remove ext4_mb_return_to_preallocation() by Theodore Ts'o · 14 years ago
  80. 3889fd5 ext4: flush the i_completed_io_list during ext4_truncate by Jiaying Zhang · 14 years ago
  81. b409714 ext4: add error checking to calls to ext4_handle_dirty_metadata() by Theodore Ts'o · 14 years ago
  82. ca6e909 ext4: fix trimming of a single group by Jan Kara · 14 years ago
  83. 6c5a6cb ext4: fix uninitialized variable in ext4_register_li_request by Andrew Morton · 14 years ago
  84. 8aefcd5 ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary by Theodore Ts'o · 14 years ago
  85. 353eb83 ext4: drop i_state_flags on architectures with 64-bit longs by Theodore Ts'o · 14 years ago
  86. 8a2005d ext4: reorder ext4_inode_info structure elements to remove unneeded padding by Theodore Ts'o · 14 years ago
  87. b05e6ae ext4: drop ec_type from the ext4_ext_cache structure by Theodore Ts'o · 14 years ago
  88. 01f49d0 ext4: use ext4_lblk_t instead of sector_t for logical blocks by Theodore Ts'o · 14 years ago
  89. f232109 ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED by Theodore Ts'o · 14 years ago
  90. ad4fb9c ext4: fix 32bit overflow in ext4_ext_find_goal() by Kazuya Mio · 14 years ago
  91. dabd991 ext4: add more error checks to ext4_mkdir() by Namhyung Kim · 14 years ago
  92. f1dffc4 ext4: ext4_ext_migrate should use NULL not 0 by Eric Paris · 14 years ago
  93. f7c2117 ext4: Use ext4_error_file() to print the pathname to the corrupted inode by Theodore Ts'o · 14 years ago
  94. f9a62d0 ext4: use IS_ERR() to check for errors in ext4_error_file by Dan Carpenter · 14 years ago
  95. 1319518 ext4: test the correct variable in ext4_init_pageio() by Dan Carpenter · 14 years ago
  96. 6e9510b ext2,ext3,ext4: clarify comment for extN_xattr_set_handle by Wang Sheng-Hui · 14 years ago
  97. eaeef86 ext4: clean up ext4_xattr_list()'s error code checking and return strategy by Theodore Ts'o · 14 years ago
  98. 9325963 ext4: remove warning message from ext4_issue_discard helper by Lukas Czerner · 14 years ago
  99. 4f53150 ext4: fix possible overflow in ext4_trim_fs() by Lukas Czerner · 14 years ago
  100. 7359861 ext2,3,4: provide simple rcu-walk ACL implementation by Nick Piggin · 14 years ago