Miklos Szeredi
|
dfeef68862
vfs: remove ".readlink = generic_readlink" assignments
|
8 лет назад |
Linus Torvalds
|
97d2116708
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 лет назад |
Andreas Gruenbacher
|
fd50ecaddf
vfs: Remove {get,set,remove}xattr inode operations
|
8 лет назад |
Eric Biggers
|
cc91542ac8
ext4: do not unnecessarily null-terminate encrypted symlink data
|
8 лет назад |
Eric Biggers
|
ef1eb3aa50
fscrypto: make filename crypto functions return 0 on success
|
9 лет назад |
Eric Biggers
|
dcce7a46c6
ext4: fix memory leak when symlink decryption fails
|
9 лет назад |
Jaegeuk Kim
|
a7550b30ab
ext4 crypto: migrate into vfs's crypto engine
|
9 лет назад |
Kirill A. Shutemov
|
09cbfeaf1a
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
|
9 лет назад |
Linus Torvalds
|
32fb378437
Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
9 лет назад |
Al Viro
|
fceef393a5
switch ->get_link() to delayed_call, kill ->put_link()
|
9 лет назад |
Al Viro
|
6b2553918d
replace ->follow_link() with new method that could stay in RCU mode
|
9 лет назад |
Al Viro
|
21fc61c73c
don't put symlink bodies in pagecache into highmem
|
9 лет назад |
Al Viro
|
5a1c7f47da
ext4: fix an endianness bug in ext4_encrypted_follow_link()
|
9 лет назад |
Darrick J. Wong
|
6a797d2737
ext4: call out CRC and corruption errors with specific error codes
|
9 лет назад |
Linus Torvalds
|
d857da7b70
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
10 лет назад |
Theodore Ts'o
|
c936e1ec28
ext4 crypto: use per-inode tfm structure
|
10 лет назад |
Theodore Ts'o
|
b7236e21d5
ext4 crypto: reorganize how we store keys in the inode
|
10 лет назад |
Theodore Ts'o
|
d229959072
ext4 crypto: don't allocate a page when encrypting/decrypting file names
|
10 лет назад |
Al Viro
|
6e77137b36
don't pass nameidata to ->follow_link()
|
10 лет назад |
Al Viro
|
680baacbca
new ->follow_link() and ->put_link() calling conventions
|
10 лет назад |
Al Viro
|
75e7566bea
ext4: switch to simple_follow_link()
|
10 лет назад |
Al Viro
|
a7a67e8a08
ext4: split inode_operations for encrypted symlinks off the rest
|
10 лет назад |
Linus Torvalds
|
8663da2c09
Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
|
10 лет назад |
Theodore Ts'o
|
5de0b4d0cd
ext4 crypto: simplify and speed up filename encryption
|
10 лет назад |
Linus Torvalds
|
9ec3a646fe
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
10 лет назад |
Theodore Ts'o
|
f348c25232
ext4 crypto: add symlink encryption
|
10 лет назад |
David Howells
|
2b0143b5c9
VFS: normal filesystems (and lustre): d_inode() annotations
|
10 лет назад |
Sheng Yong
|
72b8e0f9fa
ext4: remove unused header files
|
10 лет назад |
Tao Ma
|
939da10844
ext4: Remove CONFIG_EXT4_FS_XATTR
|
12 лет назад |
Dmitry Monakhov
|
256a453546
ext4: symlink must be handled via filesystem specific operation
|
15 лет назад |