1. aa52629 Cramfs: fix abad comparison when wrap-arounds occur by Nicolas Pitre · 6 years ago
  2. c51da20 more trivial ->iterate_shared conversions by Al Viro · 8 years ago
  3. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  4. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  5. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 8 years ago
  6. 1508f3eb fs/cramfs/inode.c: use linux/uaccess.h by Fabian Frederick · 10 years ago
  7. 31d92e5 fs/cramfs: code clean-up by Fabian Frederick · 10 years ago
  8. 4f21e1e fs/cramfs: use pr_fmt by Fabian Frederick · 10 years ago
  9. f175ff8 fs/cramfs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  10. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  11. 67f9fd9 mm: remove read_cache_page_async() by Sasha Levin · 10 years ago
  12. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  13. f7f4f4d cramfs: take headers to fs/cramfs by Al Viro · 10 years ago
  14. 2309fb8 cramfs: get rid of ->put_super() by Al Viro · 10 years ago
  15. 54886a7 cramfs: mark as obsolete by Michael Opdenacker · 10 years ago
  16. 6f7f231 [readdir] convert f2fs by Al Viro · 11 years ago
  17. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  18. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  19. a7d9cfe userns: Convert cramfs to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  20. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  21. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  22. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  23. 0cc785e cramfs: Fix typo in inode.c by Masanari Iida · 12 years ago
  24. ece2ccb Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z by Al Viro · 12 years ago
  25. 175a4eb fs: propagate umode_t, misc bits by Al Viro · 13 years ago
  26. ff01bb48 fs: move code out of buffer.c by Al Viro · 13 years ago
  27. 0577d1b cramfs: get_cramfs_inode() returns ERR_PTR() on failure by Al Viro · 13 years ago
  28. 6f772fe cramfs: generate unique inode number for better inode cache usage by Stefani Seibold · 13 years ago
  29. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  30. b845ff8 cramfs: only unlock new inodes by Alexander Shishkin · 14 years ago
  31. 77b8a75 simplify get_cramfs_inode() by Al Viro · 14 years ago
  32. 94ea77a fs/cramfs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  33. 98310e5 cramfs: propagate uncompression errors by David VomLehn · 15 years ago
  34. 2a22783 fs/Kconfig: move cramfs out by Alexey Dobriyan · 15 years ago
  35. 56ff5ef zero i_uid/i_gid on inode allocation by Al Viro · 15 years ago
  36. 82d63fc cramfs: fix named-pipe handling by Al Viro · 16 years ago
  37. cb68837 fs: Remove unnecessary inclusions of asm/semaphore.h by Matthew Wilcox · 16 years ago
  38. 4176ed5 fs/cramfs/inode.c: replace hardcoded value with preprocessor constant by Andi Drebes · 17 years ago
  39. 6bbfb07 fs/cramfs/inode.c: remove unused variable by Andi Drebes · 17 years ago
  40. ac8d35c cramfs: error message about endianess by Andi Drebes · 17 years ago
  41. 6fe6900 mm: make read_cache_page synchronous by Nick Piggin · 17 years ago
  42. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  43. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 17 years ago
  44. 352d8af [PATCH] struct path: convert cramfs by Josef Sipek · 17 years ago
  45. 8bb0269 [PATCH] corrupted cramfs filesystems cause kernel oops by Phillip Lougher · 17 years ago
  46. 368bdb3 [PATCH] cramfs: make cramfs_uncompress_exit() return void by Alexey Dobriyan · 18 years ago
  47. 50d44ed [PATCH] cramfs: rewrite init_cramfs_fs() by Alexey Dobriyan · 18 years ago
  48. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  49. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  50. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  51. 090d2b1 [PATCH] read_mapping_page for address space by Pekka Enberg · 18 years ago
  52. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  53. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  54. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  55. 353ab6e [PATCH] sem2mutex: fs/ by Ingo Molnar · 18 years ago
  56. ff3aea0 [PATCH] cramfs mounts provide corrupted content since 2.6.15 by Dave Johnson · 18 years ago
  57. e711700 [PATCH] fs/cramfs/uncompress.c should #include <linux/cramfs_fs.h> by Adrian Bunk · 19 years ago
  58. a97c9bf [PATCH] fix cramfs making duplicate entries in inode cache by Dave Johnson · 19 years ago
  59. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago