1. 218e302 fs/hfs/extent.c: fix array out of bounds read of array extent by Colin Ian King · 6 years ago
  2. 79fb2b8 hfs: update timestamp on truncate() by Ernesto A. Fernández · 6 years ago
  3. d78a7b5 hfs: fix return value of hfs_get_block() by Ernesto A. Fernández · 6 years ago
  4. bae19f9 hfs: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
  5. 09bb000 hfs: fix BUG on bnode parent update by Ernesto A. Fernández · 6 years ago
  6. 5cf4154 hfs: do not free node before using by Pan Bian · 5 years ago
  7. 36b9d75 hfs: prevent btree data loss on root split by Ernesto A. Fernández · 6 years ago
  8. a9d3f38 hfs: prevent crash on exit from failed search by Ernesto A. Fernández · 6 years ago
  9. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  10. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  11. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  13. b8020ef hfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  14. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  15. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  16. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  17. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  18. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  19. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  20. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  21. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  22. 71e9396 qstr: constify instances in hfs by Al Viro · 8 years ago
  23. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  24. 93c76a3 file_inode(f)->i_mapping is f->f_mapping by Al Viro · 8 years ago
  25. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  26. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. 9717a91 hfs: switch to ->iterate_shared() by Al Viro · 8 years ago
  28. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  29. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  30. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  31. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  32. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  33. 2c35dea fs/hfs/catalog.c: use list_for_each_entry in hfs_cat_delete by Geliang Tang · 8 years ago
  34. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 8 years ago
  35. 80f8dcc HFS wants 8Kb per-superblock allocation; just use kmalloc() by Al Viro · 8 years ago
  36. b4cc0ef hfs: fix B-tree corruption after insertion at position 0 by Hin-Tak Leung · 9 years ago
  37. 7cb74be hfs,hfsplus: cache pages correctly between bnode_create and bnode_free by Hin-Tak Leung · 9 years ago
  38. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  39. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  40. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago
  41. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  42. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  43. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  44. 13f2448 hfs: incorrect return values by Chengyu Song · 9 years ago
  45. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  46. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  47. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  48. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  49. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  50. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  51. ddbc22e fs/hfs/catalog.c: fix comparison bug in hfs_cat_keycmp by Rasmus Villemoes · 9 years ago
  52. a792d90 fs/hfs/hfs_fs.h: remove redundant sys_tz declaration by Fabian Frederick · 10 years ago
  53. 8174202 write_iter variants of {__,}generic_file_aio_write() by Al Viro · 10 years ago
  54. aad4f8b switch simple generic_file_aio_read() users to ->read_iter() by Al Viro · 10 years ago
  55. 31b1403 switch {__,}blockdev_direct_IO() to iov_iter by Al Viro · 10 years ago
  56. a6cbcd4 get rid of pointless iov_length() in ->direct_IO() by Al Viro · 10 years ago
  57. d8d3d94 pass iov_iter to ->direct_IO() by Al Viro · 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. 74a797d fs/hfs/btree.h: remove duplicate defines by Michael Opdenacker · 10 years ago
  62. 7caef26 truncate: drop 'oldsize' truncate_pagecache() parameter by Kirill A. Shutemov · 11 years ago
  63. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  64. 002f8be [readdir] convert hfs by Al Viro · 11 years ago
  65. fb09c37 hfs: avoid crash in hfs_bnode_create by Jeff Mahoney · 11 years ago
  66. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
  67. a27bb33 aio: don't include aio.h in sched.h by Kent Overstreet · 11 years ago
  68. 1950267 hfs: SMP race on directory close() by Al Viro · 11 years ago
  69. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 11 years ago
  70. c2b3e1f hfs/hfsplus: convert dprint to hfs_dbg by Joe Perches · 11 years ago
  71. 9509f17 hfs: add error checking for hfs_find_init() by Alexey Khoroshilov · 11 years ago
  72. 7f78e03 fs: Limit sys_mount to only request filesystem modules. by Eric W. Biederman · 11 years ago
  73. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  74. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  75. adae074 fs/hfs: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 11 years ago
  76. c8cf464 hfs: drop vmtruncate by Marco Stornelli · 11 years ago
  77. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  78. 8c0a853 fs: push rcu_barrier() from deactivate_locked_super() to filesystems by Kirill A. Shutemov · 12 years ago
  79. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  80. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  81. 43b5e4c userns: Convert hfs to use kuid and kgid where appropriate by Eric W. Biederman · 12 years ago
  82. 4382973 workqueue: deprecate flush[_delayed]_work_sync() by Tejun Heo · 12 years ago
  83. 50640bc hfs: nuke write_super from comments by Artem Bityutskiy · 12 years ago
  84. 5687b57 hfs: get rid of hfs_sync_super by Artem Bityutskiy · 12 years ago
  85. b16ca62 hfs: introduce VFS superblock object back-reference by Artem Bityutskiy · 12 years ago
  86. 4527440 hfs: simplify a bit checking for R/O by Artem Bityutskiy · 12 years ago
  87. a3742d4 hfs: remove extra mdb write on unmount by Artem Bityutskiy · 12 years ago
  88. b593523 hfs: get rid of lock_super by Artem Bityutskiy · 12 years ago
  89. 715189d hfs: push lock_super down by Artem Bityutskiy · 12 years ago
  90. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  91. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  92. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  93. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  94. 48fde70 switch open-coded instances of d_make_root() to new helper by Al Viro · 12 years ago
  95. 34c80b1 vfs: switch ->show_options() to struct dentry * by Al Viro · 12 years ago
  96. e021d7b hfs: propagate umode_t by Al Viro · 13 years ago
  97. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  98. 18bb1db switch vfs_mkdir() and ->mkdir() to umode_t by Al Viro · 13 years ago
  99. 6b520e0 vfs: fix the stupidity with i_dentry in inode destructors by Al Viro · 12 years ago
  100. bc5b8a9 hfs: add sanity check for file name length by Dan Carpenter · 12 years ago