1. d3acb15 Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
  2. d98e4d9 ntfs: fix validity check for file name attribute by Desmond Cheong Zhi Xi · 3 years, 6 months ago
  3. f0b65f3 iov_iter: replace iov_iter_copy_from_user_atomic() with iterator-advancing variant by Al Viro · 3 years, 8 months ago
  4. 9067931 ntfs_copy_from_user_iter(): don't bother with copying iov_iter by Al Viro · 3 years, 7 months ago
  5. 4dfe6bd ntfs: check for valid standard information attribute by Rustam Kovhaev · 3 years, 10 months ago
  6. 6bbf290 ntfs: layout.h: delete duplicated words by Randy Dunlap · 3 years, 10 months ago
  7. 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
  8. 2f221d6 attr: handle idmapped mounts by Christian Brauner · 4 years ago
  9. 4dad18f fs/ntfs: remove unused variable attr_len by Alex Shi · 4 years ago
  10. 3f10c2f fs/ntfs: remove unused varibles by Alex Shi · 4 years ago
  11. 0eac1102e Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  12. 4f8c940 ntfs: add check for mft record size in superblock by Rustam Kovhaev · 4 years, 3 months ago
  13. 6d1349c [PATCH] reduce boilerplate in fsid handling by Al Viro · 4 years, 3 months ago
  14. 1146f7e2 ntfs: fix ntfs_test_inode and ntfs_init_locked_inode function type by Luca Stefani · 4 years, 5 months ago
  15. 3f1266f block: move block-related definitions out of fs.h by Christoph Hellwig · 4 years, 6 months ago
  16. 9470904 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  17. 88dca4c mm: remove the pgprot argument to __vmalloc by Christoph Hellwig · 4 years, 7 months ago
  18. 14ed109 ntfs: replace attach_page_buffers with attach_page_private by Guoqing Jiang · 4 years, 7 months ago
  19. 0c1bc6b docs: filesystems: fix renamed references by Mauro Carvalho Chehab · 4 years, 9 months ago
  20. f1e67e3 fs/buffer: Make BH_Uptodate_Lock bit_spin_lock a regular spinlock_t by Thomas Gleixner · 5 years ago
  21. eb31e2f utimes: Clamp the timestamps in notify_change() by Amir Goldstein · 5 years ago
  22. cc22c80 ntfs: remove (un)?likely() from IS_ERR() conditions by Denis Efremov · 5 years ago
  23. 3818c19 timestamp_truncate: Replace users of timespec64_trunc by Deepa Dinamani · 6 years ago
  24. 84514ea treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 97 by Thomas Gleixner · 6 years ago
  25. a1d312d treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 96 by Thomas Gleixner · 6 years ago
  26. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  27. a2b757f ntfs: switch to ->free_inode() by Al Viro · 6 years ago
  28. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  29. 995f608 ntfs: don't open-code ERR_CAST by Al Viro · 6 years ago
  30. ab62ef8 ntfs: mft: remove VLA usage by Kees Cook · 6 years ago
  31. 2c27ce9 ntfs: decompress: remove VLA usage by Kees Cook · 6 years ago
  32. ac4ecf9 ntfs: aops: remove VLA usage by Kees Cook · 6 years ago
  33. a10dceb fs/ntfs/aops.c: don't disable interrupts during kmap_atomic() by Sebastian Andrzej Siewior · 6 years ago
  34. bcf451e fs/ntfs: use timespec64 directly for timestamp conversion by Arnd Bergmann · 6 years ago
  35. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 7 years ago
  36. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  37. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 7 years ago
  38. 2c2acd2 ntfs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call by Christoph Hellwig · 7 years ago
  39. 7a11ac2 ntfs: remove i_version handling by Jeff Layton · 7 years ago
  40. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  41. e2c5923 Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  42. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  43. 640ab98 buffer: have alloc_page_buffers() use __GFP_NOFAIL by Jens Axboe · 7 years ago
  44. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  45. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 7 years ago
  46. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  47. fee2aa7 ntfs: Use ERR_CAST() to avoid cross-structure cast by Kees Cook · 8 years ago
  48. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  49. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  50. 80eabba Merge branch 'for-4.10/fs-unmap' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  51. 36869cb Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  52. e64855c fs: Add helper to clean bdev aliases under a bh and use it by Jan Kara · 8 years ago
  53. be29796 mm: only include blk_types in swap.h if CONFIG_SWAP is enabled by Christoph Hellwig · 8 years ago
  54. 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
  55. 723c038 fs: remove the never implemented aio_fsync file operation by Christoph Hellwig · 8 years ago
  56. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  57. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  58. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  59. 4bce9f6e get rid of separate multipage fault-in primitives by Al Viro · 8 years ago
  60. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  61. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  62. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  63. f4e6d84 Remove last traces of ->sync_page by Matthew Wilcox · 9 years ago
  64. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 9 years ago
  65. 2a222ca fs: have submit_bh users pass in op and flags separately by Mike Christie · 9 years ago
  66. e259221 fs: simplify the generic_write_sync prototype by Christoph Hellwig · 9 years ago
  67. dde0c2e fs: add IOCB_SYNC and IOCB_DSYNC by Christoph Hellwig · 9 years ago
  68. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  69. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  70. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  71. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  72. c62d255 mm, fs: introduce mapping_gfp_constraint() by Michal Hocko · 9 years ago
  73. 917520e ntfs: delete unnecessary checks before calling iput() by SF Markus Elfring · 9 years ago
  74. d31e771 ntfs: super.c: Fix error log by Nik Nyby · 10 years ago
  75. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  76. 6afdb85 mm: do not ignore mapping_gfp_mask in page cache allocation paths by Michal Hocko · 10 years ago
  77. b0cbeee NTFS: use kvfree() in ntfs_free() by Pekka Enberg · 10 years ago
  78. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 10 years ago
  79. 5fa8e0a fs: Rename file_remove_suid() to file_remove_privs() by Jan Kara · 10 years ago
  80. 89076bc get rid of assorted nameidata-related debris by Al Viro · 10 years ago
  81. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  82. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 10 years ago
  83. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 10 years ago
  84. ccca268 ntfs: move iov_iter_truncate() closer to generic_write_checks() by Al Viro · 10 years ago
  85. 5d5d568 make new_sync_{read,write}() static by Al Viro · 10 years ago
  86. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 10 years ago
  87. a632f55 NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. by Anton Altaparmakov · 10 years ago
  88. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 10 years ago
  89. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 10 years ago
  90. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  91. 3569b70 NTFS: Bump version to 2.1.31. by Anton Altaparmakov · 10 years ago
  92. 3f7fc6f NTFS: Add bmap address space operation needed for FIBMAP ioctl. by Anton Altaparmakov · 10 years ago
  93. ce1bafa NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aops by Anton Altaparmakov · 10 years ago
  94. 7143e49 ntfs: remove bogus space by Andrea Gelmini · 10 years ago
  95. 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
  96. 2502722 ntfs: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  97. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  98. 5eccdf3 ntfs: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 11 years ago
  99. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 11 years ago
  100. 504e0e2 ntfs: remove NULL value assignments by Fabian Frederick · 11 years ago