1. b696332 ufs: drop lock/unlock super by Marco Stornelli · 12 years ago
  2. c07cb01 sysv: drop lock/unlock super by Marco Stornelli · 12 years ago
  3. f6e12dc hpfs: drop lock/unlock super by Marco Stornelli · 12 years ago
  4. e40b34c fat: drop lock/unlock super by Marco Stornelli · 12 years ago
  5. 67e2c19 ext3: drop lock/unlock super by Marco Stornelli · 12 years ago
  6. 4f7754c exofs: drop lock/unlock super by Marco Stornelli · 12 years ago
  7. aed9764 dup3: Return an error when oldfd == newfd. by Richard W.M. Jones · 12 years ago
  8. ffd8d10 fs: prevent use after free in auditing when symlink following was denied by Sasha Levin · 12 years ago
  9. 9e2d865 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  10. 7a71932 kpageflags: fix wrong KPF_THP on non-huge compound pages by Naoya Horiguchi · 12 years ago
  11. cd8ed2a fs/fs-writeback.c: remove unneccesary parameter of __writeback_single_inode() by Yan Hong · 12 years ago
  12. 38a7601 mm: avoid taking rmap locks in move_ptes() by Michel Lespinasse · 12 years ago
  13. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  14. bf7ad8e rbtree: move some implementation details from rbtree.h to rbtree.c by Michel Lespinasse · 12 years ago
  15. ea5272f rbtree: fix incorrect rbtree node insertion in fs/proc/proc_sysctl.c by Michel Lespinasse · 12 years ago
  16. 4c199a9 rbtree: empty nodes have no color by Michel Lespinasse · 12 years ago
  17. 01dc52e oom: remove deprecated oom_adj by Davidlohr Bueso · 12 years ago
  18. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  19. 0103bd1 mm: prepare VM_DONTDUMP for using in drivers by Konstantin Khlebnikov · 12 years ago
  20. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  21. 8711798 Merge branch 'linux-next' of git://git.open-osd.org/linux-open-osd by Linus Torvalds · 12 years ago
  22. 1219771 Fix F_DUPFD_CLOEXEC breakage by Al Viro · 12 years ago
  23. d5bbd43 exec: make de_thread() killable by Oleg Nesterov · 12 years ago
  24. 7035cdf Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  25. 6432f21 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  26. 7f60ba3 Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstore by Linus Torvalds · 12 years ago
  27. c99b684 omfs: convert to use beXX_add_cpu() by Wei Yongjun · 12 years ago
  28. 9fb8844 fs/proc/root.c: use NULL instead of 0 for pointer by Sachin Kamat · 12 years ago
  29. ab4a1f2 proc_sysctl.c: use BUG_ON instead of BUG by Prasad Joshi · 12 years ago
  30. 17baa2a proc: use kzalloc instead of kmalloc and memset by yan · 12 years ago
  31. 0e06936 proc: no need to initialize proc_inode->fd in proc_get_inode() by yan · 12 years ago
  32. 62072750 proc: return -ENOMEM when inode allocation failed by yan · 12 years ago
  33. 2aa362c coredump: extend core dump note section to contain file names of mapped files by Denys Vlasenko · 12 years ago
  34. 49ae4d4 coredump: add a new elf note with siginfo of the signal by Denys Vlasenko · 12 years ago
  35. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  36. 0f4cfb2 coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1 by Oleg Nesterov · 12 years ago
  37. 12a2b4b coredump: add support for %d=__get_dumpable() in core name by Oleg Nesterov · 12 years ago
  38. 179899f coredump: update coredump-related headers by Alex Kelly · 12 years ago
  39. 046d662 coredump: make core dump functionality optional by Alex Kelly · 12 years ago
  40. 1486465 fat: simplify writeback_inode() by Namjae Jeon · 12 years ago
  41. 126ac05 fat: no need to reset EOF in ent_put for FAT32 by Namjae Jeon · 12 years ago
  42. 441dff3 fs/fat: fix checkpatch issues in fatent.c by Cruz Julian Bishop · 12 years ago
  43. f08b498 fs/fat: fix all other checkpatch issues in dir.c by Cruz Julian Bishop · 12 years ago
  44. 3f36f61 fs/fat: fix some small checkpatch issues in dir.c by Cruz Julian Bishop · 12 years ago
  45. c905182 fs/fat: fix two checkpatch issues in cache.c by Cruz Julian Bishop · 12 years ago
  46. 4a3aeb1 fs/fat: chang indentation of some comments in fat.h by Cruz Julian Bishop · 12 years ago
  47. d5a4a38 fs/fat: fix some checkpatch issues in fat.h by Cruz Julian Bishop · 12 years ago
  48. 85cb9bf fs/fat: fix a checkpatch issue in namei_msdos.c by Cruz Julian Bishop · 12 years ago
  49. 7669e8f fat (exportfs): fix dentry reconnection by Steven J. Magnani · 12 years ago
  50. 21b6633d5 fat (exportfs): move NFS support code by Steven J. Magnani · 12 years ago
  51. 4b63709 fat: use accessor function for msdos_dir_entry 'start' by Namjae Jeon · 12 years ago
  52. 32daab9 hpfs: convert to use leXX_add_cpu() by Wei Yongjun · 12 years ago
  53. 6eec482 binfmt_elf: Uninitialized variable by Alan Cox · 12 years ago
  54. 03a7beb epoll: support for disabling items, and a self-test app by Paton J. Lewis · 12 years ago
  55. 125c4c7 idr: rename MAX_LEVEL to MAX_IDR_LEVEL by Fengguang Wu · 12 years ago
  56. c278531 ext4: fix ext4_flush_completed_IO wait semantics by Dmitry Monakhov · 12 years ago
  57. e1cc485 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  58. 74b217d ore: signedness bug in _sp2d_min_pg() by Dan Carpenter · 12 years ago
  59. 6285bc2 ceph: avoid 32-bit page index overflow by Alex Elder · 12 years ago
  60. 457712a ceph: return EIO on invalid layout on GET_DATALOC ioctl by Sage Weil · 12 years ago
  61. eb0ad9c Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 12 years ago
  62. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  63. 782c3fb Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 12 years ago
  64. 60c7b4d Merge tag 'for-linus-v3.7-rc1' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  65. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  66. 8f9c011 compat: fs: Generic compat_sys_sendfile implementation by Catalin Marinas · 12 years ago
  67. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  68. 99621b4 btrfs: reada_extent doesn't need kref for refcount by Al Viro · 12 years ago
  69. 10c28d9 coredump: move core dump functionality into its own file by Alex Kelly · 12 years ago
  70. fc47912 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 12 years ago
  71. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  72. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  73. c0e8a13 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  74. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  75. 797b9e5 Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  76. 6816282 ceph: propagate layout error on osd request creation by Sage Weil · 12 years ago
  77. dde3ada Merge branch 'next' into for-linus by Dmitry Torokhov · 12 years ago
  78. 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
  79. b905a7f ceph: convert to use le32_add_cpu() by Wei Yongjun · 12 years ago
  80. 3e8f43a ceph: Fix oops when handling mdsmap that decreases max_mds by Yan, Zheng · 12 years ago
  81. c98f533 ceph: let path portion of mount "device" be optional by Alex Elder · 12 years ago
  82. 3498d13 Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  83. 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
  84. 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
  85. 1d4ab90 [CIFS] Fix indentation of fs/cifs/Kconfig entries by Steve French · 12 years ago
  86. e4aa25e [CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=) by Steve French · 12 years ago
  87. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  88. e151960 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  89. 041bbb6d ext4: fix mtime update in nodelalloc mode by Theodore Ts'o · 12 years ago
  90. 6f2080e ext4: fix ext_remove_space for punch_hole case by Dmitry Monakhov · 12 years ago
  91. 02d262d ext4: punch_hole should wait for DIO writers by Dmitry Monakhov · 12 years ago
  92. 8110e16 vfs: dcache: fix deadlock in tree traversal by Miklos Szeredi · 12 years ago
  93. 1f555cf ext4: serialize truncate with owerwrite DIO workers by Dmitry Monakhov · 12 years ago
  94. 1b65007 ext4: endless truncate due to nonlocked dio readers by Dmitry Monakhov · 12 years ago
  95. 1c9114f ext4: serialize unlocked dio reads with truncate by Dmitry Monakhov · 12 years ago
  96. 17335dc ext4: serialize dio nonlocked reads with defrag workers by Dmitry Monakhov · 12 years ago
  97. 28a535f ext4: completed_io locking cleanup by Dmitry Monakhov · 12 years ago
  98. 82e5422 ext4: fix unwritten counter leakage by Dmitry Monakhov · 12 years ago
  99. e27f41e ext4: give i_aiodio_unwritten a more appropriate name by Dmitry Monakhov · 12 years ago
  100. f45ee3a ext4: ext4_inode_info diet by Dmitry Monakhov · 12 years ago