1. 4d7e30d epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready by Arve Hjønnevåg · 12 years ago
  2. 64f371b autofs: make the autofsv5 packet file descriptor use a packetized pipe by Linus Torvalds · 12 years ago
  3. 9883035 pipes: add a "packetized pipe" mode for writing by Linus Torvalds · 12 years ago
  4. f7b0069 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  5. fcbf94b Revert "autofs: work around unhappy compat problem on x86-64" by Linus Torvalds · 12 years ago
  6. c629eaf Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  7. dc7fdde Btrfs: reduce lock contention during extent insertion by Chris Mason · 12 years ago
  8. fede766 Btrfs: avoid deadlocks from GFP_KERNEL allocations during btrfs_real_readdir by Chris Mason · 12 years ago
  9. 7654b72 Btrfs: Fix space checking during fs resize by Daniel J Blueman · 12 years ago
  10. 1f699d3 Btrfs: fix block_rsv and space_info lock ordering by Stefan Behrens · 12 years ago
  11. 1daf354 Btrfs: Prevent root_list corruption by Daniel J Blueman · 12 years ago
  12. 3e74317 Btrfs: fix repair code for RAID10 by Jan Schmidt · 12 years ago
  13. 996d282 Btrfs: do not start delalloc inodes during sync by Josef Bacik · 12 years ago
  14. 110a5c8 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  15. 2300fd6 Merge tag 'nfs-for-3.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 12 years ago
  16. 63f61a6 revert "proc: clear_refs: do not clear reserved pages" by Will Deacon · 12 years ago
  17. 65ed760 hugetlbfs: lockdep annotate root inode properly by Aneesh Kumar K.V · 12 years ago
  18. 61065a3 fs/buffer.c: remove BUG() in possible but rare condition by Glauber Costa · 12 years ago
  19. 13d5180 epoll: clear the tfile_check_list on -ELOOP by Jason Baron · 12 years ago
  20. 28f8881 Use correct conversion specifiers in cifs_show_options by Sachin Prabhu · 12 years ago
  21. 3c7c87f CIFS: Show backupuid/gid in /proc/mounts by Sachin Prabhu · 12 years ago
  22. 4c569a7 GFS2: Instruct DLM to avoid queue convert slowdown by Bob Peterson · 12 years ago
  23. 95f7147 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  24. db7e5c6 super.c: unused variable warning without CONFIG_QUOTA by Eldad Zack · 12 years ago
  25. 99aa784 jbd2: use GFP_NOFS for blkdev_issue_flush by Shaohua Li · 12 years ago
  26. 721b024 Merge tag 'dlm-fixes-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  27. 53ad1c9 dlm: fix QUECVT when convert queue is empty by David Teigland · 12 years ago
  28. 7bf97bc NFSv4: Keep dropped state owners on the LRU list for a while by Trond Myklebust · 12 years ago
  29. c77365c NFSv4: Ensure that we don't drop a state owner more than once by Trond Myklebust · 12 years ago
  30. bfce281 kill mm argument of vm_munmap() by Al Viro · 12 years ago
  31. 936af15 aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio() by Al Viro · 12 years ago
  32. 95b72eb NFSv4: Ensure we do not reuse open owner names by Trond Myklebust · 12 years ago
  33. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  34. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 12 years ago
  35. e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 12 years ago
  36. 98a2139 nfs: Enclose hostname in brackets when needed in nfs_do_root_mount by Jan Kara · 13 years ago
  37. 8ccd271 NFS: put open context on error in nfs_flush_multi by Fred Isaman · 12 years ago
  38. 73fb7bc NFS: put open context on error in nfs_pagein_multi by Fred Isaman · 12 years ago
  39. 3af9d8f cifs: fix offset handling in cifs_iovec_write by Jeff Layton · 12 years ago
  40. c6f5c93 Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 12 years ago
  41. 451146b NFSv4: Fix open(O_TRUNC) and ftruncate() error handling by Trond Myklebust · 12 years ago
  42. 5572551 NFSv4: Ensure that we check lock exclusive/shared type against open modes by Trond Myklebust · 12 years ago
  43. 05ffe24 NFSv4: Ensure that the LOCK code sets exception->inode by Trond Myklebust · 12 years ago
  44. dbfad21 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 12 years ago
  45. 25cd999 Btrfs: fix that check_int_data mount option was ignored by Stefan Behrens · 12 years ago
  46. 5c84fc3 Btrfs: don't count CRC or header errors twice while scrubbing by Stefan Behrens · 12 years ago
  47. 99ba55a Btrfs: fix btrfs_ioctl_dev_info() crash on missing device by Stefan Behrens · 12 years ago
  48. b9688bb btrfs: don't return EINTR by Arne Jansen · 12 years ago
  49. 253beeb Btrfs: double unlock bug in error handling by Dan Carpenter · 12 years ago
  50. 5cf1ab5 Btrfs: always store the mirror we read the eb from by Josef Bacik · 12 years ago
  51. 48d2823 fs/btrfs/volumes.c: add missing free_fs_devices by Julia Lawall · 12 years ago
  52. 8a3db18 btrfs: fix early abort in 'remount' by Sergei Trofimovich · 12 years ago
  53. 37db63a Btrfs: fix max chunk size check in chunk allocator by Ilya Dryomov · 12 years ago
  54. b916a59 Btrfs: add missing read locks in backref.c by Jan Schmidt · 12 years ago
  55. aefc1eb Btrfs: don't call free_extent_buffer twice in iterate_irefs by Jan Schmidt · 12 years ago
  56. 4735fb2 Btrfs: Make free_ipath() deal gracefully with NULL pointers by Jesper Juhl · 12 years ago
  57. cdc6a39 Btrfs: avoid possible use-after-free in clear_extent_bit() by Li Zefan · 12 years ago
  58. 8e52acf Btrfs: retrurn void from clear_state_bit by Li Zefan · 12 years ago
  59. 871383b btrfs: add missing unlocks to transaction abort paths by David Sterba · 12 years ago
  60. 8d082fb Btrfs: do not mount when we have a sectorsize unequal to PAGE_SIZE by Liu Bo · 12 years ago
  61. 207a232 btrfs: don't add both copies of DUP to reada extent tree by Arne Jansen · 12 years ago
  62. 8c9c2bf btrfs: fix race in reada by Arne Jansen · 12 years ago
  63. 848cce0 Btrfs: avoid setting ->d_op twice by Li Zefan · 12 years ago
  64. ca138f3 NFS: check for req==NULL in nfs_try_to_update_request cleanup by Fred Isaman · 12 years ago
  65. 592fe89 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 12 years ago
  66. d44c6d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  67. bc0cf58 Merge git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  68. 57f73c2 ext4: fix handling of journalled quota options by Theodore Ts'o · 12 years ago
  69. 9cd70b3 ext4: address scalability issue by removing extent cache statistics by Theodore Ts'o · 12 years ago
  70. 659e45d Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 12 years ago
  71. e847469 lockd: fix the endianness bug by Al Viro · 12 years ago
  72. 72094e4 ocfs2: ->e_leaf_clusters endianness breakage by Al Viro · 12 years ago
  73. 28748b3 ocfs2: ->rl_count endianness breakage by Al Viro · 12 years ago
  74. e1bf4cc ocfs: ->rl_used breakage on big-endian by Al Viro · 12 years ago
  75. 3a251f0 ocfs2: ->l_next_free_req breakage on big-endian by Al Viro · 12 years ago
  76. 6ed3cf2 btrfs: btrfs_root_readonly() broken on big-endian by Al Viro · 12 years ago
  77. bfa890a Fix number parsing in cifs_parse_mount_options by Sachin Prabhu · 12 years ago
  78. af1584f ext4: fix endianness breakage in ext4_split_extent_at() by Al Viro · 12 years ago
  79. efe3965 nfsd: fix compose_entry_fh() failure exits by Al Viro · 12 years ago
  80. afcf679 nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid() by Al Viro · 12 years ago
  81. 02f5fde nfsd: fix endianness breakage in TEST_STATEID handling by Al Viro · 12 years ago
  82. 04da6e9 nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() fails by Al Viro · 12 years ago
  83. 96f6f98 nfsd: fix b0rken error value for setattr on read-only mount by Al Viro · 12 years ago
  84. d53ba47 Btrfs: use commit root when loading free space cache by Josef Bacik · 12 years ago
  85. f5ad501 Merge tag 'driver-core-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  86. ccb1ec9 Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  87. 4edc2ca Btrfs: fix use-after-free in __btrfs_end_transaction by Dave Jones · 12 years ago
  88. e627ee7 Btrfs: check return value of bio_alloc() properly by Tsutomu Itoh · 12 years ago
  89. c6664b4 Btrfs: remove lock assert from get_restripe_target() by Ilya Dryomov · 12 years ago
  90. b89203f Btrfs: fix eof while discarding extents by Liu Bo · 12 years ago
  91. d95603b Btrfs: fix uninit variable in repair_eb_io_failure by Chris Mason · 12 years ago
  92. 5ba7026 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  93. 8e62c2d Revert "Btrfs: increase the global block reserve estimates" by Chris Mason · 12 years ago
  94. 4fe9e96 Cleanup handling of NULL value passed for a mount option by Sachin Prabhu · 12 years ago
  95. 9dc4e6c nfsd: don't fail unchecked creates of non-special files by J. Bruce Fields · 12 years ago
  96. 1b6150f Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes by Linus Torvalds · 12 years ago
  97. 0a2da9b fuse: allow nanosecond granularity by Miklos Szeredi · 12 years ago
  98. 3a19888 sysfs: handle 'parent deleted before child added' by Dan Williams · 12 years ago
  99. 5631f2c sysfs: Prevent crash on unset sysfs group attributes by Bruno Prémont · 12 years ago
  100. ca9248d GFS2: Allow caching of rindex glock by Bob Peterson · 12 years ago