summaryrefslogtreecommitdiff
path: root/fs/ext4/symlink.c
Commit message (Expand)AuthorAge
* ext4: switch to fscrypt_get_symlink()Eric Biggers2018-01-11
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* ext4: Add statx supportDavid Howells2017-04-03
* vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-09
* Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-10
|\
| * vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-07
* | ext4: do not unnecessarily null-terminate encrypted symlink dataEric Biggers2016-09-30
* | fscrypto: make filename crypto functions return 0 on successEric Biggers2016-09-15
* | ext4: fix memory leak when symlink decryption failsEric Biggers2016-09-15
|/
* ext4 crypto: migrate into vfs's crypto engineJaegeuk Kim2016-07-10
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
* Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-11
|\
| * switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
| * replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
| * don't put symlink bodies in pagecache into highmemAl Viro2015-12-08
* | ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro2015-11-26
|/
* ext4: call out CRC and corruption errors with specific error codesDarrick J. Wong2015-10-17
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2015-06-25
|\
| * ext4 crypto: use per-inode tfm structureTheodore Ts'o2015-05-31
| * ext4 crypto: reorganize how we store keys in the inodeTheodore Ts'o2015-05-18
| * ext4 crypto: don't allocate a page when encrypting/decrypting file namesTheodore Ts'o2015-05-18
* | don't pass nameidata to ->follow_link()Al Viro2015-05-10
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
* | ext4: switch to simple_follow_link()Al Viro2015-05-10
* | ext4: split inode_operations for encrypted symlinks off the restAl Viro2015-05-10
|/
* Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-05-03
|\
| * ext4 crypto: simplify and speed up filename encryptionTheodore Ts'o2015-05-01
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-26
|\ \ | |/ |/|
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* | ext4 crypto: add symlink encryptionTheodore Ts'o2015-04-16
* | ext4: remove unused header filesSheng Yong2015-04-02
|/
* ext4: Remove CONFIG_EXT4_FS_XATTRTao Ma2012-12-10
* ext4: symlink must be handled via filesystem specific operationDmitry Monakhov2010-05-16
* ext4: Rename ext4dev to ext4Theodore Ts'o2008-10-10
* ext4: Fix whitespace checkpatch warnings/errorsTheodore Ts'o2008-09-08
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-29
* [PATCH] mark struct inode_operations const 1Arjan van de Ven2007-02-12
* [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbdMingming Cao2006-10-11
* [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbolsMingming Cao2006-10-11
* [PATCH] ext4: initial copy of files from ext3Dave Kleikamp2006-10-11