1. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  2. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  3. be6257b quota: Add support for ->get_nextdqblk() for VFS quota by Jan Kara · 8 years ago
  4. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  5. ff7d080 reiserfs: fix dereference of ERR_PTR by Sudip Mukherjee · 8 years ago
  6. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  7. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  8. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  9. a1c6f057 fs: use block_device name vsprintf helper by Dmitry Monakhov · 9 years ago
  10. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  11. 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
  12. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  13. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  14. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  15. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
  16. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  17. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  18. 3cc5d9a fs/reiserfs/namei.c: remove unnecessary new_valid_dev() check by Yaowei Bai · 9 years ago
  19. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  20. 2e6c97e reiserfs: Handle error from dquot_initialize() by Jan Kara · 9 years ago
  21. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  22. 89bfae4 fs/reiserfs: remove unneeded cast by Firo Yang · 9 years ago
  23. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  24. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  25. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  26. 84588e7 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  27. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  28. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  29. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  30. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  31. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  32. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  33. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  34. 5ce1aca reiserfs: fix __RASSERT format string by Nicolas Iooss · 9 years ago
  35. 0a240339 quota: Make VFS quotas use new interface for getting quota info by Jan Kara · 10 years ago
  36. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  37. 714b71a fs/reiserfs/inode.c: replace 0 by NULL for pointers by Fabian Frederick · 9 years ago
  38. 31f48fc Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  39. fa0c554 reiserfs: destroy allocated commit workqueue by Jiri Slaby · 10 years ago
  40. a7cb7bb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  41. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  42. 6774def treewide: fix typo in printk and Kconfig by Masanari Iida · 10 years ago
  43. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  44. 5387363 reiserfs: Convert to private i_dquot field by Jan Kara · 10 years ago
  45. ac7576f vfs: make first argument of dir_context.actor typed by Miklos Szeredi · 10 years ago
  46. 54cc6ce fs/reiserfs/journal.c: fix sparse context imbalance warning by Fabian Frederick · 10 years ago
  47. 77c688a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  48. 50b220b reiserfs: remove pointless forward declaration of struct nameidata by Al Viro · 10 years ago
  49. aca6061 reiserfs: Don't use MAXQUOTAS value by Jan Kara · 10 years ago
  50. cec9970 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  51. 0177783 reiserfs: Fix use after free in journal teardown by Jan Kara · 10 years ago
  52. f3fb9e2 fs/reiserfs/xattr.c: fix blank line missing after declarations by Fabian Frederick · 10 years ago
  53. 17093991 fs/reiserfs: use linux/uaccess.h by Fabian Frederick · 10 years ago
  54. 53872ed fs/reiserfs: replace not-standard %Lu/%Ld by Fabian Frederick · 10 years ago
  55. 27d0e5b reiserfs: fix corruption introduced by balance_leaf refactor by Jeff Mahoney · 10 years ago
  56. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  57. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  58. 2840c56 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  59. 19ef122 reiserfs: Fix compilation breakage with CONFIG_REISERFS_CHECK by Jan Kara · 10 years ago
  60. 310bf8f fs/reiserfs/stree.c: remove obsolete __constant by Fabian Frederick · 10 years ago
  61. ae0a50a fs/reiserfs/bitmap.c: coding style fixes by Fabian Frederick · 10 years ago
  62. 22e7478 reiserfs: call truncate_setsize under tailpack mutex by Jeff Mahoney · 10 years ago
  63. afd54c6 reiserfs: remove obsolete __constant_cpu_to_le32 by Fabian Frederick · 10 years ago
  64. 83a3a56 reiserfs: balance_leaf refactor, split up balance_leaf_when_delete by Jeff Mahoney · 10 years ago
  65. 441378c reiserfs: balance_leaf refactor, format balance_leaf_finish_node by Jeff Mahoney · 10 years ago
  66. b54b8c9 reiserfs: balance_leaf refactor, format balance_leaf_new_nodes_paste by Jeff Mahoney · 10 years ago
  67. 2369ecd reiserfs: balance_leaf refactor, format balance_leaf_paste_right by Jeff Mahoney · 10 years ago
  68. 8dbf0d8 reiserfs: balance_leaf refactor, format balance_leaf_insert_right by Jeff Mahoney · 10 years ago
  69. 3fade93 reiserfs: balance_leaf refactor, format balance_leaf_paste_left by Jeff Mahoney · 10 years ago
  70. 4bf4de6 reiserfs: balance_leaf refactor, format balance_leaf_insert_left by Jeff Mahoney · 10 years ago
  71. 0080e9f reiserfs: balance_leaf refactor, pull out balance_leaf{left, right, new_nodes, finish_node} by Jeff Mahoney · 10 years ago
  72. 7f447ba reiserfs: balance_leaf refactor, pull out balance_leaf_finish_node_paste by Jeff Mahoney · 10 years ago
  73. 8c480ea reiserfs: balance_leaf refactor pull out balance_leaf_finish_node_insert by Jeff Mahoney · 10 years ago
  74. 9d49655 reiserfs: balance_leaf refactor, pull out balance_leaf_new_nodes_paste by Jeff Mahoney · 10 years ago
  75. 65ab18c reiserfs: balance_leaf refactor, pull out balance_leaf_new_nodes_insert by Jeff Mahoney · 10 years ago
  76. 3f0eb27 reiserfs: balance_leaf refactor, pull out balance_leaf_paste_right by Jeff Mahoney · 10 years ago
  77. e80ef3d reiserfs: balance_leaf refactor, pull out balance_leaf_insert_right by Jeff Mahoney · 10 years ago
  78. cf22df1 reiserfs: balance_leaf refactor, pull out balance_leaf_paste_left by Jeff Mahoney · 10 years ago
  79. f1f007c reiserfs: balance_leaf refactor, pull out balance_leaf_insert_left by Jeff Mahoney · 10 years ago
  80. b49fb11 reiserfs: balance_leaf refactor, move state variables into tree_balance by Jeff Mahoney · 10 years ago
  81. 97fd4b9 reiserfs: balance_leaf refactor, reformat balance_leaf comments by Jeff Mahoney · 10 years ago
  82. c48138c reiserfs: cleanup, make hash detection saner by Jeff Mahoney · 10 years ago
  83. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  84. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  85. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  86. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  87. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  88. a228bf8 reiserfs: cleanup, remove unnecessary parens by Jeff Mahoney · 10 years ago
  89. cf776a7 reiserfs: cleanup, remove leading whitespace from labels by Jeff Mahoney · 10 years ago
  90. 16da167 reiserfs: cleanup, remove unnecessary parens in dirent creation by Jeff Mahoney · 10 years ago
  91. b491dd1 reiserfs: cleanup, remove blocks arg from journal_join by Jeff Mahoney · 10 years ago
  92. 09f1b80 reiserfs: cleanup, remove sb argument from journal_mark_dirty by Jeff Mahoney · 10 years ago
  93. 58d8542 reiserfs: cleanup, remove sb argument from journal_end by Jeff Mahoney · 10 years ago
  94. 706a532 reiserfs: cleanup, remove nblocks argument from journal_end by Jeff Mahoney · 10 years ago
  95. 098297b reiserfs: cleanup, reformat comments to normal kernel style by Jeff Mahoney · 10 years ago
  96. 4cf5f7a reiserfs: cleanup, rename key and item accessors to more friendly names by Jeff Mahoney · 10 years ago
  97. 797d901 reiserfs: use per-fs commit workqueues by Jeff Mahoney · 10 years ago
  98. a7963eb Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 10 years ago
  99. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  100. 31e1436 fs/reiserfs/super.c: add __init to init_inodecache by Fabian Frederick · 10 years ago