1. 0893ed4 ext4: sync the directory inode in ext4_sync_parent() by Curt Wohlgemuth · 14 years ago
  2. 23fcf2e nfsd4: fix oops on lock failure by J. Bruce Fields · 14 years ago
  3. 6eab04a treewide: remove extra semicolons by Justin P. Mattock · 14 years ago
  4. 1dd45aa ldm: Silence "ldm_validate_partition_table(): Disk read failed" when booting with "quiet" by Nikanth Karthikesan · 14 years ago
  5. ae6b585 exec: document acct_arg_size() by Oleg Nesterov · 14 years ago
  6. 0e02846 exec: unify do_execve/compat_do_execve code by Oleg Nesterov · 14 years ago
  7. ba2d0162 exec: introduce struct user_arg_ptr by Oleg Nesterov · 14 years ago
  8. 1d1dbf8 exec: introduce get_user_arg_ptr() helper by Oleg Nesterov · 14 years ago
  9. 7422caa ufs: Fix a typo by Alessio Igor Bogani · 14 years ago
  10. 94c8a98 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  11. 93a54bc Btrfs: check for duplicate iov_base's when doing dio reads by Josef Bacik · 14 years ago
  12. 16d299a Btrfs: reuse the extent_map we found when calling btrfs_get_extent by Josef Bacik · 14 years ago
  13. 1ae3993 Btrfs: do not use async submit for small DIO io's by Josef Bacik · 14 years ago
  14. 02f57c7 Btrfs: don't split dio bios if we don't have to by Josef Bacik · 14 years ago
  15. 1ef30be Btrfs: do not call btrfs_update_inode in endio if nothing changed by Josef Bacik · 14 years ago
  16. 12ddb96 Btrfs: map the inode item when doing fill_inode_item by Josef Bacik · 14 years ago
  17. 06d5a58 Btrfs: only retry transaction reservation once by Josef Bacik · 14 years ago
  18. be1a12a Btrfs: deal with the case that we run out of space in the cache by Josef Bacik · 14 years ago
  19. 3d762ca 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
  20. a1b7ea5 xfs: use proper interfaces for on-stack plugging by Christoph Hellwig · 14 years ago
  21. 957935d xfs: fix xfs_debug warnings by Christoph Hellwig · 14 years ago
  22. ecb697c xfs: fix variable set but not used warnings by Christoph Hellwig · 14 years ago
  23. da8a1a4 xfs: convert log tail checking to a warning by Dave Chinner · 14 years ago
  24. be65b18 xfs: catch bad block numbers freeing extents. by Dave Chinner · 14 years ago
  25. fd07484 xfs: push the AIL from memory reclaim and periodic sync by Dave Chinner · 14 years ago
  26. cd4a3c5 xfs: clean up code layout in xfs_trans_ail.c by Dave Chinner · 14 years ago
  27. 0bf6a5b xfs: convert the xfsaild threads to a workqueue by Dave Chinner · 14 years ago
  28. a7b339f xfs: introduce background inode reclaim work by Dave Chinner · 14 years ago
  29. 89e4cb5 xfs: convert ENOSPC inode flushing to use new syncd workqueue by Dave Chinner · 14 years ago
  30. c6d09b6 xfs: introduce a xfssyncd workqueue by Dave Chinner · 14 years ago
  31. e828776 xfs: fix extent format buffer allocation size by Dave Chinner · 14 years ago
  32. 37adb89 NFS: Change initial mount authflavor only when server returns NFS4ERR_WRONGSEC by Bryan Schumaker · 14 years ago
  33. d6c5583 Merge branch 'for-2.6.39' into for-2.6.40 by J. Bruce Fields · 14 years ago
  34. e46bc9b Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into ptrace by Oleg Nesterov · 14 years ago
  35. ccfeef0 Merge branch 'for-linus' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 14 years ago
  36. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  37. 4188759 NFS: Fix a signed vs. unsigned secinfo bug by Bryan Schumaker · 14 years ago
  38. 0449641 ext4: init timer earlier to avoid a kernel panic in __save_error_info by Tao Ma · 14 years ago
  39. 6cba611 jbd2: fix potential memory leak on transaction commit by Zhang Huan · 14 years ago
  40. 44148a6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block by Linus Torvalds · 14 years ago
  41. d0de4dc inotify: fix double free/corruption of stuct user by Eric Paris · 14 years ago
  42. 7dcda1c fs: export empty_aops by Jens Axboe · 14 years ago
  43. ee3dea3 ufs: remove unessecary blk_flush_plug by Christoph Hellwig · 14 years ago
  44. 884b826 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  45. 2a7ce0e dlm: remove shared message stub for recovery by David Teigland · 14 years ago
  46. 7da6443 UBIFS: fix debugging failure in dbg_check_space_info by Artem Bityutskiy · 14 years ago
  47. 9516953 UBIFS: fix error path in dbg_debugfs_init_fs by Artem Bityutskiy · 14 years ago
  48. cc6a86b UBIFS: unify error path dbg_debugfs_init_fs by Artem Bityutskiy · 14 years ago
  49. 81354de UBIFS: do not select KALLSYMS_ALL by Artem Bityutskiy · 14 years ago
  50. c88ac00 UBIFS: fix assertion warnings by Artem Bityutskiy · 14 years ago
  51. 54acbaa UBIFS: fix oops on error path in read_pnode by Artem Bityutskiy · 14 years ago
  52. 8b229c7 UBIFS: do not read flash unnecessarily by Artem Bityutskiy · 14 years ago
  53. c9ddec7 Btrfs: don't warn in btrfs_add_orphan by Josef Bacik · 14 years ago
  54. 43be214 Btrfs: fix free space cache when there are pinned extents and clusters V2 by Josef Bacik · 14 years ago
  55. 08fe4db Btrfs: Fix uninitialized root flags for subvolumes by Li Zefan · 14 years ago
  56. adae52b btrfs: clear __GFP_FS flag in the space cache inode by Miao Xie · 14 years ago
  57. 6e8df2a Btrfs: fix memory leak in start_transaction() by Yoshinori Sano · 14 years ago
  58. 8b2b2d3 Btrfs: fix memory leak in btrfs_ioctl_start_sync() by Tsutomu Itoh · 14 years ago
  59. b44c59a Btrfs: fix subvol_sem leak in btrfs_rename() by Johann Lombardi · 14 years ago
  60. fe3f566 Btrfs: Fix oops for defrag with compression turned on by Li Zefan · 14 years ago
  61. 200da64 Btrfs: fix /proc/mounts info. by Tsutomu Itoh · 14 years ago
  62. c914923 Btrfs: fix compiler warning in file.c by Tsutomu Itoh · 14 years ago
  63. 46e4690 ext4: fix a double free in ext4_register_li_request by Tao Ma · 14 years ago
  64. 5b41395 ext4: fix credits computing for indirect mapped files by Yongqiang Yang · 14 years ago
  65. 21f9769 ext4: remove unnecessary [cm]time update of quota file by Jan Kara · 14 years ago
  66. 50f689a jbd2: move bdget out of critical section by Zhu Yanhai · 14 years ago
  67. c6ff669 dlm: delayed reply message warning by David Teigland · 14 years ago
  68. b03f245 quota: Don't write quota info in dquot_commit() by Jan Kara · 14 years ago
  69. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  70. 89b3600 xfs: fix unreferenced var error in xfs_buf.c by Dave Chinner · 14 years ago
  71. 85cf0ac Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  72. 50f3515 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 14 years ago
  73. af71dda nilfs2: fix whitespace coding style issues by Nicolas Kaiser · 14 years ago
  74. d611b22 nilfs2: fix oops due to a bad aops initialization by Ryusuke Konishi · 14 years ago
  75. 3409453 nilfs2: fix data loss in mmap page write for hole blocks by Ryusuke Konishi · 14 years ago
  76. 8323c3a ceph: Move secret key parsing earlier. by Tommi Virtanen · 14 years ago
  77. 0444d76 fs: don't use igrab() while holding i_lock by Dave Chinner · 14 years ago
  78. c585015 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 14 years ago
  79. 7f5fe3e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  80. 212a17a Merge branch 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  81. 03e4970 Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2 by Linus Torvalds · 14 years ago
  82. 272b62c Treat writes as new when holes span across page boundaries by Goldwyn Rodrigues · 14 years ago
  83. 99bdc38 Merge branch 'mlog_replace_for_39' of git://repo.or.cz/taoma-kernel into ocfs2-merge-window-fix by Joel Becker · 14 years ago
  84. ed59992 fs,ocfs2: Move o2net_get_func_run_time under CONFIG_OCFS2_FS_STATS. by Rakib Mullick · 14 years ago
  85. 4bcad6c dlm: Remove superfluous call to recalc_sigpending() by Matt Fleming · 14 years ago
  86. 1788c20 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  87. d9d0487 Btrfs: fix __btrfs_map_block on 32 bit machines by Chris Mason · 14 years ago
  88. 1561ded btrfs: fix possible deadlock by clearing __GFP_FS flag by Miao Xie · 14 years ago
  89. c055e99 btrfs: check link counter overflow in link(2) by Al Viro · 14 years ago
  90. 9298679 btrfs: don't mess with i_nlink of unlocked inode in rename() by Al Viro · 14 years ago
  91. c2db107 Btrfs: check return value of btrfs_alloc_path() by Tsutomu Itoh · 14 years ago
  92. c59021f Btrfs: fix OOPS of empty filesystem after balance by liubo · 14 years ago
  93. 9f7c43c Btrfs: fix memory leak of empty filesystem after balance by liubo · 14 years ago
  94. 2d4e6f6 Btrfs: fix return value of setflags ioctl by liubo · 14 years ago
  95. dac97e51 Btrfs: fix uncheck memory allocations by Yoshinori Sano · 14 years ago
  96. c622ae6 btrfs: make inode ref log recovery faster by liubo · 14 years ago
  97. f7039b1 Btrfs: add btrfs_trim_fs() to handle FITRIM by Li Dongyang · 14 years ago
  98. 5378e60 Btrfs: adjust btrfs_discard_extent() return errors and trimmed bytes by Li Dongyang · 14 years ago
  99. fce3bb9 Btrfs: make btrfs_map_block() return entire free extent for each device of RAID0/1/10/DUP by Li Dongyang · 14 years ago
  100. b4d00d5 Btrfs: make update_reserved_bytes() public by Li Dongyang · 14 years ago