1. b754f28 jfs: fix bogus variable self-initialization by Arnd Bergmann · 5 years ago
  2. 5bae2be Merge tag 'jfs-4.19' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 6 years ago
  3. 0ea97a2 Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  4. 961b33c jfs: Fix usercopy whitelist for inline inode data by Kees Cook · 6 years ago
  5. c7b15a8 jfs: don't bother with make_bad_inode() in ialloc() by Al Viro · 6 years ago
  6. 5bef915 new helper: inode_fake_hash() by Al Viro · 6 years ago
  7. a6cbedf jfs: switch to discard_new_inode() by Al Viro · 6 years ago
  8. bd64610 jfs: use time64_t for otime by Arnd Bergmann · 6 years ago
  9. ba4dbde Merge tag 'jfs-4.18' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 6 years ago
  10. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  11. 92d3413 jfs: Fix inconsistency between memory allocation and ea_buf->max_size by Shankara Pailoor · 6 years ago
  12. cf626b0 Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  13. 07a3b8e jfs: simplify procfs code by Christoph Hellwig · 6 years ago
  14. 1e2e547 do d_instantiate/unlock_new_inode combinations safely by Al Viro · 6 years ago
  15. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 6 years ago
  16. 8d2704d jfs: Define usercopy region in jfs_ip slab cache by David Windsor · 7 years ago
  17. 91581e4 fs/*/Kconfig: drop links to 404-compliant http://acl.bestbits.at by Adam Borowski · 7 years ago
  18. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  19. ac446dc Merge tag 'jfs-4.15' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 7 years ago
  20. 88a96fa jfs: Add missing NULL pointer check in __get_metapage by Juerg Haefliger · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. 04d73f8 jfs: remove increment of i_version counter by Jeff Layton · 7 years ago
  23. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  24. a0725ab Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  25. 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
  26. c227390 jfs should use MAX_LFS_FILESIZE when calculating s_maxbytes by Dave Kleikamp · 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. 25f6a53 Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 7 years ago
  30. f070e5a jfs: preserve i_mode if __jfs_set_acl() fails by Ernesto A. Fernández · 7 years ago
  31. 9bcf66c jfs: Don't clear SGID when inheriting ACLs by Jan Kara · 7 years ago
  32. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  33. 33198c1 Merge tag 'for-linus-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linux by Linus Torvalds · 7 years ago
  34. 11ab831 JFS: do not ignore return code from write_one_page() by Dave Kleikamp · 7 years ago
  35. 2b69c82 mm: drop "wait" parameter from write_one_page() by Jeff Layton · 7 years ago
  36. 4e4cbee block: switch bios to blk_status_t by Christoph Hellwig · 7 years ago
  37. 7ba4a2e jfs: Remove jfs_get_inode_flags() by Jan Kara · 7 years ago
  38. 12fd086 jfs: Set flags on quota files directly by Jan Kara · 7 years ago
  39. 9340747 fs: add i_blocksize() by Fabian Frederick · 7 years ago
  40. 684666e jfs: atomically read inode size by Fabian Frederick · 8 years ago
  41. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  42. 231753e Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 8 years ago
  43. 3e5cecf Merge tag 'jfs-4.10' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 8 years ago
  44. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  45. 362ad5d fs: jfs: Replace CURRENT_TIME_SEC by current_time() by Deepa Dinamani · 8 years ago
  46. 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
  47. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  48. 3873691 Merge remote-tracking branch 'ovl/rename2' into for-linus by Al Viro · 8 years ago
  49. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  50. abb5a14 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  51. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  52. c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
  53. 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
  54. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  55. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  56. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  57. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  58. 240c518 jfs: Simplify code by Christophe JAILLET · 8 years ago
  59. 7cfcd8b jfs: jump to error_out when filemap_{fdatawait, write_and_wait} fails by Quorum Laval · 8 years ago
  60. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  61. 6784725 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  62. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  63. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  64. 95fe6c1 block, fs, mm, drivers: use bio set/get op accessors by Mike Christie · 8 years ago
  65. 4e49ea4 block/fs/drivers: remove rw argument from submit_bio by Mike Christie · 8 years ago
  66. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  67. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  68. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  69. c2e7b20 Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  70. dba1e98 Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 8 years ago
  71. c8b6056 jfs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  72. 6c8f980 jfs: Clean up xattr name mapping by Andreas Gruenbacher · 8 years ago
  73. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  74. c8b8e32 direct-io: eliminate the offset argument to ->direct_IO by Christoph Hellwig · 8 years ago
  75. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  76. fc64005 don't bother with ->d_inode->i_sb - it's always equal to ->d_sb by Al Viro · 8 years ago
  77. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  78. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 8 years ago
  79. 6ed71e9 jfs: Coalesce some formats by Joe Perches · 8 years ago
  80. aa57574 jfs: Remove unnecessary line continuations and terminating newlines by Joe Perches · 8 years ago
  81. b18db6d jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err uses by Joe Perches · 8 years ago
  82. 8861964 jfs: Remove unnecessary code in jfs_get_acl by Andreas Gruenbacher · 8 years ago
  83. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  84. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  85. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  86. ddf1d62 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  87. 76e8d7cb jfs: microoptimize get_zeroed_page / virt_to_page by Al Viro · 9 years ago
  88. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 9 years ago
  89. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  90. 21fc61c don't put symlink bodies in pagecache into highmem by Al Viro · 9 years ago
  91. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
  92. a2a1704 fs/jfs: remove unnecessary new_valid_dev() checks by Yaowei Bai · 9 years ago
  93. e31fb9e Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 9 years ago
  94. 6cf66b4 fs: use helper bio_add_page() instead of open coding on bi_io_vec by Kent Overstreet · 10 years ago
  95. 4246a0b block: add a bi_error field to struct bio by Christoph Hellwig · 9 years ago
  96. acc84b0 jfs: Handle error from dquot_initialize() by Dave Kleikamp · 9 years ago
  97. f76d94d Merge tag 'jfs-4.2' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 9 years ago
  98. 2645695 jfs: clean up jfs_rename and fix out of order unlock by Dave Kleikamp · 9 years ago
  99. 9abea2d ioctl_compat: handle FITRIM by Mikulas Patocka · 9 years ago
  100. db6172c fs: cleanup slight list_entry abuse by Rasmus Villemoes · 9 years ago