index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
ubifs
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-03
statx: Add a system call to make enhanced file info available
David Howells
2
-5
/
+5
2017-02-25
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-3
/
+2
2017-02-21
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-36
/
+9
2017-02-08
fscrypt: constify struct fscrypt_operations
Eric Biggers
3
-3
/
+3
2017-02-07
fscrypt: split supp and notsupp declarations into their own headers
Eric Biggers
1
-23
/
+5
2017-01-17
ubifs: Fix journal replay wrt. xattr nodes
Richard Weinberger
1
-2
/
+23
2017-01-17
ubifs: remove redundant checks for encryption key
Eric Biggers
1
-55
/
+3
2017-01-17
ubifs: allow encryption ioctls in compat mode
Eric Biggers
1
-0
/
+3
2017-01-17
ubifs: add CONFIG_BLOCK dependency for encryption
Arnd Bergmann
1
-1
/
+1
2017-01-17
ubifs: fix unencrypted journal write
Peter Rosin
1
-0
/
+1
2017-01-17
ubifs: ensure zero err is returned on successful return
Colin Ian King
1
-0
/
+1
2017-01-08
fscrypt: make fscrypt_operations.key_prefix a string
Eric Biggers
1
-10
/
+1
2016-12-18
Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...
Linus Torvalds
1
-1
/
+0
2016-12-14
ubifs: Initialize fstr_real_len
Richard Weinberger
1
-1
/
+1
2016-12-13
ubifs: Use fscrypt ioctl() helpers
Richard Weinberger
2
-24
/
+4
2016-12-13
ubifs: Use FS_CFLG_OWN_PAGES
Richard Weinberger
1
-1
/
+1
2016-12-13
ubifs: Raise write version to 5
Richard Weinberger
2
-1
/
+20
2016-12-13
ubifs: Implement UBIFS_FLG_ENCRYPTION
Richard Weinberger
4
-0
/
+50
2016-12-13
ubifs: Implement UBIFS_FLG_DOUBLE_HASH
Richard Weinberger
5
-3
/
+21
2016-12-13
ubifs: Use a random number for cookies
Richard Weinberger
2
-0
/
+4
2016-12-13
ubifs: Add full hash lookup support
Richard Weinberger
5
-7
/
+98
2016-12-13
ubifs: Rename tnc_read_node_nm
Richard Weinberger
1
-6
/
+6
2016-12-13
ubifs: Add support for encrypted symlinks
Richard Weinberger
3
-13
/
+126
2016-12-13
ubifs: Implement encrypted filenames
Richard Weinberger
8
-197
/
+414
2016-12-13
ubifs: Make r5 hash binary string aware
Richard Weinberger
1
-1
/
+1
2016-12-13
ubifs: Relax checks in ubifs_validate_entry()
Richard Weinberger
1
-1
/
+1
2016-12-13
ubifs: Implement encrypt/decrypt for all IO
Richard Weinberger
5
-28
/
+152
2016-12-13
ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()
Richard Weinberger
3
-3
/
+8
2016-12-13
ubifs: Introduce new data node field, compr_size
Richard Weinberger
2
-15
/
+2
2016-12-13
ubifs: Enforce crypto policy in mmap
Richard Weinberger
1
-0
/
+9
2016-12-13
ubifs: Massage assert in ubifs_xattr_set() wrt. fscrypto
Richard Weinberger
1
-1
/
+7
2016-12-13
ubifs: Preload crypto context in ->lookup()
Richard Weinberger
1
-0
/
+15
2016-12-13
ubifs: Enforce crypto policy in ->link and ->rename
Richard Weinberger
1
-0
/
+17
2016-12-13
ubifs: Implement file open operation
Richard Weinberger
1
-0
/
+30
2016-12-13
ubifs: Implement directory open operation
Richard Weinberger
1
-0
/
+9
2016-12-13
ubifs: Massage ubifs_listxattr() for encryption context
Richard Weinberger
1
-4
/
+15
2016-12-13
ubifs: Add skeleton for fscrypto
Richard Weinberger
9
-2
/
+178
2016-12-13
ubifs: Define UBIFS crypto context xattr
Richard Weinberger
1
-0
/
+7
2016-12-13
ubifs: Export xattr get and set functions
Richard Weinberger
2
-17
/
+22
2016-12-13
ubifs: Export ubifs_check_dir_empty()
Richard Weinberger
2
-4
/
+5
2016-12-13
ubifs: Remove some dead code
Christophe Jaillet
1
-4
/
+0
2016-12-13
ubifs: Use dirty_writeback_interval value for wbuf timer
Rafał Miłecki
2
-8
/
+4
2016-12-13
ubifs: Drop softlimit and delta fields from struct ubifs_wbuf
Rafał Miłecki
2
-13
/
+10
2016-12-09
vfs: remove ".readlink = generic_readlink" assignments
Miklos Szeredi
1
-1
/
+0
2016-10-28
ubifs: Fix regression in ubifs_readdir()
Richard Weinberger
1
-0
/
+8
2016-10-20
ubifs: Abort readdir upon error
Richard Weinberger
1
-5
/
+3
2016-10-20
ubifs: Fix xattr_names length in exit paths
Richard Weinberger
1
-0
/
+2
2016-10-20
ubifs: Rename ubifs_rename2
Richard Weinberger
1
-6
/
+6
2016-10-11
Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
9
-42
/
+411
2016-10-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+6
[next]