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