1. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
  2. f7f7c18 fs: cifs: use kmemdup instead of kmalloc + memcpy by Silviu-Mihai Popescu · 12 years ago
  3. d455b72 cifs: replaced kmalloc + memset with kzalloc by Dia Vasile · 12 years ago
  4. 73a999f cifs: ignore the unc= and prefixpath= mount options by Jeff Layton · 12 years ago
  5. bd932ae Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  6. 371fdab hostfs: use kmalloc instead of kzalloc by James Hogan · 12 years ago
  7. 2b3b9bb hostfs: move HOSTFS_SUPER_MAGIC to <linux/magic.h> by James Hogan · 12 years ago
  8. 9dcc5e8 hostfs: remove "will unlock" comment by James Hogan · 12 years ago
  9. 9ed53b1 vfs: use list_move instead of list_del/list_add by Wei Yongjun · 12 years ago
  10. 75fc0cf proc_devtree: Replace include linux/module.h with linux/export.h by Syam Sidhardhan · 12 years ago
  11. b1983cd create_mnt_ns: unidiomatic use of list_add() by Al Viro · 12 years ago
  12. 61572bb fs: remove dentry_lru_prune() by Yan, Zheng · 12 years ago
  13. 6b13eb1 Removed unused typedef to avoid "unused local typedef" warnings. by Han Shen · 12 years ago
  14. c0bd14af kill fs/read_write.h by Al Viro · 12 years ago
  15. e86d35c do_coredump(): don't wait for thaw if coredump has already been interrupted by Al Viro · 12 years ago
  16. 0d5cadb do_mount(): fix a leak introduced in 3.9 ("mount: consolidate permission checks") by Al Viro · 12 years ago
  17. 1db7722 Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  18. 8665218 Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 12 years ago
  19. 14a9e5c Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  20. 00fdffb5 Merge tag 'for-v3.10' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 12 years ago
  21. fb1c2d8 Merge branch 'for_next' into for_linus by Jan Kara · 12 years ago
  22. c8d8566 Merge tag 'for-linus-v3.10-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  23. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  24. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  25. b9394d8 Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  26. ac3e3c5 don't bother with deferred freeing of fdtables by Al Viro · 12 years ago
  27. 59d8053 proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h by David Howells · 12 years ago
  28. c30480b proc: Make the PROC_I() and PDE() macros internal to procfs by David Howells · 12 years ago
  29. a8ca16e proc: Supply a function to remove a proc entry by PDE by David Howells · 12 years ago
  30. 8d8b97b take cgroup_open() and cpuset_open() to fs/proc/base.c by Al Viro · 12 years ago
  31. e42270a reiserfs: Don't access the proc_dir_entry in r_open(), r_start() r_show() by David Howells · 12 years ago
  32. 4a520d2 proc: Supply an accessor for getting the data from a PDE's parent by David Howells · 12 years ago
  33. 270b5ac proc: Add proc_mkdir_data() by David Howells · 12 years ago
  34. 34db8aa proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h} by David Howells · 12 years ago
  35. 4abfd02 proc: Move PDE_NET() to fs/proc/proc_net.c by David Howells · 12 years ago
  36. 0bb80f2 proc: Split the namespace stuff out into linux/proc_ns.h by David Howells · 12 years ago
  37. c3bef7b proc: Move proc_fd() to fs/proc/fd.h by David Howells · 12 years ago
  38. 1dd704b proc: Uninline pid_delete_dentry() by David Howells · 12 years ago
  39. 271a15e proc: Supply PDE attribute setting accessor functions by David Howells · 12 years ago
  40. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  41. cab09a8 xfs: fix da node magic number mismatches by Dave Chinner · 12 years ago
  42. 946217b xfs: Remote attr validation fixes and optimisations by Dave Chinner · 12 years ago
  43. 73aaa22 jfs: fix a couple races by Dave Kleikamp · 12 years ago
  44. 149b3060 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  45. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  46. 5f56886 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
  47. e56fb28 exec: do not abuse ->cred_guard_mutex in threadgroup_lock() by Oleg Nesterov · 12 years ago
  48. 12eaaf3 set_task_comm: kill the pointless memset() + wmb() by Oleg Nesterov · 12 years ago
  49. 830e0fc fs, proc: truncate /proc/pid/comm writes to first TASK_COMM_LEN bytes by David Rientjes · 12 years ago
  50. dc7ee2a coredump: change wait_for_dump_helpers() to use wait_event_interruptible() by Oleg Nesterov · 12 years ago
  51. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 12 years ago
  52. 528f827 coredump: introduce dump_interrupted() by Oleg Nesterov · 12 years ago
  53. acdedd9 coredump: sanitize the setting of signal->group_exit_code by Oleg Nesterov · 12 years ago
  54. 6cd8f0a coredump: ensure that SIGKILL always kills the dumping thread by Oleg Nesterov · 12 years ago
  55. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 12 years ago
  56. 907ed13 usermodehelper: split remaining calls to call_usermodehelper_fns() by Lucas De Marchi · 12 years ago
  57. fb96c47 coredump: remove trailling whitespace by Lucas De Marchi · 12 years ago
  58. 865f38a hfsplus: remove duplicated message prefix in hfsplus_block_free() by Vyacheslav Dubeyko · 12 years ago
  59. d7a475d hfsplus: add error propagation to __hfsplus_ext_write_extent() by Alexey Khoroshilov · 12 years ago
  60. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 12 years ago
  61. c2b3e1f hfs/hfsplus: convert dprint to hfs_dbg by Joe Perches · 12 years ago
  62. 5f3726f hfsplus: fix warnings in fs/hfsplus/bfind.c by Vyacheslav Dubeyko · 12 years ago
  63. 9509f17 hfs: add error checking for hfs_find_init() by Alexey Khoroshilov · 12 years ago
  64. eb53b6d nilfs2: remove unneeded test in nilfs_writepage() by Vyacheslav Dubeyko · 12 years ago
  65. dc33f5f nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page() by Vyacheslav Dubeyko · 12 years ago
  66. 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 · 12 years ago
  67. c1d025e binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurate by Jiri Kosina · 12 years ago
  68. 2535e0d fs: make binfmt support for #! scripts modular and removable by Josh Triplett · 12 years ago
  69. d6d67e7 epoll: cleanup: use RCU_INIT_POINTER when nulling by Eric Wong · 12 years ago
  70. 450d89e epoll: cleanup: hoist out f_op->poll calls by Eric Wong · 12 years ago
  71. ddf676c epoll: lock ep->mtx in ep_free to silence lockdep by Eric Wong · 12 years ago
  72. eea1d58 epoll: use RCU to protect wakeup_source in epitem by Eric Wong · 12 years ago
  73. 39732ca epoll: trim epitem by one cache line by Eric Wong · 12 years ago
  74. 8d82e18 binfmt_misc: reuse string_unescape_inplace() by Andy Shevchenko · 12 years ago
  75. ef3b101 writeback: set worker desc to identify writeback workers in task dumps by Tejun Heo · 12 years ago
  76. 421348f fs/dcache.c: add cond_resched() to shrink_dcache_parent() by Greg Thelen · 12 years ago
  77. b4ea2ea fs/block_dev.c: no need to check inode->i_bdev in bd_forget() by Yan Hong · 12 years ago
  78. 04df32f inotify: invalid mask should return a error number but not set it by Zhao Hongjiang · 12 years ago
  79. 2e1deaa Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  80. 676e4eb NFSD: SECINFO doesn't handle unsupported pseudoflavors correctly by Chuck Lever · 12 years ago
  81. ed9411a NFSD: Simplify GSS flavor encoding in nfsd4_do_encode_secinfo() by Chuck Lever · 12 years ago
  82. c8c797f nfsd: make symbol nfsd_reply_cache_shrinker static by Wei Yongjun · 12 years ago
  83. 2a6cf94 nfsd4: don't remap EISDIR errors in rename by J. Bruce Fields · 12 years ago
  84. 8c55f14 Merge tag 'dlm-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  85. 8728f98 Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  86. e72859b Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  87. 123887e xfs: Teach dquot recovery about CONFIG_XFS_QUOTA by Dave Chinner · 12 years ago
  88. 5d434fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  89. ab86e97 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  90. a614e19 Merge tag 'v3.9' into efi-for-tip2 by Matt Fleming · 12 years ago
  91. a66c04b inotify: convert inotify_add_to_idr() to use idr_alloc_cyclic() by Jeff Layton · 12 years ago
  92. 398c33a nfsd: convert nfs4_alloc_stid() to use idr_alloc_cyclic() by Jeff Layton · 12 years ago
  93. f1e6fb0 fat (exportfs): rebuild directory-inode if fat_dget() by Namjae Jeon · 12 years ago
  94. 8fceb4e fat (exportfs): rebuild inode if ilookup() fails by Namjae Jeon · 12 years ago
  95. ea3983a fat: restructure export_operations by Namjae Jeon · 12 years ago
  96. e22a444 fat: introduce a helper fat_get_blknr_offset() by Namjae Jeon · 12 years ago
  97. f21735d fat: move fat_i_pos_read to fat.h by Namjae Jeon · 12 years ago
  98. 2628b7a fat: introduce 2 new values for the -o nfs mount option by Namjae Jeon · 12 years ago
  99. e760040 fs/buffer.c: remove unnecessary init operation after allocating buffer_head. by majianpeng · 12 years ago
  100. 3c743a7 fs/proc/kcore.c: use register_hotmemory_notifier() by Andrew Morton · 12 years ago