1. d2fbf4b Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  2. b4ed8f7 fs/adfs: add time stamp and file type helpers by Russell King · 6 years ago
  3. 8616108 fs/adfs: super: limit idlen according to directory type by Russell King · 6 years ago
  4. 5808b14 fs/adfs: super: fix use-after-free bug by Russell King · 6 years ago
  5. 4c5762f fs/adfs: super: safely update options on remount by Russell King · 6 years ago
  6. 421d3c0 fs/adfs: super: correct superblock flags by Russell King · 6 years ago
  7. 5ed70bb fs/adfs: clean up indirect disc addresses and fragment IDs by Russell King · 6 years ago
  8. ceb3b10 fs/adfs: clean up error message printing by Russell King · 6 years ago
  9. 2e67080 fs/adfs: use %pV for error messages by Russell King · 6 years ago
  10. cb88b5a fs/adfs: use format_version from disc_record by Russell King · 6 years ago
  11. 275f5b9 fs/adfs: add helper to get filesystem size by Russell King · 6 years ago
  12. 1dfdfc9 fs/adfs: add helper to get discrecord from map by Russell King · 6 years ago
  13. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  14. 44e843e Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  15. fc722a0 fs/adfs: fix filename fixup handling for "/" and "//" names by Russell King · 6 years ago
  16. 5f8de48 fs/adfs: move append_filetype_suffix() into adfs_object_fixup() by Russell King · 6 years ago
  17. 2eb0684 fs/adfs: remove truncated filename hashing by Russell King · 6 years ago
  18. adb514a fs/adfs: factor out filename fixup by Russell King · 6 years ago
  19. 411c49b fs/adfs: factor out object fixups by Russell King · 6 years ago
  20. 525715d fs/adfs: factor out filename case lowering by Russell King · 6 years ago
  21. 1e504cf fs/adfs: factor out filename comparison by Russell King · 6 years ago
  22. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  23. b4b52b8 Merge tag 'Wimplicit-fallthrough-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 6 years ago
  24. 8f05a79 adfs: switch to ->free_inode() by Al Viro · 6 years ago
  25. 74f7909 adfs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  26. d9edcbc4 adfs: use timespec64 for time conversion by Arnd Bergmann · 6 years ago
  27. d8e78da adfs: don't put inodes into icache by Al Viro · 7 years ago
  28. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  29. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  30. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  31. 9a7dddc adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias() by Al Viro · 7 years ago
  32. 686bb96 adfs_lookup_byname: .. *is* taken care of in fs/namei.c by Al Viro · 7 years ago
  33. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  34. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  35. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  36. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  37. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  38. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  39. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  40. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  41. 19a6d89 qstr: constify instances in adfs by Al Viro · 8 years ago
  42. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
  43. 90d6cd5 fs/adfs/adfs.h: tidy up comments by Andrew Morton · 9 years ago
  44. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  45. 0125f50 adfs: constify adfs_dir_ops structures by Julia Lawall · 9 years ago
  46. d96f184 fs/adfs: remove unneeded cast by Firo Yang · 10 years ago
  47. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  48. b796410 adfs: return correct return values by Sanidhya Kashyap · 10 years ago
  49. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  50. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  51. 19bdd41a5 adfs: add __printf verification, fix format/argument mismatches by Joe Perches · 10 years ago
  52. b16214d fs/adfs/dir_fplus.c: replace count*size kzalloc by kcalloc by Fabian Frederick · 10 years ago
  53. e2ffcf5 fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0] by Fabian Frederick · 10 years ago
  54. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 11 years ago
  55. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 11 years ago
  56. 894122d fs/adfs/super.c: add __init to init_inodecache() by Fabian Frederick · 11 years ago
  57. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
  58. 2d1d9b5 adfs: delayed freeing of sbi by Al Viro · 11 years ago
  59. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  60. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 12 years ago
  61. 2638ffb [readdir] convert adfs by Al Viro · 12 years ago
  62. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 12 years ago
  63. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  64. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  65. acd4fd07 fs/adfs: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  66. 6229518 adfs: drop vmtruncate by Marco Stornelli · 12 years ago
  67. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  68. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  69. c010d1f userns: Convert adfs to use kuid and kgid where appropriate by Eric W. Biederman · 13 years ago
  70. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 13 years ago
  71. 7968ce1 adfs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 13 years ago
  72. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 13 years ago
  73. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  74. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  75. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  76. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  77. 135a9fc fs/adfs/adfs.h: fix unsigned comparison by Andrew Morton · 14 years ago
  78. da23ef0 adfs: add hexadecimal filetype suffix option by Stuart Swales · 14 years ago
  79. 7a9730a adfs: improve timestamp precision by Stuart Swales · 14 years ago
  80. 2f09719 adfs: fix E+/F+ dir size > 2048 crashing kernel by Stuart Swales · 14 years ago
  81. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  82. 4688a06 adfs: remove the big kernel lock by Arnd Bergmann · 14 years ago
  83. 96e1391 switch adfs by Al Viro · 14 years ago
  84. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  85. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  86. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  87. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  88. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  89. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  90. 6de5bd1 BKL: introduce CONFIG_BKL. by Arnd Bergmann · 14 years ago
  91. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  92. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 15 years ago
  93. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 15 years ago
  94. 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 15 years ago
  95. 1b061d9 rename the generic fsync implementations by Christoph Hellwig · 15 years ago
  96. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  97. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 15 years ago
  98. 3886de9 adfs: remove redundant test on unsigned by Roel Kluin · 15 years ago
  99. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  100. 608ba50 Cleanup of adfs headers by Al Viro · 16 years ago