1. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  2. 149b306 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  3. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  4. 5f56886 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  5. e56fb28 exec: do not abuse ->cred_guard_mutex in threadgroup_lock() by Oleg Nesterov · 11 years ago
  6. 12eaaf3 set_task_comm: kill the pointless memset() + wmb() by Oleg Nesterov · 11 years ago
  7. 830e0fc fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes by David Rientjes · 11 years ago
  8. dc7ee2a coredump: change wait_for_dump_helpers() to use wait_event_interruptible() by Oleg Nesterov · 11 years ago
  9. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 11 years ago
  10. 528f827 coredump: introduce dump_interrupted() by Oleg Nesterov · 11 years ago
  11. acdedd9 coredump: sanitize the setting of signal->group_exit_code by Oleg Nesterov · 11 years ago
  12. 6cd8f0a coredump: ensure that SIGKILL always kills the dumping thread by Oleg Nesterov · 11 years ago
  13. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 11 years ago
  14. 907ed13 usermodehelper: split remaining calls to call_usermodehelper_fns() by Lucas De Marchi · 11 years ago
  15. fb96c47 coredump: remove trailling whitespace by Lucas De Marchi · 11 years ago
  16. 865f38a hfsplus: remove duplicated message prefix in hfsplus_block_free() by Vyacheslav Dubeyko · 11 years ago
  17. d7a475d hfsplus: add error propagation to __hfsplus_ext_write_extent() by Alexey Khoroshilov · 11 years ago
  18. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 11 years ago
  19. c2b3e1f hfs/hfsplus: convert dprint to hfs_dbg by Joe Perches · 11 years ago
  20. 5f3726f hfsplus: fix warnings in fs/hfsplus/bfind.c by Vyacheslav Dubeyko · 11 years ago
  21. 9509f17 hfs: add error checking for hfs_find_init() by Alexey Khoroshilov · 11 years ago
  22. eb53b6d nilfs2: remove unneeded test in nilfs_writepage() by Vyacheslav Dubeyko · 11 years ago
  23. dc33f5f nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page() by Vyacheslav Dubeyko · 11 years ago
  24. 8c26c4e nilfs2: fix issue with flush kernel thread after remount in RO mode because of driver's internal error or metadata corruption by Vyacheslav Dubeyko · 11 years ago
  25. c1d025e binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurate by Jiri Kosina · 11 years ago
  26. 2535e0d fs: make binfmt support for #! scripts modular and removable by Josh Triplett · 11 years ago
  27. d6d67e7 epoll: cleanup: use RCU_INIT_POINTER when nulling by Eric Wong · 11 years ago
  28. 450d89e epoll: cleanup: hoist out f_op->poll calls by Eric Wong · 11 years ago
  29. ddf676c epoll: lock ep->mtx in ep_free to silence lockdep by Eric Wong · 11 years ago
  30. eea1d58 epoll: use RCU to protect wakeup_source in epitem by Eric Wong · 11 years ago
  31. 39732ca epoll: trim epitem by one cache line by Eric Wong · 11 years ago
  32. 8d82e18 binfmt_misc: reuse string_unescape_inplace() by Andy Shevchenko · 11 years ago
  33. ef3b101 writeback: set worker desc to identify writeback workers in task dumps by Tejun Heo · 11 years ago
  34. 421348f fs/dcache.c: add cond_resched() to shrink_dcache_parent() by Greg Thelen · 11 years ago
  35. b4ea2ea fs/block_dev.c: no need to check inode->i_bdev in bd_forget() by Yan Hong · 11 years ago
  36. 04df32f inotify: invalid mask should return a error number but not set it by Zhao Hongjiang · 11 years ago
  37. 2e1deaa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 11 years ago
  38. 8c55f14 Merge tag 'dlm-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 11 years ago
  39. 8728f98 Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  40. e72859b Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
  41. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  42. ab86e97 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  43. a66c04b inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic() by Jeff Layton · 11 years ago
  44. 398c33a nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic() by Jeff Layton · 11 years ago
  45. f1e6fb0 fat (exportfs): rebuild directory-inode if fat_dget() by Namjae Jeon · 11 years ago
  46. 8fceb4e fat (exportfs): rebuild inode if ilookup() fails by Namjae Jeon · 11 years ago
  47. ea3983a fat: restructure export_operations by Namjae Jeon · 11 years ago
  48. e22a444 fat: introduce a helper fat_get_blknr_offset() by Namjae Jeon · 11 years ago
  49. f21735d fat: move fat_i_pos_read to fat.h by Namjae Jeon · 11 years ago
  50. 2628b7a fat: introduce 2 new values for the -o nfs mount option by Namjae Jeon · 11 years ago
  51. e760040 fs/buffer.c: remove unnecessary init operation after allocating buffer_head. by majianpeng · 11 years ago
  52. 3c743a7 fs/proc/kcore.c: use register_hotmemory_notifier() by Andrew Morton · 11 years ago
  53. 6ee8630 mm: allow arch code to control the user page table ceiling by Hugh Dickins · 11 years ago
  54. db3808c mm, vmalloc: move get_vmalloc_info() to vmalloc.c by Joonsoo Kim · 11 years ago
  55. 713685111 mm: make snapshotting pages for stable writes a per-bio operation by Darrick J. Wong · 11 years ago
  56. 146732c fs: don't compile in drop_caches.c when CONFIG_SYSCTL=n by Josh Triplett · 11 years ago
  57. b1058b9 direct-io: submit bio after boundary buffer is added to it by Jan Kara · 11 years ago
  58. 092c8d4 direct-io: fix boundary block handling by Jan Kara · 11 years ago
  59. 546ae2d fs/read_write.c: fix generic_file_llseek() comment by Ming Lei · 11 years ago
  60. 7cfa74d ocfs2/dlm: remove redundant null pointer check by Sachin Kamat · 11 years ago
  61. 7f4804d ocfs2: fix NULL dereference for moving extents by Dan Carpenter · 11 years ago
  62. 85a258b ocfs2: fix error handling in ocfs2_ioctl_move_extents() by Dan Carpenter · 11 years ago
  63. 7ebab45 ocfs2: fix error return code in ocfs2_info_handle_freefrag() by Wei Yongjun · 11 years ago
  64. b3e0767 ocfs2: delay inode update transactions after verifying the input flags by Jeff Liu · 11 years ago
  65. ec686c9 fs/fscache/stats.c: fix memory leak by Anurup m · 11 years ago
  66. 2794b5d Merge tag 'driver-core-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  67. 721ccfb NFSv4: Warn once about servers that incorrectly apply open mode to setattr by Trond Myklebust · 11 years ago
  68. ee3ae84 NFSv4: Servers should only check SETATTR stateid open mode on size change by Trond Myklebust · 11 years ago
  69. 7af584d gfs2: Convert print_symbol to %pSR by Joe Perches · 12 years ago
  70. 91d80a8 aio: fix possible invalid memory access when DEBUG is enabled by Zhao Hongjiang · 11 years ago
  71. 222cb53 GFS2: Flush work queue before clearing glock hash tables by Bob Peterson · 11 years ago
  72. 6402c7d Merge branch 'linus' into timers/core by Thomas Gleixner · 11 years ago
  73. b0212b8 Merge branch 'bugfixes' into linux-next by Trond Myklebust · 11 years ago
  74. bd1d421 Merge branch 'rpcsec_gss-from_cel' into linux-next by Trond Myklebust · 11 years ago
  75. bdeca1b NFSv4: Don't recheck permissions on open in case of recovery cached open by Trond Myklebust · 11 years ago
  76. cd4c9be NFSv4.1: Don't do a delegated open for NFS4_OPEN_CLAIM_DELEG_CUR_FH modes by Trond Myklebust · 11 years ago
  77. 8188df1 NFSv4.1: Use the more efficient open_noattr call for open-by-filehandle by Trond Myklebust · 11 years ago
  78. 0d606e2 ext4: fix type-widening bug in inode table readahead code by Theodore Ts'o · 11 years ago
  79. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  80. 79d852b NFS: Retry SETCLIENTID with AUTH_SYS instead of AUTH_NONE by Chuck Lever · 11 years ago
  81. fd068b2 NFSv4: Ensure that we clear the NFS_OPEN_STATE flag when appropriate by Trond Myklebust · 11 years ago
  82. 3f8a641 ext4: add check for inodes_count overflow in new resize ioctl by Theodore Ts'o · 11 years ago
  83. 7f3e3c7 ext4: fix Kconfig documentation for CONFIG_EXT4_DEBUG by Theodore Ts'o · 11 years ago
  84. c5c72d8 ext4: fix online resizing for ext3-compat file systems by Theodore Ts'o · 11 years ago
  85. 1dfd89a LOCKD: Ensure that nlmclnt_block resets block->b_status after a server reboot by Trond Myklebust · 11 years ago
  86. f783f09 jbd2: trace when lock_buffer in do_get_write_access takes a long time by Theodore Ts'o · 11 years ago
  87. 13fca32 ext4: mark metadata blocks using bh flags by Theodore Ts'o · 11 years ago
  88. 877f962 buffer: add BH_Prio and BH_Meta flags by Theodore Ts'o · 11 years ago
  89. 9f20350 ext4: mark all metadata I/O with REQ_META by Theodore Ts'o · 11 years ago
  90. 8e472f3 NFSv4: Ensure the LOCK call cannot use the delegation stateid by Trond Myklebust · 11 years ago
  91. 92b40e9 NFSv4: Use the open stateid if the delegation has the wrong mode by Trond Myklebust · 11 years ago
  92. c4d8b02 ext4: fix readdir error in case inline_data+^dir_index. by Tao Ma · 11 years ago
  93. 8af0f08 ext4: fix readdir error in the case of inline_data+dir_index by Tao Ma · 11 years ago
  94. 28daf4f jbd2: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Zheng Liu · 11 years ago
  95. 042ad0b nfs: Send atime and mtime as a 64bit value by Bryan Schumaker · 11 years ago
  96. 2656497 ext4: mext_insert_extents should update extent block checksum by Darrick J. Wong · 11 years ago
  97. eb9cc7e ext4: move quota initialization out of inode allocation transaction by Jan Kara · 11 years ago
  98. fd03d8d ext4: reserve xattr index for Rich ACL support by Theodore Ts'o · 11 years ago
  99. 0a82a8d Revert "block: add missing block_bio_complete() tracepoint" by Linus Torvalds · 11 years ago
  100. 12f267a hfsplus: fix potential overflow in hfsplus_file_truncate() by Vyacheslav Dubeyko · 11 years ago