1. 25d2e88 fs/adfs: remove unneeded variable make code cleaner by Minghao Chi · 3 years ago
  2. 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 6 months ago
  3. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  4. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  5. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  6. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
  7. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  8. 621c1f4 block: move struct block_device to blk_types.h by Christoph Hellwig · 4 years, 6 months ago
  9. 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 4 years, 9 months ago
  10. 587065d fs/adfs: bigdir: Fix an error code in adfs_fplus_read() by Dan Carpenter · 5 years ago
  11. 25e5d4d fs/adfs: mostly divorse inode number from indirect disc address by Russell King · 5 years ago
  12. 08ead1b fs/adfs: super: add support for E and E+ floppy image formats by Russell King · 5 years ago
  13. e3858e1 fs/adfs: super: extract filesystem block probe by Russell King · 5 years ago
  14. ccbc80a fs/adfs: dir: remove debug in adfs_dir_update() by Russell King · 5 years ago
  15. f352064 fs/adfs: super: fix inode dropping by Russell King · 5 years ago
  16. a464152 fs/adfs: bigdir: implement directory update support by Russell King · 5 years ago
  17. d79288b fs/adfs: bigdir: calculate and validate directory checkbyte by Russell King · 5 years ago
  18. aa3d4e0 fs/adfs: bigdir: directory validation strengthening by Russell King · 5 years ago
  19. 6674eca fs/adfs: bigdir: extract directory validation by Russell King · 5 years ago
  20. 0db35a0 fs/adfs: bigdir: factor out directory entry offset calculation by Russell King · 5 years ago
  21. aacc954 fs/adfs: newdir: split out directory commit from update by Russell King · 5 years ago
  22. cc625cc fs/adfs: newdir: clean up adfs_f_update() by Russell King · 5 years ago
  23. 9318731 fs/adfs: newdir: merge adfs_dir_read() into adfs_f_read() by Russell King · 5 years ago
  24. 7a0e404 fs/adfs: newdir: improve directory validation by Russell King · 5 years ago
  25. ffc8df3 fs/adfs: newdir: factor out directory format validation by Russell King · 5 years ago
  26. 016936b fs/adfs: dir: use pointers to access directory head/tails by Russell King · 5 years ago
  27. 4287e4d fs/adfs: dir: add more efficient iterate() per-format method by Russell King · 5 years ago
  28. cdc46e9 fs/adfs: dir: switch to iterate_shared method by Russell King · 5 years ago
  29. 4a0a88b fs/adfs: dir: improve compiler coverage in adfs_dir_update by Russell King · 5 years ago
  30. f6075c7 fs/adfs: dir: improve update failure handling by Russell King · 5 years ago
  31. ae5df41 fs/adfs: dir: modernise on-disk directory structures by Russell King · 5 years ago
  32. deed1bf fs/adfs: dir: update directory locking by Russell King · 5 years ago
  33. c3c8149 fs/adfs: dir: add helper to mark directory buffers dirty by Russell King · 5 years ago
  34. 90011c7 fs/adfs: dir: add helper to read directory using inode by Russell King · 5 years ago
  35. 419a6e5 fs/adfs: dir: add generic directory reading by Russell King · 5 years ago
  36. a317120 fs/adfs: dir: add generic copy functions by Russell King · 5 years ago
  37. acf5f0b fs/adfs: dir: add common directory sync method by Russell King · 5 years ago
  38. 1dd9f5b fs/adfs: dir: add common directory buffer release method by Russell King · 5 years ago
  39. 95fbadb fs/adfs: dir: add common dir object initialisation by Russell King · 5 years ago
  40. 71b2612 fs/adfs: dir: rename bh_fplus to bhs by Russell King · 5 years ago
  41. f93793f fs/adfs: map: fix map scanning by Russell King · 5 years ago
  42. f6f14a0 fs/adfs: map: move map-specific sb initialisation to map.c by Russell King · 5 years ago
  43. 792314f fs/adfs: map: use find_next_bit_le() rather than open coding it by Russell King · 5 years ago
  44. 197ba3c fs/adfs: map: incorporate map offsets into layout by Russell King · 5 years ago
  45. 7b19526 fs/adfs: map: factor out map cleanup by Russell King · 5 years ago
  46. 6092b6b fs/adfs: map: break up adfs_read_map() by Russell King · 5 years ago
  47. e6160e4 fs/adfs: map: rename adfs_map_free() to adfs_map_statfs() by Russell King · 5 years ago
  48. f75d398 fs/adfs: map: move map reading and validation to map.c by Russell King · 5 years ago
  49. 8191624 fs/adfs: inode: fix adfs_mode2atts() by Russell King · 5 years ago
  50. eeeb9dd fs/adfs: inode: update timestamps to centisecond precision by Russell King · 5 years ago
  51. d2fbf4b Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  52. b4ed8f7 fs/adfs: add time stamp and file type helpers by Russell King · 6 years ago
  53. 8616108 fs/adfs: super: limit idlen according to directory type by Russell King · 6 years ago
  54. 5808b14 fs/adfs: super: fix use-after-free bug by Russell King · 6 years ago
  55. 4c5762f fs/adfs: super: safely update options on remount by Russell King · 6 years ago
  56. 421d3c0 fs/adfs: super: correct superblock flags by Russell King · 6 years ago
  57. 5ed70bb fs/adfs: clean up indirect disc addresses and fragment IDs by Russell King · 6 years ago
  58. ceb3b10 fs/adfs: clean up error message printing by Russell King · 6 years ago
  59. 2e67080 fs/adfs: use %pV for error messages by Russell King · 6 years ago
  60. cb88b5a fs/adfs: use format_version from disc_record by Russell King · 6 years ago
  61. 275f5b9 fs/adfs: add helper to get filesystem size by Russell King · 6 years ago
  62. 1dfdfc9 fs/adfs: add helper to get discrecord from map by Russell King · 6 years ago
  63. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  64. 44e843e Merge tag 'for-rc-adfs' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 6 years ago
  65. fc722a0 fs/adfs: fix filename fixup handling for "/" and "//" names by Russell King · 6 years ago
  66. 5f8de48 fs/adfs: move append_filetype_suffix() into adfs_object_fixup() by Russell King · 6 years ago
  67. 2eb0684 fs/adfs: remove truncated filename hashing by Russell King · 6 years ago
  68. adb514a fs/adfs: factor out filename fixup by Russell King · 6 years ago
  69. 411c49b fs/adfs: factor out object fixups by Russell King · 6 years ago
  70. 525715d fs/adfs: factor out filename case lowering by Russell King · 6 years ago
  71. 1e504cf fs/adfs: factor out filename comparison by Russell King · 6 years ago
  72. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  73. 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
  74. 8f05a79 adfs: switch to ->free_inode() by Al Viro · 6 years ago
  75. 74f7909 adfs: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  76. d9edcbc4 adfs: use timespec64 for time conversion by Arnd Bergmann · 6 years ago
  77. d8e78da adfs: don't put inodes into icache by Al Viro · 6 years ago
  78. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  79. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  80. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  81. 9a7dddc adfs_lookup: do not fail with ENOENT on negatives, use d_splice_alias() by Al Viro · 7 years ago
  82. 686bb96 adfs_lookup_byname: .. *is* taken care of in fs/namei.c by Al Viro · 7 years ago
  83. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  84. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  85. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  86. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  87. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  88. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  89. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  90. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  91. 19a6d89 qstr: constify instances in adfs by Al Viro · 8 years ago
  92. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
  93. 90d6cd5 fs/adfs/adfs.h: tidy up comments by Andrew Morton · 9 years ago
  94. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  95. 0125f50 adfs: constify adfs_dir_ops structures by Julia Lawall · 9 years ago
  96. d96f184 fs/adfs: remove unneeded cast by Firo Yang · 9 years ago
  97. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  98. b796410 adfs: return correct return values by Sanidhya Kashyap · 10 years ago
  99. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  100. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago