1. 3151839 hfsplus: fix crash and filesystem corruption when deleting files by Simon Gander · 4 years, 4 months ago
  2. 0013adc hfsplus: update timestamps on truncate() by Ernesto A. Fernández · 6 years ago
  3. 550da9e hfsplus: fix return value of hfsplus_get_block() by Ernesto A. Fernández · 6 years ago
  4. 0b54b59 hfsplus: prevent btree data loss on ENOSPC by Ernesto A. Fernández · 6 years ago
  5. 1df9694 hfsplus: fix BUG on bnode parent update by Ernesto A. Fernández · 6 years ago
  6. ab31765 hfsplus: do not free node before using by Pan Bian · 6 years ago
  7. 52fc49b hfsplus: prevent btree data loss on root split by Ernesto A. Fernández · 6 years ago
  8. aba93a9 hfsplus: prevent crash on exit from failed search by Ernesto A. Fernandez · 6 years ago
  9. a7ec7a4 hfsplus: fix NULL dereference in hfsplus_lookup() by Ernesto A. Fernández · 6 years ago
  10. f168d9f hfsplus: drop ACL support by Ernesto A. Fernández · 6 years ago
  11. afd6c9e hfsplus: fix decomposition of Hangul characters by Ernesto A. Fernández · 6 years ago
  12. 31651c6 hfsplus: avoid deadlock on file truncation by Ernesto A. Fernández · 6 years ago
  13. 7464726 hfsplus: don't return 0 when fill_super() failed by Tetsuo Handa · 6 years ago
  14. 7a93251 Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  15. 95582b0 vfs: change inode times to use struct timespec64 by Deepa Dinamani · 6 years ago
  16. b058efc Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  17. 293542d hfsplus: switch to d_splice_alias() by Al Viro · 6 years ago
  18. 66072c29 hfsplus: stop workqueue when fill_super() failed by Tetsuo Handa · 6 years ago
  19. b0cd38c hfsplus: honor setgid flag on directories by Ernesto A. Fernandez · 6 years ago
  20. 91581e4 fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at by Adam Borowski · 7 years ago
  21. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  22. 15ec3718 hfs/hfsplus: clean up unused variables in bnode.c by Christos Gkekas · 7 years ago
  23. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  24. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  25. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  26. ec3604c Merge tag 'wberr-v4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  27. 74d4699 block: replace bi_bdev with a gendisk pointer and partitions index by Christoph Hellwig · 7 years ago
  28. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 7 years ago
  29. 8496946 hfsplus: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  30. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  31. c718a97 fs: semove set but not checked AOP_FLAG_UNINTERRUPTIBLE flag by Tetsuo Handa · 7 years ago
  32. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 7 years ago
  33. a3f2235 hfsplus: atomically read inode size by Fabian Frederick · 7 years ago
  34. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  35. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  36. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  37. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  38. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  39. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  40. 02027d4 fs: Replace CURRENT_TIME_SEC with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  41. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  42. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  43. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  44. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  45. fe64f32 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  46. 835c92d Merge branch 'work.const-qstr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  47. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  48. d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
  49. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  50. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  51. b5cce52 qstr: constify instances in hfsplus by Al Viro · 8 years ago
  52. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  53. 67ed259 hfsplus: use bio op accessors by Mike Christie · 8 years ago
  54. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  55. 93c76a3 file_inode(f)->i_mapping is f->f_mapping by Al Viro · 9 years ago
  56. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  57. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  58. 323ee8f hfsplus: switch to ->iterate_shared() by Al Viro · 8 years ago
  59. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  60. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  61. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  62. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  63. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 8 years ago
  64. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  65. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  66. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  67. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  68. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  69. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
  70. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  71. e282fb7 hfsplus: Remove unused xattr handler list operations by Andreas Gruenbacher · 9 years ago
  72. 7cb74be hfs,hfsplus: cache pages correctly between bnode_create and bnode_free by Hin-Tak Leung · 9 years ago
  73. a068acf fs: create and use seq_show_option for escaping by Kees Cook · 9 years ago
  74. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  75. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago
  76. 66114ca writeback: separate out include/linux/backing-dev-defs.h by Tejun Heo · 9 years ago
  77. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  78. 54e514b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  79. db579e7 hfsplus: don't store special "osx" xattr prefix on-disk by Thomas Hebb · 9 years ago
  80. 059a704 hfsplus: fix expand when not enough available space by Sergei Antonov · 9 years ago
  81. 27a4e38 hfsplus: incorrect return value by Chengyu Song · 9 years ago
  82. 7ce844a fs/hfsplus: replace if/BUG by BUG_ON by Fabian Frederick · 9 years ago
  83. 1ad8d63 fs/hfsplus: use bool instead of int for is_known_namespace() return value by Fabian Frederick · 9 years ago
  84. 73d28d57 fs/hfsplus: atomically set inode->i_flags by Fabian Frederick · 9 years ago
  85. 5e61473 fs/hfsplus: move xattr_name allocation in hfsplus_setxattr() by Fabian Frederick · 9 years ago
  86. a3cef4c fs/hfsplus: move xattr_name allocation in hfsplus_getxattr() by Fabian Frederick · 9 years ago
  87. f01fa5f hfsplus: add missing curly braces in hfsplus_delete_cat() by Dan Carpenter · 9 years ago
  88. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  89. 22c6186 direct_IO: remove rw from a_ops->direct_IO() by Omar Sandoval · 9 years ago
  90. 6f67376 direct_IO: use iov_iter_rw() instead of rw everywhere by Omar Sandoval · 9 years ago
  91. 17f8c84 Remove rw from {,__,do_}blockdev_direct_IO() by Omar Sandoval · 9 years ago
  92. 5d5d568 make new_sync_{read,write}() static by Al Viro · 9 years ago
  93. 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 9 years ago
  94. e2e40f2 fs: move struct kiocb to fs.h by Christoph Hellwig · 9 years ago
  95. 98cf21c hfsplus: fix B-tree corruption after insertion at position 0 by Sergei Antonov · 9 years ago
  96. e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
  97. 89ac9b4 hfsplus: fix longname handling by Sougata Santra · 10 years ago
  98. 16b9057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  99. df3d4e7 hfsplus: fix compiler warning on PowerPC by Christian Kujau · 10 years ago
  100. b73f3d0 fs/hfsplus: fix pr_foo() and hfs_dbg formats by Fabian Frederick · 10 years ago