1. 6c24337 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  2. 6f69f0e fscrypt: constify struct fscrypt_operations by Eric Biggers · 7 years ago
  3. 46f47e4 fscrypt: split supp and notsupp declarations into their own headers by Eric Biggers · 8 years ago
  4. 1cb51a1 ubifs: Fix journal replay wrt. xattr nodes by Richard Weinberger · 8 years ago
  5. 3d4b2fc ubifs: remove redundant checks for encryption key by Eric Biggers · 8 years ago
  6. a75467d ubifs: allow encryption ioctls in compat mode by Eric Biggers · 8 years ago
  7. 404e0b6 ubifs: add CONFIG_BLOCK dependency for encryption by Arnd Bergmann · 8 years ago
  8. 507502a ubifs: fix unencrypted journal write by Peter Rosin · 8 years ago
  9. e8f1974 ubifs: ensure zero err is returned on successful return by Colin Ian King · 8 years ago
  10. a5d431e fscrypt: make fscrypt_operations.key_prefix a string by Eric Biggers · 8 years ago
  11. 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
  12. ba75d57 ubifs: Initialize fstr_real_len by Richard Weinberger · 8 years ago
  13. ec9160d ubifs: Use fscrypt ioctl() helpers by Richard Weinberger · 8 years ago
  14. 3858866 ubifs: Use FS_CFLG_OWN_PAGES by Richard Weinberger · 8 years ago
  15. fc4b891 ubifs: Raise write version to 5 by Richard Weinberger · 8 years ago
  16. e021986 ubifs: Implement UBIFS_FLG_ENCRYPTION by Richard Weinberger · 8 years ago
  17. d63d61c ubifs: Implement UBIFS_FLG_DOUBLE_HASH by Richard Weinberger · 8 years ago
  18. cc41a53 ubifs: Use a random number for cookies by Richard Weinberger · 8 years ago
  19. 528e3d1 ubifs: Add full hash lookup support by Richard Weinberger · 8 years ago
  20. b91dc98 ubifs: Rename tnc_read_node_nm by Richard Weinberger · 8 years ago
  21. ca7f85b ubifs: Add support for encrypted symlinks by Richard Weinberger · 8 years ago
  22. f4f61d2 ubifs: Implement encrypted filenames by Richard Weinberger · 8 years ago
  23. b9bc8c7 ubifs: Make r5 hash binary string aware by Richard Weinberger · 8 years ago
  24. 304790c ubifs: Relax checks in ubifs_validate_entry() by Richard Weinberger · 8 years ago
  25. 7799953 ubifs: Implement encrypt/decrypt for all IO by Richard Weinberger · 8 years ago
  26. 1ee7787 ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted() by Richard Weinberger · 8 years ago
  27. f1f52d6 ubifs: Introduce new data node field, compr_size by Richard Weinberger · 8 years ago
  28. 959c2de ubifs: Enforce crypto policy in mmap by Richard Weinberger · 8 years ago
  29. 700eada ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto by Richard Weinberger · 8 years ago
  30. 9270b2f ubifs: Preload crypto context in ->lookup() by Richard Weinberger · 8 years ago
  31. ac7e47a ubifs: Enforce crypto policy in ->link and ->rename by Richard Weinberger · 8 years ago
  32. a79bff2 ubifs: Implement file open operation by Richard Weinberger · 8 years ago
  33. ba40e6a ubifs: Implement directory open operation by Richard Weinberger · 8 years ago
  34. 43b113f ubifs: Massage ubifs_listxattr() for encryption context by Richard Weinberger · 8 years ago
  35. d475a50 ubifs: Add skeleton for fscrypto by Richard Weinberger · 8 years ago
  36. 6a5e98a ubifs: Define UBIFS crypto context xattr by Richard Weinberger · 8 years ago
  37. ade46c3 ubifs: Export xattr get and set functions by Richard Weinberger · 8 years ago
  38. f6337d8 ubifs: Export ubifs_check_dir_empty() by Richard Weinberger · 8 years ago
  39. d40a796 ubifs: Remove some dead code by Christophe Jaillet · 8 years ago
  40. 1b7fc2c ubifs: Use dirty_writeback_interval value for wbuf timer by Rafał Miłecki · 8 years ago
  41. 854826c ubifs: Drop softlimit and delta fields from struct ubifs_wbuf by Rafał Miłecki · 8 years ago
  42. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  43. a00052a ubifs: Fix regression in ubifs_readdir() by Richard Weinberger · 8 years ago
  44. c83ed4c ubifs: Abort readdir upon error by Richard Weinberger · 8 years ago
  45. 843741c ubifs: Fix xattr_names length in exit paths by Richard Weinberger · 8 years ago
  46. 390975a ubifs: Rename ubifs_rename2 by Richard Weinberger · 8 years ago
  47. 4c60992 Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  48. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 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. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  51. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  52. ec037df UBIFS: improve function-level documentation by Julia Lawall · 8 years ago
  53. 74e9c70 ubifs: fix host xattr_len when changing xattr by Pascal Eberhard · 8 years ago
  54. 1e03953 ubifs: Use move variable in ubifs_rename() by Richard Weinberger · 8 years ago
  55. 9ec6496 ubifs: Implement RENAME_EXCHANGE by Richard Weinberger · 8 years ago
  56. 9e0a1ff ubifs: Implement RENAME_WHITEOUT by Richard Weinberger · 8 years ago
  57. 474b937 ubifs: Implement O_TMPFILE by Richard Weinberger · 8 years ago
  58. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  59. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  60. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 8 years ago
  61. 17ce1eb ubifs: Fix xattr generic handler usage by Richard Weinberger · 8 years ago
  62. c0082e9 ubifs: Fix assertion in layout_in_gaps() by Vincent Stehlé · 8 years ago
  63. 13cd091 ubifs: switch_gc_head: Remove redondant sync of wbuf by Sylvain Etienne · 8 years ago
  64. dccbc91 ubifs: Silence early error messages if MS_SILENT is set by Daniel Golle · 8 years ago
  65. 380bc8b ubifs: Update comment for ubifs_errc by Daniel Golle · 8 years ago
  66. dfaf8d2 ubifs: Make xattr structures static by Ben Dooks · 8 years ago
  67. 1ae9264 ubifs: Silence error output if MS_SILENT is set by Daniel Golle · 8 years ago
  68. 4ac1c17 UBIFS: Implement ->migratepage() by Kirill A. Shutemov · 8 years ago
  69. 23a3e17 Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  70. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  71. 1112018 ubifs: ubifs_dump_inode: Fix dumping field bulk_read by Andreas Gruenbacher · 8 years ago
  72. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 8 years ago
  73. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  74. 2b88fc2 ubifs: Switch to generic xattr handlers by Andreas Gruenbacher · 8 years ago
  75. c51da20 more trivial ->iterate_shared conversions by Al Viro · 8 years ago
  76. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  77. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  78. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 8 years ago
  79. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  80. c27cb97 ubifs: Remove unused header by Andreas Gruenbacher · 8 years ago
  81. 3e7f2c5 ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warn by Joe Perches · 8 years ago
  82. 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
  83. 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
  84. 60b7eca Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  85. 4fdd1d5 ubifs: Use XATTR_*_PREFIX_LEN by Richard Weinberger · 9 years ago
  86. 170eb55 UBIFS: add a comment in key.h for unused parameter by Dongsheng Yang · 9 years ago
  87. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 9 years ago
  88. 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  89. 13d3408 ubifs: Remove unused security xattr handler by Andreas Gruenbacher · 9 years ago
  90. 01504f5 Merge tag 'upstream-4.4-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 9 years ago
  91. 8c1c5f2 ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs by Dongsheng Yang · 9 years ago
  92. ab92a20 ubifs: make ubifs_[get|set]xattr atomic by Dongsheng Yang · 9 years ago
  93. 54bcfdf UBIFS: Delete unnecessary checks before the function call "iput" by Markus Elfring · 9 years ago
  94. aeeb14f UBIFS: Fix possible memory leak in ubifs_readdir() by Richard Weinberger · 9 years ago
  95. 86ba9ed fs/ubifs: remove unnecessary new_valid_dev check by Yaowei Bai · 9 years ago
  96. be186cc UBIFS: print verbose message when rescanning a corrupted node by shengyong · 9 years ago
  97. 8f6983ab UBIFS: call dbg_is_power_cut() instead of reading c->dbg->pc_happened by shengyong · 9 years ago
  98. 7d25b36 UBIFS: fix a typo in comment of ubifs_budget_req by Dongsheng Yang · 9 years ago
  99. bbc8a004 UBIFS: use kmemdup rather than duplicating its implementation by Andrzej Hajda · 9 years ago
  100. cf6f54e UBIFS: Kill unneeded locking in ubifs_init_security by Richard Weinberger · 9 years ago