1. 986122f stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  2. 93e6dc1 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  3. 295534f fs: introduce inode operation ->update_time by Josef Bacik · 12 years ago
  4. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  5. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  6. 69a7aeb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  7. f4c5499 ntfs: forgets to unregister sysctls on register_filesystem() failure by Al Viro · 12 years ago
  8. ea29c69 ntfs: switch to d_make_root() by Al Viro · 12 years ago
  9. a3ac141 ntfs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  10. 9b55624 NTFS: Correct two spelling errors "dealocate" to "deallocate" in mft.c. by Anton Altaparmakov · 12 years ago
  11. 45d95bc NTFS: Do not dereference pointer before checking for NULL. by Anton Altaparmakov · 12 years ago
  12. 0e37579 NTFS: Remove unused variable. by Anton Altaparmakov · 12 years ago
  13. a80581d Typos: change aditional to additional. by Justin P. Mattock · 12 years ago
  14. 972c5ae Merge branch 'master' into for-next by Jiri Kosina · 12 years ago
  15. 982a598 ntfs: fix printk typos in mft.c by Masanari Iida · 12 years ago
  16. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 12 years ago
  17. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 13 years ago
  18. d0c00d0 ntfs: propagate umode_t by Al Viro · 13 years ago
  19. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  20. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  21. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  22. 6006349 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  23. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  24. bd5fe6c fs: kill i_alloc_sem by Christoph Hellwig · 13 years ago
  25. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  26. 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
  27. 67a23c4 fs: rename inode_lock to inode_hash_lock by Dave Chinner · 13 years ago
  28. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  29. 0ccd234 fs: change to new flag variable by matt mooney · 13 years ago
  30. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  31. af5eb74 NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc(). by Anton Altaparmakov · 13 years ago
  32. 2818ef5 NTFS: writev() fix and maintenance/contact details update by Anton Altaparmakov · 13 years ago
  33. fa0d7e3 fs: icache RCU free inodes by Nick Piggin · 13 years ago
  34. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  35. 7de9c6e new helper: ihold() by Al Viro · 14 years ago
  36. 70fd136 ntfs: don't call invalidate_inodes() by Al Viro · 14 years ago
  37. efdffb5 BKL: Remove BKL from NTFS by Jan Blunck · 14 years ago
  38. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  39. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  40. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  41. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  42. 4c99000 ntfs: use add_to_page_cache_lru() by Minchan Kim · 14 years ago
  43. 2ec93b0 ntfs: clean up ntfs_attr_extend_initialized by Minchan Kim · 14 years ago
  44. 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
  45. c4af964 ntfs: use bitmap_weight by Akinobu Mita · 14 years ago
  46. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  47. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  48. 7c821a1 Remove fs/ntfs/ChangeLog by Jiri Kosina · 14 years ago
  49. eaff807 kill I_LOCK by Christoph Hellwig · 14 years ago
  50. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  51. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  52. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  53. ab09203 sysctl fs: Remove dead binary sysctl support by Eric W. Biederman · 15 years ago
  54. 6c5daf0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  55. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  56. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  57. 8a9f47d ntfs: remove ntfs_file_write by Christoph Hellwig · 15 years ago
  58. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  59. 4481374 mm: replace various uses of num_physpages by totalram_pages by Jan Beulich · 15 years ago
  60. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  61. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  62. ebbbf75 ntfs: Use new syncing helpers and update comments by Jan Kara · 15 years ago
  63. 02d5341 ntfs: use is_power_of_2() function for clarity. by Robert P. J. Day · 15 years ago
  64. 337eb00 Push BKL down into ->remount_fs() by Alessio Igor Bogani · 15 years ago
  65. 13205fb ntfs: remove old debug check for dirty data in ntfs_put_super() by Jens Axboe · 15 years ago
  66. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  67. e1defc4 block: Do away with the notion of hardsect_size by Martin K. Petersen · 15 years ago
  68. 63cd885 ntfs: remove private wrapper of endian helpers by Harvey Harrison · 15 years ago
  69. 9d73ac9 fs/Kconfig: move ntfs out by Alexey Dobriyan · 15 years ago
  70. 9742df3 ntfs: don't NULL i_op by Al Viro · 16 years ago
  71. 0380155 ntfs: don't fool kernel-doc by Randy Dunlap · 16 years ago
  72. 4400372 [PATCH] switch all filesystems over to d_obtain_alias by Christoph Hellwig · 16 years ago
  73. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  74. 169ccbd NTFS: update homepage by Adrian Bunk · 16 years ago
  75. 2690421 [PATCH] ntfs: use d_add_ci by Christoph Hellwig · 16 years ago
  76. ca5de40 fs: rename buffer trylock by Nick Piggin · 16 years ago
  77. 2f1936b [patch 3/5] vfs: change remove_suid() to file_remove_suid() by Miklos Szeredi · 16 years ago
  78. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  79. 80bfc25 ntfs: le*_add_cpu conversion by Marcin Slusarz · 16 years ago
  80. 8e24eea fs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  81. 801678c Remove duplicated unlikely() in IS_ERR() by Hirofumi Nakagawa · 16 years ago
  82. 9e2779f is_vmalloc_addr(): Check if an address is within the vmalloc boundaries by Christoph Lameter · 16 years ago
  83. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  84. ebab899 NTFS: Fix read regression. by Anton Altaparmakov · 17 years ago
  85. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  86. a351320 ntfs: new export ops by Christoph Hellwig · 17 years ago
  87. dbe7f76 fix typo "insted" -> "instead" by Uwe Kleine-König · 17 years ago
  88. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  89. 08d8e97 writeback: fix ntfs with sb_has_dirty_inodes() by Fengguang Wu · 17 years ago
  90. a9c62a1 fs: correct SuS compliance for open of large file without options by Alan Cox · 17 years ago
  91. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  92. bfab36e NTFS: Fix a mount time deadlock. by Anton Altaparmakov · 17 years ago
  93. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  94. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  95. 5ffc4ef sendfile: remove .sendfile from filesystems that use generic_file_sendfile() by Jens Axboe · 17 years ago
  96. 1fc799e ntfs_init_locked_inode(): fix array indexing by Andrew Morton · 17 years ago
  97. e8edc6e Detach sched.h from mm.h by Alexey Dobriyan · 17 years ago
  98. a35afb8 Remove SLAB_CTOR_CONSTRUCTOR by Christoph Lameter · 17 years ago
  99. e3bf460 ntfs: use zero_user_page by Nate Diller · 17 years ago
  100. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago