1. 34e431b /proc/meminfo: provide estimated available memory by Rik van Riel · 11 years ago
  2. af52b04 fs/ramfs: don't use module_init for non-modular core code by Paul Gortmaker · 11 years ago
  3. b5bd856 fs/super.c: fix WARN on alloc_super() fail path by Vladimir Davydov · 11 years ago
  4. 4e4f9e6 fs/read_write.c:compat_readv(): remove bogus area verify by Corey Minyard · 11 years ago
  5. 38316c8 fs/compat_ioctl.c: fix an underflow issue (harmless) by Dan Carpenter · 11 years ago
  6. 0afaa12 posix_acl: uninlining by Andrew Morton · 11 years ago
  7. 75f82ea ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously by Yiwen Jiang · 11 years ago
  8. a2a3b39 ocfs2: punch hole should return EINVAL if the length argument in ioctl is negative by Tariq Saeed · 11 years ago
  9. 16eac4b ocfs2: fix sparse non static symbol warning by Wei Yongjun · 11 years ago
  10. 1ba2212 ocfs2: adjust minlen with discard_granularity in the FITRIM ioctl by Jie Liu · 11 years ago
  11. aa89762 ocfs2: return EINVAL if the given range to discard is less than block size by Jie Liu · 11 years ago
  12. 19e8ac2 ocfs2: return EOPNOTSUPP if the device does not support discard by Jie Liu · 11 years ago
  13. 0a2fcd89 ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_group_set_bits() by Younger Liu · 11 years ago
  14. c994c2e ocfs2: use the new DLM operation callbacks while requesting new lockspace by Goldwyn Rodrigues · 11 years ago
  15. 4150363 ocfs2: framework for version LVB by Goldwyn Rodrigues · 11 years ago
  16. 3e83415 ocfs2: pass ocfs2_cluster_connection to ocfs2_this_node by Goldwyn Rodrigues · 11 years ago
  17. 24aa338 ocfs2: shift allocation ocfs2_live_connection to user_connect() by Goldwyn Rodrigues · 11 years ago
  18. 66e188f ocfs2: add DLM recovery callbacks by Goldwyn Rodrigues · 11 years ago
  19. c74a3bd ocfs2: add clustername to cluster connection by Goldwyn Rodrigues · 11 years ago
  20. ff8fb33 ocfs2: remove versioning information by Goldwyn Rodrigues · 11 years ago
  21. 56b27cf fsnotify: remove pointless NULL initializers by Jan Kara · 11 years ago
  22. 83c4c4b fsnotify: remove .should_send_event callback by Jan Kara · 11 years ago
  23. 7053aee fsnotify: do not share events between notification groups by Jan Kara · 11 years ago
  24. e9fe690 inotify: provide function for name length rounding by Jan Kara · 11 years ago
  25. 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
  26. 48ba620 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 11 years ago
  27. db4aad2 kernfs: associate a new kernfs_node with its parent on creation by Tejun Heo · 11 years ago
  28. 70b23ce Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 11 years ago
  29. 70f2fe3 nilfs2: fix segctor bug that causes file system corruption by Andreas Rohner · 11 years ago
  30. bb30594 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 11 years ago
  31. 683bb27 Revert "kernfs: fix get_active failure handling in kernfs_seq_*()" by Greg Kroah-Hartman · 11 years ago
  32. 87da149 Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq" by Greg Kroah-Hartman · 11 years ago
  33. 0890147 Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()" by Greg Kroah-Hartman · 11 years ago
  34. 798c75a Revert "kernfs: remove KERNFS_REMOVED" by Greg Kroah-Hartman · 11 years ago
  35. 4f4b1b6 Revert "kernfs: restructure removal path to fix possible premature return" by Greg Kroah-Hartman · 11 years ago
  36. 55f6e30 Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()" by Greg Kroah-Hartman · 11 years ago
  37. 7653fe9 Revert "kernfs: remove kernfs_addrm_cxt" by Greg Kroah-Hartman · 11 years ago
  38. f4b3e63 Revert "kernfs: make kernfs_get_active() block if the node is deactivated but not removed" by Greg Kroah-Hartman · 11 years ago
  39. 9b0925a Revert "kernfs: implement kernfs_{de|re}activate[_self]()" by Greg Kroah-Hartman · 11 years ago
  40. a9f138b Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers" by Greg Kroah-Hartman · 11 years ago
  41. a30f82b Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()" by Greg Kroah-Hartman · 11 years ago
  42. ce9b499 Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()" by Greg Kroah-Hartman · 11 years ago
  43. 88533f9 kernfs: remove unnecessary NULL check in __kernfs_remove() by Tejun Heo · 11 years ago
  44. d1ba277 sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner() by Tejun Heo · 11 years ago
  45. e2bc447 Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  46. 1ae0681 kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers by Tejun Heo · 11 years ago
  47. 9f010c2 kernfs: implement kernfs_{de|re}activate[_self]() by Tejun Heo · 11 years ago
  48. 895a068 kernfs: make kernfs_get_active() block if the node is deactivated but not removed by Tejun Heo · 11 years ago
  49. 99177a3 kernfs: remove kernfs_addrm_cxt by Tejun Heo · 11 years ago
  50. f601f9a kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove() by Tejun Heo · 11 years ago
  51. 45a140e kernfs: restructure removal path to fix possible premature return by Tejun Heo · 11 years ago
  52. ae34372 kernfs: remove KERNFS_REMOVED by Tejun Heo · 11 years ago
  53. a69d001 kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep() by Tejun Heo · 11 years ago
  54. ea1c472 kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq by Tejun Heo · 11 years ago
  55. d92d2e6 kernfs: fix get_active failure handling in kernfs_seq_*() by Tejun Heo · 11 years ago
  56. 1f4a63b xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK() by Chuansheng Liu · 11 years ago
  57. bba719b xfs: fix off-by-one error in xfs_attr3_rmt_verify by Jie Liu · 11 years ago
  58. ef350bb Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  59. d0abafa ext4: fix bigalloc regression by Eric Whitney · 11 years ago
  60. 06f055f Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  61. 4ff36ee epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL by Jason Baron · 11 years ago
  62. 152b734 Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 11 years ago
  63. 0b3a2c9 GFS2: Fix unsafe dereference in dump_holder() by Tetsuo Handa · 11 years ago
  64. f1e3268 cifs: set FILE_CREATED by Shirish Pargaonkar · 11 years ago
  65. 750b8de cifs: We do not drop reference to tlink in CIFSCheckMFSymlink() by Sachin Prabhu · 11 years ago
  66. ebcc943 Add missing end of line termination to some cifs messages by Steve French · 11 years ago
  67. f41bfc9 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  68. 5bd2010 Merge 3.13-rc5 into staging-next by Greg Kroah-Hartman · 11 years ago
  69. dc0a6b4 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 11 years ago
  70. a8472b4 Merge git://git.kvack.org/~bcrl/aio-next by Linus Torvalds · 11 years ago
  71. 3dc9acb aio: clean up and fix aio_setup_ring page mapping by Linus Torvalds · 11 years ago
  72. 8e321fe aio/migratepages: make aio migrate pages sane by Benjamin LaHaise · 11 years ago
  73. 1881686 aio: fix kioctx leak introduced by "aio: Fix a trinity splat" by Benjamin LaHaise · 11 years ago
  74. a6ddeee Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 11 years ago
  75. df36ac1 pstore: Don't allow high traffic options on fragile devices by Luck, Tony · 11 years ago
  76. f5a44db ext4: add explicit casts when masking cluster sizes by Theodore Ts'o · 11 years ago
  77. 582d2f7 GFS2: Wait for async DIO in glock state changes by Steven Whitehouse · 11 years ago
  78. dfd1118 GFS2: Fix incorrect invalidation for DIO/buffered I/O by Steven Whitehouse · 11 years ago
  79. 2516b61 Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  80. 34cf865 ext4: fix deadlock when writing in ENOSPC conditions by Jan Kara · 11 years ago
  81. a5905a9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
  82. 80b9bbe kernfs: add kernfs_dir_ops by Tejun Heo · 11 years ago
  83. 19bbb92 kernfs: allow negative dentries by Tejun Heo · 11 years ago
  84. 47a52e9 kernfs: update kernfs_rename_ns() to consider KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  85. 2063d60 kernfs: mark static names with KERNFS_STATIC_NAME by Tejun Heo · 11 years ago
  86. d0ae3d4 kernfs: add REMOVED check to create and rename paths by Tejun Heo · 11 years ago
  87. bb8b9d09 kernfs: add @mode to kernfs_create_dir[_ns]() by Tejun Heo · 11 years ago
  88. ac8809f xfs: abort metadata writeback on permanent errors by Dave Chinner · 11 years ago
  89. 33177f0 xfs: swalloc doesn't align allocations properly by Dave Chinner · 11 years ago
  90. 83a0adc xfs: remove xfsbdstrat error by Christoph Hellwig · 11 years ago
  91. 6e708bc xfs: align initial file allocations correctly by Dave Chinner · 11 years ago
  92. 718cc6f xfs: fix infinite loop by detaching the group/project hints from user dquot by Jie Liu · 11 years ago
  93. 5c22727 xfs: fix assertion failure at xfs_setattr_nonsize by Jie Liu · 11 years ago
  94. 30d161c xfs: fix false assertion at xfs_qm_vop_create_dqattach by Jie Liu · 11 years ago
  95. 3a8c920 xfs: fix memory leak in xfs_dir2_node_removename by Mark Tinguely · 11 years ago
  96. 502be2a GFS2: Fix slab memory leak in gfs2_bufdata by Bob Peterson · 11 years ago
  97. 9290a9a GFS2: Fix use-after-free race when calling gfs2_remove_from_ail by Bob Peterson · 11 years ago
  98. dfe5b9a GFS2: don't hold s_umount over blkdev_put by Steven Whitehouse · 11 years ago
  99. f9b0e05 writeback: Fix data corruption on NFS by Jan Kara · 11 years ago
  100. 56f91aa ceph: Avoid data inconsistency due to d-cache aliasing in readpage() by Li Wang · 11 years ago