1. 80975d2 cifs: cope with negative dentries in cifs_get_root by Jeff Layton · 13 years ago
  2. f9e8c45 cifs: convert prefixpath delimiters in cifs_build_path_to_root by Jeff Layton · 13 years ago
  3. 24f0eed Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  4. 16f75bb exofs: Fix truncate for the raid-groups case by Boaz Harrosh · 13 years ago
  5. 9ce7304 exofs: Small cleanup of exofs_fill_super by Boaz Harrosh · 13 years ago
  6. 6d4073e exofs: BUG: Avoid sbi realloc by Boaz Harrosh · 13 years ago
  7. 26ae93c exofs: Remove pnfs-osd private definitions by Boaz Harrosh · 15 years ago
  8. 910ac68 NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resets by Trond Myklebust · 13 years ago
  9. 55a6739 NFSv4.1: Fix the callback 'highest_used_slotid' behaviour by Trond Myklebust · 13 years ago
  10. 9af7db3 pnfs-obj: Fix the comp_index != 0 case by Boaz Harrosh · 13 years ago
  11. 20618b2 pnfs-obj: Bug when we are running out of bio by Boaz Harrosh · 13 years ago
  12. 88c9e42 nfs: add missing prefetch.h include by Heiko Carstens · 13 years ago
  13. 14595f7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  14. 206506c tmpfs: expand "help" to explain value of TMPFS_POSIX_ACL by Robert P. J. Day · 13 years ago
  15. 31475dd mm: a few small updates for radix-swap by Hugh Dickins · 13 years ago
  16. 2af1416 fs/dcache.c: fix new kernel-doc warning by Randy Dunlap · 13 years ago
  17. 0193e07 CIFS: Fix missing a decrement of inFlight value by Pavel Shilovsky · 13 years ago
  18. db9481c ext4: use kzalloc in ext4_kzalloc() by Mathias Krause · 13 years ago
  19. ed8f373 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  20. 3567866 RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached by Al Viro · 13 years ago
  21. b802898 cifs: demote DFS referral lookup errors to cFYI by Jeff Layton · 13 years ago
  22. fc05a78 Revert "cifs: advertise the right receive buffer size to the server" by Steve French · 13 years ago
  23. da5aa86 fix block device fallout from ->fsync() changes by Rafael J. Wysocki · 13 years ago
  24. 60ad446 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  25. 1b8e949 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  26. a2d7730 Merge branch 'pstore-efi' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6 by Linus Torvalds · 13 years ago
  27. 79a77c5 ext4: prevent memory leaks from ext4_mb_init_backend() on error path by Yu Jian · 13 years ago
  28. 48e6061 ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # by Yu Jian · 13 years ago
  29. 9d8b9ec ext4: use ext4_msg() instead of printk in mballoc by Theodore Ts'o · 13 years ago
  30. 0d10ee2 Btrfs: don't call writepages from within write_full_page by Josef Bacik · 13 years ago
  31. 341d14f Btrfs: Remove unused variable 'last_index' in file.c by Mitch Harder · 13 years ago
  32. 69261c4 Btrfs: clean up for find_first_extent_bit() by Xiao Guangrong · 13 years ago
  33. ded91f0 Btrfs: clean up for wait_extent_bit() by Xiao Guangrong · 13 years ago
  34. 3150b69 Btrfs: clean up for insert_state() by Xiao Guangrong · 13 years ago
  35. 3a6d457 Btrfs: remove unused members from struct extent_state by Xiao Guangrong · 13 years ago
  36. 4d2c8f62 Btrfs: clean up code for merging extent maps by Li Zefan · 13 years ago
  37. ed64f06 Btrfs: clean up code for extent_map lookup by Li Zefan · 13 years ago
  38. 7e016a0 Btrfs: clean up search_extent_mapping() by Li Zefan · 13 years ago
  39. 85d85a7 Btrfs: remove redundant code for dir item lookup by Li Zefan · 13 years ago
  40. 9b89d95 Btrfs: make acl functions really no-op if acl is not enabled by Li Zefan · 13 years ago
  41. 15de900 Btrfs: remove remaining ref-cache code by Li Zefan · 13 years ago
  42. b9c8300 Btrfs: remove a BUG_ON() in btrfs_commit_transaction() by Li Zefan · 13 years ago
  43. 72d63ed Btrfs: use wait_event() by Li Zefan · 13 years ago
  44. e55179b Btrfs: check the nodatasum flag when writing compressed files by Li Zefan · 13 years ago
  45. 77906a50 Btrfs: copy string correctly in INO_LOOKUP ioctl by Li Zefan · 13 years ago
  46. b783e62 Btrfs: don't print the leaf if we had an error by Josef Bacik · 13 years ago
  47. bf5f32e btrfs: make btrfs_set_root_node void by Mark Fasheh · 13 years ago
  48. ff1f2b4 Btrfs: fix oops while writing data to SSD partitions by liubo · 13 years ago
  49. 61cfea9 Btrfs: Protect the readonly flag of block group by WuBo · 13 years ago
  50. 1bf8504 btrfs: Make extent-io callbacks that never fail return void by Jeff Mahoney · 13 years ago
  51. b6973aa Btrfs: fix readahead in file defrag by Li Zefan · 13 years ago
  52. b532402 Btrfs: return error to caller when btrfs_unlink() failes by Tsutomu Itoh · 13 years ago
  53. a0f98dd Btrfs:don't check the return value of __btrfs_add_inode_defrag by Wanlong Gao · 13 years ago
  54. b43b31b Merge branch 'alloc_path' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/btrfs-error-handling into for-linus by Chris Mason · 13 years ago
  55. 1c8007b jfs: flush journal completely before releasing metadata inodes by Dave Kleikamp · 13 years ago
  56. 5f66d2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  57. 762dfd1 CIFS: Cleanup demupltiplex thread exiting code by Pavel Shilovsky · 13 years ago
  58. ad69bae CIFS: Move mid search to a separate function by Pavel Shilovsky · 13 years ago
  59. 98bac62 CIFS: Move RFC1002 check to a separate function by Pavel Shilovsky · 13 years ago
  60. e7015fb CIFS: Simplify socket reading in demultiplex thread by Pavel Shilovsky · 13 years ago
  61. f18a5f2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info by Theodore Ts'o · 13 years ago
  62. 9933fc0 ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() by Theodore Ts'o · 13 years ago
  63. 3d9c247 CIFS: Move buffer allocation to a separate function by Pavel Shilovsky · 13 years ago
  64. 33853a0 ext4: use the correct error exit path in ext4_init_inode_table() by Yongqiang Yang · 13 years ago
  65. 206d440 xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set by Markus Trippelsdorf · 13 years ago
  66. 43c1c9c VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock by David Howells · 13 years ago
  67. c6627c6 VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree() by David Howells · 13 years ago
  68. 35f40ef VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree() by David Howells · 13 years ago
  69. 86bc704 switch posix_acl_chmod() to umode_t by Al Viro · 13 years ago
  70. 3a5fba1 switch posix_acl_from_mode() to umode_t by Al Viro · 13 years ago
  71. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  72. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  73. 782b94c block: initialise bd_super in bdget() by Lachlan McIlroy · 13 years ago
  74. c4ae0c6 vfs: avoid call to inode_lru_list_del() if possible by Eric Dumazet · 13 years ago
  75. f2ee7ab vfs: avoid taking inode_hash_lock on pipes and sockets by Eric Dumazet · 13 years ago
  76. b12362b vfs: conditionally call inode_wb_list_del() by Eric Dumazet · 13 years ago
  77. 5a30d8a VFS: Fix automount for negative autofs dentries by David Howells · 13 years ago
  78. b4aff1f Btrfs: load the key from the dir item in readdir into a fake dentry by Josef Bacik · 13 years ago
  79. a00ed25 NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1 by Trond Myklebust · 13 years ago
  80. c4a5534 cifs: remove unneeded variable initialization in cifs_reconnect_tcon by Jeff Layton · 13 years ago
  81. ad63594 cifs: simplify refcounting for oplock breaks by Jeff Layton · 13 years ago
  82. 5980fc9 cifs: fix compiler warning in CIFSSMBQAllEAs by Jeff Layton · 13 years ago
  83. 91d065c cifs: fix name parsing in CIFSSMBQAllEAs by Jeff Layton · 13 years ago
  84. 998d6fc cifs: don't start signing too early by Jeff Layton · 13 years ago
  85. 1f1cff0 cifs: trivial: goto out here is unnecessary by Jeff Layton · 13 years ago
  86. c4d3396 cifs: advertise the right receive buffer size to the server by Jeff Layton · 13 years ago
  87. 24c3047 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  88. 71cdd40 pnfsblock: write_pagelist handle zero invalid extents by Peng Tao · 13 years ago
  89. 31e6306 pnfsblock: note written INVAL areas for layoutcommit by Fred Isaman · 13 years ago
  90. 650e2d3 pnfsblock: bl_write_pagelist by Fred Isaman · 13 years ago
  91. 9549ec0 pnfsblock: bl_read_pagelist by Fred Isaman · 13 years ago
  92. b2be781 pnfsblock: cleanup_layoutcommit by Fred Isaman · 13 years ago
  93. 90ace12 pnfsblock: encode_layoutcommit by Fred Isaman · 13 years ago
  94. 9f37704 pnfsblock: merge rw extents by Fred Isaman · 13 years ago
  95. c1c2a4c pnfsblock: add extent manipulation functions by Fred Isaman · 13 years ago
  96. 6d742ba pnfsblock: bl_find_get_extent by Fred Isaman · 13 years ago
  97. e9437cc pnfsblock: xdr decode pnfs_block_layout4 by Fred Isaman · 13 years ago
  98. 2f9fd18 pnfsblock: call and parse getdevicelist by Fred Isaman · 13 years ago
  99. 03341d2 pnfsblock: merge extents by Fred Isaman · 13 years ago
  100. a60d2eb pnfsblock: lseg alloc and free by Fred Isaman · 13 years ago