1. 45edb89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  2. 21d3bdb Merge branch 'linux-next' of git://git.infradead.org/~dedekind/ubifs-2.6 by Linus Torvalds · 16 years ago
  3. 9419fc1 omfs: fix oops when file metadata is corrupted by Bob Copeland · 16 years ago
  4. c963343 omfs: fix potential oops when directory size is corrupted by Bob Copeland · 16 years ago
  5. 7d455e0 fs/inode.c: properly init address_space->writeback_index by Chris Mason · 16 years ago
  6. c78c7e3 UBIFS: xattr bugfixes by Artem Bityutskiy · 16 years ago
  7. ad66133 [CIFS] mount of IPC$ breaks with iget patch by Steve French · 16 years ago
  8. 9e2b2dc CRED: Introduce credential access wrappers by David Howells · 16 years ago
  9. 9ea319b Merge git://oss.sgi.com:8090/xfs/linux-2.6 by Linus Torvalds · 16 years ago
  10. 5140934 dlm: rename structs by David Teigland · 16 years ago
  11. cb980d9 dlm: add missing kfrees by David Teigland · 16 years ago
  12. 720b499 UBIFS: remove unneeded check by Artem Bityutskiy · 16 years ago
  13. 0a883a0 UBIFS: few commentary fixes by Artem Bityutskiy · 16 years ago
  14. 5acd6ff UBIFS: fix budgeting request alignment in xattr code by Zoltan Sogor · 16 years ago
  15. 840dc6b UBIFS: improve arguments checking in debugging messages by Artem Bityutskiy · 16 years ago
  16. 81ffa38 UBIFS: always set i_generation to 0 by Adrian Hunter · 16 years ago
  17. 3a13252 UBIFS: correct spelling of "thrice". by Adrian Hunter · 16 years ago
  18. 22bc7fa UBIFS: support splice_write by Zoltan Sogor · 16 years ago
  19. 0010f18 UBIFS: minor tweaks in commit by Artem Bityutskiy · 16 years ago
  20. b364b41 UBIFS: reserve more space for index by Artem Bityutskiy · 16 years ago
  21. 1de9415 UBIFS: print pid in dump function by Artem Bityutskiy · 16 years ago
  22. dab4b4d UBIFS: align inode data to eight by Artem Bityutskiy · 16 years ago
  23. 547000d UBIFS: improve budgeting checks by Artem Bityutskiy · 16 years ago
  24. f769108 UBIFS: correct orphan deletion order by Adrian Hunter · 16 years ago
  25. 7d62ff2 UBIFS: fix typos in comments by Adrian Hunter · 16 years ago
  26. bc813355 UBIFS: do not union creat_sqnum and del_cmtno by Adrian Hunter · 16 years ago
  27. de94eb5 UBIFS: optimize deletions by Artem Bityutskiy · 16 years ago
  28. 014eb04 UBIFS: increment commit number earlier by Artem Bityutskiy · 16 years ago
  29. fd6c6b5 UBIFS: remove another unneeded function parameter by Artem Bityutskiy · 16 years ago
  30. 1f28681 UBIFS: remove unneeded function parameter by Artem Bityutskiy · 16 years ago
  31. fbfa6c8 UBIFS: do not write orphans back by Artem Bityutskiy · 16 years ago
  32. ff46d7b UBIFS: make ubifs_ro_mode() not inline by Adrian Hunter · 16 years ago
  33. 2fb42b1 UBIFS: ensure UBIFS switches to read-only on error by Adrian Hunter · 16 years ago
  34. 16dfd80 UBIFS: fix error return in failure mode by Adrian Hunter · 16 years ago
  35. 1e0f358 UBIFS: free budget in delete_inode as well by Artem Bityutskiy · 16 years ago
  36. 7d32c2b UBIFS: improve debugging by Artem Bityutskiy · 16 years ago
  37. 182854b UBIFS: fix budgeting calculations by Artem Bityutskiy · 16 years ago
  38. ce769ca UBIFS: print volume name as well by Artem Bityutskiy · 16 years ago
  39. c6a7b0f [XFS] Fix use after free in xfs_log_done(). by Lachlan McIlroy · 16 years ago
  40. c94312d [XFS] Make xfs_bmap_*_count_leaves void. by Ruben Porras · 16 years ago
  41. 5695ef46 [XFS] Use KM_NOFS for debug trace buffers by Lachlan McIlroy · 16 years ago
  42. d62c251 [XFS] use KM_MAYFAIL in xfs_mountfs by Christoph Hellwig · 16 years ago
  43. ff4f038 [XFS] refactor xfs_mount_free by Christoph Hellwig · 16 years ago
  44. 6203300 [XFS] don't call xfs_freesb from xfs_unmountfs by Christoph Hellwig · 16 years ago
  45. 41b5c2e [XFS] xfs_unmountfs should return void by Christoph Hellwig · 16 years ago
  46. 4249023 [XFS] cleanup xfs_mountfs by Christoph Hellwig · 16 years ago
  47. 77508ec [XFS] move root inode IRELE into xfs_unmountfs by Christoph Hellwig · 16 years ago
  48. 3a76c1e [XFS] stop using file_update_time by Christoph Hellwig · 16 years ago
  49. 8e5975c [XFS] optimize xfs_ichgtime by Christoph Hellwig · 16 years ago
  50. dff35fd [XFS] update timestamp in xfs_ialloc manually by Christoph Hellwig · 16 years ago
  51. ab4a9b0 [XFS] remove the sema_t from XFS. by David Chinner · 16 years ago
  52. e1f49cf [XFS] replace dquot flush semaphore with a completion by David Chinner · 16 years ago
  53. c63942d [XFS] replace inode flush semaphore with a completion by David Chinner · 16 years ago
  54. b4dd330 [XFS] replace the XFS buf iodone semaphore with a completion by David Chinner · 16 years ago
  55. 12017fa [XFS] clean up stale references to semaphores by David Chinner · 16 years ago
  56. 597bca6 [XFS] use get_unaligned_* helpers by Harvey Harrison · 16 years ago
  57. d63f154 [XFS] Fix compile failure in xfs_buf_trace() by Lachlan McIlroy · 16 years ago
  58. 169d622 [XFS] Use the same btree_cur union member for alloc and inobt trees. by Christoph Hellwig · 16 years ago
  59. cdcf4333 [XFS] small cleanups in xfs_btree.c by Christoph Hellwig · 16 years ago
  60. 41be8be [XFS] sanitize xfs_initialize_vnode by Christoph Hellwig · 16 years ago
  61. 5ec7f8c [XFS] kill bhv_vnode_t by Christoph Hellwig · 16 years ago
  62. df80c93 [XFS] remove some easy bhv_vnode_t instances by Christoph Hellwig · 16 years ago
  63. e1cccd9 [XFS] kill xfs_lock_dir_and_entry by Christoph Hellwig · 16 years ago
  64. 1550d0b [XFS] kill INDUCE_IO_ERROR by Christoph Hellwig · 16 years ago
  65. 907f49a [XFS] implement IHOLD/IRELE directly by Christoph Hellwig · 16 years ago
  66. 0b1f9177 [XFS] remove remaining VN_HOLD calls by Christoph Hellwig · 16 years ago
  67. 604323c [XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.c by Christoph Hellwig · 16 years ago
  68. 863890c [XFS] kill vn_to_inode by Christoph Hellwig · 16 years ago
  69. a19d033 [XFS] Remove vn_from_inode() by Christoph Hellwig · 16 years ago
  70. 39dab9d [XFS] remove shouting-indirection macros from xfs_trans.h by Eric Sandeen · 16 years ago
  71. db7a2c7 [XFS] convert xfs to use ERR_CAST by Eric Sandeen · 16 years ago
  72. cdeb380 [XFS] remove INT_GET and friends by Eric Sandeen · 16 years ago
  73. 322ff6b [XFS] Move xfs_attr_rolltrans to xfs_trans_roll by Niv Sardi · 16 years ago
  74. a738159 [XFS] don't leak m_fsname/m_rtname/m_logname by Christoph Hellwig · 16 years ago
  75. 5e9da7b [XFS] Move attr log alloc size calculator to another function. by Niv Sardi · 16 years ago
  76. 6785073 [XFS] Use KM_NOFS for incore inode extent tree allocation V2 by David Chinner · 16 years ago
  77. e6064d3 [XFS] XFS: Kill xfs_vtoi() by David Chinner · 16 years ago
  78. e4f7529 [XFS] Kill shouty XFS_ITOV() macro by David Chinner · 16 years ago
  79. 705db4a [XFS] kill shouty XFS_ITOV_NULL macro by David Chinner · 16 years ago
  80. 0165164 [XFS] Avoid directly referencing the VFS inode. by David Chinner · 16 years ago
  81. 3790689 [XFS] Do not access buffers after dropping reference count by Lachlan McIlroy · 16 years ago
  82. 79071eb [XFS] Use the generic bitops rather than implementing them ourselves. by David Chinner · 16 years ago
  83. b0e0c9e Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 16 years ago
  84. 50ac2d6 seq_file: add seq_cpumask(), seq_nodemask() by Alexey Dobriyan · 16 years ago
  85. dd76346 reiserfs: removed duplicated #include by Huang Weiyi · 16 years ago
  86. 523723b fs/eventpoll.c: fix sys_epoll_create1() comment by Andrew Morton · 16 years ago
  87. 54b4602 [CIFS] remove trailing whitespace by Steve French · 16 years ago
  88. 2c731af [CIFS] if get root inode fails during mount, cleanup tree connection by Steve French · 16 years ago
  89. 23a0ee9 Merge branch 'core/locking' into core/urgent by Ingo Molnar · 16 years ago
  90. 3295f0e lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() by Ingo Molnar · 16 years ago
  91. 4f3e752 lockdep: map_acquire by Peter Zijlstra · 16 years ago
  92. 56831a1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  93. ad8b15f [CIFS] list entry can not return null by Steve French · 16 years ago
  94. f1c7f79 [NFSD] uninline nfsd4_op_name() by Adrian Bunk · 16 years ago
  95. 0510eeb turn cifs_setattr into a multiplexor that calls the correct function by Jeff Layton · 16 years ago
  96. feb3e20 move file time and dos attribute setting logic into new function by Jeff Layton · 16 years ago
  97. 3fe5c1d spin off cifs_setattr with unix extensions to its own function by Jeff Layton · 16 years ago
  98. 1ac0ae0 bio: make use of bvec_nr_vecs by Denis ChengRq · 16 years ago
  99. 26b994f [CIFS] Code cleanup in old sessionsetup code by Steve French · 16 years ago
  100. 9508991 [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir by Jeff Layton · 16 years ago