1. bacf3d2 jfs: fix bogus variable self-initialization by Arnd Bergmann · 5 years ago
  2. 240d465 jfs: Fix inconsistency between memory allocation and ea_buf->max_size by Shankara Pailoor · 6 years ago
  3. 2d2d3f1 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  4. 3a79e1c jfs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  5. 61604a2 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  6. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  7. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  8. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  9. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  11. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  12. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  13. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  14. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  15. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  16. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  17. 240c518 jfs: Simplify code by Christophe JAILLET · 8 years ago
  18. 7cfcd8b jfs: jump to error_out when filemap_{fdatawait, write_and_wait} fails by Quorum Laval · 8 years ago
  19. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  20. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  21. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  22. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  23. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  24. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  25. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  26. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  27. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  28. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. dba1e98 Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 8 years ago
  30. c8b6056 jfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  31. 6c8f980 jfs: Clean up xattr name mapping by Andreas Gruenbacher · 8 years ago
  32. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  33. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  34. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  35. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  36. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  37. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 8 years ago
  38. 6ed71e9 jfs: Coalesce some formats by Joe Perches · 8 years ago
  39. aa57574 jfs: Remove unnecessary line continuations and terminating newlines by Joe Perches · 8 years ago
  40. b18db6d jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err uses by Joe Perches · 8 years ago
  41. 8861964 jfs: Remove unnecessary code in jfs_get_acl by Andreas Gruenbacher · 8 years ago
  42. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  43. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  44. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  45. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  46. 76e8d7cb jfs: microoptimize get_zeroed_page / virt_to_page by Al Viro · 8 years ago
  47. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  48. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 8 years ago
  49. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 8 years ago
  50. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 8 years ago
  51. a2a1704 fs/jfs: remove unnecessary new_valid_dev() checks by Yaowei Bai · 8 years ago
  52. e31fb9e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  53. 6cf66b4 fs: use helper bio_add_page() instead of open coding on bi_io_vec by Kent Overstreet · 9 years ago
  54. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  55. acc84b0 jfs: Handle error from dquot_initialize() by Dave Kleikamp · 9 years ago
  56. f76d94d Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 9 years ago
  57. 2645695 jfs: clean up jfs_rename and fix out of order unlock by Dave Kleikamp · 9 years ago
  58. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  59. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago
  60. f7f31ad jfs: fix indentation on if statement by Colin Ian King · 9 years ago
  61. 55a8d02 jfs: removed a prohibited space after opening parenthesis by Nan Jia · 9 years ago
  62. ad476fe jfs: switch to simple_follow_link() by Al Viro · 9 years ago
  63. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  64. 4fc8adc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  65. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  66. ee14624 fs, jfs: remove slab object constructor by David Rientjes · 9 years ago
  67. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  68. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  69. 78d5dcd Merge tag 'jfs-4.1' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 9 years ago
  70. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  71. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  72. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  73. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  74. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  75. 7d2ac45 jfs: %pf is only for function pointers by Scott Wood · 9 years ago
  76. 0389115 Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  77. 0ae45f6 vfs: add support for a lazytime mount option by Theodore Ts'o · 9 years ago
  78. 648695c jfs: Deletion of an unnecessary check before the function call "unload_nls" by Markus Elfring · 9 years ago
  79. e1f1fe7 jfs: get rid of homegrown endianness helpers by Al Viro · 9 years ago
  80. cbfe0de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  81. a455589 assorted conversions to %p[dD] by Al Viro · 10 years ago
  82. 507e1fa jfs: Convert to private i_dquot field by Jan Kara · 10 years ago
  83. 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
  84. 9bb8730 jfs: don't hash direct inode by Al Viro · 10 years ago
  85. f139caf sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule() by Kirill Tkhai · 10 years ago
  86. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  87. 8d02076 ->splice_write() via ->write_iter() by Al Viro · 10 years ago
  88. bb5e50a fs/jfs/super.c: convert simple_str to kstr by Fabian Frederick · 10 years ago
  89. 4f65b6d fs/jfs/jfs_dmap.c: replace min/casting by min_t by Fabian Frederick · 10 years ago
  90. 789602e fs/jfs/super.c: remove 0 assignment to static + code clean-up by Fabian Frederick · 10 years ago
  91. bc4e6b2 fs/jfs/jfs_logmgr.c: remove NULL assignment on static by Fabian Frederick · 10 years ago
  92. e31da3f JFS: Check for NULL before calling posix_acl_equiv_mode() by William Burrow · 10 years ago
  93. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  94. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  95. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  96. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  97. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 10 years ago
  98. 24e4a0f fs/jfs/jfs_inode.c: atomically set inode->i_flags by Fabian Frederick · 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. 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 10 years ago