1. 0465fc0 [PATCH] ufs2: tindirect truncate fix by Evgeniy Dushistov · 17 years ago
  2. 4b25a37 [PATCH] ufs: zeroize the rest of block in truncate by Evgeniy Dushistov · 17 years ago
  3. 5431bf9 [PATCH] ufs: prepare write + change blocks on the fly by Evgeniy Dushistov · 17 years ago
  4. 2189850 [PATCH] ufs2: more correct work with time by Evgeniy Dushistov · 17 years ago
  5. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  6. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  7. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  8. 54fb996 [PATCH] ufs2 write: block allocation update by Evgeniy Dushistov · 17 years ago
  9. 3313e29 [PATCH] ufs2 write: inodes write by Evgeniy Dushistov · 17 years ago
  10. cbcae39 [PATCH] ufs2 write: mount as rw by Evgeniy Dushistov · 17 years ago
  11. f336953 [PATCH] ufs: restore back support of openstep by Evgeniy Dushistov · 17 years ago
  12. efee2b8 [PATCH] ufs: reallocation fix by Evgeniy Dushistov · 17 years ago
  13. 8682164 [PATCH] ufs: truncate negative to unsigned fix by Evgeniy Dushistov · 17 years ago
  14. a685e26 [PATCH] ufs: alloc metadata null page fix by Evgeniy Dushistov · 17 years ago
  15. d63b709 [PATCH] fix garbage instead of zeroes in UFS by Evgeniy Dushistov · 18 years ago
  16. 763454d [PATCH] struct path: convert ufs by Josef Sipek · 18 years ago
  17. 71a3d1b [PATCH] fs: ufs add missing bracket by Mariusz Kozlowski · 18 years ago
  18. 4a6e617 [PATCH] fs/*: trivial vsnprintf() conversion by Alexey Dobriyan · 18 years ago
  19. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  20. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  21. 44aa535 [PATCH] ufs endianness annotations by Al Viro · 18 years ago
  22. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  23. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  24. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  25. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  26. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  27. ecdc639 [PATCH] ufs: truncate correction by Evgeniy Dushistov · 18 years ago
  28. c37336b [PATCH] ufs: write to hole in big file by Evgeniy Dushistov · 18 years ago
  29. 06fa45d [PATCH] ufs: handle truncated pages by Evgeniy Dushistov · 18 years ago
  30. 1fb32b7 [PATCH] ufs: ufs_get_locked_page() race fix by Evgeniy Dushistov · 18 years ago
  31. 344fe78 [PATCH] ufs: remove incorrect unlock_kernel from failure path in ufs_symlink() by Josh Triplett · 18 years ago
  32. 5c81a41 [PATCH] lockdep: annotate the quota code by Arjan van de Ven · 18 years ago
  33. 10e5dce [PATCH] ufs: truncate should allocate block for last byte by Evgeniy Dushistov · 18 years ago
  34. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  35. 7256d81 [PATCH] ufs: printk() fix by Andrew Morton · 18 years ago
  36. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  37. 05f225d [PATCH] ufs: ufs_read_inode cleanup by Evgeniy Dushistov · 18 years ago
  38. 138bb68 [PATCH] fs/ufs/inode.c: make 2 functions static by Adrian Bunk · 18 years ago
  39. 098d5af [PATCH] ufs: ubh_ll_rw_block cleanup by Evgeniy Dushistov · 18 years ago
  40. ee3ffd6 [PATCH] ufs: make fsck -f happy by Evgeniy Dushistov · 18 years ago
  41. 577a827 [PATCH] ufs: fsync implementation by Evgeniy Dushistov · 18 years ago
  42. 647b7e8 [PATCH] ufs: one way to access super block by Evgeniy Dushistov · 18 years ago
  43. f391475 [PATCH] ufs: missed brelse and wrong baseblk by Evgeniy Dushistov · 18 years ago
  44. 96710b2 [PATCH] ufs: printk warning fixes by Andrew Morton · 18 years ago
  45. 022a6dc [PATCH] ufs: zero metadata by Evgeniy Dushistov · 18 years ago
  46. 2e00639 [PATCH] ufs: unlock_super without lock by Evgeniy Dushistov · 18 years ago
  47. 50aa4eb [PATCH] ufs: i_blocks wrong count by Evgeniy Dushistov · 18 years ago
  48. dd187a2 [PATCH] ufs: little directory lookup optimization by Evgeniy Dushistov · 18 years ago
  49. abf5d15 [PATCH] ufs: easy debug by Evgeniy Dushistov · 18 years ago
  50. 3e41f59 [PATCH] ufs: not usual amounts of fragments per block by Evgeniy Dushistov · 18 years ago
  51. 9695ef1 [PATCH] ufs: wrong type cast by Evgeniy Dushistov · 18 years ago
  52. b71034e [PATCH] ufs: directory and page cache: from blocks to pages by Evgeniy Dushistov · 18 years ago
  53. 826843a [PATCH] ufs: directory and page cache: install aops by Evgeniy Dushistov · 18 years ago
  54. 6ef4d6b [PATCH] ufs: change block number on the fly by Evgeniy Dushistov · 18 years ago
  55. c9a27b5 [PATCH] ufs: right block allocation by Evgeniy Dushistov · 18 years ago
  56. 2061df0 [PATCH] ufs: ufs_trunc_indirect: infinite cycle by Evgeniy Dushistov · 18 years ago
  57. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  58. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  59. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  60. c690a72 typo patch for fs/ufs/super.c by Michael Owen · 18 years ago
  61. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  62. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  63. 3257545 [PATCH] ufs: switch to inode_inc_count, inode_dec_count by Alexey Dobriyan · 18 years ago
  64. a7ccf00 [PATCH] fs/ufs/file.c: drop insane header dependencies by Alexey Dobriyan · 18 years ago
  65. 09114eb [PATCH] ufs: fix hang during `rm' by Evgeniy Dushistov · 18 years ago
  66. e295cfc [PATCH] ufs: fix oops with `ufs1' type by Evgeniy Dushistov · 18 years ago
  67. 7b4ee73 [PATCH] ufs cleanup by Evgeniy · 18 years ago
  68. 8a430d7 [PATCH] Fix oops in ufs_fill_super at mount time by Evgeniy · 18 years ago
  69. 16f7e0f [PATCH] capable/capability.h (fs/) by Randy Dunlap · 18 years ago
  70. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 18 years ago
  71. 15b2fe3 [PATCH] UFS: inode->i_sem is not released in error path by Evgeniy Polyakov · 18 years ago
  72. 221fc10 [PATCH] fs/ufs: debug mode compilation failure by Evgeniy · 19 years ago
  73. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  74. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  75. 096125f3 [PATCH] Change ll_rw_block() calls in UFS by Jan Kara · 19 years ago
  76. 008b150 [PATCH] Fix up symlink function pointers by Al Viro · 19 years ago
  77. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago