1. 1990116 Merge tag 'for-5.16/inode-sync-2021-10-29' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 2 months ago
  2. cb9568e fat: use sync_blockdev_nowait by Christoph Hellwig · 3 years, 2 months ago
  3. 9e48243 fat: use bdev_nr_sectors instead of open coding it by Christoph Hellwig · 3 years, 2 months ago
  4. 0af5737 mm: require ->set_page_dirty to be explicitly wired up by Christoph Hellwig · 3 years, 6 months ago
  5. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
  6. b1b6575 fat: don't allow to mount if the FAT length == 0 by OGAWA Hirofumi · 4 years, 7 months ago
  7. d438834 fs: convert mpage_readpages to mpage_readahead by Matthew Wilcox (Oracle) · 4 years, 7 months ago
  8. bc87302 fat: fix uninit-memory access for partial initialized inode by OGAWA Hirofumi · 4 years, 10 months ago
  9. 74b5cab fat: use prandom_u32() for i_generation by Arnd Bergmann · 5 years ago
  10. c0da64f fs: fat: Initialize filesystem timestamp ranges by Deepa Dinamani · 6 years ago
  11. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  12. f9ec991 fat: switch to ->free_inode() by Al Viro · 6 years ago
  13. 306790f fat: new inline functions to determine the FAT variant (32, 16 or 12) by Carmeli Tamir · 6 years ago
  14. d19dc01 fat: move MAX_FAT to fat.h and change it to inline function by Carmeli Tamir · 6 years ago
  15. b553337 fat: remove FAT_FIRST_ENT macro by Carmeli Tamir · 6 years ago
  16. cd83f6b fat: change timestamp updates to use fat_truncate_time by Frank Sorenson · 6 years ago
  17. 6bb885e fat: add functions to update and truncate timestamps appropriately by Frank Sorenson · 6 years ago
  18. f423420 fat: propagate 64-bit inode timestamps by Arnd Bergmann · 6 years ago
  19. 35033ab fat: fix memory allocation failure handling of match_strdup() by OGAWA Hirofumi · 6 years ago
  20. b5d903c2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  21. c2574aa fat: use fat_fs_error() instead of BUG_ON() in __fat_get_block() by OGAWA Hirofumi · 7 years ago
  22. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  23. 2489dba fat: convert to new i_version API by Jeff Layton · 7 years ago
  24. b6e8e12 fs/fat/inode.c: fix sb_rdonly() change by OGAWA Hirofumi · 7 years ago
  25. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  26. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  27. c0d0e35 fat: fix using uninitialized fields of fat_inode/fsinfo_inode by OGAWA Hirofumi · 8 years ago
  28. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  29. 34df117 fat: fix error message for bogus number of directory entries by Zheng Lv · 9 years ago
  30. dcc381e fat: fix typo s/supeblock/superblock/ by Zheng Lv · 9 years ago
  31. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 9 years ago
  32. 3873938 fat: add config option to set UTF-8 mount option by default by Maciej S. Szmigiero · 9 years ago
  33. 16fab20 fat: permit to return phy block number by fibmap in fallocated region by Namjae Jeon · 9 years ago
  34. 7e0f236 fat: skip cluster allocation on fallocated region by Namjae Jeon · 9 years ago
  35. b13bb33 fat: add fat_fallocate operation by Namjae Jeon · 9 years ago
  36. a3082d5 fat: add simple validation for directory inode by OGAWA Hirofumi · 9 years ago
  37. a513d86 fat: allow time_offset to be up to 24 hours by Jan Kara · 9 years ago
  38. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  39. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 10 years ago
  40. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  41. 58932ef fs/fat: remove unnecessary includes by Alexander Kuleshov · 10 years ago
  42. a40a7d9 fs/fat: remove unnecessary defintion by Alexander Kuleshov · 10 years ago
  43. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 10 years ago
  44. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 10 years ago
  45. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 10 years ago
  46. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  47. d6bd428 fs: fat: use MSDOS_SB macro to get msdos_sb_info by Fred Chou · 10 years ago
  48. c0ef0cc fat: fix data past EOF resulting from fsx testsuite by Namjae Jeon · 10 years ago
  49. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  50. ef19470 fs/fat/inode.c: clean up string initializations (char[] instead of char *) by Manuel Schölling · 11 years ago
  51. 190a884 fs/fat/: add support for DOS 1.x formatted volumes by Conrad Meyer · 11 years ago
  52. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 11 years ago
  53. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 11 years ago
  54. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 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. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 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. cac45b0 fat: rcu-delay unloading nls and freeing sbi by Al Viro · 11 years ago
  59. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  60. 6e5b93e fatfs: add FAT_IOCTL_GET_VOLUME_ID by Mike Lockwood · 11 years ago
  61. 7b92d03 fat: fix possible overflow for fat_clusters by OGAWA Hirofumi · 12 years ago
  62. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 12 years ago
  63. f1e6fb0 fat (exportfs): rebuild directory-inode if fat_dget() by Namjae Jeon · 12 years ago
  64. 8fceb4e fat (exportfs): rebuild inode if ilookup() fails by Namjae Jeon · 12 years ago
  65. ea3983a fat: restructure export_operations by Namjae Jeon · 12 years ago
  66. e22a444 fat: introduce a helper fat_get_blknr_offset() by Namjae Jeon · 12 years ago
  67. f21735d fat: move fat_i_pos_read to fat.h by Namjae Jeon · 12 years ago
  68. 2628b7a fat: introduce 2 new values for the -o nfs mount option by Namjae Jeon · 12 years ago
  69. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  70. b88a1058 fat: mark fs as dirty on mount and clean on umount by Oleksij Rempel · 12 years ago
  71. 6b46419 fat: add extended fileds to struct fat_boot_sector by Oleksij Rempel · 12 years ago
  72. c39540c fat: fix incorrect function comment by Ravishankar N · 12 years ago
  73. c6c2037 fs/fat: strip "cp" prefix from codepage in display by Dave Reisner · 12 years ago
  74. 5b3d5ae fat: ix mount option parsing by Jan Kara · 12 years ago
  75. 58156c8 fat: provide option for setting timezone offset by Jan Kara · 12 years ago
  76. f562146 fat: notify when discard is not supported by Namjae Jeon · 12 years ago
  77. e40b34c fat: drop lock/unlock super by Marco Stornelli · 12 years ago
  78. 1486465 fat: simplify writeback_inode() by Namjae Jeon · 12 years ago
  79. 7669e8f fat (exportfs): fix dentry reconnection by Steven J. Magnani · 12 years ago
  80. 21b6633d5 fat (exportfs): move NFS support code by Steven J. Magnani · 12 years ago
  81. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  82. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  83. 170782e userns: Convert fat to use kuid/kgid where appropriate by Eric W. Biederman · 13 years ago
  84. a943ed7 fat: accessors for msdos_dir_entry 'start' fields by Steven J. Magnani · 12 years ago
  85. 5d8ecbb fat: fix non-atomic NFS i_pos read by Steven J. Magnani · 12 years ago
  86. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  87. 7849118 fat: switch to fsinfo_inode by Artem Bityutskiy · 13 years ago
  88. 020ac5b fat: introduce special inode for managing the FSINFO block by Artem Bityutskiy · 13 years ago
  89. b0b0382 ->encode_fh() API change by Al Viro · 13 years ago
  90. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 13 years ago
  91. 1688f86 fat: switch to d_make_root() by Al Viro · 13 years ago
  92. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  93. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  94. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  95. d7a83c0 fat: Spelling s/obsolate/obsolete/g by Geert Uytterhoeven · 13 years ago
  96. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  97. f6a975c Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 13 years ago
  98. 710d440 fat: fat16 support maximum 4GB file/vol size as WinXP or 7. by Namjae Jeon · 13 years ago
  99. 186b537 fat: fix utf8 iocharset warning message by Mihai Moldovan · 13 years ago
  100. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 14 years ago