1. c7cf0c6 [JFFS2] Fix jffs2_follow_link() typo by Qi Yong · 18 years ago
  2. ea7415c [JFFS2] Use rb_first() and rb_last() cleanup by Akinobu Mita · 18 years ago
  3. a6b1d82 [JFFS2] kill warning RE debug-only variables by Jeff Garzik · 18 years ago
  4. 9ab5aa9 BUG_ON conversion for fs/xfs/ by Eric Sesterhenn · 18 years ago
  5. 73dff8b BUG_ON() conversion in fs/nfsd/ by Eric Sesterhenn · 18 years ago
  6. 14a6144 BUG_ON conversion for fs/reiserfs by Eric Sesterhenn · 18 years ago
  7. 5a65980 debugfs: spelling fix by Komal Shah · 18 years ago
  8. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  9. cab0089 Still more typo fixes by Matt LaPlante · 18 years ago
  10. 44c0920 more misc typo fixes by Matt LaPlante · 18 years ago
  11. cc2e276 Typos in fs/Kconfig by Matt LaPlante · 18 years ago
  12. 5c1fdf4 [PATCH] pr_debug: sysfs: use size_t length modifier in pr_debug format arguments by Zach Brown · 18 years ago
  13. 4779efc [PATCH] pr_debug: configfs: use size_t length modifier in pr_debug format argument by Zach Brown · 18 years ago
  14. 691578c [PATCH] pr_debug: aio: use size_t length modifier in pr_debug format arguments by Zach Brown · 18 years ago
  15. c3b6571 [PATCH] fs/eventpoll: error handling micro-cleanup by Jeff Garzik · 18 years ago
  16. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  17. 44f5492 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 18 years ago
  18. 3f2e05e [PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.h by David Howells · 18 years ago
  19. 1a657f78 [PATCH] introduce get_task_pid() to fix unsafe get_pid() by Oleg Nesterov · 18 years ago
  20. 1c0d04c [PATCH] proc: comment what proc_fill_cache does by Eric W. Biederman · 18 years ago
  21. 5e61fea [PATCH] proc: remove the useless SMP-safe comments from /proc by Eric W. Biederman · 18 years ago
  22. 7bcd6b0 [PATCH] proc: remove trailing blank entry from pid_entry arrays by Eric W. Biederman · 18 years ago
  23. 8e95bd9 [PATCH] proc: properly compute TGID_OFFSET by Eric W. Biederman · 18 years ago
  24. b0fa9db [PATCH] proc: drop tasklist lock in task_state() by Oleg Nesterov · 18 years ago
  25. a593d6e [PATCH] proc: convert do_task_stat() to use lock_task_sighand() by Oleg Nesterov · 18 years ago
  26. 5e6b3f4 [PATCH] proc: convert task_sig() to use lock_task_sighand() by Oleg Nesterov · 18 years ago
  27. 7fbaac0 [PATCH] proc: Use pid_task instead of open coding it by Eric W. Biederman · 18 years ago
  28. 72d9dcf [PATCH] proc: Merge proc_tid_attr and proc_tgid_attr by Eric W. Biederman · 18 years ago
  29. 61a2878 [PATCH] proc: Remove the hard coded inode numbers by Eric W. Biederman · 18 years ago
  30. 444ceed [PATCH] proc: Factor out an instantiate method from every lookup method by Eric W. Biederman · 18 years ago
  31. 801199c [PATCH] proc: Make the generation of the self symlink table driven by Eric W. Biederman · 18 years ago
  32. 96b644b [PATCH] namespaces: utsname: use init_utsname when appropriate by Serge E. Hallyn · 18 years ago
  33. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  34. 1651e14 [PATCH] namespaces: incorporate fs namespace into nsproxy by Serge E. Hallyn · 18 years ago
  35. 12fd352 [PATCH] nfsd: lockdep annotation by Peter Zijlstra · 18 years ago
  36. eed2965 [PATCH] knfsd: allow admin to set nthreads per node by Greg Banks · 18 years ago
  37. eec0966 [PATCH] knfsd: use svc_set_num_threads to manage threads in knfsd by Greg Banks · 18 years ago
  38. 9a24ab5 [PATCH] knfsd: add svc_get by Greg Banks · 18 years ago
  39. 4a3ae42 [PATCH] knfsd: Correctly handle error condition from lockd_up by NeilBrown · 18 years ago
  40. 7dcf91e [PATCH] knfsd: Move makesock failed warning into make_socks. by NeilBrown · 18 years ago
  41. 3dfb421 [PATCH] knfsd: Check return value of lockd_up in write_ports by NeilBrown · 18 years ago
  42. 6fb2b47 [PATCH] knfsd: Drop 'serv' option to svc_recv and svc_process by NeilBrown · 18 years ago
  43. 896440d [PATCH] nfsd: add lock annotations to e_start and e_stop by Josh Triplett · 18 years ago
  44. bc6f02e [PATCH] knfsd: Use SEQ_START_TOKEN instead of hardcoded magic (void*)1 by Greg Banks · 18 years ago
  45. b41b66d [PATCH] knfsd: allow sockets to be passed to nfsd via 'portlist' by NeilBrown · 18 years ago
  46. 80212d5 [PATCH] knfsd: define new nfsdfs file: portlist - contains list of ports by NeilBrown · 18 years ago
  47. 02a375f [PATCH] knfsd: separate out some parts of nfsd_svc, which start nfs servers by NeilBrown · 18 years ago
  48. 6658d3a [PATCH] knfsd: remove nfsd_versbits as intermediate storage for desired versions by NeilBrown · 18 years ago
  49. 24e3666 [PATCH] knfsd: be more selective in which sockets lockd listens on by NeilBrown · 18 years ago
  50. bc591cc [PATCH] knfsd: add a callback for when last rpc thread finishes by NeilBrown · 18 years ago
  51. b06c7b4 [PATCH] knfsd: remove an unused variable from e_show() by Greg Banks · 18 years ago
  52. 3e3b480 [PATCH] knfsd: add some missing newlines in printks by Greg Banks · 18 years ago
  53. 43fa1ad [PATCH] file: Add locking to f_getown by Eric W. Biederman · 18 years ago
  54. 3fbc964 [PATCH] Define struct pspace by Sukadev Bhattiprolu · 18 years ago
  55. ed97bd3 [PATCH] fs/inode.c tweaks by Andreas Mohr · 18 years ago
  56. 07acaf2 [PATCH] Remove NULL check in register_nls() by Alexey Dobriyan · 18 years ago
  57. 609d7fa [PATCH] file: modify struct fown_struct to use a struct pid by Eric W. Biederman · 18 years ago
  58. f6c7a1f [PATCH] proc: give the root directory a task by Eric W. Biederman · 18 years ago
  59. 20cdc89 [PATCH] proc: modify proc_pident_lookup to be completely table driven by Eric W. Biederman · 18 years ago
  60. 28a6d67 [PATCH] proc: reorder the functions in base.c by Eric W. Biederman · 18 years ago
  61. 0804ef4 [PATCH] proc: readdir race fix (take 3) by Eric W. Biederman · 18 years ago
  62. 63f83c9 JFS: White space cleanup by Dave Kleikamp · 18 years ago
  63. 087387f [PATCH] JFS: return correct error when i-node allocation failed by Akinobu Mita · 18 years ago
  64. 2a6968a JFS: Remove shadow variable from fs/jfs/jfs_txnmgr.c:xtLog() by Tony Breeds · 18 years ago
  65. d025c9d [PATCH] Support piping into commands in /proc/sys/kernel/core_pattern by Andi Kleen · 18 years ago
  66. d6cbd28 [PATCH] Some cleanup in the pipe code by Andi Kleen · 18 years ago
  67. ce71ec3 [PATCH] r/o bind mounts: monitor zeroing of i_nlink by Dave Hansen · 18 years ago
  68. 17ff785 [PATCH] r/o bind mounts: clean up OCFS2 nlink handling by Mark Fasheh · 18 years ago
  69. d8c76e6 [PATCH] r/o bind mount prepwork: inc_nlink() helper by Dave Hansen · 18 years ago
  70. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  71. aab520e [PATCH] r/o bind mount prepwork: move open_namei()'s vfs_create() by Dave Hansen · 18 years ago
  72. 6902d92 [PATCH] r/o bind mounts: prepare for write access checks: collapse if() by Dave Hansen · 18 years ago
  73. 8f0ab51 [PATCH] csa: convert CONFIG tag for extended accounting routines by Jay Lan · 18 years ago
  74. eed4e51 [PATCH] Add vector AIO support by Badari Pulavarty · 18 years ago
  75. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  76. ee0b3e6 [PATCH] Remove readv/writev methods and use aio_read/aio_write instead by Badari Pulavarty · 18 years ago
  77. 027445c [PATCH] Vectorize aio_read/aio_write fileop methods by Badari Pulavarty · 18 years ago
  78. 9ea0f94 [PATCH] reiserfs: eliminate minimum window size for bitmap searching by Jeff Mahoney · 18 years ago
  79. 5a2618e [PATCH] reiserfs: use generic_file_open for open() checks by Jeff Mahoney · 18 years ago
  80. 5065227 [PATCH] reiserfs: on-demand bitmap loading by Jeff Mahoney · 18 years ago
  81. 6f01046 [PATCH] reiserfs: reorganize bitmap loading functions by Jeff Mahoney · 18 years ago
  82. 0b3dc17 [PATCH] reiserfs: clean up bitmap block buffer head references by Jeff Mahoney · 18 years ago
  83. e1fabd3 [PATCH] reiserfs: fix is_reusable bitmap check to not traverse the bitmap info array by Jeff Mahoney · 18 years ago
  84. 54f67f6 [PATCH] Move ncpfs 32bit compat ioctl to ncpfs by Petr Vandrovec · 18 years ago
  85. f5579f8 [PATCH] VFS: Use SEEK_{SET, CUR, END} instead of hardcoded values by Josef 'Jeff' Sipek · 18 years ago
  86. 82b0547 [PATCH] Create fs/utimes.c by Alexey Dobriyan · 18 years ago
  87. 52978be [PATCH] kmemdup: some users by Alexey Dobriyan · 18 years ago
  88. 130c6b9 [PATCH] fs/partitions: Conversion to generic boolean by Richard Knutsson · 18 years ago
  89. 4d81715 [PATCH] fs/jfs: Conversion to generic boolean by Richard Knutsson · 18 years ago
  90. c49c311 [PATCH] fs/ntfs: Conversion to generic boolean by Richard Knutsson · 18 years ago
  91. 0fe2347 [PATCH] Update axboe@suse.de email address by Jens Axboe · 18 years ago
  92. 50be345 [PATCH] fix creating zero sized bio mempools in low memory system by Milan Broz · 18 years ago
  93. 5e6d12b [PATCH] CONFIG_BLOCK internal.h cleanups by Andrew Morton · 18 years ago
  94. 9361401 [PATCH] BLOCK: Make it possible to disable the block layer [try #6] by David Howells · 18 years ago
  95. d366e40 [PATCH] BLOCK: Remove no-longer necessary linux/buffer_head.h inclusions [try #6] by David Howells · 18 years ago
  96. 4cb50dc [PATCH] BLOCK: Remove no-longer necessary linux/mpage.h inclusions [try #6] by David Howells · 18 years ago
  97. 188f83d [PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [try #6] by David Howells · 18 years ago
  98. 52a700c [PATCH] BLOCK: Move the Ext3 device ioctl compat stuff to the Ext3 driver [try #6] by David Howells · 18 years ago
  99. e322ff0 [PATCH] BLOCK: Move the Ext2 device ioctl compat stuff to the Ext2 driver [try #6] by David Howells · 18 years ago
  100. 52b499c [PATCH] BLOCK: Move the ReiserFS device ioctl compat stuff to the ReiserFS driver [try #6] by David Howells · 18 years ago