1. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  2. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  3. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  4. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  5. 32fb378 Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  6. 8f5fed1 fs/9p: use fscache mutex rather than spinlock by Sasha Levin · 9 years ago
  7. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  8. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  9. 4ad7862 9p: ->evict_inode() should kick out ->i_data, not ->i_mapping by Al Viro · 9 years ago
  10. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  11. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
  12. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  13. e409de9 9p: xattr simplifications by Andreas Gruenbacher · 9 years ago
  14. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  15. 842cf0b Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  16. 7c7afc4 fs: 9p: cache.h: Add #define of include guard by Tzvetelin Katchov · 9 years ago
  17. 349c703 fs/9p: remove unnecessary new_valid_dev() checks by Yaowei Bai · 9 years ago
  18. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  19. b647874 9p: do not overwrite return code when locking fails by Dominique Martinet · 9 years ago
  20. 4f65636 Move locks API users to locks_lock_inode_wait() by Benjamin Coddington · 9 years ago
  21. b5ac1fb2 9p: fix return code of read() when count is 0 by Vincent Bernat · 9 years ago
  22. cb9af41 9p: remove unused option Opt_trans by Fabian Frederick · 9 years ago
  23. 0a73d0a 9p: don't leave a half-initialized inode sitting around by Al Viro · 9 years ago
  24. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  25. 412a19b v9fs: fix error handling in v9fs_session_init() by Tejun Heo · 9 years ago
  26. 89076bc get rid of assorted nameidata-related debris by Al Viro · 9 years ago
  27. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  28. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  29. 90e4fc8 9p: don't bother with __getname() in ->follow_link() by Al Viro · 9 years ago
  30. b46c267 9p: don't bother with 4K allocation for 24-byte local array... by Al Viro · 9 years ago
  31. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  32. 8e3c500 fs/9p: fix readdir() by Johannes Berg · 9 years ago
  33. dba94f2 Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 9 years ago
  34. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  35. 3309dd0 switch generic_write_checks() to iocb and iter by Al Viro · 9 years ago
  36. 0fa6b00 generic_write_checks(): drop isblk argument by Al Viro · 9 years ago
  37. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  38. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  39. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  40. ce85dd5 9p: we are leaking glock.client_id in v9fs_file_getlock() by Al Viro · 9 years ago
  41. e494b6b 9p: switch to ->read_iter/->write_iter by Al Viro · 9 years ago
  42. 42b1ab9 9p: get rid of v9fs_direct_file_read() by Al Viro · 9 years ago
  43. e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 9 years ago
  44. 9565a54 9p: get rid of v9fs_direct_file_write() by Al Viro · 9 years ago
  45. c711a6b 9p: fold v9fs_file_write_internal() into the caller by Al Viro · 9 years ago
  46. 371098c 9p: switch ->writepage() to direct use of p9_client_write() by Al Viro · 9 years ago
  47. 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 9 years ago
  48. c0fec3a Merge branch 'iocb' into for-next by Al Viro · 9 years ago
  49. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  50. 5c4086b fs/9p: Initialize status in v9fs_file_do_lock. by Dominique Martinet · 10 years ago
  51. b642f72 9p: do not crash on unknown lock status code by Kirill A. Shutemov · 10 years ago
  52. ad80492 9p: fix error handling in v9fs_file_do_lock by Kirill A. Shutemov · 10 years ago
  53. e8782e2 9p: kerneldoc warning fixes by Fabian Frederick · 10 years ago
  54. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 9 years ago
  55. 6bec003 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  56. d83a08d mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub by Kirill A. Shutemov · 9 years ago
  57. b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 9 years ago
  58. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  59. 41d28bc switch d_materialise_unique() users to d_splice_alias() by Al Viro · 10 years ago
  60. 4b8e992 9p: switch to %p[dD] by Al Viro · 10 years ago
  61. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  62. 963649d Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 10 years ago
  63. fd2916b fs/9p: kerneldoc fixes by Fabian Frederick · 10 years ago
  64. bdbeacd fs/9p/v9fs.c: add __init to v9fs_sysfs_init by Fabian Frederick · 10 years ago
  65. 130d1f9 locks: ensure that fl_owner is always initialized properly in flock and lease codepaths by Jeff Layton · 10 years ago
  66. f15844e 9P: fix return value in v9fs_fid_xattr_set by Dominique Martinet · 10 years ago
  67. afe604d fs/9p: adjust sscanf parameters accordingly to the variable types by Toralf Förster · 10 years ago
  68. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  69. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  70. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  71. f182036 mm: implement ->map_pages for page cache by Kirill A. Shutemov · 10 years ago
  72. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  73. bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  74. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
  75. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
  76. fb89b45 9P: introduction of a new cache=mmap model. by Dominique Martinet · 11 years ago
  77. dd2a0a3 9p: remove useless 'name' variable and assignment by Geyslan G. Bem · 11 years ago
  78. bdd5c28 9p: fix return value in case in v9fs_fid_xattr_set() by Geyslan G. Bem · 11 years ago
  79. 72fe18c 9p: remove useless variable and assignment by Geyslan G. Bem · 11 years ago
  80. fae7469 9p: remove useless assignment by Geyslan G. Bem · 11 years ago
  81. 08e15f2d 9p: remove unused 'super_block' struct pointer by Geyslan G. Bem · 11 years ago
  82. 5d62a37 9p: remove never used return variable by Geyslan G. Bem · 11 years ago
  83. bd126e5 9p: remove unused 'p9_fid' struct pointer by Geyslan G. Bem · 11 years ago
  84. 4d555e3 9p: remove unused 'p9_client' struct pointer by Geyslan G. Bem · 11 years ago
  85. b26d4cd consolidate simple ->d_delete() instances by Al Viro · 11 years ago
  86. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  87. ceaec15 9p: make v9fs_cache_inode_{get,put,set}_cookie empty inlines for !9P_CACHEFS by Al Viro · 11 years ago
  88. 94d30ae FS-Cache: Provide the ability to enable/disable cookies by David Howells · 11 years ago
  89. 8061a6f 9p: don't forget to destroy inode cache if fscache registration fails by Al Viro · 11 years ago
  90. 03da633 atomic_open: take care of EEXIST in no-open case with O_CREAT|O_EXCL in fs/namei.c by Al Viro · 11 years ago
  91. 50192ab fs/9p: avoid accessing utsname after namespace has been torn down by Will Deacon · 11 years ago
  92. b3f8ab4 fs: 9p: use strlcpy instead of strncpy by Chen Gang · 11 years ago
  93. 19d2f8e Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
  94. f2692ea fs/9p: Remove the unused variable "err" in v9fs_vfs_getattr() by Gu Zheng · 11 years ago
  95. d9a7385 fs/9p: xattr: add trusted and security namespaces by Jim Garlick · 11 years ago
  96. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  97. 8f29843 [readdir] convert 9p by Al Viro · 11 years ago
  98. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  99. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  100. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago