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