Age | Commit message (Expand) | Author |
2017-05-01 | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block | Linus Torvalds |
2017-04-20 | ubifs: Convert to separately allocated bdi | Jan Kara |
2017-04-18 | ubifs: Fix O_TMPFILE corner case in ubifs_link() | Richard Weinberger |
2017-03-30 | ubifs: Fix RENAME_WHITEOUT support | Felix Fietkau |
2017-03-30 | ubifs: Fix debug messages for an invalid filename in ubifs_dump_inode | Hyunchul Lee |
2017-03-30 | ubifs: Fix debug messages for an invalid filename in ubifs_dump_node | Hyunchul Lee |
2017-03-30 | ubifs: Remove filename from debug messages in ubifs_readdir | Hyunchul Lee |
2017-03-30 | ubifs: Fix memory leak in error path in ubifs_mknod | Richard Weinberger |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells |
2017-02-24 | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf | Dave Jiang |
2017-02-20 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2017-02-08 | fscrypt: constify struct fscrypt_operations | Eric Biggers |
2017-02-06 | fscrypt: split supp and notsupp declarations into their own headers | Eric Biggers |
2017-01-17 | ubifs: Fix journal replay wrt. xattr nodes | Richard Weinberger |
2017-01-17 | ubifs: remove redundant checks for encryption key | Eric Biggers |
2017-01-17 | ubifs: allow encryption ioctls in compat mode | Eric Biggers |
2017-01-17 | ubifs: add CONFIG_BLOCK dependency for encryption | Arnd Bergmann |
2017-01-17 | ubifs: fix unencrypted journal write | Peter Rosin |
2017-01-17 | ubifs: ensure zero err is returned on successful return | Colin Ian King |
2017-01-08 | fscrypt: make fscrypt_operations.key_prefix a string | Eric Biggers |
2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds |
2016-12-14 | ubifs: Initialize fstr_real_len | Richard Weinberger |
2016-12-13 | ubifs: Use fscrypt ioctl() helpers | Richard Weinberger |
2016-12-13 | ubifs: Use FS_CFLG_OWN_PAGES | Richard Weinberger |
2016-12-12 | ubifs: Raise write version to 5 | Richard Weinberger |
2016-12-12 | ubifs: Implement UBIFS_FLG_ENCRYPTION | Richard Weinberger |
2016-12-12 | ubifs: Implement UBIFS_FLG_DOUBLE_HASH | Richard Weinberger |
2016-12-12 | ubifs: Use a random number for cookies | Richard Weinberger |
2016-12-12 | ubifs: Add full hash lookup support | Richard Weinberger |
2016-12-12 | ubifs: Rename tnc_read_node_nm | Richard Weinberger |
2016-12-12 | ubifs: Add support for encrypted symlinks | Richard Weinberger |
2016-12-12 | ubifs: Implement encrypted filenames | Richard Weinberger |
2016-12-12 | ubifs: Make r5 hash binary string aware | Richard Weinberger |
2016-12-12 | ubifs: Relax checks in ubifs_validate_entry() | Richard Weinberger |
2016-12-12 | ubifs: Implement encrypt/decrypt for all IO | Richard Weinberger |
2016-12-12 | ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted() | Richard Weinberger |
2016-12-12 | ubifs: Introduce new data node field, compr_size | Richard Weinberger |
2016-12-12 | ubifs: Enforce crypto policy in mmap | Richard Weinberger |
2016-12-12 | ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto | Richard Weinberger |
2016-12-12 | ubifs: Preload crypto context in ->lookup() | Richard Weinberger |
2016-12-12 | ubifs: Enforce crypto policy in ->link and ->rename | Richard Weinberger |
2016-12-12 | ubifs: Implement file open operation | Richard Weinberger |
2016-12-12 | ubifs: Implement directory open operation | Richard Weinberger |
2016-12-12 | ubifs: Massage ubifs_listxattr() for encryption context | Richard Weinberger |
2016-12-12 | ubifs: Add skeleton for fscrypto | Richard Weinberger |
2016-12-12 | ubifs: Define UBIFS crypto context xattr | Richard Weinberger |
2016-12-12 | ubifs: Export xattr get and set functions | Richard Weinberger |
2016-12-12 | ubifs: Export ubifs_check_dir_empty() | Richard Weinberger |
2016-12-12 | ubifs: Remove some dead code | Christophe Jaillet |
2016-12-12 | ubifs: Use dirty_writeback_interval value for wbuf timer | Rafał Miłecki |