1. 6afdb85 mm: do not ignore mapping_gfp_mask in page cache allocation paths by Michal Hocko · 9 years ago
  2. b0cbeee NTFS: use kvfree() in ntfs_free() by Pekka Enberg · 9 years ago
  3. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  4. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  5. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  6. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  7. ccca268 ntfs: move iov_iter_truncate() closer to generic_write_checks() by Al Viro · 9 years ago
  8. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  9. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  10. a632f55 NTFS: Version 2.1.32 - Update file write from aio_write to write_iter. by Anton Altaparmakov · 9 years ago
  11. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  12. de1414a fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info by Christoph Hellwig · 9 years ago
  13. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  14. 3569b70 NTFS: Bump version to 2.1.31. by Anton Altaparmakov · 10 years ago
  15. 3f7fc6f NTFS: Add bmap address space operation needed for FIBMAP ioctl. by Anton Altaparmakov · 10 years ago
  16. ce1bafa NTFS: Split ntfs_aops into ntfs_normal_aops and ntfs_compressed_aops by Anton Altaparmakov · 10 years ago
  17. 7143e49 ntfs: remove bogus space by Andrea Gelmini · 10 years ago
  18. 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
  19. 2502722 ntfs: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  20. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  21. 5eccdf3 ntfs: convert use of typedef ctl_table to struct ctl_table by Joe Perches · 10 years ago
  22. 2457aec mm: non-atomically mark page accessed during page cache allocation where possible by Mel Gorman · 10 years ago
  23. 504e0e2 ntfs: remove NULL value assignments by Fabian Frederick · 10 years ago
  24. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  25. cb66a7a kill generic_segment_checks() by Al Viro · 10 years ago
  26. 5166701 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  27. 87c1b49 ntfs: logging clean-up by Fabian Frederick · 10 years ago
  28. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  29. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  30. 05faf31 ntfs: don't put NULL into ->i_op/->i_fop by Al Viro · 10 years ago
  31. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  32. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  33. 5a3cd9928 iget/iget5: don't bother with ->i_lock until we find a match by Al Viro · 11 years ago
  34. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  35. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  36. 956ce20 [readdir] convert ntfs by Al Viro · 11 years ago
  37. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  38. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  39. 8d71db4 lift sb_start_write/sb_end_write out of ->aio_write() by Al Viro · 11 years ago
  40. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  41. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  42. 9014da7 ntfs: drop vmtruncate by Marco Stornelli · 12 years ago
  43. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  44. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  45. b29f775 userns: Convert ntfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  46. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  47. fbf8fb7 ntfs: Convert to new freezing mechanism by Jan Kara · 12 years ago
  48. 32b4560 ntfs: remove references to long gone super operations and unimplemented methods by Fernando Luis Vazquez Cao · 12 years ago
  49. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  50. c3b2da3 fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  51. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  52. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  53. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  54. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  55. f4c5499 ntfs: forgets to unregister sysctls on register_filesystem() failure by Al Viro · 12 years ago
  56. ea29c69 ntfs: switch to d_make_root() by Al Viro · 12 years ago
  57. a3ac141 ntfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  58. 9b556248 NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c. by Anton Altaparmakov · 12 years ago
  59. 45d95bc NTFS: Do not dereference pointer before checking for NULL. by Anton Altaparmakov · 12 years ago
  60. 0e37579 NTFS: Remove unused variable. by Anton Altaparmakov · 12 years ago
  61. a80581d Typos: change aditional to additional. by Justin P. Mattock · 12 years ago
  62. 972c5ae Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  63. 982a598 ntfs: fix printk typos in mft.c by Masanari Iida · 12 years ago
  64. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 12 years ago
  65. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  66. d0c00d0 ntfs: propagate umode_t by Al Viro · 13 years ago
  67. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  68. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  69. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  70. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  71. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  72. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  73. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  74. d39dd11 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  75. 67a23c4 fs: rename inode_lock to inode_hash_lock by Dave Chinner · 13 years ago
  76. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  77. 0ccd234 fs: change to new flag variable by matt mooney · 13 years ago
  78. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  79. af5eb74 NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc(). by Anton Altaparmakov · 13 years ago
  80. 2818ef5 NTFS: writev() fix and maintenance/contact details update by Anton Altaparmakov · 13 years ago
  81. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  82. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  83. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  84. 70fd136 ntfs: don't call invalidate_inodes() by Al Viro · 14 years ago
  85. efdffb5 BKL: Remove BKL from NTFS by Jan Blunck · 14 years ago
  86. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  87. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  88. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  89. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  90. 4c99000 ntfs: use add_to_page_cache_lru() by Minchan Kim · 14 years ago
  91. 2ec93b0 ntfs: clean up ntfs_attr_extend_initialized by Minchan Kim · 14 years ago
  92. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  93. c4af964 ntfs: use bitmap_weight by Akinobu Mita · 14 years ago
  94. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  95. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  96. 7c821a1 Remove fs/ntfs/ChangeLog by Jiri Kosina · 14 years ago
  97. eaff807 kill I_LOCK by Christoph Hellwig · 15 years ago
  98. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  99. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  100. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago