1. 94e07a75 fs: encode_fh: return FILEID_INVALID if invalid fid_type by Namjae Jeon · 11 years ago
  2. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  3. 35c2a7f tmpfs,ceph,gfs2,isofs,reiserfs,xfs: fix fh_len checking by Hugh Dickins · 12 years ago
  4. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  5. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  6. ba64e2b userns: Convert isofs to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  7. 08d9329 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 12 years ago
  8. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  9. fe685aa isofs: avoid info leak on export by Mathias Krause · 12 years ago
  10. b0b0382 ->encode_fh() API change by Al Viro · 12 years ago
  11. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  12. 8fdd8c4 isofs: inode leak on mount failure by Al Viro · 12 years ago
  13. 7328bdd isofs: propagate umode_t by Al Viro · 13 years ago
  14. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  15. 092f4c5 Merge branch 'akpm' (Andrew's incoming - part two) by Linus Torvalds · 13 years ago
  16. 3069083 isofs: add readpages support by Namjae Jeon · 13 years ago
  17. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  18. d769b3c isofs: Remove global fs lock by Jan Kara · 13 years ago
  19. a904937 make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) by Al Viro · 13 years ago
  20. c11760c isofs: fix bh leak in isofs_fill_super() error case by Linus Torvalds · 13 years ago
  21. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  22. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  23. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  24. 6cc9c1d fix isofs d_op handling by Al Viro · 14 years ago
  25. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  26. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  27. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  28. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  29. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  30. e45c9ef isofs: work-around for Rock Ridge+Joliet CDs with empty ISO root directory by Ondrej Zary · 14 years ago
  31. fde214d isofs: Fix isofs_get_blocks for 8TB files by Jan Kara · 14 years ago
  32. 4f819a7 BKL: Remove BKL from isofs by Arnd Bergmann · 14 years ago
  33. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  34. 66a362a isofs: Fix lseek() to position beyond 4 GB by Jan Andres · 14 years ago
  35. ca57272 fs/: do not fallback to default_llseek() when readdir() uses BKL by jan Blunck · 14 years ago
  36. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  37. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  38. 59bc055 zisofs: Implement reading of compressed files when PAGE_CACHE_SIZE > compress block size by Jan Kara · 15 years ago
  39. dc7a081 nfs: new subdir Documentation/filesystems/nfs by J. Bruce Fields · 15 years ago
  40. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  41. 8711c67 isofs: fix Joliet regression by Bartlomiej Zolnierkiewicz · 15 years ago
  42. 5404ac8 isofs: cleanup mount option processing by Jan Kara · 15 years ago
  43. 5c4a656 isofs: fix setting of uid and gid to 0 by Jan Kara · 15 years ago
  44. 52b680c isofs: let mode and dmode mount options override rock ridge mode setting by Jan Kara · 15 years ago
  45. 74675a5 NLS: update handling of Unicode by Alan Stern · 15 years ago
  46. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  47. 2430c4d fs/isofs: return f_fsid for statfs(2) by Coly Li · 15 years ago
  48. e16404e constify dentry_operations: misc filesystems by Al Viro · 15 years ago
  49. ddfaccd fs/Kconfig: move iso9660, udf out by Alexey Dobriyan · 15 years ago
  50. 261964c isofs check for NULL ->i_op in root directory is dead code by Al Viro · 16 years ago
  51. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  52. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  53. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  54. c0a1633 isofs: fix minor filesystem corruption by Adam Greenblatt · 16 years ago
  55. 2deb1ac isofs: fix access to unallocated memory when reading corrupted filesystem by Jan Kara · 16 years ago
  56. 58d485d isofs: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  57. 08ca0db zisofs: fix readpage() outside i_size by Dave Young · 16 years ago
  58. d0132ee mount options: fix isofs by Miklos Szeredi · 16 years ago
  59. 9b7880e isofs: implement dmode option by Jan Kara · 16 years ago
  60. c4386c8 iget: stop ISOFS from using read_inode() by David Howells · 16 years ago
  61. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  62. 905251a isofs: new export ops by Christoph Hellwig · 17 years ago
  63. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  64. cd21523 fs/isofs/namei.c: Remove uninitialized local vars warning by Borislav Petkov · 17 years ago
  65. a36a151 zisofs use mutex instead of semaphore by Dave Young · 17 years ago
  66. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  67. 817794e isofs: mounting to regular file may succeed by Kirill Kuvaldin · 17 years ago
  68. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  69. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  70. f17e121 remove useless tolower in isofs by young dave · 17 years ago
  71. c3ed85a isofs: fix up CodingStyle by Dave Jones · 17 years ago
  72. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  73. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 17 years ago
  74. ee9b6d6 [PATCH] Mark struct super_operations const by Josef 'Jeff' Sipek · 17 years ago
  75. 92e1d5b [PATCH] mark struct inode_operations const 2 by Arjan van de Ven · 17 years ago
  76. 2485822 [PATCH] isofs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  77. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  78. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  79. d02d48d [PATCH] isofs endianness annotations by Al Viro · 19 years ago
  80. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  81. fb50ae7 [PATCH] I/O Error attempting to read last partial block of a file in an ISO9660 file system by Joel & Rebecca VanderZee · 18 years ago
  82. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  83. 1a1d92c [PATCH] Really ignore kmem_cache_destroy return value by Alexey Dobriyan · 18 years ago
  84. f8314dc [PATCH] fs: Conversions from kmalloc+memset to k(z|c)alloc by Panagiotis Issaris · 18 years ago
  85. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  86. f5e54d6 [PATCH] mark address_space_operations const by Christoph Hellwig · 18 years ago
  87. 726c334 [PATCH] VFS: Permit filesystem to perform statfs with a known root dentry by David Howells · 18 years ago
  88. 454e239 [PATCH] VFS: Permit filesystem to override root dentry on mount by David Howells · 18 years ago
  89. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 18 years ago
  90. 5b3cf3e [PATCH] isofs: remove unused debugging macros by Pekka Enberg · 18 years ago
  91. fffb60f [PATCH] cpuset memory spread: slab cache format by Paul Jackson · 18 years ago
  92. 4b6a931 [PATCH] cpuset memory spread: slab cache filesystems by Paul Jackson · 18 years ago
  93. 4de151d It's UTF-8 by Alexey Dobriyan · 18 years ago
  94. 2ff6b1c [PATCH] isofs: remove d_splice_alias NULL check from isofs_lookup by Pekka Enberg · 18 years ago
  95. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  96. fab5a60 Check input buffer size in zisofs by Linus Torvalds · 19 years ago
  97. 9769f4e [PATCH] isofs: show hidden files, add granularity for assoc/hidden files flags by Jeremy White · 19 years ago
  98. f296663 [PATCH] rock: handle directory overflows by Andrew Morton · 19 years ago
  99. 642217c [PATCH] rock: rename union members by Andrew Morton · 19 years ago
  100. e595447 [PATCH] rock.c: handle corrupted directories by Andrew Morton · 19 years ago