1. 5a22e30 Merge tag 'tty-3.3-rc3' tty-next by Greg Kroah-Hartman · 12 years ago
  2. 1ecd3c7 nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments() by Xi Wang · 12 years ago
  3. 84f8bf3 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  4. 96e02d1 exec: fix use-after-free bug in setup_new_exec() by Heiko Carstens · 12 years ago
  5. 71b1b20 Merge tag 'for-linus-3.3' of git://git.infradead.org/~dwmw2/mtd-3.3 by Linus Torvalds · 12 years ago
  6. 6c073a7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 12 years ago
  7. de47a41 cifs: Fix oops in session setup code for null user mounts by Shirish Pargaonkar · 12 years ago
  8. 8cdb878 Fix race in process_vm_rw_core by Christopher Yeoh · 12 years ago
  9. d8fb02a ceph: create a new session lock to avoid lock inversion by Alex Elder · 12 years ago
  10. 32852a8 ceph: fix length validation in parse_reply_info() by Xi Wang · 12 years ago
  11. 114fc47 ceph: change "ceph.layout" xattr to be "ceph.file.layout" by Alex Elder · 13 years ago
  12. 6d08f2c proc: make sure mem_open() doesn't pin the target's memory by Oleg Nesterov · 12 years ago
  13. 572d34b proc: unify mem_read() and mem_write() by Oleg Nesterov · 12 years ago
  14. 71879d3 proc: mem_release() should check mm != NULL by Oleg Nesterov · 12 years ago
  15. 7d73101 mtd: fix merge conflict resolution breakage by Artem Bityutskiy · 12 years ago
  16. 2a73ca8 [CIFS] Update cifs Kconfig title to match removal of experimental dependency by Steve French · 12 years ago
  17. d3712b9 Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream by Linus Torvalds · 12 years ago
  18. 000f9bb cifs: fix printk format warnings by Randy Dunlap · 12 years ago
  19. 4991a5f cifs: check offset in decode_ntlmssp_challenge() by Dan Carpenter · 12 years ago
  20. 0a96265 Merge tag 'driver-core-3.3-rc1-bugfixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  21. 67d2433 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  22. f2933e8 Logfs: Allow NULL block_isbad() methods by Joern Engel · 13 years ago
  23. bbe0138 logfs: Grow inode in delete path by Joern Engel · 13 years ago
  24. 1bcceaf logfs: Free areas before calling generic_shutdown_super() by Joern Engel · 13 years ago
  25. 6c69494 logfs: remove useless BUG_ON by Joern Engel · 13 years ago
  26. 0bd9038 logfs: Propagate page parameter to __logfs_write_inode by Prasad Joshi · 13 years ago
  27. ecfd890 logfs: set superblock shutdown flag after generic sb shutdown by Prasad Joshi · 13 years ago
  28. 13ced29 logfs: take write mutex lock during fsync and sync by Prasad Joshi · 12 years ago
  29. 934eed3 logfs: Prevent memory corruption by Joern Engel · 13 years ago
  30. 9615060 logfs: update page reference count for pined pages by Prasad Joshi · 13 years ago
  31. 9998eb7 Btrfs: fix reservations in btrfs_page_mkwrite by Chris Mason · 12 years ago
  32. 9b23062 Btrfs: advance window_start if we're using a bitmap by Josef Bacik · 12 years ago
  33. 0c4e538 btrfs: mask out gfp flags in releasepage by David Sterba · 12 years ago
  34. 9e622d6 Btrfs: fix enospc error caused by wrong checks of the chunk by Miao Xie · 12 years ago
  35. 7ec31b5 Btrfs: do not defrag a file partially by Liu Bo · 12 years ago
  36. 0b48514 Btrfs: fix warning for 32-bit build of fs/btrfs/check-integrity.c by Stefan Behrens · 12 years ago
  37. 0b4a9d2 Btrfs: use cluster->window_start when allocating from a cluster bitmap by Josef Bacik · 12 years ago
  38. 8bedd51 Btrfs: Check for NULL page in extent_range_uptodate by Mitch Harder · 12 years ago
  39. 6dd70ce btrfs: Fix busyloops in transaction waiting code by Jan Kara · 12 years ago
  40. 357b978 Btrfs: make sure a bitmap has enough bytes by Josef Bacik · 12 years ago
  41. b1375d6 Btrfs: fix uninit warning in backref.c by Jan Schmidt · 12 years ago
  42. aaad641 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  43. 1589cb1 eCryptfs: move misleading function comments by Li Wang · 12 years ago
  44. 3074c03 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs by Linus Torvalds · 12 years ago
  45. 58ded24 eCryptfs: Fix oops when printing debug info in extent crypto functions by Tyler Hicks · 12 years ago
  46. f2cb933 eCryptfs: Remove unused ecryptfs_read() by Tyler Hicks · 12 years ago
  47. a261a03 eCryptfs: Check inode changes in setattr by Tyler Hicks · 12 years ago
  48. 5e6f0d7 eCryptfs: Make truncate path killable by Tyler Hicks · 12 years ago
  49. 684a3ff eCryptfs: Infinite loop due to overflow in ecryptfs_write() by Li Wang · 12 years ago
  50. 48399c0 eCryptfs: Replace miscdev read/write magic numbers by Tyler Hicks · 12 years ago
  51. 7f13350 eCryptfs: Report errors in writes to /dev/ecryptfs by Tyler Hicks · 12 years ago
  52. db10e55 eCryptfs: Sanitize write counts of /dev/ecryptfs by Tyler Hicks · 13 years ago
  53. bb45036 ecryptfs: Remove unnecessary variable initialization by Tim Gardner · 12 years ago
  54. 30373dc ecryptfs: Improve metadata read failure logging by Tim Gardner · 12 years ago
  55. 9b025eb xfs: Fix missing xfs_iunlock() on error recovery path in xfs_readlink() by Jan Kara · 13 years ago
  56. e9aba51 tty: rework pty count limiting by Konstantin Khlebnikov · 13 years ago
  57. a4834c1 tty: move pty count limiting into devpts by Konstantin Khlebnikov · 13 years ago
  58. d234696 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  59. ce59791 sysfs: Complain bitterly about attempts to remove files from nonexistent directories. by Eric W. Biederman · 12 years ago
  60. 0863b04 kernel-doc: fix new warnings in debugfs by Randy Dunlap · 12 years ago
  61. 803ab97 cifs: NULL dereference on allocation failure by Dan Carpenter · 12 years ago
  62. a99cbf6 Merge branch 'kernel-doc' from Randy Dunlap by Linus Torvalds · 12 years ago
  63. 4f57d86 Merge branch 'akpm' by Linus Torvalds · 12 years ago
  64. 7908b3e Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  65. b5763ac kernel-doc: fix new warnings in debugfs by Randy Dunlap · 12 years ago
  66. 85e72aa proc: clear_refs: do not clear reserved pages by Will Deacon · 12 years ago
  67. 567e479 Merge branches 'sched-urgent-for-linus', 'perf-urgent-for-linus' and 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  68. e19c29e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  69. 8bc5191 qnx4: don't leak ->BitMap on late failure exits by Al Viro · 12 years ago
  70. 4134bf8 qnx4: reduce the insane nesting in qnx4_checkroot() by Al Viro · 12 years ago
  71. 1aab323 qnx4: di_fname is an array, for crying out loud... by Al Viro · 12 years ago
  72. acbbb76 CIFS: Rename *UCS* functions to *UTF16* by Steve French · 12 years ago
  73. c560018 [CIFS] ACL and FSCACHE support no longer EXPERIMENTAL by Steve French · 12 years ago
  74. 88a4412 [CIFS] Fix build break with multiuser patch when LANMAN disabled by Steve French · 12 years ago
  75. 789b458 cifs: warn about impending deprecation of legacy MultiuserMount code by Jeff Layton · 12 years ago
  76. 8a8798a cifs: fetch credentials out of keyring for non-krb5 auth multiuser mounts by Jeff Layton · 12 years ago
  77. 04febab cifs: sanitize username handling by Jeff Layton · 12 years ago
  78. ce91acb cifs: lower default wsize when unix extensions are not used by Jeff Layton · 12 years ago
  79. f5fffce cifs: better instrumentation for coalesce_t2 by Jeff Layton · 12 years ago
  80. f429ee3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit by Linus Torvalds · 12 years ago
  81. 22b4eb5 Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs by Linus Torvalds · 12 years ago
  82. d65773b Merge branch 'btrfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  83. f9156c7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  84. e268337 proc: clean up and fix /proc/<pid>/mem handling by Linus Torvalds · 12 years ago
  85. 424a533 vfs: remove printk from set_nlink() by Miklos Szeredi · 12 years ago
  86. e161630 wake up s_wait_unfrozen when ->freeze_fs fails by Kazuya Mio · 13 years ago
  87. 4043cde audit: do not call audit_getname on error by Eric Paris · 13 years ago
  88. 633b454 audit: only allow tasks to set their loginuid if it is -1 by Eric Paris · 13 years ago
  89. 0a300be audit: remove task argument to audit_set_loginuid by Eric Paris · 13 years ago
  90. d060646 xfs: cleanup xfs_file_aio_write by Christoph Hellwig · 13 years ago
  91. 5bf1f26 xfs: always return with the iolock held from xfs_file_aio_write_checks by Christoph Hellwig · 13 years ago
  92. 2813d68 xfs: remove the i_new_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  93. ce7ae15 xfs: remove the i_size field in struct xfs_inode by Christoph Hellwig · 13 years ago
  94. f392e63 xfs: replace i_pin_wait with a bit waitqueue by Christoph Hellwig · 13 years ago
  95. 474fce0 xfs: replace i_flock with a sleeping bitlock by Christoph Hellwig · 13 years ago
  96. 49e4c70 xfs: make i_flags an unsigned long by Christoph Hellwig · 13 years ago
  97. 8096b1e xfs: remove the if_ext_max field in struct xfs_ifork by Christoph Hellwig · 13 years ago
  98. a12587b Merge tag 'nfs-for-3.3-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  99. 96bdc7d Btrfs: use larger system chunks by Chris Mason · 12 years ago
  100. f248679 Btrfs: add a delalloc mutex to inodes for delalloc reservations by Josef Bacik · 12 years ago