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 · 8 years ago
  4. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  5. 76e8d7cb jfs: microoptimize get_zeroed_page / virt_to_page by Al Viro · 8 years ago
  6. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  7. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  8. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  9. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
  10. a2a1704 fs/jfs: remove unnecessary new_valid_dev() checks by Yaowei Bai · 9 years ago
  11. e31fb9e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  12. 6cf66b4 fs: use helper bio_add_page() instead of open coding on bi_io_vec by Kent Overstreet · 10 years ago
  13. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  14. acc84b0 jfs: Handle error from dquot_initialize() by Dave Kleikamp · 9 years ago
  15. f76d94d Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 9 years ago
  16. 2645695 jfs: clean up jfs_rename and fix out of order unlock by Dave Kleikamp · 9 years ago
  17. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  18. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago
  19. f7f31ad jfs: fix indentation on if statement by Colin Ian King · 9 years ago
  20. 55a8d02 jfs: removed a prohibited space after opening parenthesis by Nan Jia · 9 years ago
  21. ad476fe jfs: switch to simple_follow_link() by Al Viro · 9 years ago
  22. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  23. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  24. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  25. ee14624 fs, jfs: remove slab object constructor by David Rientjes · 9 years ago
  26. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  27. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  28. 78d5dcd Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 9 years ago
  29. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  30. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  31. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  32. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  33. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  34. 7d2ac45 jfs: %pf is only for function pointers by Scott Wood · 9 years ago
  35. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  36. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 9 years ago
  37. 648695c jfs: Deletion of an unnecessary check before the function call "unload_nls" by Markus Elfring · 9 years ago
  38. e1f1fe7 jfs: get rid of homegrown endianness helpers by Al Viro · 10 years ago
  39. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  40. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  41. 507e1fa jfs: Convert to private i_dquot field by Jan Kara · 10 years ago
  42. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  43. 9bb8730 jfs: don't hash direct inode by Al Viro · 10 years ago
  44. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  45. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  46. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  47. bb5e50a fs/jfs/super.c: convert simple_str to kstr by Fabian Frederick · 10 years ago
  48. 4f65b6d fs/jfs/jfs_dmap.c: replace min/casting by min_t by Fabian Frederick · 10 years ago
  49. 789602e fs/jfs/super.c: remove 0 assignment to static + code clean-up by Fabian Frederick · 10 years ago
  50. bc4e6b2 fs/jfs/jfs_logmgr.c: remove NULL assignment on static by Fabian Frederick · 10 years ago
  51. e31da3f JFS: Check for NULL before calling posix_acl_equiv_mode() by William Burrow · 10 years ago
  52. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  53. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  54. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  55. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  56. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  57. 24e4a0f fs/jfs/jfs_inode.c: atomically set inode->i_flags by Fabian Frederick · 10 years ago
  58. 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 10 years ago
  59. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago
  60. 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 10 years ago
  61. 844fa1b jfs: set i_ctime when setting ACL by Dave Kleikamp · 10 years ago
  62. c18f7b5 jfs: fix generic posix ACL regression by Dave Kleikamp · 10 years ago
  63. e30b82b Merge tag 'jfs-3.14' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 10 years ago
  64. f568849 Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  65. 2cc6a5a jfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
  66. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
  67. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
  68. 0439e09 jfs: fix xattr value size overflow in __jfs_setxattr by Jie Liu · 10 years ago
  69. 4f024f3 block: Abstract out bvec iterator by Kent Overstreet · 11 years ago
  70. d24fec3 Merge tag 'jfs-3.12' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  71. 8660998 jfs: fix error path in ialloc by Dave Kleikamp · 11 years ago
  72. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  73. 4451244 jfs: fix readdir cookie incompatibility with NFSv4 by Dave Kleikamp · 11 years ago
  74. 9db0192 Merge tag 'jfs-3.11' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  75. 790eac5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  76. 9e239bb Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
  77. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  78. 070a0eb [readdir] convert jfs by Al Viro · 11 years ago
  79. eb8630d jfs: Update jfs_error by Joe Perches · 11 years ago
  80. 21d1101 jfs: fix sparse warning in fs/jfs/xattr.c by Dave Kleikamp · 11 years ago
  81. 95bbb82 fs/jfs: Add check if journaling to disk has been disabled in lbmRead() by Gu Zheng · 11 years ago
  82. e9b3766 jfs: Several bugs in jfs_freeze() and jfs_unfreeze() by Vahram Martirosyan · 11 years ago
  83. d47992f mm: change invalidatepage prototype to accept length by Lukas Czerner · 11 years ago
  84. 4de13d7a Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 11 years ago
  85. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  86. 8665218 Merge tag 'jfs-3.10' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 11 years ago
  87. 73aaa22 jfs: fix a couple races by Dave Kleikamp · 11 years ago
  88. 4f2ac93 block: Remove bi_idx references by Kent Overstreet · 12 years ago
  89. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  90. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  91. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  92. 6176772 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  93. 4de8027 fs/jfs: Fix typo in comment : 'how may' -> 'how many' by Philippe De Muyter · 11 years ago
  94. 9d48017 jfs: avoid undefined behavior from left-shifting by 32 bits by Nickolai Zeldovich · 11 years ago
  95. 86dd07d jfs: drop vmtruncate by Marco Stornelli · 12 years ago
  96. 4e7a4b0 jfs: Fix FITRIM argument handling by Lukas Czerner · 12 years ago
  97. eb0ad9c Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 12 years ago
  98. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  99. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  100. c18cdc1 userns: Convert jfs to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago