1. 7f62656 aio: checking for NULL instead of IS_ERR by Dan Carpenter · 11 years ago
  2. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  3. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  4. f023029 Merge tag 'dlm-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  5. fbe43ff Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
  6. a7fa20a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  7. a301245 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  8. dd1d139 Merge tag 'for-f2fs-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  9. 66da0e1 devpts: plug the memory leak in kill_sb by Ilija Hadzic · 11 years ago
  10. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
  11. 1c3fc3e kcore: add Kconfig help text by Randy Dunlap · 11 years ago
  12. 5721cf8 procfs: clean up proc_reg_get_unmapped_area for 80-column limit by HATAYAMA Daisuke · 11 years ago
  13. 95e0d7d hfsplus: implement attributes file creation functionality by Vyacheslav Dubeyko · 11 years ago
  14. 099e924 hfsplus: implement attributes file's header node initialization code by Vyacheslav Dubeyko · 11 years ago
  15. b3b5b0f hfsplus: add metadata file's clump size calculation functionality by Vyacheslav Dubeyko · 11 years ago
  16. 74a797d fs/hfs/btree.h: remove duplicate defines by Michael Opdenacker · 11 years ago
  17. 67347fe epoll: do not take global 'epmutex' for simple topologies by Jason Baron · 11 years ago
  18. ae10b2b epoll: optimize EPOLL_CTL_DEL using rcu by Jason Baron · 11 years ago
  19. 6bc080d debugfs: use list_next_entry() in debugfs_remove_recursive() by Oleg Nesterov · 11 years ago
  20. 54886a7 cramfs: mark as obsolete by Michael Opdenacker · 11 years ago
  21. 00619bc mm: factor commit limit calculation by Jerome Marchand · 11 years ago
  22. c4a391b writeback: do not sync data dirtied after sync start by Jan Kara · 11 years ago
  23. ec8e41a /proc/pid/smaps: show VM_SOFTDIRTY flag in VmFlags line by Naoya Horiguchi · 11 years ago
  24. 948927e mm, mempolicy: make mpol_to_str robust and always succeed by David Rientjes · 11 years ago
  25. 83285c7 mm: use pgdat_end_pfn() to simplify the code in others by Xishi Qiu · 11 years ago
  26. 41ecc34 ocfs2: simplify ocfs2_invalidatepage() and ocfs2_releasepage() by Jan Kara · 11 years ago
  27. d00d2f8 ocfs2: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  28. b1214e4 ocfs2: fix possible double free in ocfs2_write_begin_nolock by Xue jiufei · 11 years ago
  29. bfbca92 ocfs2: add missing errno in ocfs2_ioctl_move_extents() by Younger Liu · 11 years ago
  30. 8abaae8 ocfs2: do not call brelse() if group_bh is not initialized in ocfs2_group_add() by Younger Liu · 11 years ago
  31. eedd40e ocfs2: rollback transaction in ocfs2_group_add() by Younger Liu · 11 years ago
  32. 728b980 ocfs2: break useless while loop by Junxiao Bi · 11 years ago
  33. 518df6b ocfs2: use find_last_bit() by Akinobu Mita · 11 years ago
  34. fae477b ocfs2: delay migration when the lockres is in migration state by Xue jiufei · 11 years ago
  35. 750e3c6 ocfs2: skip locks in the blocked list by Xue jiufei · 11 years ago
  36. a8f70de ocfs2: use bitmap_weight() by Akinobu Mita · 11 years ago
  37. 910bffe ocfs2: don't spam on -EDQUOT by Joel Becker · 11 years ago
  38. 5879620 ocfs2: add necessary check in case sb_getblk() fails by Rui Xiang · 11 years ago
  39. 7391a29 ocfs2: return ENOMEM when sb_getblk() fails by Rui Xiang · 11 years ago
  40. f0cb0f0 fs/ocfs2/file.c: fix wrong comment by Junxiao Bi · 11 years ago
  41. 06f9da6 fs/ocfs2: remove unnecessary variable bits_wanted from ocfs2_calc_extend_credits by Goldwyn Rodrigues · 11 years ago
  42. 10d0c97 Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 11 years ago
  43. 4b4d2b4 Merge tag 'h8300-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 11 years ago
  44. 3f61c0c ext4: add prototypes for macro-generated functions by Andreas Dilger · 11 years ago
  45. 9206c56 ext4: return non-zero st_blocks for inline data by Andreas Dilger · 11 years ago
  46. 91aef86 Btrfs: rename btrfs_start_all_delalloc_inodes by Miao Xie · 11 years ago
  47. b024419 Btrfs: don't wait for the completion of all the ordered extents by Miao Xie · 11 years ago
  48. 9f3a074 Btrfs: don't wait for all the async delalloc when shrinking delalloc by Miao Xie · 11 years ago
  49. c61a16a Btrfs: fix the confusion between delalloc bytes and metadata bytes by Miao Xie · 11 years ago
  50. 18cd8ea Btrfs: pick up the code for the item number calculation in flush_space() by Miao Xie · 11 years ago
  51. 38c135a Btrfs: wait for the ordered extent only when we want by Miao Xie · 11 years ago
  52. d3ee29e Btrfs: remove unnecessary initialization and memory barrior in shrink_delalloc() by Miao Xie · 11 years ago
  53. 3b7a016 Btrfs: avoid unnecessary scrub workers allocation by Wang Shilong · 11 years ago
  54. 007d31f Btrfs: check file extent type before anything else by Josef Bacik · 11 years ago
  55. f570e757 btrfs: Remove useless variable in write_ctree_super() by Rashika · 11 years ago
  56. 6787125 btrfs: Fix checkpatch.pl warning of spacing issues by Dulshani Gunawardhana · 11 years ago
  57. d9b0d9b btrfs: Replace kmalloc with kmalloc_array by Dulshani Gunawardhana · 11 years ago
  58. e248e04 btrfs: Enclose macros with complex values within parenthesis by Dulshani Gunawardhana · 11 years ago
  59. fae7f21 btrfs: Use WARN_ON()'s return value in place of WARN_ON(1) by Dulshani Gunawardhana · 11 years ago
  60. b19e684 btrfs: Remove redundant local zero structure by Dulshani Gunawardhana · 11 years ago
  61. 3c45bfc btrfs: Pack struct btrfs_device by Dulshani Gunawardhana · 11 years ago
  62. 95e94d1 btrfs: Replace multiple atomic_inc() with atomic_add() by Rashika · 11 years ago
  63. 2e9f595 btrfs: Add helper function for free_root_pointers() by Rashika · 11 years ago
  64. 48ec473 Btrfs: fix a crash when running balance and defrag concurrently by Liu Bo · 11 years ago
  65. 6f51956 Btrfs: do not run snapshot-aware defragment on error by Liu Bo · 11 years ago
  66. 269d040 Btrfs: log recovery, don't unlink inode always on error by Filipe David Borba Manana · 11 years ago
  67. 488111a Btrfs: fix csum search offset/length calculation in log tree by Filipe David Borba Manana · 11 years ago
  68. e46f538 Btrfs: fix verification of dir_item by Filipe David Borba Manana · 11 years ago
  69. 9b011ad Btrfs: remove scrub_super_lock holding in btrfs_sync_log() by Wang Shilong · 11 years ago
  70. 7fdf4b6 Btrfs: use 'u64' rather than 'int' to get extent's generation by Wang Shilong · 11 years ago
  71. 9dced18 Btrfs: fix the free space write out failure when there is no data space by Miao Xie · 11 years ago
  72. 9e6a0c5 Btrfs: stop committing the transaction so much during relocate by Josef Bacik · 11 years ago
  73. 9f23e28 Btrfs: make sure the delalloc workers actually flush compressed writes by Josef Bacik · 11 years ago
  74. 9385876 Btrfs: take ordered root lock when removing ordered operations inode by Josef Bacik · 11 years ago
  75. d788a34 Btrfs: don't abort transaction in run_delalloc_nocow by Josef Bacik · 11 years ago
  76. 02ecd2c Btrfs: do not bug_on if we try to cow a free space cache inode by Josef Bacik · 11 years ago
  77. 0ef8b72 Btrfs: return an error from btrfs_wait_ordered_range by Josef Bacik · 11 years ago
  78. ed25909 Btrfs: stop using vfs_read in send by Josef Bacik · 11 years ago
  79. 301993a Btrfs: check_int, remove warning for mixed-mode by Stefan Behrens · 11 years ago
  80. a5f519c Btrfs: fix check_int 'leaf item out of bounce' regression by Stefan Behrens · 11 years ago
  81. 5599488 Btrfs: optimize extent item search in run_delayed_extent_op by Filipe David Borba Manana · 11 years ago
  82. cab45e2 btrfs: add tracing for failed reservations by Jeff Mahoney · 11 years ago
  83. 8b558c5 btrfs: remove fs/btrfs/compat.h by Zach Brown · 11 years ago
  84. 1877e1a btrfs: remove move_pages() by Zach Brown · 11 years ago
  85. 4546bca btrfs: use get_seconds() instead of btrfs wrapper by Zach Brown · 11 years ago
  86. 8185554 Btrfs: fix incorrect inode acl reset by Filipe David Borba Manana · 11 years ago
  87. ff76b05 Btrfs: Don't allocate inode that is already in use by Stefan Behrens · 11 years ago
  88. e8b0d72 Btrfs: fix btrfs_prev_leaf() previous key computation by Filipe David Borba Manana · 11 years ago
  89. e93ae26 Btrfs: optimize tree-log.c:count_inode_refs() by Filipe David Borba Manana · 11 years ago
  90. 229eed4 btrfs: simplify kmalloc+copy_from_user to memdup_user by Geyslan G. Bem · 11 years ago
  91. 5ede859 Btrfs: btrfs_add_ordered_operation: Fix last modified transaction comparison. by chandan · 11 years ago
  92. 3c77bd9 Btrfs: don't leak delayed node on path allocation failure by Filipe David Borba Manana · 11 years ago
  93. 361c093 Btrfs: Wait for uuid-tree rebuild task on remount read-only by Stefan Behrens · 11 years ago
  94. 27087f3 Btrfs: init device stats for new devices by Stefan Behrens · 11 years ago
  95. 30d133f Btrfs: fixup error path in __btrfs_inc_extent_ref by Liu Bo · 11 years ago
  96. e649e58 Btrfs: disallow 'btrfs {balance,replace} cancel' on ro mounts by Ilya Dryomov · 11 years ago
  97. adfa97c Btrfs: don't leak ioctl args in btrfs_ioctl_dev_replace by Ilya Dryomov · 11 years ago
  98. f747cab Btrfs: nuke a bogus rw_devices decrement in __btrfs_close_devices by Ilya Dryomov · 11 years ago
  99. 03b2f08 btrfs: Fix memory leakage in the tree-log.c by Geyslan G. Bem · 11 years ago
  100. 498456d Btrfs: kill unused code in btrfs_search_forward by Liu Bo · 11 years ago