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