1. 9ef7db7 ufs: fix deadlocks introduced by sb mutex merge by Alexey Khoroshilov · 10 years ago
  2. edc023ca fs/ufs/inode.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  3. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  4. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  5. 83f6e37 ufs: drop vmtruncate by Marco Stornelli · 12 years ago
  6. 72235465 userns: Convert the ufs filesystem to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  7. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  8. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  9. 6a9a06d ufs: propagate umode_t by Al Viro · 13 years ago
  10. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  11. 07f9479 Merge branch 'master' into for-next by Jiri Kosina · 13 years ago
  12. 7422caa ufs: Fix a typo by Alessio Igor Bogani · 13 years ago
  13. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  14. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  15. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  16. 788257d ufs: remove the BKL by Arnd Bergmann · 13 years ago
  17. 58e8268 switch ufs to ->evict_inode() by Al Viro · 14 years ago
  18. 155130a get rid of block_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  19. 6e1db88 introduce __block_write_begin by Christoph Hellwig · 14 years ago
  20. f4e420d clean up write_begin usage for directories in pagecache by Christoph Hellwig · 14 years ago
  21. 8f45c33 ufs: Remove dead quota code by Jan Kara · 14 years ago
  22. 311b9549 ufs: add ufs speciffic ->setattr call by Dmitry Monakhov · 14 years ago
  23. e213e26 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6 by Linus Torvalds · 14 years ago
  24. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  25. 871a293 dquot: cleanup dquot initialize routine by Christoph Hellwig · 14 years ago
  26. 907f455 dquot: move dquot initialization responsibility into the filesystem by Christoph Hellwig · 14 years ago
  27. 37044c8 ufs: sector_t cannot be negative by Roel Kluin · 15 years ago
  28. b12903f ufs: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  29. f33219b ufs: don't truncate longer ufs2 fast symlinks by Duane Griffin · 16 years ago
  30. 9746077a7 ufs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  31. e542059 drop linux/ufs_fs.h from userspace export and relocate it to fs/ufs/ufs_fs.h by Mike Frysinger · 16 years ago
  32. b55c460 iget: stop UFS from using iget() and read_inode() by David Howells · 16 years ago
  33. bcd6d4e ufs: move non-layout parts of ufs_fs.h to fs/ufs/ by Christoph Hellwig · 17 years ago
  34. 82b9d1d ufs: convert to new aops by Nick Piggin · 17 years ago
  35. 07a0cfe ufs proper handling of zero link case by Evgeniy Dushistov · 17 years ago
  36. 4b25a37 [PATCH] ufs: zeroize the rest of block in truncate by Evgeniy Dushistov · 17 years ago
  37. 2189850 [PATCH] ufs2: more correct work with time by Evgeniy Dushistov · 17 years ago
  38. 54fb996 [PATCH] ufs2 write: block allocation update by Evgeniy Dushistov · 17 years ago
  39. 3313e29 [PATCH] ufs2 write: inodes write by Evgeniy Dushistov · 17 years ago
  40. a685e26 [PATCH] ufs: alloc metadata null page fix by Evgeniy Dushistov · 17 years ago
  41. d63b709 [PATCH] fix garbage instead of zeroes in UFS by Evgeniy Dushistov · 18 years ago
  42. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  43. c37336b [PATCH] ufs: write to hole in big file by Evgeniy Dushistov · 18 years ago
  44. 10e5dce [PATCH] ufs: truncate should allocate block for last byte by Evgeniy Dushistov · 18 years ago
  45. 7256d81 [PATCH] ufs: printk() fix by Andrew Morton · 18 years ago
  46. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  47. 05f225d [PATCH] ufs: ufs_read_inode cleanup by Evgeniy Dushistov · 18 years ago
  48. 138bb68 [PATCH] fs/ufs/inode.c: make 2 functions static by Adrian Bunk · 18 years ago
  49. f391475 [PATCH] ufs: missed brelse and wrong baseblk by Evgeniy Dushistov · 18 years ago
  50. 022a6dc [PATCH] ufs: zero metadata by Evgeniy Dushistov · 18 years ago
  51. dd187a2 [PATCH] ufs: little directory lookup optimization by Evgeniy Dushistov · 18 years ago
  52. abf5d15 [PATCH] ufs: easy debug 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. 09114eb [PATCH] ufs: fix hang during `rm' by Evgeniy Dushistov · 18 years ago
  57. 7b4ee73 [PATCH] ufs cleanup by Evgeniy · 19 years ago
  58. fef2665 [PATCH] update filesystems for new delete_inode behavior by Mark Fasheh · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago