summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2016-12-12lib: radix-tree: check accounting of existing slot replacement usersJohannes Weiner
2016-12-12lib: radix-tree: native accounting of exceptional entriesJohannes Weiner
2016-12-12fs/fs-writeback.c: remove redundant if checkTahsin Erdogan
2016-12-12ocfs2: replace CURRENT_TIME macroDeepa Dinamani
2016-12-12ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani
2016-12-12ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree()Ashish Samant
2016-12-12ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun
2016-12-12ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun
2016-12-12ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua
2016-12-12ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun
2016-12-12Merge branch 'fscrypt' into devTheodore Ts'o
2016-12-12dax: Fix sleep in atomic contex in grab_mapping_entry()Jan Kara
2016-12-12ubifs: Raise write version to 5Richard Weinberger
2016-12-12ubifs: Implement UBIFS_FLG_ENCRYPTIONRichard Weinberger
2016-12-12ubifs: Implement UBIFS_FLG_DOUBLE_HASHRichard Weinberger
2016-12-12ubifs: Use a random number for cookiesRichard Weinberger
2016-12-12ubifs: Add full hash lookup supportRichard Weinberger
2016-12-12ubifs: Rename tnc_read_node_nmRichard Weinberger
2016-12-12ubifs: Add support for encrypted symlinksRichard Weinberger
2016-12-12ubifs: Implement encrypted filenamesRichard Weinberger
2016-12-12ubifs: Make r5 hash binary string awareRichard Weinberger
2016-12-12ubifs: Relax checks in ubifs_validate_entry()Richard Weinberger
2016-12-12ubifs: Implement encrypt/decrypt for all IORichard Weinberger
2016-12-12ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()Richard Weinberger
2016-12-12ubifs: Introduce new data node field, compr_sizeRichard Weinberger
2016-12-12ubifs: Enforce crypto policy in mmapRichard Weinberger
2016-12-12ubifs: Massage assert in ubifs_xattr_set() wrt. fscryptoRichard Weinberger
2016-12-12ubifs: Preload crypto context in ->lookup()Richard Weinberger
2016-12-12ubifs: Enforce crypto policy in ->link and ->renameRichard Weinberger
2016-12-12ubifs: Implement file open operationRichard Weinberger
2016-12-12ubifs: Implement directory open operationRichard Weinberger
2016-12-12ubifs: Massage ubifs_listxattr() for encryption contextRichard Weinberger
2016-12-12ubifs: Add skeleton for fscryptoRichard Weinberger
2016-12-12ubifs: Define UBIFS crypto context xattrRichard Weinberger
2016-12-12ubifs: Export xattr get and set functionsRichard Weinberger
2016-12-12ubifs: Export ubifs_check_dir_empty()Richard Weinberger
2016-12-12ubifs: Remove some dead codeChristophe Jaillet
2016-12-12ubifs: Use dirty_writeback_interval value for wbuf timerRafał Miłecki
2016-12-12ubifs: Drop softlimit and delta fields from struct ubifs_wbufRafał Miłecki
2016-12-12f2fs: fix a missing size change in f2fs_setattrYunlei He
2016-12-12orangefs: Axe some dead codeChristophe JAILLET
2016-12-12orangefs: fix memory leak of string 'new' on exit pathColin Ian King
2016-12-11fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir
2016-12-11fscrypt: Delay bounce page pool allocation until neededDavid Gstir
2016-12-11fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir
2016-12-11fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir
2016-12-11fscrypt: Never allocate fscrypt_ctx on in-place encryptionDavid Gstir
2016-12-11fscrypt: Use correct index in decrypt path.David Gstir
2016-12-11fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o
2016-12-11fscrypt: unexport fscrypt_initialize()Theodore Ts'o