1. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  2. f06d3a7 fat_dir_ioctl(): hadn't needed that access_ok() for more than a decade... by Al Viro · 4 years, 10 months ago
  3. aadc4e0 fat: delete an unnecessary check before brelse() by Markus Elfring · 5 years ago
  4. 07bfa44 fat: work around race with userspace's read via blockdev while mounting by OGAWA Hirofumi · 5 years ago
  5. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  6. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  7. 306790f fat: new inline functions to determine the FAT variant (32, 16 or 12) by Carmeli Tamir · 6 years ago
  8. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  9. cd83f6b fat: change timestamp updates to use fat_truncate_time by Frank Sorenson · 6 years ago
  10. eceb890 fat: expand a slightly out-of-date comment by Mihir Mehta · 6 years ago
  11. f423420 fat: propagate 64-bit inode timestamps by Arnd Bergmann · 6 years ago
  12. 2489dba fat: convert to new i_version API by Jeff Layton · 7 years ago
  13. eecd7f4 fat: remove redundant assignment of 0 to slots by Colin Ian King · 7 years ago
  14. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  15. 98d4b8d fat: switch to ->iterate_shared() by Al Viro · 9 years ago
  16. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  17. 16fab20 fat: permit to return phy block number by fibmap in fallocated region by Namjae Jeon · 9 years ago
  18. 928a477 fat: fix fake_offset handling on error path by OGAWA Hirofumi · 9 years ago
  19. 58932ef fs/fat: remove unnecessary includes by Alexander Kuleshov · 10 years ago
  20. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  21. 2c6a247 [readdir] convert fatfs by Al Viro · 12 years ago
  22. f1e6fb0 fat (exportfs): rebuild directory-inode if fat_dget() by Namjae Jeon · 12 years ago
  23. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  24. c39540c fat: fix incorrect function comment by Ravishankar N · 12 years ago
  25. e40b34c fat: drop lock/unlock super by Marco Stornelli · 12 years ago
  26. f08b498 fs/fat: fix all other checkpatch issues in dir.c by Cruz Julian Bishop · 12 years ago
  27. 3f36f61 fs/fat: fix some small checkpatch issues in dir.c by Cruz Julian Bishop · 12 years ago
  28. 7669e8f fat (exportfs): fix dentry reconnection by Steven J. Magnani · 12 years ago
  29. 4b63709 fat: use accessor function for msdos_dir_entry 'start' by Namjae Jeon · 12 years ago
  30. deb8274 fat: refactor shortname parsing by Steven J. Magnani · 12 years ago
  31. f0aac61 fat: use fat_msg_ratelimit() in fat__get_entry() by Namjae Jeon · 13 years ago
  32. 0a90e0f fat: follow rename pack_hex_byte() to hex_byte_pack() by Andy Shevchenko · 13 years ago
  33. 8c320c0 fat: fix build warning by Jonas Aberg · 13 years ago
  34. 869f58c fat: Replace all printk with fat_msg() by Alexey Fisher · 14 years ago
  35. 7845bc3e fat: convert to unlocked_ioctl by Arnd Bergmann · 15 years ago
  36. 3ed3dec fat: use pack_hex_byte() instead of custom one by Andy Shevchenko · 15 years ago
  37. 405f557 headers: smp_lock.h redux by Alexey Dobriyan · 15 years ago
  38. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  39. 23059a0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/hirofumi/fatfs-2.6 by Linus Torvalds · 16 years ago
  40. 74675a5 NLS: update handling of Unicode by Alan Stern · 16 years ago
  41. b522412 Sanitize ->fsync() for FAT by Al Viro · 16 years ago
  42. 85c7859 FAT: add 'errors' mount option by Denis Karpov · 16 years ago
  43. 985eafc fat: fix duplicate addition of ->llseek handler by OGAWA Hirofumi · 16 years ago
  44. c330293 fat: i_blocks warning fix by OGAWA Hirofumi · 16 years ago
  45. 2bdf67e fat: mmu_private race fix by OGAWA Hirofumi · 16 years ago
  46. 52e9d9f fat: cleanup fat_parse_long() error handling by Darren Jenkins · 16 years ago
  47. 53472bc fat: use generic_file_llseek() for directory by OGAWA Hirofumi · 16 years ago
  48. 7decd1c fat: Fix and cleanup timestamp conversion by OGAWA Hirofumi · 16 years ago
  49. 9e975da fat: split include/msdos_fs.h by OGAWA Hirofumi · 16 years ago
  50. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  51. b271e06 fatfs: add UTC timestamp option by Joe Peterson · 16 years ago
  52. dcd8c53f fat: small optimization to __fat_readdir() by OGAWA Hirofumi · 16 years ago
  53. 98a1516 fat: use same logic in fat_search_long() and __fat_readdir() by OGAWA Hirofumi · 16 years ago
  54. d688611 fat: cleanup fs/fat/dir.c by OGAWA Hirofumi · 16 years ago
  55. 531f710 fat/dir.c: switch to struct __fat_dirent by Adrian Bunk · 16 years ago
  56. 8f59342 Replace BKL with superblock lock in fat/msdos/vfat by Linus Torvalds · 17 years ago
  57. c7a6c4e fat: use __getname() by OGAWA Hirofumi · 17 years ago
  58. f22032b vfat: bug fix for vfat cannot handle filename with 255 by Keith Mok · 17 years ago
  59. 9aacd59 fat: gcc 4.3 warning fix by OGAWA Hirofumi · 17 years ago
  60. c483bab fat: fix VFAT compat ioctls on 64-bit systems by OGAWA Hirofumi · 18 years ago
  61. dba3230 [PATCH] fat: change uses of f_{dentry,vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  62. afefdbb [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbers by David Howells · 18 years ago
  63. 188f83d [PATCH] BLOCK: Move the msdos device ioctl compat stuff to the msdos driver [try #6] by David Howells · 18 years ago
  64. 4b6f5d2 [PATCH] Make most file operations structs in fs/ const by Arjan van de Ven · 19 years ago
  65. 4de151d It's UTF-8 by Alexey Dobriyan · 19 years ago
  66. 1b1dcc1 [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem by Jes Sorensen · 19 years ago
  67. e5174ba [PATCH] fat: support ->direct_IO() by OGAWA Hirofumi · 19 years ago
  68. 7c709d0 [PATCH] fat: s/EXPORT_SYMBOL/EXPORT_SYMBOL_GPL/ by OGAWA Hirofumi · 19 years ago
  69. 83b7c99 [PATCH] fat: use sb_find_get_block() instead of sb_getblk() by OGAWA Hirofumi · 19 years ago
  70. ad2c1604 [PATCH] fat: Remove duplicate directory scanning code by Pekka Enberg · 19 years ago
  71. 451cbaa [PATCH] fat: cleanup and optimization of checksum by OGAWA Hirofumi · 19 years ago
  72. f3ef6f6 [PATCH] Speedup FAT filesystem directory reads by Karsten Wiese · 19 years ago
  73. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago