1. 0445f01 fs/affs/super.c: fix switch indentation by Fabian Frederick · 9 years ago
  2. 0cdfe18 fs/affs/inode.c: remove double extern affs_symlink_inode_operations by Fabian Frederick · 9 years ago
  3. 211c2af fs/affs/bitmap.c: remove unnecessary return by Fabian Frederick · 9 years ago
  4. b4478e3 fs/affs/amigaffs.c: remove else after return by Fabian Frederick · 9 years ago
  5. f157853 fs/affs: define AFFSNAMEMAX to replace constant use by Fabian Frederick · 9 years ago
  6. eeb36f8 fs/affs: use unsigned int for string lengths by Fabian Frederick · 9 years ago
  7. 4d29e57 fs/affs/super.c: destroy sbi mutex in affs_kill_sb() by Fabian Frederick · 9 years ago
  8. 92b2070 fs/affs/file.c: fix direct IO writes beyond EOF by Fabian Frederick · 9 years ago
  9. afe305d fs/affs/file.c: replace if/BUG by BUG_ON by Fabian Frederick · 9 years ago
  10. 08fe100 fs/affs: fix casting in printed messages by Geert Uytterhoeven · 9 years ago
  11. 92cab82 fs/affs/file.c: remove obsolete pagesize check by Fabian Frederick · 10 years ago
  12. 9abb408 fs/affs/file.c: add support to O_DIRECT by Fabian Frederick · 10 years ago
  13. 1ee54b0 fs/affs/amigaffs.c: use va_format instead of buffer/vnsprintf by Fabian Frederick · 10 years ago
  14. 7633978 fs/affs/file.c: forward declaration clean-up by Fabian Frederick · 10 years ago
  15. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  16. 946e51f move d_rcu from overlapping d_child to overlapping d_alias by Al Viro · 10 years ago
  17. c70b17b6 fs/affs: remove redundant sys_tz declarations by Fabian Frederick · 10 years ago
  18. 73516ac fs/affs/file.c: fix shadow warnings by Fabian Frederick · 10 years ago
  19. 3bc7599 fs/affs/inode.c: remove unused variable by Fabian Frederick · 10 years ago
  20. 1e907f4 fs/affs/super.c: remove unused variable by Fabian Frederick · 10 years ago
  21. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  22. 9606d9a fs/affs: pr_debug cleanup by Fabian Frederick · 10 years ago
  23. 0158de1 fs/affs: convert printk to pr_foo() by Fabian Frederick · 10 years ago
  24. 0c89d67 fs/affs/file.c: remove unnecessary function parameters by Fabian Frederick · 10 years ago
  25. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  26. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  27. d353efd fs/affs/super.c: bugfix / double free by Fabian Frederick · 10 years ago
  28. 8ca5772 affs: add mount option to avoid filename truncates by Fabian Frederick · 10 years ago
  29. d40c4d4 fs/affs/dir.c: unlock/brelse dir on failure + code clean-up by Fabian Frederick · 10 years ago
  30. adbd319 affs: add __init to init_inodecache () by Fabian Frederick · 10 years ago
  31. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  32. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  33. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  34. 842a859 affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount() by Al Viro · 11 years ago
  35. dad3375 remove obsolete references to powertweak by Dave Jones · 11 years ago
  36. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  37. 6325932 affs: use loff_t in affs_truncate() by Dan Carpenter · 11 years ago
  38. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  39. 0edf977 [readdir] convert affs 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. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  42. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  43. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  44. 6d7a19f fs/affs: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  45. 1dc1834 affs: drop vmtruncate by Marco Stornelli · 12 years ago
  46. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  47. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  48. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  49. 8fed10b userns: Convert affs to use kuid/kgid wherwe appropriate by Eric W. Biederman · 12 years ago
  50. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  51. 0121ad6 affs: use memweight() by Akinobu Mita · 12 years ago
  52. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  53. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  54. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  55. 12447c4 affs: unobfuscate affs_fix_dcache() by Al Viro · 12 years ago
  56. 3084ee9 affs: get rid of open-coded list_for_each_entry() by Al Viro · 12 years ago
  57. 3dd8478 affs: get rid of affs_sync_super by Artem Bityutskiy · 12 years ago
  58. a215fef affs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  59. a837107 affs: stop using lock_super by Artem Bityutskiy · 12 years ago
  60. e0471c8 affs: re-structure superblock locking a bit by Artem Bityutskiy · 12 years ago
  61. 0164b1a affs: remove useless superblock writeout on remount by Artem Bityutskiy · 12 years ago
  62. c9753b1 affs: remove useless superblock writeout on unmount by Artem Bityutskiy · 12 years ago
  63. bc86256 affs: stop setting bm_flags by Artem Bityutskiy · 12 years ago
  64. 66f8f50 affs: bury unused macros by Al Viro · 12 years ago
  65. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  66. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  67. a760b03 affs: propagate umode_t by Al Viro · 13 years ago
  68. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  69. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  70. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 13 years ago
  71. bfe8684 filesystems: add set_nlink() by Miklos Szeredi · 13 years ago
  72. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  73. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  74. 94f9901 affs: remove unnecessary dentry_unhash on rmdir, dir rename by Sage Weil · 13 years ago
  75. e4eaac0 vfs: push dentry_unhash on rename_dir into file systems by Sage Weil · 13 years ago
  76. 79bf7c7 vfs: push dentry_unhash on rmdir into file systems by Sage Weil · 13 years ago
  77. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  78. 0ccd234 fs: change to new flag variable by matt mooney · 13 years ago
  79. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  80. a129880 switch affs by Al Viro · 13 years ago
  81. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 13 years ago
  82. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  83. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 13 years ago
  84. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 13 years ago
  85. b23fb0a fs: scale inode alias list by Nick Piggin · 13 years ago
  86. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  87. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  88. 152a083 new helper: mount_bdev() by Al Viro · 14 years ago
  89. 7de9c6ee new helper: ihold() by Al Viro · 14 years ago
  90. 0e45b67 affs: testing the wrong variable by Dan Carpenter · 14 years ago
  91. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  92. 756b032 affs: Use sema_init instead of init_MUTEX by Thomas Gleixner · 14 years ago
  93. 74c4142 BKL: Remove BKL from Amiga FFS by Jan Blunck · 14 years ago
  94. db71922 BKL: Explicitly add BKL around get_sb/fill_super by Jan Blunck · 14 years ago
  95. 7435d50 AFFS: wait for sb synchronization when needed by Artem Bityutskiy · 14 years ago
  96. 669d5f1 AFFS: clean up dirty flag usage by Artem Bityutskiy · 14 years ago
  97. f053ddd switch affs to ->evict_inode() by Al Viro · 14 years ago
  98. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  99. 282dc17 get rid of cont_write_begin_newtrunc by Christoph Hellwig · 14 years ago
  100. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago