1. eb8abb9 ext4: Remove useless spinlock in ext4_getattr() by Theodore Ts'o · 14 years ago
  2. e99d11d fs: logfs: Fix up MTD=y build. by Paul Mundt · 14 years ago
  3. 82279e6 Merge branches 'irq-core-for-linus' and 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  4. bb8430a locks: remove fl_copy_lock lock_manager operation by Christoph Hellwig · 14 years ago
  5. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  6. fcf744a nfsd4: initialize delegation pointer to lease by J. Bruce Fields · 14 years ago
  7. 05fa313 locks: fix setlease methods to free passed-in lock by J. Bruce Fields · 14 years ago
  8. 096657b locks: fix leaks on setlease errors by J. Bruce Fields · 14 years ago
  9. 0ceaf6c locks: prevent ENOMEM on lease unlock by J. Bruce Fields · 14 years ago
  10. 1792f17 Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  11. 1a5cea7 make fanotify_read() restartable across signals by Lino Sanfilippo · 14 years ago
  12. 925d169 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 14 years ago
  13. cdf01dd fs-writeback.c: unify some common code by Linus Torvalds · 14 years ago
  14. 7934650 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  15. 504b701 fs/compat.c: fix build on MIPS/s390 by wu zhangjin · 14 years ago
  16. 6757792 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 14 years ago
  17. 6418c96 Btrfs: deal with errors from updating the tree log by Chris Mason · 14 years ago
  18. 51dfacde jbd2: Convert jbd2_slab_create_sem to mutex by Thomas Gleixner · 14 years ago
  19. 117bf5f hpfs: Convert sbi->hpfs_creation_de to mutex by Thomas Gleixner · 14 years ago
  20. 4260f7c Btrfs: allow subvol deletion by unprivileged user with -o user_subvol_rm_allowed by Sage Weil · 14 years ago
  21. 531cb13 Btrfs: make SNAP_DESTROY async by Sage Weil · 14 years ago
  22. 72fd032 Btrfs: add SNAP_CREATE_ASYNC ioctl by Sage Weil · 14 years ago
  23. 12462f2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ecryptfs/ecryptfs-2.6 by Linus Torvalds · 14 years ago
  24. 4620459 Btrfs: add START_SYNC, WAIT_SYNC ioctls by Sage Weil · 14 years ago
  25. bb9c12c Btrfs: async transaction commit by Sage Weil · 14 years ago
  26. 99d16cb Btrfs: fix deadlock in btrfs_commit_transaction by Sage Weil · 14 years ago
  27. fccdae4 Btrfs: fix lockdep warning on clone ioctl by Sage Weil · 14 years ago
  28. 050006a Btrfs: fix clone ioctl where range is adjacent to extent by Sage Weil · 14 years ago
  29. 9a01919 Btrfs: fix delalloc checks in clone ioctl by Sage Weil · 14 years ago
  30. d8e39c4 Btrfs: drop unused variable in block_alloc_rsv by Chris Mason · 14 years ago
  31. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  32. 411fc6b Btrfs: Fix variables set but not read (bugs found by gcc 4.6) by Andi Kleen · 14 years ago
  33. d0b678c Btrfs: Use ERR_CAST helpers by Julia Lawall · 14 years ago
  34. 2354d08 Btrfs: use memdup_user helpers by Julia Lawall · 14 years ago
  35. b4020c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  36. 435f49a readv/writev: do the same MAX_RW_COUNT truncation that read/write does by Linus Torvalds · 14 years ago
  37. 162164f Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 14 years ago
  38. 8747f95 eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_options by Tyler Hicks · 14 years ago
  39. f16feb5 ecryptfs: added ecryptfs_mount_auth_tok_only mount parameter by Roberto Sassu · 14 years ago
  40. 39fac85 ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig() by Roberto Sassu · 14 years ago
  41. aee683b ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig() by Roberto Sassu · 14 years ago
  42. 2e21b3f eCryptfs: Clear LOOKUP_OPEN flag when creating lower file by Tyler Hicks · 14 years ago
  43. 48b512e ecryptfs: call vfs_setxattr() in ecryptfs_setxattr() by Roberto Sassu · 14 years ago
  44. 18e503d Btrfs: fix raid code for removing missing drives by Chris Mason · 14 years ago
  45. 19fe0a8 Btrfs: Switch the extent buffer rbtree into a radix tree by Miao Xie · 14 years ago
  46. 897ca6e Btrfs: restructure try_release_extent_buffer() by Miao Xie · 14 years ago
  47. bf9022e Btrfs: use the flusher threads for delalloc throttling by Chris Mason · 14 years ago
  48. e5bc245 Btrfs: tune the chunk allocation to 5% of the FS as metadata by Chris Mason · 14 years ago
  49. 3259f8b Add new functions for triggering inode writeback by Chris Mason · 14 years ago
  50. cb44921 Btrfs: don't loop forever on bad btree blocks by Chris Mason · 14 years ago
  51. 6b5b817 Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work by Chris Mason · 14 years ago
  52. 8216ef8 Btrfs: let the user know space caching is enabled by Josef Bacik · 14 years ago
  53. 88c2ba3 Btrfs: Add a clear_cache mount option by Josef Bacik · 14 years ago
  54. 6737773 Btrfs: add support for mixed data+metadata block groups by Josef Bacik · 14 years ago
  55. dde5abe Btrfs: check cache->caching_ctl before returning if caching has started by Josef Bacik · 14 years ago
  56. 9d66e23 Btrfs: load free space cache if it exists by Josef Bacik · 14 years ago
  57. 0cb59c9 Btrfs: write out free space cache by Josef Bacik · 14 years ago
  58. a4cdbd8 braino in internal.h by Al Viro · 14 years ago
  59. 31f4347 convert simple cases of nfs-related ->get_sb() to ->mount() by Al Viro · 14 years ago
  60. 061dbc6 convert btrfs by Al Viro · 14 years ago
  61. a7f9fb2 convert ceph by Al Viro · 14 years ago
  62. 8bcbbf0 convert gfs2 by Al Viro · 14 years ago
  63. f7442b3 convert afs by Al Viro · 14 years ago
  64. 4d143be convert ecryptfs by Al Viro · 14 years ago
  65. d0e46f8 convert sysfs by Al Viro · 14 years ago
  66. ceefda6 switch get_sb_ns() users by Al Viro · 14 years ago
  67. aed1d84 switch procfs to ->mount() by Al Viro · 14 years ago
  68. 579441a setting ->proc_mnt doesn't belong in proc_get_sb() by Al Viro · 14 years ago
  69. d753ed9 convert cifs by Al Viro · 14 years ago
  70. e4c59d6 convert nilfs by Al Viro · 14 years ago
  71. a1da9e8 switch logfs to ->mount() by Al Viro · 14 years ago
  72. e5a0726 logfs: fix a leak in get_sb by Al Viro · 14 years ago
  73. 7d945a3 logfs get_sb, part 3 by Al Viro · 14 years ago
  74. 0d85c79 logfs get_sb, part 2 by Al Viro · 14 years ago
  75. 71a1c01 logfs get_sb massage, part 1 by Al Viro · 14 years ago
  76. d2d1ea9 convert v9fs by Al Viro · 14 years ago
  77. 157d81e convert ubifs by Al Viro · 14 years ago
  78. 51139ad convert get_sb_pseudo() users by Al Viro · 14 years ago
  79. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  80. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  81. 848b83a convert get_sb_mtd() users to ->mount() by Al Viro · 14 years ago
  82. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  83. c96e41e beginning of transtion: ->mount() by Al Viro · 14 years ago
  84. d893f1b fix open/umount race by Al Viro · 14 years ago
  85. a4118ee a couple of open-coded ihold() introduced by nfs merge by Al Viro · 14 years ago
  86. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  87. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  88. 671f837 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  89. a0e3390 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  90. b1142e8 ext4: BUG_ON fix: check if page has buffers before calling page_buffers() by Theodore Ts'o · 14 years ago
  91. 19ba54f fs/notify/fanotify/fanotify_user.c: fix warnings by Andrew Morton · 14 years ago
  92. 192ca4d fanotify: do not recalculate the mask if the ignored mask changed by Eric Paris · 14 years ago
  93. 8fcd652 fanotify: ignore events on directories unless specifically requested by Eric Paris · 14 years ago
  94. b29866a fsnotify: rename FS_IN_ISDIR to FS_ISDIR by Eric Paris · 14 years ago
  95. e1c048b fanotify: do not send events for irregular files by Eric Paris · 14 years ago
  96. 4afeff8 fanotify: limit number of listeners per user by Eric Paris · 14 years ago
  97. ac7e22d fanotify: allow userspace to override max marks by Eric Paris · 14 years ago
  98. e7099d8 fanotify: limit the number of marks in a single fanotify group by Eric Paris · 14 years ago
  99. 5dd03f5 fanotify: allow userspace to override max queue depth by Eric Paris · 14 years ago
  100. 2529a0d fsnotify: implement a default maximum queue depth by Eric Paris · 14 years ago