1. edc666e [PATCH] ReiserFS: Make sure all dentries refs are released before calling kill_block_super() by David Howells · 18 years ago
  2. 2ecd05a [PATCH] fs/*: use BUILD_BUG_ON by Alexey Dobriyan · 18 years ago
  3. 8c58165 [PATCH] D-cache aliasing issue in __block_prepare_write by Monakhov Dmitriy · 18 years ago
  4. 97e860d [PATCH] Remove unnecessary check in fs/fat/inode.c by Eric Sesterhenn · 18 years ago
  5. 39484e5 [PATCH] 32-bit compatibility HDIO IOCTLs by Maciej W. Rozycki · 18 years ago
  6. 5a2b406 [PATCH] ext2: errors behaviour fix by Vasily Averin · 18 years ago
  7. 2245d7c [PATCH] ext3: errors behaviour fix by Dmitry Mishin · 18 years ago
  8. e565793 [PATCH] grow_buffers() infinite loop fix by Andrew Morton · 18 years ago
  9. b611967 [PATCH] epoll_pwait() by Davide Libenzi · 18 years ago
  10. 63f5793 [PATCH] ext4 whitespace cleanups by Andrew Morton · 18 years ago
  11. ceea16b [PATCH] ext4: errors behaviour fix by Dmitry Mishin · 18 years ago
  12. 70bbb3e [PATCH] ext4: rename logic_sb_block by Andrew Morton · 18 years ago
  13. f4e5bc2 [PATCH] ext4 64 bit divide fix by Andrew Morton · 18 years ago
  14. 72b64b5 [PATCH] ext4 uninline ext4_get_group_no_and_offset() by Andrew Morton · 18 years ago
  15. 8fadc14 [PATCH] ext4: move block number hi bits by Alexandre Ratchov · 18 years ago
  16. 0d1ee42 [PATCH] ext4: allow larger descriptor size by Alexandre Ratchov · 18 years ago
  17. 18eba7a [PATCH] jbd2: switch blks_type from sector_t to ull by Mingming Cao · 18 years ago
  18. 9b8f1f0 [PATCH] ext4: removesector_t bits check by Mingming Cao · 18 years ago
  19. 2ae0210 [PATCH] ext4: blk_type from sector_t to unsigned long long by Mingming Cao · 18 years ago
  20. bd81d8e [PATCH] ext4: 64bit metadata by Laurent Vivier · 18 years ago
  21. a1ddeb7 [PATCH] ext4: 48bit i_file_acl by Badari Pulavarty · 18 years ago
  22. 2997176 [PATCH] jbd2: sector_t conversion by Mingming Cao · 18 years ago
  23. b517bea [PATCH] 64-bit jbd2 core by Zach Brown · 18 years ago
  24. d0d856e [PATCH] ext4: clean up comments in ext4-extents patch by Randy Dunlap · 18 years ago
  25. 471d401 [PATCH] ext4: uninitialised extent handling by Suparna Bhattacharya · 18 years ago
  26. f65e6fb [PATCH] ext4: 48bit physical block number support in extents by Alex Tomas · 18 years ago
  27. 3a5b2ec [PATCH] ext4: switch fsblk to sector_t by Mingming Cao · 18 years ago
  28. a86c618 [PATCH] ext3: add extent map support by Alex Tomas · 18 years ago
  29. dab291a [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd by Mingming Cao · 18 years ago
  30. a920e94 [PATCH] jbd2: rename slab by Johann Lombardi · 18 years ago
  31. f7f4bcc [PATCH] jbd2: rename jbd2 symbols to avoid duplication of jbd symbols by Mingming Cao · 18 years ago
  32. 470decc [PATCH] jbd2: initial copy of files from jbd by Dave Kleikamp · 18 years ago
  33. 02ea210 [PATCH] ext4: enable building of ext4 by Mingming Cao · 18 years ago
  34. 617ba13 [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols by Mingming Cao · 18 years ago
  35. ac27a0e [PATCH] ext4: initial copy of files from ext3 by Dave Kleikamp · 18 years ago
  36. 502717f [PATCH] hugetlb: fix linked list corruption in unmap_hugepage_range() by Chen, Kenneth W · 18 years ago
  37. 41716c7 [PATCH] null dereference in fs/jbd/journal.c by Eric Sesterhenn · 18 years ago
  38. 438dd92 [CIFS] Fix leaps year calculation for years after 2100 by Steve French · 18 years ago
  39. 44aa535 [PATCH] ufs endianness annotations by Al Viro · 18 years ago
  40. 3524de1 [PATCH] fs/partitions endianness annotations by Al Viro · 19 years ago
  41. d02d48d [PATCH] isofs endianness annotations by Al Viro · 19 years ago
  42. 2ef1031 [PATCH] hpfs endianness annotations by Al Viro · 19 years ago
  43. 31b1f85 [PATCH] fs/fat endianness annotations by Al Viro · 19 years ago
  44. a9721f3 [PATCH] befs: endianness annotations by Al Viro · 19 years ago
  45. e5201c5 [PATCH] befs: missing fs32_to_cpu() in debug.c by Al Viro · 19 years ago
  46. 1151895 [PATCH] befs: introduce on-disk endian types by Al Viro · 19 years ago
  47. af10b00 [PATCH] befs: prepare to sanitizing headers by Al Viro · 19 years ago
  48. 88c124d [PATCH] befs: remove bogus typedef by Al Viro · 19 years ago
  49. e6c6e64 [PATCH] fs/inode.c NULL noise removal by Al Viro · 18 years ago
  50. 90cbad6 [PATCH] more fs/compat.c __user annotations by Al Viro · 18 years ago
  51. ebf7a22 [PATCH] mm: bug in set_page_dirty_buffers by Nick Piggin · 18 years ago
  52. 659564c [PATCH] Introduce vfs_listxattr by Bill Nottingham · 18 years ago
  53. c8adf94 [PATCH] hppfs: readdir callback missed in prototype change by Al Viro · 18 years ago
  54. 38d6fd2 [PATCH] dlm gfp_t annotations by Al Viro · 18 years ago
  55. 5c09d96 [PATCH] wrong order of arguments in copy_to_user() in ncpfs by Al Viro · 18 years ago
  56. 8325049 Fix extraneous '&' in recent NFS client cleanup by Linus Torvalds · 18 years ago
  57. 0bae89e [PATCH] NFS: Fix typo in nfs_get_client() by Trond Myklebust · 18 years ago
  58. ca4aa09 [PATCH] NFS: Fix typo in nfs_get_client() by Trond Myklebust · 18 years ago
  59. 00079e0 [PATCH] reiserfs: null pointer dereferencing in reiserfs_read_bitmap_block by Eric Eric Sesterhenn · 18 years ago
  60. 268f3be [CIFS] readdir (ffirst) enablement of accurate timestamps from legacy servers by Steve French · 18 years ago
  61. c6b0a9f [PATCH] knfsd: tidy up up meaning of 'buffer size' in nfsd/sunrpc by NeilBrown · 18 years ago
  62. 44aefd2 Merge git://git.infradead.org/~dhowells/irq-2.6 by Linus Torvalds · 18 years ago
  63. c1a26e7 [PATCH] UDF: Fix mounting read-write by Peter Osterlund · 18 years ago
  64. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  65. fefd26b Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh by Linus Torvalds · 18 years ago
  66. 4a61f17 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6 by Linus Torvalds · 18 years ago
  67. 5a96c5d Merge master.kernel.org:/pub/scm/linux/kernel/git/willy/parisc-2.6 by Linus Torvalds · 18 years ago
  68. 237fead [PATCH] ecryptfs: fs/Makefile and fs/Kconfig by Michael Halcrow · 18 years ago
  69. 42ca099 [PATCH] knfsd: nfsd4: actually use all the pieces to implement referrals by J.Bruce Fields · 18 years ago
  70. 81c3f41 [PATCH] knfsd: nfsd4: xdr encoding for fs_locations by J.Bruce Fields · 18 years ago
  71. 93346919 [PATCH] knfsd: nfsd4: fslocations data structures by Manoj Naik · 18 years ago
  72. b009a87 [PATCH] knfsd: nfsd: store export path in export by J.Bruce Fields · 18 years ago
  73. 21c0d8f [PATCH] knfsd: close a race-opportunity in d_splice_alias by NeilBrown · 18 years ago
  74. 44c5560 [PATCH] knfsd: fix auto-sizing of nfsd request/reply buffers by NeilBrown · 18 years ago
  75. 6b54dae [PATCH] knfsd: lockd: fix refount on nsm by NeilBrown · 18 years ago
  76. b66285c [PATCH] knfsd: nfsd4: acls: fix handling of zero-length acls by J.Bruce Fields · 18 years ago
  77. f3b64eb [PATCH] knfsd: nfsd4: acls: simplify nfs4_acl_nfsv4_to_posix interface by J.Bruce Fields · 18 years ago
  78. b548edc [PATCH] knfsd: nfsd4: acls: fix inheritance by J.Bruce Fields · 18 years ago
  79. 09229ed [PATCH] knfsd: nfsd4: acls: relax the nfsv4->posix mapping by J.Bruce Fields · 18 years ago
  80. d0ebd9c [PATCH] knfsd: nfsd4: clean up exp_pseudoroot by J.Bruce Fields · 18 years ago
  81. f38b20c [PATCH] knfsd: nfsd4: refactor exp_pseudoroot by J.Bruce Fields · 18 years ago
  82. 89e63ef [PATCH] Convert lockd to use the newer mutex instead of the older semaphore by Neil Brown · 18 years ago
  83. bc5fea4 [PATCH] knfsd: register all RPC programs with portmapper by default by Olaf Kirch · 18 years ago
  84. 0ade060 [PATCH] knfsd: lockd: fix use of h_nextrebind by Olaf Kirch · 18 years ago
  85. 460f5ca [PATCH] knfsd: export nsm_local_state to user space via sysctl by Olaf Kirch · 18 years ago
  86. 39be450 [PATCH] knfsd: match GRANTED_RES replies using cookies by Olaf Kirch · 18 years ago
  87. 031d869 [PATCH] knfsd: make nlmclnt_next_cookie SMP safe by Olaf Kirch · 18 years ago
  88. abd1f50 [PATCH] knfsd: lockd: optionally use hostnames for identifying peers by Olaf Kirch · 18 years ago
  89. 350fce8 [PATCH] knfsd: simplify nlmsvc_invalidate_all by NeilBrown · 18 years ago
  90. c53c1bb [PATCH] knfsd: lockd: Add nlm_destroy_host by Olaf Kirch · 18 years ago
  91. f2af793 [PATCH] knfsd: lockd: make nlm_traverse_* more flexible by Olaf Kirch · 18 years ago
  92. 07ba806 [PATCH] knfsd: change nlm_file to use a hlist by Olaf Kirch · 18 years ago
  93. 68a2d76c [PATCH] knfsd: lockd: Change list of blocked list to list_node by Olaf Kirch · 18 years ago
  94. 0cea327 [PATCH] knfsd: lockd: make the hash chains use a hlist_node by Olaf Kirch · 18 years ago
  95. 9502c52 [PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handle by Olaf Kirch · 18 years ago
  96. 5c8dd29 [PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handle by Olaf Kirch · 18 years ago
  97. f0737a3 [PATCH] knfsd: misc minor fixes, indentation changes by Olaf Kirch · 18 years ago
  98. 8dead0d [PATCH] knfsd: lockd: introduce nsm_handle by Olaf Kirch · 18 years ago
  99. db4e4c9 [PATCH] knfsd: when looking up a lockd host, pass hostname & length by Olaf Kirch · 18 years ago
  100. cf712c2 [PATCH] knfsd: consolidate common code for statd->lockd notification by Olaf Kirch · 18 years ago