1. 3c26ff6 convert get_sb_nodev() users by Al Viro · 14 years ago
  2. e4c5bf8 Merge 'staging-next' to Linus's tree by Greg Kroah-Hartman · 14 years ago
  3. c376501 fs: add sync_inode_metadata by Christoph Hellwig · 14 years ago
  4. a3d7fc5 staging: Drop unnecessary null test by Julia Lawall · 14 years ago
  5. 2a4419b fs: fs_struct rwlock to spinlock by Nick Piggin · 14 years ago
  6. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  7. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  8. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  9. f69b0d6 Staging: fix typos concerning "address" by Uwe Kleine-König · 14 years ago
  10. 37523e8 staging/trivial: fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 14 years ago
  11. ab17a4a Staging: pohmelfs: fix compile warning by Javier Martinez Canillas · 14 years ago
  12. d28619f Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  13. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  14. 36a32ae pohmelfs: Remove dead quota code by Dmitry Monakhov · 14 years ago
  15. 94002c0 Staging: Use kmemdup by Julia Lawall · 14 years ago
  16. 7a6cb0d Staging: Use kcalloc or kzalloc by Julia Lawall · 14 years ago
  17. 5d6892b Staging: pohmelfs: fix spaces and TAB coding style issue in inode.c by Ruslan Pisarev · 15 years ago
  18. 75cc5d9 Staging: pohmelfs: fix spaces and TAB coding style issue in netfs.h by Ruslan Pisarev · 15 years ago
  19. 9b835ea Staging: pohmelfs: fix comments, spaces and TAB coding style issue in netfs.h by Ruslan Pisarev · 15 years ago
  20. 3420bc9 Staging: pohmelfs: fix spaces and TAB coding style issue in dir.c by Ruslan Pisarev · 15 years ago
  21. 5ac7af8 Staging: pohmelfs: fix spaces and TAB coding style issue in config.c by Ruslan Pisarev · 15 years ago
  22. e3f052f Staging: pohmelfs: fix spaces and TAB coding style issue in crypto.c by Ruslan Pisarev · 15 years ago
  23. c1989b3 Staging: pohmelfs: fix spaces and TAB coding style issue in net.c by Ruslan Pisarev · 15 years ago
  24. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  25. 8fe900b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6 by Linus Torvalds · 15 years ago
  26. b43fa82 dquot: cleanup dquot transfer routine by Christoph Hellwig · 15 years ago
  27. 582de7c Staging/pohmelfs: fix write_inode parameter warning by Randy Dunlap · 15 years ago
  28. 182374a Staging: Fixed pohmelfs regression because of per-bdi writeback. by Evgeniy Polyakov · 15 years ago
  29. e3c0acf Staging: pohmelfs: avoid null dereference by Dan Carpenter · 15 years ago
  30. 0c14c06 Staging: pohmelfs: Remove uses of NIPQUAD, use %pI4 by Joe Perches · 15 years ago
  31. 05f94c9 pohmelfs needs I_LOCK by Evgeniy Polyakov · 15 years ago
  32. 0d99519 writeback: remove unused nonblocking and congestion checks by Wu Fengguang · 15 years ago
  33. 98a5783 pohmelfs/connector: Disallow unpliviged users to configure pohmelfs by Philipp Reisner · 15 years ago
  34. 7069331 connector: Provide the sender's credentials to the callback by Philipp Reisner · 15 years ago
  35. 2d7cf8e Staging: pohmelfs: sync with the development tree by Evgeniy Polyakov · 15 years ago
  36. 106a47b Staging: pohmelfs: fix type errors by Alan Cox · 15 years ago
  37. 76efa5e Staging: pohmelfs: fix atomic type spew by Alan Cox · 15 years ago
  38. aa3caaf pohmelfs: Use new syncing helper by Jan Kara · 15 years ago
  39. b04f932 pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock by Jan Kara · 15 years ago
  40. d8a8559 writeback: get rid of generic_sync_sb_inodes() export by Jens Axboe · 15 years ago
  41. 80fe3e5 Staging: pohmelfs: Storage class should be before const qualifier by Tobias Klauser · 15 years ago
  42. dc82846 Staging: pohmelfs: Remove braces around single statements by Bill Pemberton · 15 years ago
  43. 3bafeab Staging: pohmelfs: Remove C99 comments by Bill Pemberton · 15 years ago
  44. 385e3f1 Staging: pohmelfs: move open brace to same line on structs by Bill Pemberton · 15 years ago
  45. 5355d8c Staging: fix operator precedence errors by Roel Kluin · 15 years ago
  46. d43f361 Staging: Pohmelfs: Add load balancing between network states with the same priority. by Evgeniy Polyakov · 15 years ago
  47. e0ca873 Staging: Pohmelfs: Added IO permissions and priorities. by Evgeniy Polyakov · 15 years ago
  48. f2739de Staging: Pohmelfs: Added ->show_stats() callback. by Evgeniy Polyakov · 15 years ago
  49. 50e4bab Staging: Pohmelfs: Drop ftrans debugging code. by Evgeniy Polyakov · 15 years ago
  50. b82ba78 Staging: Pohmelfs: Use wait_on_page_timeout when waiting for remote directory sync instead of hardcoded 25 seconds. by Evgeniy Polyakov · 15 years ago
  51. d1ec644 Staging: Pohmelfs: Reduce debugging noise about non-existing objects. by Evgeniy Polyakov · 15 years ago
  52. cee9bb2 Staging: Pohmelfs: Sync fs before killing it, since dentry cache is shrunk before writeback is invoked via generic_shutdown_super() by Evgeniy Polyakov · 15 years ago
  53. e504342 Staging: Pohmelfs: Extend remount option. by Evgeniy Polyakov · 15 years ago
  54. 872dc5e Staging: Pohmelfs: Set NETFS_INODE_REMOTE_SYNCED and clear NETFS_INODE_OWNED bits in the root inode. by Evgeniy Polyakov · 15 years ago
  55. b522efd Staging: Pohmelfs: Added 'need_lock' variable into debug print. by Evgeniy Polyakov · 15 years ago
  56. 86ac725 Staging: Pohmelfs: Disable read lock in pohmelfs_getattr(). by Evgeniy Polyakov · 15 years ago
  57. f3b8fa7 Staging: Pohmelfs: Move parent lock to the place where we really have to send a lookup request to the server. by Evgeniy Polyakov · 15 years ago
  58. 288a9a8 Staging: pohmelfs: Populate dentry cache when receiving the new readdir entry. by Evgeniy Polyakov · 15 years ago
  59. 0564200 Staging: pohmelfs: should include fs_struct.h by Alexander Beregalov · 15 years ago
  60. 36ec4ab Staging: pohmelfs: fix kconfig dependencies by Randy Dunlap · 16 years ago
  61. a6bab77 Staging: pohmelfs should depend on CRYPTO by Alexander Beregalov · 16 years ago
  62. 02d84ca Staging: pohmelfs: fix printk format warnings v2 by Alexander Beregalov · 16 years ago
  63. 898a6cb Staging: pohmelfs: net.c: include vmalloc.h by Alexander Beregalov · 16 years ago
  64. de459f2 Staging: pohmelfs: fix build breakage by Alexander Beregalov · 16 years ago
  65. f26c303 Staging: pohmelfs: select crypto modules from the config. by Evgeniy Polyakov · 16 years ago
  66. 18bc0bb Staging: pohmelfs: kconfig/makefile and vfs changes. by Evgeniy Polyakov · 16 years ago
  67. c09ee9d Staging: pohmelfs: transaction layer. by Evgeniy Polyakov · 16 years ago
  68. d35eef1 Staging: pohmelfs: network operations. by Evgeniy Polyakov · 16 years ago
  69. ac7036c Staging: pohmelfs: distributed locking and cache coherency protocol. by Evgeniy Polyakov · 16 years ago
  70. b3f08ca Staging: pohmelfs: inode operations. by Evgeniy Polyakov · 16 years ago
  71. e3eec94 Staging: pohmelfs: directory operations. by Evgeniy Polyakov · 16 years ago
  72. e2396ae Staging: pohmelfs: crypto processing. by Evgeniy Polyakov · 16 years ago
  73. 9ce8b61 Staging: pohmelfs: configuration interface. by Evgeniy Polyakov · 16 years ago