1. 37044c8 ufs: sector_t cannot be negative by Roel Kluin · 15 years ago
  2. 8c80065 ufs: add ->sync_fs by Christoph Hellwig · 15 years ago
  3. a932801 switch ufs to simple_fsync() by Al Viro · 15 years ago
  4. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  5. ebc1ac1 ->write_super lock_super pushdown by Christoph Hellwig · 15 years ago
  6. bbd6851 Push lock_super() into the ->remount_fs() of filesystems that care about it by Al Viro · 15 years ago
  7. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  8. 8c85e12 remove ->write_super call in generic_shutdown_super by Christoph Hellwig · 15 years ago
  9. f9dbd05 switch ufs directories to ufs_sync_file() by Al Viro · 15 years ago
  10. 41d577a fs/ufs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  11. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  12. 723be1f ufs: copy symlink data into the correct union member by Duane Griffin · 15 years ago
  13. b12903f ufs: ensure fast symlinks are NUL-terminated by Duane Griffin · 15 years ago
  14. f33219b ufs: don't truncate longer ufs2 fast symlinks by Duane Griffin · 15 years ago
  15. 9e6766c ufs: validate maximum fast symlink size from superblock by Duane Griffin · 15 years ago
  16. 5f5fa79 ufs: Use lowercase names of quota functions by Jan Kara · 15 years ago
  17. f762dd6 Update my email address by Gertjan van Wingerde · 15 years ago
  18. a276a52 fs/Kconfig: move ufs out by Alexey Dobriyan · 15 years ago
  19. a5f773a CRED: Wrap task credential accesses in the UFS filesystem by David Howells · 16 years ago
  20. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  21. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  22. 1a3f7d98 Revert "UFS: add const to parser token table" by Linus Torvalds · 16 years ago
  23. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  24. 74abb98 quota: move function-macros from quota.h to quotaops.h by Jan Kara · 16 years ago
  25. f924727 UFS: add const to parser token table by Steven Whitehouse · 16 years ago
  26. bb45d64 ufs: remove unneeded ufs_put_inode prototype by Christoph Hellwig · 16 years ago
  27. 36a53dd ufs: replace __inline with inline by Harvey Harrison · 16 years ago
  28. 0045eda ufs: remove unused fs64_add and fs64_sub by Marcin Slusarz · 16 years ago
  29. 9746077a7 ufs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  30. 3c5afae ufs: [bl]e*_add_cpu conversion by Marcin Slusarz · 16 years ago
  31. 9df1303 fs/ufs/balloc.c: fix sparc64 printk warning by Andrew Morton · 16 years ago
  32. f81e8a4 ufs: fix parenthesisation in ufs_set_fs_state() by Roel Kluin · 16 years ago
  33. e542059 drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h by Mike Frysinger · 16 years ago
  34. 90b315a ufs: fix symlink creation on ufs2 by Evgeniy Dushistov · 16 years ago
  35. b55c460 iget: stop UFS from using iget() and read_inode() by David Howells · 16 years ago
  36. 0c664f9 ufs: fix nexstep dir block size by Evgeniy Dushistov · 17 years ago
  37. f664f1f revert "ufs: Fix mount check in ufs_fill_super()" by Andrew Morton · 17 years ago
  38. 48ef09a ufs: Fix mount check in ufs_fill_super() by Satyam Sharma · 17 years ago
  39. bcd6d4e ufs: move non-layout parts of ufs_fs.h to fs/ufs/ by Christoph Hellwig · 17 years ago
  40. 2a9807c0 ufs: implement show_options by Evgeniy Dushistov · 17 years ago
  41. 252e211 Add in SunOS 4.1.x compatible mode for UFS by Mark Fortescue · 17 years ago
  42. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  43. 82b9d1d ufs: convert to new aops by Nick Piggin · 17 years ago
  44. f9b7cba ufs: fix sun state by Evgeniy Dushistov · 17 years ago
  45. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  46. 9e8c427 is_power_of_2: ufs/super.c by vignesh babu · 17 years ago
  47. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  48. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  49. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  50. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  51. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  52. 07a0cfe ufs proper handling of zero link case by Evgeniy Dushistov · 17 years ago
  53. 0465fc0 [PATCH] ufs2: tindirect truncate fix by Evgeniy Dushistov · 17 years ago
  54. 4b25a37 [PATCH] ufs: zeroize the rest of block in truncate by Evgeniy Dushistov · 17 years ago
  55. 5431bf9 [PATCH] ufs: prepare write + change blocks on the fly by Evgeniy Dushistov · 17 years ago
  56. 2189850 [PATCH] ufs2: more correct work with time by Evgeniy Dushistov · 17 years ago
  57. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  58. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  59. c5ef1c4 [PATCH] mark struct inode_operations const 3 by Arjan van de Ven · 17 years ago
  60. 54fb996 [PATCH] ufs2 write: block allocation update by Evgeniy Dushistov · 17 years ago
  61. 3313e29 [PATCH] ufs2 write: inodes write by Evgeniy Dushistov · 17 years ago
  62. cbcae39 [PATCH] ufs2 write: mount as rw by Evgeniy Dushistov · 17 years ago
  63. f336953 [PATCH] ufs: restore back support of openstep by Evgeniy Dushistov · 17 years ago
  64. efee2b8 [PATCH] ufs: reallocation fix by Evgeniy Dushistov · 17 years ago
  65. 8682164 [PATCH] ufs: truncate negative to unsigned fix by Evgeniy Dushistov · 17 years ago
  66. a685e26 [PATCH] ufs: alloc metadata null page fix by Evgeniy Dushistov · 17 years ago
  67. d63b709 [PATCH] fix garbage instead of zeroes in UFS by Evgeniy Dushistov · 17 years ago
  68. 763454d [PATCH] struct path: convert ufs by Josef Sipek · 18 years ago
  69. 71a3d1b [PATCH] fs: ufs add missing bracket by Mariusz Kozlowski · 18 years ago
  70. 4a6e617 [PATCH] fs/*: trivial vsnprintf() conversion by Alexey Dobriyan · 18 years ago
  71. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  72. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  73. 44aa535 [PATCH] ufs endianness annotations by Al Viro · 18 years ago
  74. 9a53c3a [PATCH] r/o bind mounts: unlink: monitor i_nlink by Dave Hansen · 18 years ago
  75. 543ade1 [PATCH] Streamline generic_file_* interfaces and filemap cleanups by Badari Pulavarty · 18 years ago
  76. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  77. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  78. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  79. ecdc639 [PATCH] ufs: truncate correction by Evgeniy Dushistov · 18 years ago
  80. c37336b [PATCH] ufs: write to hole in big file by Evgeniy Dushistov · 18 years ago
  81. 06fa45d [PATCH] ufs: handle truncated pages by Evgeniy Dushistov · 18 years ago
  82. 1fb32b7 [PATCH] ufs: ufs_get_locked_page() race fix by Evgeniy Dushistov · 18 years ago
  83. 344fe78 [PATCH] ufs: remove incorrect unlock_kernel from failure path in ufs_symlink() by Josh Triplett · 18 years ago
  84. 5c81a41 [PATCH] lockdep: annotate the quota code by Arjan van de Ven · 18 years ago
  85. 10e5dce [PATCH] ufs: truncate should allocate block for last byte by Evgeniy Dushistov · 18 years ago
  86. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  87. 7256d81 [PATCH] ufs: printk() fix by Andrew Morton · 18 years ago
  88. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  89. 05f225d [PATCH] ufs: ufs_read_inode cleanup by Evgeniy Dushistov · 18 years ago
  90. 138bb68 [PATCH] fs/ufs/inode.c: make 2 functions static by Adrian Bunk · 18 years ago
  91. 098d5af [PATCH] ufs: ubh_ll_rw_block cleanup by Evgeniy Dushistov · 18 years ago
  92. ee3ffd6 [PATCH] ufs: make fsck -f happy by Evgeniy Dushistov · 18 years ago
  93. 577a827 [PATCH] ufs: fsync implementation by Evgeniy Dushistov · 18 years ago
  94. 647b7e8 [PATCH] ufs: one way to access super block by Evgeniy Dushistov · 18 years ago
  95. f391475 [PATCH] ufs: missed brelse and wrong baseblk by Evgeniy Dushistov · 18 years ago
  96. 96710b2 [PATCH] ufs: printk warning fixes by Andrew Morton · 18 years ago
  97. 022a6dc [PATCH] ufs: zero metadata by Evgeniy Dushistov · 18 years ago
  98. 2e00639 [PATCH] ufs: unlock_super without lock by Evgeniy Dushistov · 18 years ago
  99. 50aa4eb [PATCH] ufs: i_blocks wrong count by Evgeniy Dushistov · 18 years ago
  100. dd187a2 [PATCH] ufs: little directory lookup optimization by Evgeniy Dushistov · 18 years ago