1. 91a6902 sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sysfs binary attributes by Zhang Rui · 17 years ago
  2. 5122503 sysfs: make directory dentries and inodes reclaimable by Tejun Heo · 17 years ago
  3. 53e0ae9 sysfs: implement sysfs_get_dentry() by Tejun Heo · 17 years ago
  4. a0edd7c sysfs: move sysfs_drop_dentry() to dir.c and make it static by Tejun Heo · 17 years ago
  5. fb6896d sysfs: restructure add/remove paths and fix inode update by Tejun Heo · 17 years ago
  6. 3007e99 sysfs: use sysfs_mutex to protect the sysfs_dirent tree by Tejun Heo · 17 years ago
  7. 5f99532 sysfs: consolidate sysfs spinlocks by Tejun Heo · 17 years ago
  8. 608e266 sysfs: make kobj point to sysfs_dirent instead of dentry by Tejun Heo · 17 years ago
  9. f0b0af4 sysfs: implement sysfs_find_dirent() and sysfs_get_dirent() by Tejun Heo · 17 years ago
  10. 380e6fb sysfs: implement SYSFS_FLAG_REMOVED flag by Tejun Heo · 17 years ago
  11. b402d72 sysfs: rename sysfs_dirent->s_type to s_flags and make room for flags by Tejun Heo · 17 years ago
  12. d0bcb56 sysfs: make sysfs_drop_dentry() access inodes using ilookup() by Tejun Heo · 17 years ago
  13. 9d9307d sysfs: Fix oops in sysfs_drop_dentry on x86_64 by Rafael J. Wysocki · 17 years ago
  14. 0c73f18 sysfs: use singly-linked list for sysfs_dirent tree by Tejun Heo · 17 years ago
  15. 8619f97 sysfs: slim down sysfs_dirent->s_active by Tejun Heo · 17 years ago
  16. b6b4a43 sysfs: move s_active functions to fs/sysfs/dir.c by Tejun Heo · 17 years ago
  17. 0b8ead8 sysfs: fix root sysfs_dirent -> root dentry association by Tejun Heo · 17 years ago
  18. 8312a8d sysfs: use iget_locked() instead of new_inode() by Tejun Heo · 17 years ago
  19. fc9f54b sysfs: reorganize sysfs_new_indoe() and sysfs_create() by Tejun Heo · 17 years ago
  20. 7f7cfff sysfs: fix parent refcounting during rename and move by Tejun Heo · 17 years ago
  21. 42b37df sysfs: make sysfs_alloc_ino() static by Tejun Heo · 17 years ago
  22. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  23. dbde0fc sysfs: reimplement sysfs_drop_dentry() by Tejun Heo · 17 years ago
  24. 198a2a8 sysfs: separate out sysfs_attach_dentry() by Tejun Heo · 17 years ago
  25. 73107cb sysfs: kill attribute file orphaning by Tejun Heo · 17 years ago
  26. 0ab6608 sysfs: implement sysfs_dirent active reference and immediate disconnect by Tejun Heo · 17 years ago
  27. eb36165 sysfs: implement bin_buffer by Tejun Heo · 17 years ago
  28. 2b29ac2 sysfs: reimplement symlink using sysfs_dirent tree by Tejun Heo · 17 years ago
  29. aecdced sysfs: implement kobj_sysfs_assoc_lock by Tejun Heo · 17 years ago
  30. 3e51903 sysfs: make sysfs_dirent->s_element a union by Tejun Heo · 17 years ago
  31. 0c096b5 sysfs: add sysfs_dirent->s_name by Tejun Heo · 17 years ago
  32. 13b3086 sysfs: add sysfs_dirent->s_parent by Tejun Heo · 17 years ago
  33. a26cd72 sysfs: consolidate sysfs_dirent creation functions by Tejun Heo · 17 years ago
  34. 996b737 sysfs: flatten and fix sysfs_rename_dir() error handling by Tejun Heo · 17 years ago
  35. dfeb9fb sysfs: flatten cleanup paths in sysfs_add_link() and create_dir() by Tejun Heo · 17 years ago
  36. 93e3cd8 sysfs: fix error handling in binattr write() by Tejun Heo · 17 years ago
  37. 7a23ad4 sysfs: make sysfs_put() ignore NULL sd by Tejun Heo · 17 years ago
  38. 2b611bb sysfs: allocate inode number using ida by Tejun Heo · 17 years ago
  39. fa7f912 sysfs: move release_sysfs_dirent() to dir.c by Tejun Heo · 17 years ago
  40. cfc94cd debugfs: add rename for debugfs files by Jan Kara · 17 years ago
  41. bcf67e1 Make common helpers for seq_files that work with list_heads by Pavel Emelianov · 17 years ago
  42. 9f9d763 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 17 years ago
  43. 1b21f45 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  44. 01370f0 Merge branch 'splice-2.6.23' of git://git.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 17 years ago
  45. 3ebf449 [GFS2] Accept old format NFS filehandles by Steven Whitehouse · 17 years ago
  46. bf1a95a [S390] fixed cdl-format detection. by Stefan Haberland · 17 years ago
  47. 0845718 pipe: add documentation and comments by Jens Axboe · 17 years ago
  48. cac36bb pipe: change the ->pin() operation to ->confirm() by Jens Axboe · 17 years ago
  49. d96e6e7 Remove remnants of sendfile() by Jens Axboe · 17 years ago
  50. d054fe3 xip sendfile removal by Carsten Otte · 17 years ago
  51. 932cc6d splice: completely document external interface with kerneldoc by Jens Axboe · 17 years ago
  52. d6f5175 sendfile: remove bad_sendfile() from bad_file_ops by Jens Axboe · 17 years ago
  53. 497f962 pipe: allow passing around of ops private pointer by Jens Axboe · 17 years ago
  54. d6b29d7 splice: divorce the splice structure/function definitions from the pipe header by Jens Axboe · 17 years ago
  55. cf8208d sendfile: convert nfsd to splice_direct_to_actor() by Jens Axboe · 17 years ago
  56. f0930ff sendfile: convert nfs to using splice_read() by Jens Axboe · 17 years ago
  57. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  58. 534f2aa sys_sendfile: switch to using ->splice_read, if available by Jens Axboe · 17 years ago
  59. 6a14b90 vmsplice: add vmsplice-to-user support by Jens Axboe · 17 years ago
  60. c66ab6f splice: abstract out actor data by Jens Axboe · 17 years ago
  61. 72d3a38 unexport bio_{,un}map_user by Adrian Bunk · 17 years ago
  62. 71d441d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 17 years ago
  63. 43ae34c sched: scheduler debugging, core by Ingo Molnar · 17 years ago
  64. 172ba84 sched: update delay-accounting to use CFS's precise stats by Balbir Singh · 17 years ago
  65. b27f03d sched: make use of precise accounting for /proc task stats by Ingo Molnar · 17 years ago
  66. 62480d1 sched: remove the SleepAVG field by Ingo Molnar · 17 years ago
  67. a0a2474 [GFS2] Small fixes to logging code by Steven Whitehouse · 17 years ago
  68. ac90a25 [DLM] dump more lock values by David Teigland · 17 years ago
  69. 35dcc52 [GFS2] Remove i_mode passing from NFS File Handle by Wendy Cheng · 17 years ago
  70. bb9bcf0 [GFS2] Obtaining no_formal_ino from directory entry by Wendy Cheng · 17 years ago
  71. f4fadb23c [GFS2] git-gfs2-nmw-build-fix by akpm@linux-foundation.org · 17 years ago
  72. b365762 [GFS2] System won't suspend with GFS2 file system mounted by Abhijith Das · 17 years ago
  73. 569a7b6 [GFS2] remounting w/o acl option leaves acls enabled by Bob Peterson · 17 years ago
  74. 090ffaa [GFS2] inode size inconsistency by Wendy Cheng · 17 years ago
  75. 97d8483 [DLM] Telnet to port 21064 can stop all lockspaces by Patrick Caulfield · 17 years ago
  76. 1875f2f [GFS2] Fix gfs2_block_truncate_page err return by S. Wendy Cheng · 17 years ago
  77. 773ed1a [GFS2] Addendum to the journaled file/unmount patch by Robert Peterson · 17 years ago
  78. eaf5bd3 [GFS2] Simplify multiple glock aquisition by Steven Whitehouse · 17 years ago
  79. 2332c44 [GFS2] assertion failure after writing to journaled file, umount by Robert Peterson · 17 years ago
  80. 2840501 [GFS2] Use zero_user_page() in stuffed_readpage() by Steven Whitehouse · 17 years ago
  81. c420121 [GFS2] Remove bogus '\0' in rgrp.c by Steven Whitehouse · 17 years ago
  82. 8fb6859 [GFS2] Journaled file write/unstuff bug by Robert Peterson · 17 years ago
  83. fad59c1 [DLM] don't require FS flag on all nodes by David Teigland · 17 years ago
  84. d93cfa9 [GFS2] Fix deallocation issues by Abhijith Das · 17 years ago
  85. a7a2ff8 [GFS2] return conflicts for GETLK by David Teigland · 17 years ago
  86. d88101d [GFS2] set plock owner in GETLK info by David Teigland · 17 years ago
  87. 037bcbb [GFS2] gfs2_lookupi() uninitialised var fix by akpm@linux-foundation.org · 17 years ago
  88. c8cdf47 [GFS2] Recovery for lost unlinked inodes by Steven Whitehouse · 17 years ago
  89. b35997d [GFS2] Can't mount GFS2 file system on AoE device by Robert Peterson · 17 years ago
  90. e1cc860 [GFS2] Fix bug in error path of inode by Steven Whitehouse · 17 years ago
  91. ffed8ab [GFS2] Fix typo in rename of directories by Steven Whitehouse · 17 years ago
  92. 44f487a [DLM] variable allocation by Patrick Caulfield · 17 years ago
  93. 292e539 [DLM] fix reference counting by Josef Bacik · 17 years ago
  94. 4bd91ba [GFS2] Add nanosecond timestamp feature by Steven Whitehouse · 17 years ago
  95. bb8d8a6 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures by Steven Whitehouse · 17 years ago
  96. ddf4b42 [GFS2] fix jdata issues by Benjamin Marzinski · 17 years ago
  97. afb853f [DLM] fix socket shutdown by Patrick Caulfield · 17 years ago
  98. 8991864 [GFS2] Make the log reserved blocks depend on block size by Steven Whitehouse · 17 years ago
  99. 1990e91 [GFS2] Quotas non-functional - fix another bug by Abhijith Das · 17 years ago
  100. 0b7cac0 [DLM] show default protocol by David Teigland · 17 years ago