1. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  2. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  3. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  4. 78dcf73 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  5. 3ab7947 befs: Implement show_options by David Howells · 7 years ago
  6. 799ce1dbb befs: add kernel-doc formatting for befs_bt_read_super() by Tommy Nguyen · 7 years ago
  7. dcfd9b21 befs: make export work with cold dcache by Fabian Frederick · 7 years ago
  8. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  9. ac632f5 befs: add NFS export support by Luis de Bethencourt · 8 years ago
  10. e60f749 befs: remove trailing whitespaces by Luis de Bethencourt · 8 years ago
  11. 50b00fc befs: remove signatures from comments by Luis de Bethencourt · 8 years ago
  12. 12ecb38 befs: fix style issues in header files by Luis de Bethencourt · 8 years ago
  13. 62b8071 befs: fix style issues in linuxvfs.c by Luis de Bethencourt · 8 years ago
  14. 1ca7087 befs: fix typos in linuxvfs.c by Luis de Bethencourt · 8 years ago
  15. 4c7df64 befs: fix style issues in io.c by Luis de Bethencourt · 8 years ago
  16. 85a06b3 befs: fix style issues in inode.c by Luis de Bethencourt · 8 years ago
  17. a83179a befs: fix style issues in debug.c by Luis de Bethencourt · 8 years ago
  18. df34d04 Merge tag 'befs-v4.9-rc1' of git://github.com/luisbg/linux-befs by Linus Torvalds · 8 years ago
  19. a17e7d2 befs: befs: fix style issues in datastream.c by Luis de Bethencourt · 8 years ago
  20. a20af5f befs: improve documentation in datastream.c by Luis de Bethencourt · 8 years ago
  21. d327e61 befs: fix typos in datastream.c by Luis de Bethencourt · 8 years ago
  22. 02d91f9 befs: fix typos in btree.c by Luis de Bethencourt · 8 years ago
  23. 103c0fb befs: fix style issues in super.c by Luis de Bethencourt · 8 years ago
  24. 1167423 befs: fix comment style by Luis de Bethencourt · 8 years ago
  25. bbe1bd0 befs: add check for ag_shift in superblock by Luis de Bethencourt · 8 years ago
  26. d1a8c70 befs: dump inode_size superblock information by Luis de Bethencourt · 8 years ago
  27. 78f647c befs: remove unnecessary initialization by Salah Triki · 8 years ago
  28. 2ac636b befs: fix typo in befs_sb_info by Salah Triki · 8 years ago
  29. 6ea4558 befs: add flags field to validate superblock state by Salah Triki · 8 years ago
  30. bb75e66 befs: fix typo in befs_find_key by Luis de Bethencourt · 8 years ago
  31. 672a851 befs: remove unused BEFS_BT_PARMATCH by Luis de Bethencourt · 8 years ago
  32. 33c712b fs: befs: remove ret variable by Salah Triki · 8 years ago
  33. abcf911 fs: befs: remove in vain variable assignment by Salah Triki · 8 years ago
  34. f306610 fs: befs: remove unnecessary *befs_sb variable by Salah Triki · 8 years ago
  35. 143d2a6 fs: befs: remove useless initialization to zero by Salah Triki · 8 years ago
  36. 88ff344 fs: befs: remove in vain variable assignment by Salah Triki · 8 years ago
  37. a26bc1a fs: befs: Insert NULL inode to dentry by Salah Triki · 8 years ago
  38. d70ee4f fs: befs: Remove useless calls to brelse in befs_find_brun_dblindirect by Salah Triki · 8 years ago
  39. 4bb5943 fs: befs: Coding style fix by Salah Triki · 8 years ago
  40. d84e4a5 fs: befs: Remove redundant validation from befs_find_brun_direct by Salah Triki · 8 years ago
  41. 2dfa8a6 befs: fix typo in befs_bt_read_node documentation by Luis de Bethencourt · 8 years ago
  42. cfe0cb2 befs: in memory free_node_ptr and max_size never read by Luis de Bethencourt · 8 years ago
  43. 4c3897c befs: make consistent use of befs_error() by Luis de Bethencourt · 8 years ago
  44. 9ae51a3 befs: use simpler while loop by Luis de Bethencourt · 8 years ago
  45. 50858ef befs: remove constant variable by Luis de Bethencourt · 8 years ago
  46. f7769f9 befs: avoid dereferencing dentry twice by Luis de Bethencourt · 8 years ago
  47. 39dcfd3 fs: befs: remove comment that confuses kernel-doc by Luis de Bethencourt · 8 years ago
  48. a649985 fs: befs: check silent flag before logging error by Luis de Bethencourt · 8 years ago
  49. f7f6754 fs: befs: replace befs_bread by sb_bread by Salah Triki · 8 years ago
  50. f0f2536 befs: remove unused functions by Luis de Bethencourt · 8 years ago
  51. 10145d6 befs: fix function name in documentation by Luis de Bethencourt · 8 years ago
  52. 173b066 befs: check return of sb_min_blocksize by Luis de Bethencourt · 8 years ago
  53. c08f1cb fs: befs: remove useless pr_err in befs_init_inodecache() by Salah Triki · 8 years ago
  54. e808792 fs/befs/linuxvfs.c: remove useless befs_error by Salah Triki · 8 years ago
  55. c625426 fs/befs/linuxvfs.c: remove useless pr_err in befs_fill_super() by Salah Triki · 8 years ago
  56. dceee2e fs/befs/linuxvfs.c: check silent flag before logging errors by Salah Triki · 8 years ago
  57. 3098258 fs/befs/linuxvfs.c: move useless assignment by Salah Triki · 8 years ago
  58. a441b0d block: remove remnant refs to hardsect by Linus Walleij · 8 years ago
  59. a46d8c3 fs/befs/io.c:befs_bread(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  60. 77169af fs/befs/io.c:befs_bread_iaddr(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  61. d6e0203 fs/befs/linuxvfs.c:befs_iget(): remove unneeded befs_nio initialization to NULL by Salah Triki · 8 years ago
  62. 44ad809 fs/befs/linuxvfs.c:befs_iget(): remove unneeded raw_inode initialization to NULL by Salah Triki · 8 years ago
  63. e4c7f5b fs/befs/linuxvfs.c:befs_iget(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  64. c940876 fs/befs/linuxvfs.c:befs_get_block(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  65. 6c8da24 fs/befs/datastream.c:befs_find_brun_dblindirect(): remove unneeded initializations to NULL by Salah Triki · 8 years ago
  66. 3080ea9 fs/befs/datastream.c:befs_read_lsymlink(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  67. ff2fe0a fs/befs/datastream.c:befs_read_datastream(): remove unneeded initialization to NULL by Salah Triki · 8 years ago
  68. e23e9aa befs: switch to ->iterate_shared() by Al Viro · 8 years ago
  69. 22341d8 befs: constify stuff a bit by Al Viro · 8 years ago
  70. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  71. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  72. 11803f9 switch befs long symlinks to page_symlink_operations by Al Viro · 9 years ago
  73. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  74. 9f0f564 fs/befs/btree.c: remove unneeded initializations by Fabian Frederick · 9 years ago
  75. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 10 years ago
  76. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  77. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  78. d0deec1 befs: switch to simple_follow_link() by Al Viro · 9 years ago
  79. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  80. f8ccad2 befs: replace typedef befs_inode_info by structure by Fabian Frederick · 9 years ago
  81. 038428f befs: replace typedef befs_sb_info by structure by Fabian Frederick · 9 years ago
  82. 09ad0ea befs: replace typedef befs_mount_options by structure by Fabian Frederick · 9 years ago
  83. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  84. 111d639 fs/befs/linuxvfs.c: remove unnecessary casting by Fabian Frederick · 10 years ago
  85. f441ada befs: remove dead code by Jan Kara · 10 years ago
  86. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  87. 0f2a84f fs/befs/btree.c: remove typedef befs_btree_node by Himangi Saraogi · 10 years ago
  88. 8e19189 fs/befs/linuxvfs.c: check superblock before dump operation by Fabian Frederick · 10 years ago
  89. 158c129 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  90. fe786f6 befs: remove check for CONFIG_BEFS_RW by Paul Bolle · 10 years ago
  91. 817e1d9 fs/befs: kernel-doc fixes by Fabian Frederick · 10 years ago
  92. f38f41c fs/befs/linuxvfs.c: remove positive test on sector_t by Fabian Frederick · 10 years ago
  93. 6cb103b fs/befs/btree.c: replace strncpy by strlcpy + coding style fixing by Fabian Frederick · 10 years ago
  94. 39d7a29 fs/befs/linuxvfs.c: replace strncpy by strlcpy by Fabian Frederick · 10 years ago
  95. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  96. dac52fc BEFS: logging cleanup by Fabian Frederick · 10 years ago
  97. 91a52ab fs/befs/linuxvfs.c: add __init to befs_init_inodecache() by Fabian Frederick · 10 years ago
  98. 2d4319e befs: replace kmalloc/memset 0 by kzalloc by Fabian Frederick · 10 years ago
  99. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  100. ac34a1b befs: iget_locked() doesn't return an ERR_PTR by Rakesh Pandit · 11 years ago