1. 56b08f8 Merge android-4.9.115 (e6f9a8a) into msm-4.9 by Minming Qi · 6 years ago
  2. 6fc87cc fat: fix memory allocation failure handling of match_strdup() by OGAWA Hirofumi · 6 years ago
  3. 382e2b8 fs: fat: ratelimit the IO errors by Sahitya Tummala · 7 years ago
  4. 63e8736 fat: fix using uninitialized fields of fat_inode/fsinfo_inode by OGAWA Hirofumi · 7 years ago
  5. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  6. 34df117 fat: fix error message for bogus number of directory entries by Zheng Lv · 8 years ago
  7. dcc381e fat: fix typo s/supeblock/superblock/ by Zheng Lv · 8 years ago
  8. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  9. 3873938 fat: add config option to set UTF-8 mount option by default by Maciej S. Szmigiero · 8 years ago
  10. 16fab20 fat: permit to return phy block number by fibmap in fallocated region by Namjae Jeon · 8 years ago
  11. 7e0f236 fat: skip cluster allocation on fallocated region by Namjae Jeon · 8 years ago
  12. b13bb33 fat: add fat_fallocate operation by Namjae Jeon · 8 years ago
  13. a3082d5 fat: add simple validation for directory inode by OGAWA Hirofumi · 8 years ago
  14. a513d86 fat: allow time_offset to be up to 24 hours by Jan Kara · 8 years ago
  15. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  16. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  17. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  18. 58932ef fs/fat: remove unnecessary includes by Alexander Kuleshov · 9 years ago
  19. a40a7d9 fs/fat: remove unnecessary defintion by Alexander Kuleshov · 9 years ago
  20. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  21. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  22. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  23. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  24. d6bd428 fs: fat: use MSDOS_SB macro to get msdos_sb_info by Fred Chou · 9 years ago
  25. c0ef0cc fat: fix data past EOF resulting from fsx testsuite by Namjae Jeon · 9 years ago
  26. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  27. ef19470 fs/fat/inode.c: clean up string initializations (char[] instead of char *) by Manuel Schölling · 10 years ago
  28. 190a884 fs/fat/: add support for DOS 1.x formatted volumes by Conrad Meyer · 10 years ago
  29. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  30. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  31. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  32. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  33. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  34. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  35. cac45b0 fat: rcu-delay unloading nls and freeing sbi by Al Viro · 11 years ago
  36. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  37. 6e5b93e fatfs: add FAT_IOCTL_GET_VOLUME_ID by Mike Lockwood · 11 years ago
  38. 7b92d03 fat: fix possible overflow for fat_clusters by OGAWA Hirofumi · 11 years ago
  39. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  40. f1e6fb0 fat (exportfs): rebuild directory-inode if fat_dget() by Namjae Jeon · 11 years ago
  41. 8fceb4e fat (exportfs): rebuild inode if ilookup() fails by Namjae Jeon · 11 years ago
  42. ea3983a fat: restructure export_operations by Namjae Jeon · 11 years ago
  43. e22a444 fat: introduce a helper fat_get_blknr_offset() by Namjae Jeon · 11 years ago
  44. f21735d fat: move fat_i_pos_read to fat.h by Namjae Jeon · 11 years ago
  45. 2628b7a fat: introduce 2 new values for the -o nfs mount option by Namjae Jeon · 11 years ago
  46. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  47. b88a1058 fat: mark fs as dirty on mount and clean on umount by Oleksij Rempel · 11 years ago
  48. 6b46419 fat: add extended fileds to struct fat_boot_sector by Oleksij Rempel · 11 years ago
  49. c39540c fat: fix incorrect function comment by Ravishankar N · 11 years ago
  50. c6c2037 fs/fat: strip "cp" prefix from codepage in display by Dave Reisner · 11 years ago
  51. 5b3d5ae fat: ix mount option parsing by Jan Kara · 11 years ago
  52. 58156c8 fat: provide option for setting timezone offset by Jan Kara · 11 years ago
  53. f562146 fat: notify when discard is not supported by Namjae Jeon · 11 years ago
  54. e40b34c fat: drop lock/unlock super by Marco Stornelli · 12 years ago
  55. 1486465 fat: simplify writeback_inode() by Namjae Jeon · 12 years ago
  56. 7669e8f fat (exportfs): fix dentry reconnection by Steven J. Magnani · 12 years ago
  57. 21b6633d5 fat (exportfs): move NFS support code by Steven J. Magnani · 12 years ago
  58. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  59. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  60. 170782e userns: Convert fat to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  61. a943ed7 fat: accessors for msdos_dir_entry 'start' fields by Steven J. Magnani · 12 years ago
  62. 5d8ecbb fat: fix non-atomic NFS i_pos read by Steven J. Magnani · 12 years ago
  63. 1193755 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  64. 7849118 fat: switch to fsinfo_inode by Artem Bityutskiy · 12 years ago
  65. 020ac5b fat: introduce special inode for managing the FSINFO block by Artem Bityutskiy · 12 years ago
  66. b0b0382 ->encode_fh() API change by Al Viro · 12 years ago
  67. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  68. 1688f86 fat: switch to d_make_root() by Al Viro · 12 years ago
  69. 9879326 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  70. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 12 years ago
  71. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  72. d7a83c0 fat: Spelling s/obsolate/obsolete/g by Geert Uytterhoeven · 13 years ago
  73. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  74. f6a975c Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 13 years ago
  75. 710d440 fat: fat16 support maximum 4GB file/vol size as WinXP or 7. by Namjae Jeon · 13 years ago
  76. 186b537 fat: fix utf8 iocharset warning message by Mihai Moldovan · 13 years ago
  77. aacfc19c fs: simplify the blockdev_direct_IO prototype by Christoph Hellwig · 13 years ago
  78. 5826869 fat: remove i_alloc_sem abuse by Christoph Hellwig · 13 years ago
  79. f68e542 fat: Fix statfs->f_namelen by OGAWA Hirofumi · 13 years ago
  80. 869f58c fat: Replace all printk with fat_msg() by Alexey Fisher · 13 years ago
  81. 384f5c9 fat: use new setup() for ->dir_ops too by OGAWA Hirofumi · 13 years ago
  82. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  83. 5fe0c23 exportfs: Return the minimum required handle size by Aneesh Kumar K.V · 13 years ago
  84. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  85. 3d23985 switch fat to ->s_d_op, close exportfs races there by Al Viro · 13 years ago
  86. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  87. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  88. 3768744 BKL: Remove BKL from fat by Arnd Bergmann · 14 years ago
  89. deee3ce covert fatfs to ->evict_inode() by Al Viro · 14 years ago
  90. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  91. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  92. 459f6ed fat: convert to use the new truncate convention. by npiggin@suse.de · 14 years ago
  93. aaa04b4 fatfs: ratelimit corruption report by OGAWA Hirofumi · 14 years ago
  94. 1bdb6f9 fat: Cleanup nls_unload() usage by OGAWA Hirofumi · 14 years ago
  95. 9d85929 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 14 years ago
  96. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  97. eeb5b4a fat: Fix stat->f_namelen by Kevin Dankwardt · 14 years ago
  98. 681142f fat: make discard a mount option by Christoph Hellwig · 15 years ago
  99. 4c8f1cb Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 15 years ago
  100. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago