1. bd238fb 9p: Reorganization of 9p file system code by Latchesar Ionkov · 17 years ago
  2. 0f1145c [XFS] Fix lockdep annotations for xfs_lock_inodes by David Chinner · 17 years ago
  3. faa63e9 [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode by Michal Marek · 17 years ago
  4. 1fa503d [XFS] Compat ioctl handler for handle operations by Michal Marek · 17 years ago
  5. 547e00c [XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1. by Michal Marek · 17 years ago
  6. 3a59c94 [XFS] Clean up function name handling in tracing code by Eric Sandeen · 17 years ago
  7. b11f94d [XFS] Quota inode has no parent. by David Chinner · 17 years ago
  8. 2a82b8b [XFS] Concurrent Multi-File Data Streams by David Chinner · 17 years ago
  9. 0892ccd [XFS] Use uninitialized_var macro to stop warning about rtx by Andrew Morton · 17 years ago
  10. fbf3ce8 [XFS] XFS should not be looking at filp reference counts by Christoph Hellwig · 17 years ago
  11. 16a087d [XFS] Use is_power_of_2 instead of open coding checks by Vignesh Babu · 17 years ago
  12. bbaaf53 [XFS] Reduce shouting by removing unnecessary macros from dir2 code. by Christoph Hellwig · 17 years ago
  13. 54aa8e2 [XFS] Simplify XFS min/max macros. by David Chinner · 17 years ago
  14. 24ad33f [XFS] Kill off xfs_count_bits by Eric Sandeen · 17 years ago
  15. 87ae3c2 [XFS] Cancel transactions on xfs_itruncate_start error. by Jesper Juhl · 17 years ago
  16. 39726be [XFS] Use do_div() on 64 bit types. by Christoph Hellwig · 17 years ago
  17. 516b2e7 [XFS] Fix remount,readonly path to flush everything correctly. by David Chinner · 17 years ago
  18. 957d0eb [XFS] Cleanup inode extent size hint extraction by David Chinner · 17 years ago
  19. 84e1e99 [XFS] Prevent ENOSPC from aborting transactions that need to succeed by David Chinner · 17 years ago
  20. 641c56f [XFS] Prevent deadlock when flushing inodes on unmount by David Chinner · 17 years ago
  21. 0164af5 [XFS] Log the agf_length change in xfs_growfs_data_private(). by Tim Shimmin · 17 years ago
  22. effd120 [XFS] Map unwritten extents correctly for I/o completion processing by David Chinner · 17 years ago
  23. 45c3414 [XFS] Apply transaction delta counts atomically to incore counters by David Chinner · 17 years ago
  24. b282613 [XFS] Handle null returned from xfs_vtoi() in xfs_setfilesize(). by David Chinner · 17 years ago
  25. e927af9 [XFS] Block on unwritten extent conversion during synchronous direct I/O. by David Chinner · 17 years ago
  26. f4a9f28 [XFS] Flush the block device before closing it on unmount. by David Chinner · 17 years ago
  27. 4e5ae83 [XFS] xfs_bmapi fails to update the previous extent pointer by David Chinner · 17 years ago
  28. 210c6f1 [XFS] Fix the transaction flags to make lazy superblock counters work. by David Chinner · 17 years ago
  29. 92821e2 [XFS] Lazy Superblock Counters by David Chinner · 17 years ago
  30. 3260f78 [XFS] Use generic shrinker interfaces in XFS. by Andrew Morton · 17 years ago
  31. 92dfe8d [XFS] Make hole punching at EOF atomic. by David Chinner · 17 years ago
  32. 511105b [XFS] Fix vmalloc leak on mount/unmount. by David Chinner · 17 years ago
  33. ca165b8 [XFS] Fix double free in xfs_buf_get_noaddr error handling path by Christoph Hellwig · 17 years ago
  34. 3db296f [XFS] Fix use-after-free during log unmount. by David Chinner · 17 years ago
  35. 40095b6 [XFS] Sleeping with the ilock waiting for I/O completion is Bad. by David Chinner · 17 years ago
  36. 4cc929e [XFS] Don't grow filesystems past the size they can index. by Nathan Scott · 17 years ago
  37. 1fa40b0 [XFS] Only use refcounted pages for I/O by Christoph Hellwig · 17 years ago
  38. 16cefa8 Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 by Linus Torvalds · 17 years ago
  39. 4fbef20 nfsd: fix nfsd_vfs_read() splice actor setup by Jens Axboe · 17 years ago
  40. 51a92c0 splice: fix offset mangling with direct splicing (sendfile) by Jens Axboe · 17 years ago
  41. 29ce205 security: revalidate rw permissions for sys_splice and sys_vmsplice by James Morris · 17 years ago
  42. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  43. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  44. 5122503 sysfs: make directory dentries and inodes reclaimable by Tejun Heo · 17 years ago
  45. 53e0ae9 sysfs: implement sysfs_get_dentry() by Tejun Heo · 17 years ago
  46. a0edd7c sysfs: move sysfs_drop_dentry() to dir.c and make it static by Tejun Heo · 17 years ago
  47. fb6896d sysfs: restructure add/remove paths and fix inode update by Tejun Heo · 17 years ago
  48. 3007e99 sysfs: use sysfs_mutex to protect the sysfs_dirent tree by Tejun Heo · 17 years ago
  49. 5f99532 sysfs: consolidate sysfs spinlocks by Tejun Heo · 17 years ago
  50. 608e266 sysfs: make kobj point to sysfs_dirent instead of dentry by Tejun Heo · 17 years ago
  51. f0b0af4 sysfs: implement sysfs_find_dirent() and sysfs_get_dirent() by Tejun Heo · 17 years ago
  52. 380e6fb sysfs: implement SYSFS_FLAG_REMOVED flag by Tejun Heo · 17 years ago
  53. b402d72 sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags by Tejun Heo · 17 years ago
  54. d0bcb56 sysfs: make sysfs_drop_dentry() access inodes using ilookup() by Tejun Heo · 17 years ago
  55. 9d9307d sysfs: Fix oops in sysfs_drop_dentry on x86_64 by Rafael J. Wysocki · 17 years ago
  56. 0c73f18 sysfs: use singly-linked list for sysfs_dirent tree by Tejun Heo · 17 years ago
  57. 8619f97 sysfs: slim down sysfs_dirent->s_active by Tejun Heo · 17 years ago
  58. b6b4a43 sysfs: move s_active functions to fs/sysfs/dir.c by Tejun Heo · 17 years ago
  59. 0b8ead8 sysfs: fix root sysfs_dirent -> root dentry association by Tejun Heo · 17 years ago
  60. 8312a8d sysfs: use iget_locked() instead of new_inode() by Tejun Heo · 17 years ago
  61. fc9f54b sysfs: reorganize sysfs_new_indoe() and sysfs_create() by Tejun Heo · 17 years ago
  62. 7f7cfff sysfs: fix parent refcounting during rename and move by Tejun Heo · 17 years ago
  63. 42b37df sysfs: make sysfs_alloc_ino() static by Tejun Heo · 17 years ago
  64. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  65. dbde0fc sysfs: reimplement sysfs_drop_dentry() by Tejun Heo · 17 years ago
  66. 198a2a8 sysfs: separate out sysfs_attach_dentry() by Tejun Heo · 17 years ago
  67. 73107cb sysfs: kill attribute file orphaning by Tejun Heo · 17 years ago
  68. 0ab6608 sysfs: implement sysfs_dirent active reference and immediate disconnect by Tejun Heo · 17 years ago
  69. eb36165 sysfs: implement bin_buffer by Tejun Heo · 17 years ago
  70. 2b29ac2 sysfs: reimplement symlink using sysfs_dirent tree by Tejun Heo · 17 years ago
  71. aecdced sysfs: implement kobj_sysfs_assoc_lock by Tejun Heo · 17 years ago
  72. 3e51903 sysfs: make sysfs_dirent->s_element a union by Tejun Heo · 17 years ago
  73. 0c096b5 sysfs: add sysfs_dirent->s_name by Tejun Heo · 17 years ago
  74. 13b3086 sysfs: add sysfs_dirent->s_parent by Tejun Heo · 17 years ago
  75. a26cd72 sysfs: consolidate sysfs_dirent creation functions by Tejun Heo · 17 years ago
  76. 996b737 sysfs: flatten and fix sysfs_rename_dir() error handling by Tejun Heo · 17 years ago
  77. dfeb9fb sysfs: flatten cleanup paths in sysfs_add_link() and create_dir() by Tejun Heo · 17 years ago
  78. 93e3cd82 sysfs: fix error handling in binattr write() by Tejun Heo · 17 years ago
  79. 7a23ad4 sysfs: make sysfs_put() ignore NULL sd by Tejun Heo · 17 years ago
  80. 2b611bb sysfs: allocate inode number using ida by Tejun Heo · 17 years ago
  81. fa7f912 sysfs: move release_sysfs_dirent() to dir.c by Tejun Heo · 17 years ago
  82. cfc94cd debugfs: add rename for debugfs files by Jan Kara · 17 years ago
  83. 7521a3c [CIFS] Fix oops in cifs_create when nfsd server exports cifs mount by Steve French · 17 years ago
  84. 0fc72b8 [JFFS2] Add declaration of jffs2_lzo_{init,exit} to compr.h by David Woodhouse · 17 years ago
  85. 618e21d Btrfs: Implement mknod by Josef Bacik · 17 years ago
  86. 3b23c1f [JFFS2] Add a "favourlzo" compression mode by Richard Purdie · 17 years ago
  87. c799aca [JFFS2] Add LZO compression support. by Richard Purdie · 17 years ago
  88. a1f3963 Btrfs: Some code cleanups by Aneesh · 17 years ago
  89. ec6b910 Btrfs: trivial include fixups by Zach Brown · 17 years ago
  90. db1b39d8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  91. a6bc432 [JFFS2] Add support for write-buffer verification. by David Woodhouse · 17 years ago
  92. 137d6ac NFSv4: Make sure unlock is really an unlock when cancelling a lock by Frank Filz · 17 years ago
  93. c98451b NLM: fix source address of callback to client by Frank van Maarseveen · 17 years ago
  94. 6f2e64d NFSv4: Make the NFS state model work with the nosharedcache mount option by Trond Myklebust · 17 years ago
  95. 275a5d2 NFS: Error when mounting the same filesystem with different options by Trond Myklebust · 17 years ago
  96. 75180df NFS: Add the mount option "nosharecache" by Trond Myklebust · 17 years ago
  97. 8007122 NFS: Add support for mounting NFSv4 file systems with string options by Chuck Lever · 17 years ago
  98. 136d558 NFS: Add final pieces to support in-kernel mount option parsing by Chuck Lever · 17 years ago
  99. 0076d7b NFS: Introduce generic mount client API by Chuck Lever · 17 years ago
  100. bf0fd76 NFS: Add enums and match tables for mount option parsing by Chuck Lever · 17 years ago