1. e1cc485 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  2. eb0ad9c Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 12 years ago
  3. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  4. 782c3fb Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  5. 60c7b4d Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  6. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  7. 8f9c011 compat: fs: Generic compat_sys_sendfile implementation by Catalin Marinas · 12 years ago
  8. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  9. 99621b4 btrfs: reada_extent doesn't need kref for refcount by Al Viro · 12 years ago
  10. 10c28d9 coredump: move core dump functionality into its own file by Alex Kelly · 12 years ago
  11. fc47912 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  12. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  13. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  14. c0e8a13 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  15. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  16. 797b9e5 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  17. dde3ada Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  18. 40689ac Merge tag 'dlm-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  19. 3498d13 Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  20. 06d2fe1 Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  21. 81f56e5 Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64 by Linus Torvalds · 12 years ago
  22. 1d4ab90 [CIFS] Fix indentation of fs/cifs/Kconfig entries by Steve French · 12 years ago
  23. e4aa25e [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=) by Steve French · 12 years ago
  24. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  25. e151960 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  26. 8110e16 vfs: dcache: fix deadlock in tree traversal by Miklos Szeredi · 12 years ago
  27. c052e2b cifs: obtain file access during backup intent lookup (resend) by Shirish Pargaonkar · 12 years ago
  28. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  29. 7596824 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  30. bf53083 Merge tag 'v3.6-rc7' into next by James Morris · 12 years ago
  31. fd51790 trivial select_parent documentation fix by J. Bruce Fields · 12 years ago
  32. f065fd0 CIFS: Fix possible freed pointer dereference in CIFS_SessSetup by Pavel Shilovsky · 12 years ago
  33. 4ca3a99 CIFS: Fix possible freed pointer dereference in SMB2_sess_setup by Pavel Shilovsky · 12 years ago
  34. 760ad0c CIFS: Make ops->close return void by Pavel Shilovsky · 12 years ago
  35. f34f9d1 coredump: prevent double-free on an error path in core dumper by Denys Vlasenko · 12 years ago
  36. 63784dd fcntl: fix misannotations by Al Viro · 12 years ago
  37. 2744c17 ceph: don't abuse d_delete() on failure exits by Al Viro · 12 years ago
  38. 1fe0c02 vfs: delete surplus inode NULL check by Alan Cox · 12 years ago
  39. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  40. 2a11735 switch o2hb_region_dev_write() to fget_light() by Al Viro · 12 years ago
  41. 7b540d0 proc_map_files_readdir(): don't bother with grabbing files by Al Viro · 12 years ago
  42. cb0942b make get_file() return its argument by Al Viro · 12 years ago
  43. 64e09fa switch xfs_find_handle() to fget_light() by Al Viro · 12 years ago
  44. 1ea65c9 switch xfs_swapext() to fget_light() by Al Viro · 12 years ago
  45. 78f7d75 switch coda get_device_index() to fget_light() by Al Viro · 12 years ago
  46. 8319aa9 switch btrfs_ioctl_clone() to fget_light() by Al Viro · 12 years ago
  47. 4109633 switch timerfd_[sg]ettime(2) to fget_light() by Al Viro · 12 years ago
  48. 5e196a9 switch epoll_wait(2) to fget_light() by Al Viro · 12 years ago
  49. ecd1881 switch btrfs_ioctl_snap_create_transid() to fget_light() by Al Viro · 12 years ago
  50. 6bdf295 switch EXT4_IOC_MOVE_EXT to fget_light() by Al Viro · 12 years ago
  51. 4557c66 export fget_light by Al Viro · 12 years ago
  52. 399c9b8 ext4: close struct file leak on EXT4_IOC_MOVE_EXT by Al Viro · 12 years ago
  53. d6483b7 switch fchmod(2) to fget_light() by Al Viro · 12 years ago
  54. 6b48c5b switch fallocate(2) to fget_light() by Al Viro · 12 years ago
  55. bf2965d switch ftruncate(2) to fget_light by Al Viro · 12 years ago
  56. f6d2ac5 namei.c: fix BS comment by Al Viro · 12 years ago
  57. c6f3d81 don't leak O_CLOEXEC into ->f_flags by Al Viro · 12 years ago
  58. ddd3e07 procfs: Convert /proc/pid/fdinfo/ handling routines to seq-file v2 by Cyrill Gorcunov · 12 years ago
  59. faf60af procfs: Move /proc/pid/fd[info] handling code to fd.[ch] by Cyrill Gorcunov · 12 years ago
  60. 864bdb3 new helper: daemonize_descriptors() by Al Viro · 12 years ago
  61. 179e037 do_coredump(): make sure that descriptor table isn't shared by Al Viro · 12 years ago
  62. c3c073f new helper: iterate_fd() by Al Viro · 12 years ago
  63. ad47bd7 make expand_files() and alloc_fd() static by Al Viro · 12 years ago
  64. b8318b0 take __{set,clear}_{open_fd,close_on_exec}() into fs/file.c by Al Viro · 12 years ago
  65. 8280d16 new helper: replace_fd() by Al Viro · 12 years ago
  66. fe17f22 take purely descriptor-related stuff from fcntl.c to file.c by Al Viro · 12 years ago
  67. 6a6d27d take close-on-exec logics to fs/file.c, clean it up a bit by Al Viro · 12 years ago
  68. 483ce1d take descriptor-related part of close() to file.c by Al Viro · 12 years ago
  69. 0ee8cdf take fget() and friends to fs/file.c by Al Viro · 12 years ago
  70. f869e8a expose a low-level variant of fd_install() for binder by Al Viro · 12 years ago
  71. 56007ca move put_unused_fd() and fd_install() to fs/file.c by Al Viro · 12 years ago
  72. 1983e78 trim free_fdtable_rcu() by Al Viro · 12 years ago
  73. b9e02af don't bother with call_rcu() in put_files_struct() by Al Viro · 12 years ago
  74. 7cf4dc3 move files_struct-related bits from kernel/exit.c to fs/file.c by Al Viro · 12 years ago
  75. dcfadfa new helper: __alloc_fd() by Al Viro · 12 years ago
  76. f33ff99 take rlimit check to callers of expand_files() by Al Viro · 12 years ago
  77. 352e3b2 fanotify: sanitize failure exits in copy_event_to_user() by Al Viro · 12 years ago
  78. 5b249b1 pipe(2) - race-free error recovery by Al Viro · 12 years ago
  79. c921b40 autofs4: don't open-code fd_install() by Al Viro · 12 years ago
  80. 1a7bd22 make get_unused_fd_flags() a function by Al Viro · 12 years ago
  81. 5905db5 Merge remote branch 'origin' into for-next by Al Viro · 12 years ago
  82. 2ea0392 xfs: Make inode32 a remountable option by Carlos Maiolino · 12 years ago
  83. 4056c1d xfs: add inode64->inode32 transition into xfs_set_inode32() by Carlos Maiolino · 12 years ago
  84. 4c08372 xfs: Fix mp->m_maxagi update during inode64 remount by Carlos Maiolino · 12 years ago
  85. 2d2194f xfs: reduce code duplication handling inode32/64 options by Carlos Maiolino · 12 years ago
  86. 08bf540 xfs: make inode64 as the default allocation mode by Carlos Maiolino · 12 years ago
  87. 8aea3ff xfs: Fix m_agirotor reset during AG selection by Carlos Maiolino · 12 years ago
  88. c3a58fe Make inode64 a remountable option by Carlos Maiolino · 12 years ago
  89. 4f2b86a cifs: change DOS/NT/POSIX mapping of ERRnoresource by Jeff Layton · 12 years ago
  90. 142e546 compat_ioctl: Avoid using undefined RS-485 IOCTLs by Jaeden Amero · 12 years ago
  91. 1b35920 cifs: remove support for deprecated "forcedirectio" and "strictcache" mount options by Jeff Layton · 12 years ago
  92. 52b0c34 cifs: remove support for CIFS_IOC_CHECKUMOUNT ioctl by Jeff Layton · 12 years ago
  93. e5d0488 CIFS: Fix possible memory leaks in SMB2 code by Pavel Shilovsky · 12 years ago
  94. e4e3703 CIFS: Fix endian conversion of IndexNumber by Pavel Shilovsky · 12 years ago
  95. 12e8a20 Trivial endian fixes by Steve French · 12 years ago
  96. ba02e89 MARK SMB2 support EXPERIMENTAL by Steve French · 12 years ago
  97. 5efeb09 Update cifs version number by Steve French · 12 years ago
  98. 3d6d854 cifs: add FL_CLOSE to fl_flags mask in cifs_read_flock by Jeff Layton · 12 years ago
  99. ecdb69e cifs: Mangle string used for unc in /proc/mounts by Sachin Prabhu · 12 years ago
  100. 101b92d cifs: cleanups for cifs_mkdir_qinfo by Jeff Layton · 12 years ago