1. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  2. 4ac1c17 UBIFS: Implement ->migratepage() by Kirill A. Shutemov · 8 years ago
  3. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  4. 2b88fc2 ubifs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  5. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  6. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  7. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  8. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  9. 8c1c5f2 ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs by Dongsheng Yang · 9 years ago
  10. 0f301bd ubifs: switch to simple_follow_link() by Al Viro · 9 years ago
  11. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  12. d613896 Merge tag 'upstream-4.1-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  13. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  14. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  15. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  16. 235c362 UBIFS: extend debug/message capabilities by Sheng Yong · 9 years ago
  17. 8c988ae Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  18. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  19. 895d9db2 UBIFS: Add xattr support for symlinks by Subodh Nijsure · 10 years ago
  20. 789c899 UBIFS: fix budget leak in error path by Artem Bityutskiy · 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. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  23. ba6a7d5 UBIFS: fix debugging check by Artem Bityutskiy · 10 years ago
  24. a0fd595 UBIFS: add missing ui pointer in debugging code by Daniel Golle · 10 years ago
  25. 691a7c6 UBIFS: fix an mmap and fsync race condition by hujianyang · 10 years ago
  26. f5674c3 ubifs: switch to ->write_iter() by Al Viro · 10 years ago
  27. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  28. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  29. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  30. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  31. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  32. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  33. 182dcfd ubifs: wait for page writeback to provide stable pages by Jan Kara · 11 years ago
  34. 0b173bc mm: kill vma flag VM_CAN_NONLINEAR by Konstantin Khlebnikov · 12 years ago
  35. 79fda51 UBIFS: comply with coding style by Artem Bityutskiy · 12 years ago
  36. 5c57f20 UBIFS: nuke pdflush from comments by Artem Bityutskiy · 12 years ago
  37. edf6be2 UBIFS: rename dumping functions by Artem Bityutskiy · 12 years ago
  38. 1bdcc63 UBIFS: remove xattr Kconnfig option by Subodh Nijsure · 12 years ago
  39. a1c7c137 ubifs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  40. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  41. 02c24a8 fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers by Josef Bacik · 13 years ago
  42. d808efb UBIFS: amend debugging inode size check function prototype by Artem Bityutskiy · 13 years ago
  43. 2cd0a60 UBIFS: remove strange commentary by Artem Bityutskiy · 13 years ago
  44. 3b2f9a0 UBIFS: use ro_mount instead of MS_RDONLY by Artem Bityutskiy · 13 years ago
  45. b137545 UBIFS: introduce a separate structure for budgeting info by Artem Bityutskiy · 13 years ago
  46. c436157 UBIFS: fix minor stylistic issues by Artem Bityutskiy · 13 years ago
  47. 78530bf UBIFS: fix oops when R/O file-system is fsync'ed by Artem Bityutskiy · 13 years ago
  48. 6ed09c3 UBIFS: fix assertion warning and refine comments by Artem Bityutskiy · 13 years ago
  49. 2ef1329 UBIFS: introduce new flags for RO mounts by Artem Bityutskiy · 14 years ago
  50. 2680d72 UBIFS: introduce new flag for RO due to errors by Artem Bityutskiy · 14 years ago
  51. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  52. 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 14 years ago
  53. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  54. 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
  55. a9185b4 pass writeback_control to ->write_inode by Christoph Hellwig · 14 years ago
  56. eaff807 kill I_LOCK by Christoph Hellwig · 14 years ago
  57. 774888b UBIFS: remove manual O_SYNC handling by Christoph Hellwig · 15 years ago
  58. f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
  59. 873a64c UBIFS: amend commentaries by Artem Bityutskiy · 15 years ago
  60. e0724bf Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6 by Linus Torvalds · 15 years ago
  61. c2ec175 mm: page_mkwrite change prototype to match fault by Nick Piggin · 15 years ago
  62. 7d4e9cc UBIFS: fix commentaries by Artem Bityutskiy · 15 years ago
  63. f55aa59 UBIFS: fix bug where page is marked uptodate when out of space by Adrian Hunter · 15 years ago
  64. 84abf97 UBIFS: add re-mount debugging checks by Artem Bityutskiy · 15 years ago
  65. e8b8156 UBIFS: constify operations by Artem Bityutskiy · 15 years ago
  66. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 15 years ago
  67. f92b982 UBIFS: fix checkpatch.pl warnings by Artem Bityutskiy · 15 years ago
  68. 7bbe5b5 UBIFS: use PAGE_CACHE_MASK correctly by Artem Bityutskiy · 16 years ago
  69. 3477d20 UBIFS: pre-allocate bulk-read buffer by Artem Bityutskiy · 16 years ago
  70. 6c0c42c UBIFS: do not allocate too much by Artem Bityutskiy · 16 years ago
  71. 39ce81c UBIFS: do not print scary memory allocation warnings by Artem Bityutskiy · 16 years ago
  72. 0ecb952 UBIFS: endian handling fixes and annotations by Harvey Harrison · 16 years ago
  73. 5c0013c UBIFS: fix bulk-read handling uptodate pages by Adrian Hunter · 16 years ago
  74. ed382d5 UBIFS: ensure data read beyond i_size is zeroed out correctly by Adrian Hunter · 16 years ago
  75. 4793e7c UBIFS: add bulk-read facility by Adrian Hunter · 16 years ago
  76. 04da11b UBIFS: fix zero-length truncations by Artem Bityutskiy · 16 years ago
  77. 22bc7fa UBIFS: support splice_write by Zoltan Sogor · 16 years ago
  78. dab4b4d UBIFS: align inode data to eight by Artem Bityutskiy · 16 years ago
  79. 7d32c2b UBIFS: improve debugging by Artem Bityutskiy · 16 years ago
  80. 3f8206d [PATCH] get rid of indirect users of namei.h by Al Viro · 16 years ago
  81. 1e51764 UBIFS: add new flash file system by Artem Bityutskiy · 16 years ago