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