1. bb9c12c Btrfs: async transaction commit by Sage Weil · 14 years ago
  2. 99d16cb Btrfs: fix deadlock in btrfs_commit_transaction by Sage Weil · 14 years ago
  3. fccdae4 Btrfs: fix lockdep warning on clone ioctl by Sage Weil · 14 years ago
  4. 050006a Btrfs: fix clone ioctl where range is adjacent to extent by Sage Weil · 14 years ago
  5. 9a01919 Btrfs: fix delalloc checks in clone ioctl by Sage Weil · 14 years ago
  6. d8e39c4 Btrfs: drop unused variable in block_alloc_rsv by Chris Mason · 14 years ago
  7. 559af82 Btrfs: cleanup warnings from gcc 4.6 (nonbugs) by Andi Kleen · 14 years ago
  8. 411fc6b Btrfs: Fix variables set but not read (bugs found by gcc 4.6) by Andi Kleen · 14 years ago
  9. d0b678c Btrfs: Use ERR_CAST helpers by Julia Lawall · 14 years ago
  10. 2354d08 Btrfs: use memdup_user helpers by Julia Lawall · 14 years ago
  11. b4020c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  12. 435f49a readv/writev: do the same MAX_RW_COUNT truncation that read/write does by Linus Torvalds · 14 years ago
  13. 162164f Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus by Linus Torvalds · 14 years ago
  14. 8747f95 eCryptfs: Print mount_auth_tok_only param in ecryptfs_show_options by Tyler Hicks · 14 years ago
  15. f16feb5 ecryptfs: added ecryptfs_mount_auth_tok_only mount parameter by Roberto Sassu · 14 years ago
  16. 39fac85 ecryptfs: checking return code of ecryptfs_find_auth_tok_for_sig() by Roberto Sassu · 14 years ago
  17. aee683b ecryptfs: release keys loaded in ecryptfs_keyring_auth_tok_for_sig() by Roberto Sassu · 14 years ago
  18. 2e21b3f eCryptfs: Clear LOOKUP_OPEN flag when creating lower file by Tyler Hicks · 14 years ago
  19. 48b512e ecryptfs: call vfs_setxattr() in ecryptfs_setxattr() by Roberto Sassu · 14 years ago
  20. 18e503d Btrfs: fix raid code for removing missing drives by Chris Mason · 14 years ago
  21. 19fe0a8 Btrfs: Switch the extent buffer rbtree into a radix tree by Miao Xie · 14 years ago
  22. 897ca6e Btrfs: restructure try_release_extent_buffer() by Miao Xie · 14 years ago
  23. bf9022e Btrfs: use the flusher threads for delalloc throttling by Chris Mason · 14 years ago
  24. e5bc245 Btrfs: tune the chunk allocation to 5% of the FS as metadata by Chris Mason · 14 years ago
  25. 3259f8b Add new functions for triggering inode writeback by Chris Mason · 14 years ago
  26. cb44921 Btrfs: don't loop forever on bad btree blocks by Chris Mason · 14 years ago
  27. 6b5b817 Merge branch 'bug-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-work by Chris Mason · 14 years ago
  28. 8216ef8 Btrfs: let the user know space caching is enabled by Josef Bacik · 14 years ago
  29. 88c2ba3 Btrfs: Add a clear_cache mount option by Josef Bacik · 14 years ago
  30. 6737773 Btrfs: add support for mixed data+metadata block groups by Josef Bacik · 14 years ago
  31. dde5abe Btrfs: check cache->caching_ctl before returning if caching has started by Josef Bacik · 14 years ago
  32. 9d66e23 Btrfs: load free space cache if it exists by Josef Bacik · 14 years ago
  33. 0cb59c9 Btrfs: write out free space cache by Josef Bacik · 14 years ago
  34. a4cdbd8 braino in internal.h by Al Viro · 14 years ago
  35. 31f4347 convert simple cases of nfs-related ->get_sb() to ->mount() by Al Viro · 14 years ago
  36. 061dbc6 convert btrfs by Al Viro · 14 years ago
  37. a7f9fb2 convert ceph by Al Viro · 14 years ago
  38. 8bcbbf0 convert gfs2 by Al Viro · 14 years ago
  39. f7442b3 convert afs by Al Viro · 14 years ago
  40. 4d143be convert ecryptfs by Al Viro · 14 years ago
  41. d0e46f8 convert sysfs by Al Viro · 14 years ago
  42. ceefda6 switch get_sb_ns() users by Al Viro · 14 years ago
  43. aed1d84 switch procfs to ->mount() by Al Viro · 14 years ago
  44. 579441a setting ->proc_mnt doesn't belong in proc_get_sb() by Al Viro · 14 years ago
  45. d753ed9 convert cifs by Al Viro · 14 years ago
  46. e4c59d6 convert nilfs by Al Viro · 14 years ago
  47. a1da9e8 switch logfs to ->mount() by Al Viro · 14 years ago
  48. e5a0726 logfs: fix a leak in get_sb by Al Viro · 14 years ago
  49. 7d945a3 logfs get_sb, part 3 by Al Viro · 14 years ago
  50. 0d85c79 logfs get_sb, part 2 by Al Viro · 14 years ago
  51. 71a1c01 logfs get_sb massage, part 1 by Al Viro · 14 years ago
  52. d2d1ea9 convert v9fs by Al Viro · 14 years ago
  53. 157d81e convert ubifs by Al Viro · 14 years ago
  54. 51139ad convert get_sb_pseudo() users by Al Viro · 14 years ago
  55. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  56. fc14f2f convert get_sb_single() users by Al Viro · 14 years ago
  57. 848b83a convert get_sb_mtd() users to ->mount() by Al Viro · 14 years ago
  58. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  59. c96e41e beginning of transtion: ->mount() by Al Viro · 14 years ago
  60. d893f1b fix open/umount race by Al Viro · 14 years ago
  61. a4118ee a couple of open-coded ihold() introduced by nfs merge by Al Viro · 14 years ago
  62. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  63. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  64. 671f837 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 14 years ago
  65. a0e3390 Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 by Linus Torvalds · 14 years ago
  66. b1142e8 ext4: BUG_ON fix: check if page has buffers before calling page_buffers() by Theodore Ts'o · 14 years ago
  67. 19ba54f fs/notify/fanotify/fanotify_user.c: fix warnings by Andrew Morton · 14 years ago
  68. 192ca4d fanotify: do not recalculate the mask if the ignored mask changed by Eric Paris · 14 years ago
  69. 8fcd652 fanotify: ignore events on directories unless specifically requested by Eric Paris · 14 years ago
  70. b29866a fsnotify: rename FS_IN_ISDIR to FS_ISDIR by Eric Paris · 14 years ago
  71. e1c048b fanotify: do not send events for irregular files by Eric Paris · 14 years ago
  72. 4afeff8 fanotify: limit number of listeners per user by Eric Paris · 14 years ago
  73. ac7e22d fanotify: allow userspace to override max marks by Eric Paris · 14 years ago
  74. e7099d8 fanotify: limit the number of marks in a single fanotify group by Eric Paris · 14 years ago
  75. 5dd03f5 fanotify: allow userspace to override max queue depth by Eric Paris · 14 years ago
  76. 2529a0d fsnotify: implement a default maximum queue depth by Eric Paris · 14 years ago
  77. 5322a59 fanotify: ignore fanotify ignore marks if open writers by Eric Paris · 14 years ago
  78. 5242039 fsnotify: call fsnotify_parent in perm events by Eric Paris · 14 years ago
  79. ff8bcbd fsnotify: correctly handle return codes from listeners by Eric Paris · 14 years ago
  80. 4231a23 fanotify: implement fanotify listener ordering by Eric Paris · 14 years ago
  81. 6ad2d4e fsnotify: implement ordering between notifiers by Eric Paris · 14 years ago
  82. 9343919 fanotify: allow fanotify to be built by Eric Paris · 14 years ago
  83. 0af3d00 Btrfs: create special free space cache inode by Josef Bacik · 14 years ago
  84. 12364a4 nfs4: The difference of 2 pointers is ptrdiff_t by Geert Uytterhoeven · 14 years ago
  85. f063a0c Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 14 years ago
  86. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  87. 5f3b321 Squashfs: fix function prototype by Phillip Lougher · 14 years ago
  88. 0772458 Squashfs: fix use of __le64 annotated variable by Phillip Lougher · 14 years ago
  89. 11cc21f Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus by Linus Torvalds · 14 years ago
  90. 19ef201 ext4: fix compile with CONFIG_EXT4_FS_XATTR disabled by Ingo Molnar · 14 years ago
  91. 8f0d97b nfs: testing the wrong variable by Dan Carpenter · 14 years ago
  92. 015f021 nfs: handle lock context allocation failures in nfs_create_request by Jeff Layton · 14 years ago
  93. 568a810d Fixed Regression in NFS Direct I/O path by Steve Dickson · 14 years ago
  94. b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
  95. 877cb3d fs/9p: Use generic_file_open with lookup_instantiate_filp by Aneesh Kumar K.V · 14 years ago
  96. 9856af8 fs/9p: Add missing iput in v9fs_vfs_lookup by Aneesh Kumar K.V · 14 years ago
  97. f5fc614 fs/9p: Use mknod 9p operation on create without open request by Aneesh Kumar K.V · 14 years ago
  98. 329176c 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
  99. 368c09d 9p: Use V9FS_MAGIC in statfs by M. Mohan Kumar · 14 years ago
  100. 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago