1. 04f9b74 remove extra definitions of U32_MAX by Alex Elder · 11 years ago
  2. 7771953 conditionally define U32_MAX by Alex Elder · 11 years ago
  3. 2252b62 logfs: check for the return value after calling find_or_create_page() by Younger Liu · 11 years ago
  4. e3bba3c fs/proc/page.c: add PageAnon check to surely detect thp by Naoya Horiguchi · 11 years ago
  5. 90804ed Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  6. 5ee7a81a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 11 years ago
  7. 0d90d63 Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs by Linus Torvalds · 11 years ago
  8. 1d32bda Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  9. bb1281f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  10. bf39c00 f2fs: drop obsolete node page when it is truncated by Jaegeuk Kim · 11 years ago
  11. 7678ac5 fuse: support clients that don't implement 'open' by Andrew Gallagher · 11 years ago
  12. 451418f fuse: don't invalidate attrs when not using atime by Andrew Gallagher · 11 years ago
  13. 063ec1e fuse: fix SetPageUptodate() condition in STORE by Miklos Szeredi · 11 years ago
  14. 28a625c fuse: fix pipe_buf_operations by Miklos Szeredi · 11 years ago
  15. 4ef51a8 f2fs: introduce NODE_MAPPING for code consistency by Jaegeuk Kim · 11 years ago
  16. 63f5384 f2fs: remove the orphan block page array by Gu Zheng · 11 years ago
  17. 9df27d9 f2fs: add help function META_MAPPING by Gu Zheng · 11 years ago
  18. e8dae60 f2fs: move a branch for code redability by Jaegeuk Kim · 11 years ago
  19. a18ff06 f2fs: call mark_inode_dirty to flush dirty pages by Jaegeuk Kim · 11 years ago
  20. df32e43 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  21. ff0bc6c Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  22. 2182c81 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  23. 34e431b /proc/meminfo: provide estimated available memory by Rik van Riel · 11 years ago
  24. af52b04 fs/ramfs: don't use module_init for non-modular core code by Paul Gortmaker · 11 years ago
  25. b5bd856 fs/super.c: fix WARN on alloc_super() fail path by Vladimir Davydov · 11 years ago
  26. 4e4f9e6 fs/read_write.c:compat_readv(): remove bogus area verify by Corey Minyard · 11 years ago
  27. 38316c8 fs/compat_ioctl.c: fix an underflow issue (harmless) by Dan Carpenter · 11 years ago
  28. 0afaa12 posix_acl: uninlining by Andrew Morton · 11 years ago
  29. 75f82ea ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously by Yiwen Jiang · 11 years ago
  30. a2a3b39 ocfs2: punch hole should return EINVAL if the length argument in ioctl is negative by Tariq Saeed · 11 years ago
  31. 16eac4b ocfs2: fix sparse non static symbol warning by Wei Yongjun · 11 years ago
  32. 1ba2212 ocfs2: adjust minlen with discard_granularity in the FITRIM ioctl by Jie Liu · 11 years ago
  33. aa89762 ocfs2: return EINVAL if the given range to discard is less than block size by Jie Liu · 11 years ago
  34. 19e8ac2 ocfs2: return EOPNOTSUPP if the device does not support discard by Jie Liu · 11 years ago
  35. 0a2fcd89 ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_group_set_bits() by Younger Liu · 11 years ago
  36. c994c2e ocfs2: use the new DLM operation callbacks while requesting new lockspace by Goldwyn Rodrigues · 11 years ago
  37. 4150363 ocfs2: framework for version LVB by Goldwyn Rodrigues · 11 years ago
  38. 3e83415 ocfs2: pass ocfs2_cluster_connection to ocfs2_this_node by Goldwyn Rodrigues · 11 years ago
  39. 24aa338 ocfs2: shift allocation ocfs2_live_connection to user_connect() by Goldwyn Rodrigues · 11 years ago
  40. 66e188f ocfs2: add DLM recovery callbacks by Goldwyn Rodrigues · 11 years ago
  41. c74a3bd ocfs2: add clustername to cluster connection by Goldwyn Rodrigues · 11 years ago
  42. ff8fb33 ocfs2: remove versioning information by Goldwyn Rodrigues · 11 years ago
  43. 56b27cf fsnotify: remove pointless NULL initializers by Jan Kara · 11 years ago
  44. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  45. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  46. e9fe690 inotify: provide function for name length rounding by Jan Kara · 11 years ago
  47. d3bad75 Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  48. 6c311ec f2fs: clean checkpatch warnings by Chris Fries · 11 years ago
  49. d57b9c9 GFS2: revert "GFS2: d_splice_alias() can't return error" by J. Bruce Fields · 11 years ago
  50. 48ba620 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  51. db4aad2 kernfs: associate a new kernfs_node with its parent on creation by Tejun Heo · 11 years ago
  52. 8b127d0 GFS2: Small cleanup by Bob Peterson · 11 years ago
  53. ac3beb6 GFS2: Don't use ENOBUFS when ENOMEM is the correct error code by Steven Whitehouse · 11 years ago
  54. c434cbc f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH) by Changman Lee · 11 years ago
  55. c33ec32 f2fs: avoid f2fs_balance_fs call during pageout by Jaegeuk Kim · 11 years ago
  56. 70b23ce Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  57. 1e3d362 GFS2: Fix kbuild test robot reported warning by Steven Whitehouse · 11 years ago
  58. 70f2fe3 nilfs2: fix segctor bug that causes file system corruption by Andreas Rohner · 11 years ago
  59. 2d9e723 GFS2: Move quota bitmap operations under their own lock by Steven Whitehouse · 11 years ago
  60. ee2411a GFS2: Clean up quota slot allocation by Steven Whitehouse · 11 years ago
  61. 8ad151c GFS2: Only run logd and quota when mounted read/write by Steven Whitehouse · 11 years ago
  62. c754fbb GFS2: Use RCU/hlist_bl based hash for quotas by Steven Whitehouse · 11 years ago
  63. 086352f GFS2: No need to invalidate pages for a dio read by Steven Whitehouse · 11 years ago
  64. bb30594 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 11 years ago
  65. 499046a f2fs: add delimiter to seperate name and value in debug phrase by Changman Lee · 11 years ago
  66. 17b692f f2fs: use spinlock rather than mutex for better speed by Gu Zheng · 11 years ago
  67. c1ef3725 f2fs: move alloc new orphan node out of lock protection region by Gu Zheng · 11 years ago
  68. 4531929 f2fs: move grabing orphan pages out of protection region by Gu Zheng · 11 years ago
  69. 5514f0a f2fs: remove the needless parameter of f2fs_wait_on_page_writeback by Yuan Zhong · 11 years ago
  70. 683bb27 Revert "kernfs: fix get_active failure handling in kernfs_seq_*()" by Greg Kroah-Hartman · 11 years ago
  71. 87da149 Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq" by Greg Kroah-Hartman · 11 years ago
  72. 0890147 Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()" by Greg Kroah-Hartman · 11 years ago
  73. 798c75a Revert "kernfs: remove KERNFS_REMOVED" by Greg Kroah-Hartman · 11 years ago
  74. 4f4b1b6 Revert "kernfs: restructure removal path to fix possible premature return" by Greg Kroah-Hartman · 11 years ago
  75. 55f6e30 Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()" by Greg Kroah-Hartman · 11 years ago
  76. 7653fe9 Revert "kernfs: remove kernfs_addrm_cxt" by Greg Kroah-Hartman · 11 years ago
  77. f4b3e63 Revert "kernfs: make kernfs_get_active() block if the node is deactivated but not removed" by Greg Kroah-Hartman · 11 years ago
  78. 9b0925a Revert "kernfs: implement kernfs_{de|re}activate[_self]()" by Greg Kroah-Hartman · 11 years ago
  79. a9f138b Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" by Greg Kroah-Hartman · 11 years ago
  80. a30f82b Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
  81. ce9b499 Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()" by Greg Kroah-Hartman · 11 years ago
  82. 88533f9 kernfs: remove unnecessary NULL check in __kernfs_remove() by Tejun Heo · 11 years ago
  83. d1ba277 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  84. e2bc447 Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  85. 1ae0681 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  86. 9f010c2 kernfs: implement kernfs_{de|re}activate[_self]() by Tejun Heo · 11 years ago
  87. 895a068 kernfs: make kernfs_get_active() block if the node is deactivated but not removed by Tejun Heo · 11 years ago
  88. 99177a3 kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
  89. f601f9a kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove() by Tejun Heo · 11 years ago
  90. 45a140e kernfs: restructure removal path to fix possible premature return by Tejun Heo · 11 years ago
  91. ae34372 kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
  92. a69d001 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 11 years ago
  93. ea1c472 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 11 years ago
  94. d92d2e6 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 11 years ago
  95. 1f4a63b xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 11 years ago
  96. bba719b xfs: fix off-by-one error in xfs_attr3_rmt_verify by Jie Liu · 11 years ago
  97. bf3964c Merge branch 'xfs-extent-list-locking-fixes' into for-next by Ben Myers · 11 years ago
  98. dc16b18 Merge branch 'xfs-misc' into for-next by Ben Myers · 11 years ago
  99. 6f96b30 xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 11 years ago
  100. 39849d6 GFS2: Add initialization for address space in super block by Steven Whitehouse · 11 years ago