1. 5559eb5 ntfs: check overflow when iterating ATTR_RECORDs by Hawkins Jiawei · 1 year, 9 months ago
  2. 9fa6459 ntfs: fix out-of-bounds read in ntfs_attr_find() by Hawkins Jiawei · 1 year, 9 months ago
  3. 79f3ac7 ntfs: fix use-after-free in ntfs_attr_find() by Hawkins Jiawei · 1 year, 9 months ago
  4. 7ddce74 ntfs: fix BUG_ON in ntfs_lookup_inode_by_name() by ChenXiaoSong · 1 year, 10 months ago
  5. d2bb6a9 ntfs: fix use-after-free in ntfs_ucsncmp() by ChenXiaoSong · 1 year, 11 months ago
  6. bd8d7da ntfs: add sanity check on allocation size by Dongliang Mu · 2 years, 2 months ago
  7. b0dfe92 ntfs: fix validity check for file name attribute by Desmond Cheong Zhi Xi · 3 years ago
  8. 143b78a ntfs: check for valid standard information attribute by Rustam Kovhaev · 3 years, 3 months ago
  9. bc46e66 ntfs: add check for mft record size in superblock by Rustam Kovhaev · 3 years, 8 months ago
  10. 723c038 fs: remove the never implemented aio_fsync file operation by Christoph Hellwig · 8 years ago
  11. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  13. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  14. 4bce9f6 get rid of separate multipage fault-in primitives by Al Viro · 8 years ago
  15. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  16. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  17. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  18. f4e6d844 Remove last traces of ->sync_page by Matthew Wilcox · 8 years ago
  19. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  20. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 8 years ago
  21. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 8 years ago
  22. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 8 years ago
  23. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  24. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  25. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  26. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  27. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  28. 917520e ntfs: delete unnecessary checks before calling iput() by SF Markus Elfring · 9 years ago
  29. d31e771 ntfs: super.c: Fix error log by Nik Nyby · 9 years ago
  30. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  31. 6afdb85 mm: do not ignore mapping_gfp_mask in page cache allocation paths by Michal Hocko · 9 years ago
  32. b0cbeee NTFS: use kvfree() in ntfs_free() by Pekka Enberg · 9 years ago
  33. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago
  34. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 9 years ago
  35. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  36. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  37. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  38. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  39. ccca268 ntfs: move iov_iter_truncate() closer to generic_write_checks() by Al Viro · 9 years ago
  40. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  41. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  42. a632f55 NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. by Anton Altaparmakov · 9 years ago
  43. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  44. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  45. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  46. 3569b70 NTFS: Bump version to 2.1.31. by Anton Altaparmakov · 10 years ago
  47. 3f7fc6f NTFS: Add bmap address space operation needed for FIBMAP ioctl. by Anton Altaparmakov · 10 years ago
  48. ce1bafa NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aops by Anton Altaparmakov · 10 years ago
  49. 7143e49 ntfs: remove bogus space by Andrea Gelmini · 10 years ago
  50. 5272d03 ntfs: use find_get_page_flags() to mark page accessed as it is no longer marked later on by Anton Altaparmakov · 10 years ago
  51. 2502722 ntfs: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  52. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  53. 5eccdf3 ntfs: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  54. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  55. 504e0e2 ntfs: remove NULL value assignments by Fabian Frederick · 10 years ago
  56. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  57. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  58. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  59. 87c1b49 ntfs: logging clean-up by Fabian Frederick · 10 years ago
  60. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  61. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  62. 05faf31 ntfs: don't put NULL into ->i_op/->i_fop by Al Viro · 10 years ago
  63. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  64. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  65. 5a3cd9928 iget/iget5: don't bother with ->i_lock until we find a match by Al Viro · 11 years ago
  66. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  67. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  68. 956ce20 [readdir] convert ntfs by Al Viro · 11 years ago
  69. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  70. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  71. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  72. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  73. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  74. 9014da7 ntfs: drop vmtruncate by Marco Stornelli · 11 years ago
  75. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  76. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  77. b29f775 userns: Convert ntfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  78. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  79. fbf8fb7 ntfs: Convert to new freezing mechanism by Jan Kara · 12 years ago
  80. 32b4560 ntfs: remove references to long gone super operations and unimplemented methods by Fernando Luis Vazquez Cao · 12 years ago
  81. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  82. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  83. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  84. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  85. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  86. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  87. f4c5499 ntfs: forgets to unregister sysctls on register_filesystem() failure by Al Viro · 12 years ago
  88. ea29c69 ntfs: switch to d_make_root() by Al Viro · 12 years ago
  89. a3ac141 ntfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  90. 9b556248 NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c. by Anton Altaparmakov · 12 years ago
  91. 45d95bc NTFS: Do not dereference pointer before checking for NULL. by Anton Altaparmakov · 12 years ago
  92. 0e37579 NTFS: Remove unused variable. by Anton Altaparmakov · 12 years ago
  93. a80581d Typos: change aditional to additional. by Justin P. Mattock · 12 years ago
  94. 972c5ae Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  95. 982a598 ntfs: fix printk typos in mft.c by Masanari Iida · 12 years ago
  96. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 12 years ago
  97. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 12 years ago
  98. d0c00d0 ntfs: propagate umode_t by Al Viro · 13 years ago
  99. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  100. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago