1. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  2. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  3. 3ab7947 befs: Implement show_options by David Howells · 7 years ago
  4. dcfd9b21 befs: make export work with cold dcache by Fabian Frederick · 8 years ago
  5. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  6. ac632f5 befs: add NFS export support by Luis de Bethencourt · 8 years ago
  7. e60f749 befs: remove trailing whitespaces by Luis de Bethencourt · 8 years ago
  8. 50b00fc befs: remove signatures from comments by Luis de Bethencourt · 8 years ago
  9. 62b8071 befs: fix style issues in linuxvfs.c by Luis de Bethencourt · 8 years ago
  10. 1ca7087 befs: fix typos in linuxvfs.c by Luis de Bethencourt · 8 years ago
  11. df34d04 Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befs by Linus Torvalds · 8 years ago
  12. 33c712b fs: befs: remove ret variable by Salah Triki · 8 years ago
  13. abcf911 fs: befs: remove in vain variable assignment by Salah Triki · 8 years ago
  14. a26bc1a fs: befs: Insert NULL inode to dentry by Salah Triki · 8 years ago
  15. 4c3897c befs: make consistent use of befs_error() by Luis de Bethencourt · 8 years ago
  16. 9ae51a3 befs: use simpler while loop by Luis de Bethencourt · 8 years ago
  17. 50858ef befs: remove constant variable by Luis de Bethencourt · 8 years ago
  18. f7769f9 befs: avoid dereferencing dentry twice by Luis de Bethencourt · 8 years ago
  19. 39dcfd3 fs: befs: remove comment that confuses kernel-doc by Luis de Bethencourt · 8 years ago
  20. a649985 fs: befs: check silent flag before logging error by Luis de Bethencourt · 8 years ago
  21. f7f6754 fs: befs: replace befs_bread by sb_bread by Salah Triki · 8 years ago
  22. 173b066 befs: check return of sb_min_blocksize by Luis de Bethencourt · 8 years ago
  23. c08f1cb fs: befs: remove useless pr_err in befs_init_inodecache() by Salah Triki · 8 years ago
  24. e808792 fs/befs/linuxvfs.c: remove useless befs_error by Salah Triki · 8 years ago
  25. c625426 fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super() by Salah Triki · 8 years ago
  26. dceee2e fs/befs/linuxvfs.c: check silent flag before logging errors by Salah Triki · 8 years ago
  27. 3098258 fs/befs/linuxvfs.c: move useless assignment by Salah Triki · 8 years ago
  28. a441b0d block: remove remnant refs to hardsect by Linus Walleij · 8 years ago
  29. d6e0203 fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULL by Salah Triki · 9 years ago
  30. 44ad809 fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULL by Salah Triki · 9 years ago
  31. e4c7f5b fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULL by Salah Triki · 9 years ago
  32. c940876 fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULL by Salah Triki · 9 years ago
  33. e23e9aa befs: switch to ->iterate_shared() by Al Viro · 9 years ago
  34. 22341d8 befs: constify stuff a bit by Al Viro · 9 years ago
  35. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  36. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  37. 11803f9 switch befs long symlinks to page_symlink_operations by Al Viro · 9 years ago
  38. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 10 years ago
  39. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 10 years ago
  40. d0deec1 befs: switch to simple_follow_link() by Al Viro · 10 years ago
  41. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  42. f8ccad2 befs: replace typedef befs_inode_info by structure by Fabian Frederick · 10 years ago
  43. 038428f befs: replace typedef befs_sb_info by structure by Fabian Frederick · 10 years ago
  44. 09ad0ea befs: replace typedef befs_mount_options by structure by Fabian Frederick · 10 years ago
  45. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  46. 111d639 fs/befs/linuxvfs.c: remove unnecessary casting by Fabian Frederick · 10 years ago
  47. f441ada befs: remove dead code by Jan Kara · 10 years ago
  48. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  49. 8e19189 fs/befs/linuxvfs.c: check superblock before dump operation by Fabian Frederick · 10 years ago
  50. 158c129 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  51. fe786f6 befs: remove check for CONFIG_BEFS_RW by Paul Bolle · 11 years ago
  52. 817e1d9 fs/befs: kernel-doc fixes by Fabian Frederick · 11 years ago
  53. f38f41c fs/befs/linuxvfs.c: remove positive test on sector_t by Fabian Frederick · 11 years ago
  54. 39d7a29 fs/befs/linuxvfs.c: replace strncpy by strlcpy by Fabian Frederick · 11 years ago
  55. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  56. dac52fc BEFS: logging cleanup by Fabian Frederick · 11 years ago
  57. 91a52ab fs/befs/linuxvfs.c: add __init to befs_init_inodecache() by Fabian Frederick · 11 years ago
  58. 2d4319e befs: replace kmalloc/memset 0 by kzalloc by Fabian Frederick · 11 years ago
  59. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  60. ac34a1b befs: iget_locked() doesn't return an ERR_PTR by Rakesh Pandit · 11 years ago
  61. 48bc06e befs: split symlink iops in two - for short and long symlinks resp. by Al Viro · 11 years ago
  62. f0f49ef [readdir] convert befs by Al Viro · 12 years ago
  63. 448293a befs_readdir(): do not increment ->f_pos if filldir tells us to stop by Al Viro · 12 years ago
  64. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  65. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  66. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  67. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  68. 31aba05 userns: Convert befs to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  69. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  70. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  71. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  72. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  73. 338d0f0 befs: Validate length of long symbolic links. by Timo Warns · 13 years ago
  74. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  75. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  76. e0e3d32 befs: don't pass huge structs by value by Jesper Juhl · 14 years ago
  77. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  78. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  79. 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 15 years ago
  80. 8dd5ca5 befs: fix leak by Al Viro · 15 years ago
  81. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  82. b87221d const: mark remaining super_operations const by Alexey Dobriyan · 15 years ago
  83. feb72ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  84. 536c949 befs ->pust_super() doesn't need BKL by Al Viro · 16 years ago
  85. 74675a5 NLS: update handling of Unicode by Alan Stern · 16 years ago
  86. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 16 years ago
  87. 8587246 fs/befs: return f_fsid for statfs(2) by Coly Li · 16 years ago
  88. 7df5fa0 befs: ensure fast symlinks are NUL-terminated by Duane Griffin · 16 years ago
  89. 152b95a befs: annotate fs32 on tests for superblock endianness by Harvey Harrison · 16 years ago
  90. a447c09 vfs: Use const for kernel parser table by Steven Whitehouse · 16 years ago
  91. 59af158 [PATCH] fix ->llseek() for a bunch of directories by Al Viro · 16 years ago
  92. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  93. 63e3453 befs: fix sparse warning in linuxvfs.c by Harvey Harrison · 17 years ago
  94. 552c3c6 mount options: fix befs by Miklos Szeredi · 17 years ago
  95. 96eb541 iget: stop BEFS from using iget() and read_inode() by David Howells · 17 years ago
  96. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  97. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  98. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 18 years ago
  99. 50953fe slab allocators: Remove SLAB_DEBUG_INITIAL flag by Christoph Lameter · 18 years ago
  100. 754661f [PATCH] mark struct inode_operations const 1 by Arjan van de Ven · 18 years ago