1. b53c4d5 Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  2. bf5f894 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  3. 607a11a fs: ubifs: replace CURRENT_TIME_SEC with current_time by Deepa Dinamani · 8 years ago
  4. 798868c ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctl by Rock Lee · 8 years ago
  5. 2a068da ubifs: Remove unnecessary assignment by Stefan Agner · 8 years ago
  6. 6a258f7 ubifs: Fix cut and paste error on sb type comparisons by Colin Ian King · 8 years ago
  7. 8326c1e ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels by Hyunchul Lee · 8 years ago
  8. 677375c Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  9. 413d5a9 ubifs: check for consistent encryption contexts in ubifs_lookup() by Eric Biggers · 8 years ago
  10. 6947529 Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block by Linus Torvalds · 8 years ago
  11. 99edd45 ubifs: Convert to separately allocated bdi by Jan Kara · 8 years ago
  12. 32fe905 ubifs: Fix O_TMPFILE corner case in ubifs_link() by Richard Weinberger · 8 years ago
  13. c3d9fda ubifs: Fix RENAME_WHITEOUT support by Felix Fietkau · 8 years ago
  14. 33fda9f ubifs: Fix debug messages for an invalid filename in ubifs_dump_inode by Hyunchul Lee · 8 years ago
  15. e328379 ubifs: Fix debug messages for an invalid filename in ubifs_dump_node by Hyunchul Lee · 8 years ago
  16. b20e2d9 ubifs: Remove filename from debug messages in ubifs_readdir by Hyunchul Lee · 8 years ago
  17. 63ed657 ubifs: Fix memory leak in error path in ubifs_mknod by Richard Weinberger · 8 years ago
  18. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 8 years ago
  19. 11bac80 mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf by Dave Jiang · 8 years ago
  20. 6c24337 Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 8 years ago
  21. 6f69f0e fscrypt: constify struct fscrypt_operations by Eric Biggers · 8 years ago
  22. 46f47e4 fscrypt: split supp and notsupp declarations into their own headers by Eric Biggers · 8 years ago
  23. 1cb51a1 ubifs: Fix journal replay wrt. xattr nodes by Richard Weinberger · 8 years ago
  24. 3d4b2fc ubifs: remove redundant checks for encryption key by Eric Biggers · 8 years ago
  25. a75467d ubifs: allow encryption ioctls in compat mode by Eric Biggers · 8 years ago
  26. 404e0b6 ubifs: add CONFIG_BLOCK dependency for encryption by Arnd Bergmann · 8 years ago
  27. 507502a ubifs: fix unencrypted journal write by Peter Rosin · 8 years ago
  28. e8f1974 ubifs: ensure zero err is returned on successful return by Colin Ian King · 8 years ago
  29. a5d431e fscrypt: make fscrypt_operations.key_prefix a string by Eric Biggers · 8 years ago
  30. 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
  31. ba75d57 ubifs: Initialize fstr_real_len by Richard Weinberger · 8 years ago
  32. ec9160d ubifs: Use fscrypt ioctl() helpers by Richard Weinberger · 8 years ago
  33. 3858866 ubifs: Use FS_CFLG_OWN_PAGES by Richard Weinberger · 8 years ago
  34. fc4b891 ubifs: Raise write version to 5 by Richard Weinberger · 8 years ago
  35. e021986 ubifs: Implement UBIFS_FLG_ENCRYPTION by Richard Weinberger · 8 years ago
  36. d63d61c ubifs: Implement UBIFS_FLG_DOUBLE_HASH by Richard Weinberger · 8 years ago
  37. cc41a53 ubifs: Use a random number for cookies by Richard Weinberger · 8 years ago
  38. 528e3d1 ubifs: Add full hash lookup support by Richard Weinberger · 8 years ago
  39. b91dc98 ubifs: Rename tnc_read_node_nm by Richard Weinberger · 8 years ago
  40. ca7f85b ubifs: Add support for encrypted symlinks by Richard Weinberger · 8 years ago
  41. f4f61d2 ubifs: Implement encrypted filenames by Richard Weinberger · 8 years ago
  42. b9bc8c7 ubifs: Make r5 hash binary string aware by Richard Weinberger · 8 years ago
  43. 304790c ubifs: Relax checks in ubifs_validate_entry() by Richard Weinberger · 8 years ago
  44. 7799953 ubifs: Implement encrypt/decrypt for all IO by Richard Weinberger · 8 years ago
  45. 1ee7787 ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted() by Richard Weinberger · 8 years ago
  46. f1f52d6 ubifs: Introduce new data node field, compr_size by Richard Weinberger · 8 years ago
  47. 959c2de ubifs: Enforce crypto policy in mmap by Richard Weinberger · 8 years ago
  48. 700eada ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto by Richard Weinberger · 8 years ago
  49. 9270b2f ubifs: Preload crypto context in ->lookup() by Richard Weinberger · 8 years ago
  50. ac7e47a ubifs: Enforce crypto policy in ->link and ->rename by Richard Weinberger · 8 years ago
  51. a79bff2 ubifs: Implement file open operation by Richard Weinberger · 8 years ago
  52. ba40e6a ubifs: Implement directory open operation by Richard Weinberger · 8 years ago
  53. 43b113f ubifs: Massage ubifs_listxattr() for encryption context by Richard Weinberger · 8 years ago
  54. d475a50 ubifs: Add skeleton for fscrypto by Richard Weinberger · 8 years ago
  55. 6a5e98a ubifs: Define UBIFS crypto context xattr by Richard Weinberger · 8 years ago
  56. ade46c3 ubifs: Export xattr get and set functions by Richard Weinberger · 8 years ago
  57. f6337d8 ubifs: Export ubifs_check_dir_empty() by Richard Weinberger · 8 years ago
  58. d40a796 ubifs: Remove some dead code by Christophe Jaillet · 8 years ago
  59. 1b7fc2c ubifs: Use dirty_writeback_interval value for wbuf timer by Rafał Miłecki · 8 years ago
  60. 854826c ubifs: Drop softlimit and delta fields from struct ubifs_wbuf by Rafał Miłecki · 8 years ago
  61. dfeef68 vfs: remove ".readlink = generic_readlink" assignments by Miklos Szeredi · 8 years ago
  62. a00052a ubifs: Fix regression in ubifs_readdir() by Richard Weinberger · 8 years ago
  63. c83ed4c ubifs: Abort readdir upon error by Richard Weinberger · 8 years ago
  64. 843741c ubifs: Fix xattr_names length in exit paths by Richard Weinberger · 8 years ago
  65. 390975a ubifs: Rename ubifs_rename2 by Richard Weinberger · 8 years ago
  66. 4c60992 Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  67. 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  68. 97d2116 Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  69. e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
  70. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  71. ec037df UBIFS: improve function-level documentation by Julia Lawall · 8 years ago
  72. 74e9c70 ubifs: fix host xattr_len when changing xattr by Pascal Eberhard · 8 years ago
  73. 1e03953 ubifs: Use move variable in ubifs_rename() by Richard Weinberger · 8 years ago
  74. 9ec6496 ubifs: Implement RENAME_EXCHANGE by Richard Weinberger · 8 years ago
  75. 9e0a1ff ubifs: Implement RENAME_WHITEOUT by Richard Weinberger · 8 years ago
  76. 474b937 ubifs: Implement O_TMPFILE by Richard Weinberger · 8 years ago
  77. 2773bf0 fs: rename "rename2" i_op to "rename" by Miklos Szeredi · 8 years ago
  78. f03b8ad fs: support RENAME_NOREPLACE for local filesystems by Miklos Szeredi · 8 years ago
  79. 31051c8 fs: Give dentry to inode_change_ok() instead of inode by Jan Kara · 9 years ago
  80. 17ce1eb ubifs: Fix xattr generic handler usage by Richard Weinberger · 8 years ago
  81. c0082e9 ubifs: Fix assertion in layout_in_gaps() by Vincent Stehlé · 8 years ago
  82. 13cd091 ubifs: switch_gc_head: Remove redondant sync of wbuf by Sylvain Etienne · 8 years ago
  83. dccbc91 ubifs: Silence early error messages if MS_SILENT is set by Daniel Golle · 8 years ago
  84. 380bc8b ubifs: Update comment for ubifs_errc by Daniel Golle · 8 years ago
  85. dfaf8d2 ubifs: Make xattr structures static by Ben Dooks · 8 years ago
  86. 1ae9264 ubifs: Silence error output if MS_SILENT is set by Daniel Golle · 8 years ago
  87. 4ac1c17 UBIFS: Implement ->migratepage() by Kirill A. Shutemov · 8 years ago
  88. 23a3e17 Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 8 years ago
  89. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  90. 1112018 ubifs: ubifs_dump_inode: Fix dumping field bulk_read by Andreas Gruenbacher · 9 years ago
  91. 8da4b8c lib/uuid.c: move generate_random_uuid() to uuid.c by Andy Shevchenko · 9 years ago
  92. ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  93. 2b88fc2 ubifs: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
  94. c51da20 more trivial ->iterate_shared conversions by Al Viro · 9 years ago
  95. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 9 years ago
  96. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
  97. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  98. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  99. c27cb97 ubifs: Remove unused header by Andreas Gruenbacher · 9 years ago
  100. 3e7f2c5 ubifs: Add logging functions for ubifs_msg, ubifs_err and ubifs_warn by Joe Perches · 9 years ago