Age | Commit message (Expand) | Author |
2016-12-12 | lib: radix-tree: check accounting of existing slot replacement users | Johannes Weiner |
2016-12-12 | lib: radix-tree: native accounting of exceptional entries | Johannes Weiner |
2016-12-12 | fs/fs-writeback.c: remove redundant if check | Tahsin Erdogan |
2016-12-12 | ocfs2: replace CURRENT_TIME macro | Deepa Dinamani |
2016-12-12 | ocfs2: use time64_t to represent orphan scan times | Deepa Dinamani |
2016-12-12 | ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree() | Ashish Samant |
2016-12-12 | ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock() | piaojun |
2016-12-12 | ocfs2/dlm: clean up deadcode in dlm_master_request_handler() | piaojun |
2016-12-12 | ocfs2: delete redundant code and set the node bit into maybe_map directly | Guozhonghua |
2016-12-12 | ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler() | piaojun |
2016-12-12 | Merge branch 'fscrypt' into dev | Theodore Ts'o |
2016-12-12 | dax: Fix sleep in atomic contex in grab_mapping_entry() | Jan Kara |
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 |
2016-12-12 | ubifs: Drop softlimit and delta fields from struct ubifs_wbuf | Rafał Miłecki |
2016-12-12 | f2fs: fix a missing size change in f2fs_setattr | Yunlei He |
2016-12-12 | orangefs: Axe some dead code | Christophe JAILLET |
2016-12-12 | orangefs: fix memory leak of string 'new' on exit path | Colin Ian King |
2016-12-11 | fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FL | David Gstir |
2016-12-11 | fscrypt: Delay bounce page pool allocation until needed | David Gstir |
2016-12-11 | fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page() | David Gstir |
2016-12-11 | fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page() | David Gstir |
2016-12-11 | fscrypt: Never allocate fscrypt_ctx on in-place encryption | David Gstir |
2016-12-11 | fscrypt: Use correct index in decrypt path. | David Gstir |
2016-12-11 | fscrypt: move non-public structures and constants to fscrypt_private.h | Theodore Ts'o |
2016-12-11 | fscrypt: unexport fscrypt_initialize() | Theodore Ts'o |