1. 77cb51e Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 7 years ago
  2. 4fb1cd8 ubifs: Remove useless parameter of lpt_heap_replace by Jiang Biao · 7 years ago
  3. cc19478 ubifs: Constify struct ubifs_lprops in scan_for_leb_for_idx by Jiang Biao · 7 years ago
  4. ae4c808 ubifs: remove unnecessary assignment by Stefan Agner · 7 years ago
  5. aac1794 ubifs: Check ubifs_wbuf_sync() return code by Richard Weinberger · 7 years ago
  6. f355625 ubifs: fix bogus __mark_inode_dirty(I_DIRTY_SYNC | I_DIRTY_DATASYNC) call by Christoph Hellwig · 7 years ago
  7. 3462ac5 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 7 years ago
  8. b3e7383 ubifs: remove error message in ubifs_xattr_get by Rock Lee · 7 years ago
  9. 252153b ubifs: switch to fscrypt_prepare_setattr() by Eric Biggers · 7 years ago
  10. a0b3ccd ubifs: switch to fscrypt_prepare_lookup() by Eric Biggers · 7 years ago
  11. 0c1ad52 ubifs: switch to fscrypt_prepare_rename() by Eric Biggers · 7 years ago
  12. 5653878 ubifs: switch to fscrypt_prepare_link() by Eric Biggers · 7 years ago
  13. 7e35c4d ubifs: switch to fscrypt_file_open() by Eric Biggers · 7 years ago
  14. c877154 ubifs: Fix uninitialized variable in search_dh_cookie() by Geert Uytterhoeven · 7 years ago
  15. 3d204e2 fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 7 years ago
  16. 81dd76b ubifs: switch to fscrypt_get_symlink() by Eric Biggers · 7 years ago
  17. 0e4dda2 ubifs: switch to fscrypt ->symlink() helper functions by Eric Biggers · 7 years ago
  18. 6b46d44 ubifs: free the encrypted symlink target by Eric Biggers · 7 years ago
  19. 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
  20. 32190f0 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 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. ffcc4182 fscrypt: remove unneeded empty fscrypt_operations structs by Eric Biggers · 7 years ago
  23. f7293e4 fscrypt: remove ->is_encrypted() by Eric Biggers · 7 years ago
  24. 2ee6a57 fs, fscrypt: add an S_ENCRYPTED inode flag by Eric Biggers · 7 years ago
  25. 734f0d2 fscrypt: clean up include file mess by Dave Chinner · 7 years ago
  26. 0f0d127 Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  27. 2916ecc mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY by Jérôme Glisse · 7 years ago
  28. 3b49c9a fs: convert a pile of fsync routines to errseq_t based reporting by Jeff Layton · 7 years ago
  29. bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 7 years ago
  30. a666443 ubifs: Set double hash cookie also for RENAME_EXCHANGE by Richard Weinberger · 7 years ago
  31. d8db5b1c ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs by Xiaolei Li · 7 years ago
  32. 4acadda ubifs: Don't leak kernel memory to the MTD by Richard Weinberger · 7 years ago
  33. 480a1a6 ubifs: Change gfp flags in page allocation for bulk read by Hyunchul Lee · 7 years ago
  34. 07d41c3 ubifs: Fix oops when remounting with no_bulk_read. by karam.lee · 7 years ago
  35. df71b09 ubifs: Fail commit if TNC is obviously inconsistent by Richard Weinberger · 7 years ago
  36. 319c104 ubifs: allow userspace to map mounts to volumes by Rabin Vincent · 7 years ago
  37. a02a6eb ubifs: Wire-up statx() support by Richard Weinberger · 7 years ago
  38. d2eb852 ubifs: Remove dead code from ubifs_get_link() by Richard Weinberger · 8 years ago
  39. 35ee314 ubifs: Massage debug prints wrt. fscrypt by Richard Weinberger · 8 years ago
  40. 8b2900c ubifs: Add assert to dent_key_init() by Richard Weinberger · 8 years ago
  41. 781f675 ubifs: Fix unlink code wrt. double hash lookups by Richard Weinberger · 8 years ago
  42. 59a7499 ubifs: Fix data node size for truncating uncompressed nodes by David Oberhollenzer · 8 years ago
  43. f34e87f ubifs: Don't encrypt special files on creation by David Gstir · 8 years ago
  44. bb50c63 ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_rename by Hyunchul Lee · 8 years ago
  45. 4d35ca4 ubifs: Fix inode data budget in ubifs_mknod by Hyunchul Lee · 8 years ago
  46. 272eda8 ubifs: Correctly evict xattr inodes by Richard Weinberger · 8 years ago
  47. e996bfd ubifs: Unexport ubifs_inode_slab by Richard Weinberger · 8 years ago
  48. af65936 ubifs: don't bother checking for encryption key in ->mmap() by Eric Biggers · 7 years ago
  49. 4afb999 ubifs: require key for truncate(2) of encrypted file by Eric Biggers · 7 years ago
  50. b53c4d5 Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  51. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  52. 607a11a fs: ubifs: replace CURRENT_TIME_SEC with current_time by Deepa Dinamani · 8 years ago
  53. 798868c ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctl by Rock Lee · 8 years ago
  54. 2a068da ubifs: Remove unnecessary assignment by Stefan Agner · 8 years ago
  55. 6a258f7 ubifs: Fix cut and paste error on sb type comparisons by Colin Ian King · 8 years ago
  56. 8326c1e ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels by Hyunchul Lee · 8 years ago
  57. 677375c Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  58. 413d5a9 ubifs: check for consistent encryption contexts in ubifs_lookup() by Eric Biggers · 8 years ago
  59. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  60. 99edd45 ubifs: Convert to separately allocated bdi by Jan Kara · 8 years ago
  61. 32fe905 ubifs: Fix O_TMPFILE corner case in ubifs_link() by Richard Weinberger · 8 years ago
  62. c3d9fda ubifs: Fix RENAME_WHITEOUT support by Felix Fietkau · 8 years ago
  63. 33fda9f ubifs: Fix debug messages for an invalid filename in ubifs_dump_inode by Hyunchul Lee · 8 years ago
  64. e328379 ubifs: Fix debug messages for an invalid filename in ubifs_dump_node by Hyunchul Lee · 8 years ago
  65. b20e2d9 ubifs: Remove filename from debug messages in ubifs_readdir by Hyunchul Lee · 8 years ago
  66. 63ed657 ubifs: Fix memory leak in error path in ubifs_mknod by Richard Weinberger · 8 years ago
  67. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  68. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  69. 6c24337 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  70. 6f69f0e fscrypt: constify struct fscrypt_operations by Eric Biggers · 8 years ago
  71. 46f47e4 fscrypt: split supp and notsupp declarations into their own headers by Eric Biggers · 8 years ago
  72. 1cb51a1 ubifs: Fix journal replay wrt. xattr nodes by Richard Weinberger · 8 years ago
  73. 3d4b2fc ubifs: remove redundant checks for encryption key by Eric Biggers · 8 years ago
  74. a75467d ubifs: allow encryption ioctls in compat mode by Eric Biggers · 8 years ago
  75. 404e0b6 ubifs: add CONFIG_BLOCK dependency for encryption by Arnd Bergmann · 8 years ago
  76. 507502a ubifs: fix unencrypted journal write by Peter Rosin · 8 years ago
  77. e8f1974 ubifs: ensure zero err is returned on successful return by Colin Ian King · 8 years ago
  78. a5d431e fscrypt: make fscrypt_operations.key_prefix a string by Eric Biggers · 8 years ago
  79. 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
  80. ba75d57 ubifs: Initialize fstr_real_len by Richard Weinberger · 8 years ago
  81. ec9160d ubifs: Use fscrypt ioctl() helpers by Richard Weinberger · 8 years ago
  82. 3858866 ubifs: Use FS_CFLG_OWN_PAGES by Richard Weinberger · 8 years ago
  83. fc4b891 ubifs: Raise write version to 5 by Richard Weinberger · 8 years ago
  84. e021986 ubifs: Implement UBIFS_FLG_ENCRYPTION by Richard Weinberger · 8 years ago
  85. d63d61c ubifs: Implement UBIFS_FLG_DOUBLE_HASH by Richard Weinberger · 8 years ago
  86. cc41a53 ubifs: Use a random number for cookies by Richard Weinberger · 8 years ago
  87. 528e3d1 ubifs: Add full hash lookup support by Richard Weinberger · 8 years ago
  88. b91dc98 ubifs: Rename tnc_read_node_nm by Richard Weinberger · 8 years ago
  89. ca7f85b ubifs: Add support for encrypted symlinks by Richard Weinberger · 8 years ago
  90. f4f61d2 ubifs: Implement encrypted filenames by Richard Weinberger · 8 years ago
  91. b9bc8c7 ubifs: Make r5 hash binary string aware by Richard Weinberger · 8 years ago
  92. 304790c ubifs: Relax checks in ubifs_validate_entry() by Richard Weinberger · 8 years ago
  93. 7799953 ubifs: Implement encrypt/decrypt for all IO by Richard Weinberger · 8 years ago
  94. 1ee7787 ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted() by Richard Weinberger · 8 years ago
  95. f1f52d6 ubifs: Introduce new data node field, compr_size by Richard Weinberger · 8 years ago
  96. 959c2de ubifs: Enforce crypto policy in mmap by Richard Weinberger · 8 years ago
  97. 700eada ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto by Richard Weinberger · 8 years ago
  98. 9270b2f ubifs: Preload crypto context in ->lookup() by Richard Weinberger · 8 years ago
  99. ac7e47a ubifs: Enforce crypto policy in ->link and ->rename by Richard Weinberger · 8 years ago
  100. a79bff2 ubifs: Implement file open operation by Richard Weinberger · 8 years ago