1. 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
  2. 14595f7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  3. 206506c tmpfs: expand "help" to explain value of TMPFS_POSIX_ACL by Robert P. J. Day · 13 years ago
  4. 31475dd mm: a few small updates for radix-swap by Hugh Dickins · 13 years ago
  5. 2af1416 fs/dcache.c: fix new kernel-doc warning by Randy Dunlap · 13 years ago
  6. db9481c ext4: use kzalloc in ext4_kzalloc() by Mathias Krause · 13 years ago
  7. ed8f373 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable by Linus Torvalds · 13 years ago
  8. 3567866 RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached by Al Viro · 13 years ago
  9. da5aa86 fix block device fallout from ->fsync() changes by Rafael J. Wysocki · 13 years ago
  10. 60ad446 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 13 years ago
  11. 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
  12. 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
  13. 79a77c5 ext4: prevent memory leaks from ext4_mb_init_backend() on error path by Yu Jian · 13 years ago
  14. 48e6061 ext4: use EXT4_BAD_INO for buddy cache to avoid colliding with valid inode # by Yu Jian · 13 years ago
  15. 9d8b9ec ext4: use ext4_msg() instead of printk in mballoc by Theodore Ts'o · 13 years ago
  16. 0d10ee2 Btrfs: don't call writepages from within write_full_page by Josef Bacik · 13 years ago
  17. 341d14f Btrfs: Remove unused variable 'last_index' in file.c by Mitch Harder · 13 years ago
  18. 69261c4 Btrfs: clean up for find_first_extent_bit() by Xiao Guangrong · 13 years ago
  19. ded91f0 Btrfs: clean up for wait_extent_bit() by Xiao Guangrong · 13 years ago
  20. 3150b69 Btrfs: clean up for insert_state() by Xiao Guangrong · 13 years ago
  21. 3a6d457 Btrfs: remove unused members from struct extent_state by Xiao Guangrong · 13 years ago
  22. 4d2c8f6 Btrfs: clean up code for merging extent maps by Li Zefan · 13 years ago
  23. ed64f06 Btrfs: clean up code for extent_map lookup by Li Zefan · 13 years ago
  24. 7e016a0 Btrfs: clean up search_extent_mapping() by Li Zefan · 13 years ago
  25. 85d85a7 Btrfs: remove redundant code for dir item lookup by Li Zefan · 13 years ago
  26. 9b89d95 Btrfs: make acl functions really no-op if acl is not enabled by Li Zefan · 13 years ago
  27. 15de900 Btrfs: remove remaining ref-cache code by Li Zefan · 13 years ago
  28. b9c8300 Btrfs: remove a BUG_ON() in btrfs_commit_transaction() by Li Zefan · 13 years ago
  29. 72d63ed Btrfs: use wait_event() by Li Zefan · 13 years ago
  30. e55179b Btrfs: check the nodatasum flag when writing compressed files by Li Zefan · 13 years ago
  31. 77906a50 Btrfs: copy string correctly in INO_LOOKUP ioctl by Li Zefan · 13 years ago
  32. b783e62 Btrfs: don't print the leaf if we had an error by Josef Bacik · 13 years ago
  33. bf5f32e btrfs: make btrfs_set_root_node void by Mark Fasheh · 13 years ago
  34. ff1f2b4 Btrfs: fix oops while writing data to SSD partitions by liubo · 13 years ago
  35. 61cfea9 Btrfs: Protect the readonly flag of block group by WuBo · 13 years ago
  36. 1bf8504 btrfs: Make extent-io callbacks that never fail return void by Jeff Mahoney · 13 years ago
  37. b6973aa Btrfs: fix readahead in file defrag by Li Zefan · 13 years ago
  38. b532402 Btrfs: return error to caller when btrfs_unlink() failes by Tsutomu Itoh · 13 years ago
  39. a0f98dd Btrfs:don't check the return value of __btrfs_add_inode_defrag by Wanlong Gao · 13 years ago
  40. 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
  41. 5f66d2b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  42. 762dfd1 CIFS: Cleanup demupltiplex thread exiting code by Pavel Shilovsky · 13 years ago
  43. ad69bae CIFS: Move mid search to a separate function by Pavel Shilovsky · 13 years ago
  44. 98bac62 CIFS: Move RFC1002 check to a separate function by Pavel Shilovsky · 13 years ago
  45. e7015fb CIFS: Simplify socket reading in demultiplex thread by Pavel Shilovsky · 13 years ago
  46. f18a5f2 ext4: use ext4_kvzalloc()/ext4_kvmalloc() for s_group_desc and s_group_info by Theodore Ts'o · 13 years ago
  47. 9933fc0 ext4: introduce ext4_kvmalloc(), ext4_kzalloc(), and ext4_kvfree() by Theodore Ts'o · 13 years ago
  48. 3d9c247 CIFS: Move buffer allocation to a separate function by Pavel Shilovsky · 13 years ago
  49. 33853a0 ext4: use the correct error exit path in ext4_init_inode_table() by Yongqiang Yang · 13 years ago
  50. 206d440 xfs: Fix build breakage in xfs_iops.c when CONFIG_FS_POSIX_ACL is not set by Markus Trippelsdorf · 13 years ago
  51. 43c1c9c VFS: Reorganise shrink_dcache_for_umount_subtree() after demise of dcache_lock by David Howells · 13 years ago
  52. c6627c6 VFS: Remove dentry->d_lock locking from shrink_dcache_for_umount_subtree() by David Howells · 13 years ago
  53. 35f40ef VFS: Remove detached-dentry counter from shrink_dcache_for_umount_subtree() by David Howells · 13 years ago
  54. 86bc704 switch posix_acl_chmod() to umode_t by Al Viro · 13 years ago
  55. 3a5fba1 switch posix_acl_from_mode() to umode_t by Al Viro · 13 years ago
  56. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  57. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  58. 782b94c block: initialise bd_super in bdget() by Lachlan McIlroy · 13 years ago
  59. c4ae0c6 vfs: avoid call to inode_lru_list_del() if possible by Eric Dumazet · 13 years ago
  60. f2ee7ab vfs: avoid taking inode_hash_lock on pipes and sockets by Eric Dumazet · 13 years ago
  61. b12362b vfs: conditionally call inode_wb_list_del() by Eric Dumazet · 13 years ago
  62. 5a30d8a VFS: Fix automount for negative autofs dentries by David Howells · 13 years ago
  63. b4aff1f Btrfs: load the key from the dir item in readdir into a fake dentry by Josef Bacik · 13 years ago
  64. a00ed25 NFS: Re-enable compilation of nfs with !CONFIG_NFS_V4 || !CONFIG_NFS_V4_1 by Trond Myklebust · 13 years ago
  65. c4a5534 cifs: remove unneeded variable initialization in cifs_reconnect_tcon by Jeff Layton · 13 years ago
  66. ad63594 cifs: simplify refcounting for oplock breaks by Jeff Layton · 13 years ago
  67. 5980fc9 cifs: fix compiler warning in CIFSSMBQAllEAs by Jeff Layton · 13 years ago
  68. 91d065c cifs: fix name parsing in CIFSSMBQAllEAs by Jeff Layton · 13 years ago
  69. 998d6fc cifs: don't start signing too early by Jeff Layton · 13 years ago
  70. 1f1cff0 cifs: trivial: goto out here is unnecessary by Jeff Layton · 13 years ago
  71. c4d3396 cifs: advertise the right receive buffer size to the server by Jeff Layton · 13 years ago
  72. 24c3047 Merge branch 'nfs-for-3.1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 13 years ago
  73. 71cdd40 pnfsblock: write_pagelist handle zero invalid extents by Peng Tao · 13 years ago
  74. 31e6306 pnfsblock: note written INVAL areas for layoutcommit by Fred Isaman · 13 years ago
  75. 650e2d3 pnfsblock: bl_write_pagelist by Fred Isaman · 13 years ago
  76. 9549ec0 pnfsblock: bl_read_pagelist by Fred Isaman · 13 years ago
  77. b2be781 pnfsblock: cleanup_layoutcommit by Fred Isaman · 13 years ago
  78. 90ace12 pnfsblock: encode_layoutcommit by Fred Isaman · 13 years ago
  79. 9f37704 pnfsblock: merge rw extents by Fred Isaman · 13 years ago
  80. c1c2a4c pnfsblock: add extent manipulation functions by Fred Isaman · 13 years ago
  81. 6d742ba pnfsblock: bl_find_get_extent by Fred Isaman · 13 years ago
  82. e9437cc pnfsblock: xdr decode pnfs_block_layout4 by Fred Isaman · 13 years ago
  83. 2f9fd18 pnfsblock: call and parse getdevicelist by Fred Isaman · 13 years ago
  84. 03341d2 pnfsblock: merge extents by Fred Isaman · 13 years ago
  85. a60d2eb pnfsblock: lseg alloc and free by Fred Isaman · 13 years ago
  86. 025a70e pnfsblock: remove device operations by Jim Rees · 13 years ago
  87. fe0a9b7 pnfsblock: add device operations by Jim Rees · 13 years ago
  88. 9e69296 pnfsblock: basic extent code by Fred Isaman · 13 years ago
  89. e9643fe pnfsblock: use pageio_ops api by Benny Halevy · 13 years ago
  90. 155e752 pnfsblock: add blocklayout Kconfig option, Makefile, and stubs by Fred Isaman · 13 years ago
  91. db29c08 pnfs: cleanup_layoutcommit by Andy Adamson · 13 years ago
  92. dae100c pnfs: ask for layout_blksize and save it in nfs_server by Fred Isaman · 13 years ago
  93. 738fd0f3 pnfs: add set-clear layoutdriver interface by Benny Halevy · 13 years ago
  94. 7f11d8d pnfs: GETDEVICELIST by Andy Adamson · 13 years ago
  95. 3557c6c pnfs: use lwb as layoutcommit length by Peng Tao · 13 years ago
  96. a9bae56 pnfs: let layoutcommit handle a list of lseg by Peng Tao · 13 years ago
  97. 9fa4075 pnfs: save layoutcommit cred at layout header init by Peng Tao · 13 years ago
  98. acff5880 pnfs: save layoutcommit lwb at layout header by Peng Tao · 13 years ago
  99. 0e99581 don't busy retry the inode on failed grab_super_passive() by Wu Fengguang · 13 years ago
  100. 374e4e3 Additional readdir cookie loop information by Bryan Schumaker · 13 years ago