index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ubifs
/
ubifs.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
2019-06-05
1
-13
/
+1
*
ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR
YueHaibing
2019-05-15
1
-1
/
+5
*
ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT
Sascha Hauer
2019-05-07
1
-2
/
+0
*
ubifs: Limit number of xattrs per inode
Richard Weinberger
2019-05-07
1
-0
/
+1
*
ubifs: orphan: Handle xattrs like files
Richard Weinberger
2019-05-07
1
-0
/
+3
*
fscrypt: remove filesystem specific build config option
Chandan Rajendra
2019-01-23
1
-3
/
+2
*
ubifs: Do not update inode size in-place in authenticated mode
Sascha Hauer
2018-10-23
1
-1
/
+1
*
ubifs: Create hash for default LPT
Sascha Hauer
2018-10-23
1
-1
/
+1
*
ubfis: authentication: Authenticate master node
Sascha Hauer
2018-10-23
1
-0
/
+1
*
ubifs: authentication: Authenticate LPT
Sascha Hauer
2018-10-23
1
-0
/
+1
*
ubifs: Add authentication nodes to journal
Sascha Hauer
2018-10-23
1
-0
/
+8
*
ubifs: authentication: Add hashes to index nodes
Sascha Hauer
2018-10-23
1
-0
/
+4
*
ubifs: Add hashes to the tree node cache
Sascha Hauer
2018-10-23
1
-2
/
+5
*
ubifs: Create functions to embed a HMAC in a node
Sascha Hauer
2018-10-23
1
-0
/
+4
*
ubifs: Add helper functions for authentication support
Sascha Hauer
2018-10-23
1
-0
/
+218
*
ubifs: Add separate functions to init/crc a node
Sascha Hauer
2018-10-23
1
-0
/
+2
*
ubifs: Store read superblock node
Sascha Hauer
2018-10-23
1
-1
/
+2
*
ubifs: Export pnode_lookup as ubifs_pnode_lookup
Sascha Hauer
2018-10-23
1
-0
/
+1
*
ubifs: Rework ubifs_assert()
Richard Weinberger
2018-08-15
1
-0
/
+14
*
ubifs: Pass struct ubifs_info to ubifs_assert()
Richard Weinberger
2018-08-15
1
-6
/
+11
*
ubifs: introduce Kconfig symbol for xattr support
Stefan Agner
2018-08-15
1
-0
/
+6
*
ubifs: tnc: use monotonic znode timestamp
Arnd Bergmann
2018-08-15
1
-1
/
+1
*
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-06-15
1
-1
/
+1
|
\
|
*
vfs: change inode times to use struct timespec64
Deepa Dinamani
2018-06-05
1
-1
/
+1
*
|
ubifs: remove set but never used variable
Sascha Hauer
2018-06-07
1
-2
/
+0
|
/
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-2
/
+2
*
fscrypt: remove ->is_encrypted()
Eric Biggers
2017-10-18
1
-7
/
+2
*
fscrypt: clean up include file mess
Dave Chinner
2017-10-18
1
-5
/
+4
*
ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs
Xiaolei Li
2017-07-14
1
-1
/
+1
*
ubifs: Fix unlink code wrt. double hash lookups
Richard Weinberger
2017-07-14
1
-0
/
+2
*
ubifs: Correctly evict xattr inodes
Richard Weinberger
2017-07-14
1
-0
/
+1
*
ubifs: Unexport ubifs_inode_slab
Richard Weinberger
2017-07-14
1
-1
/
+0
*
Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2017-05-13
1
-2
/
+12
|
\
|
*
ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels
Hyunchul Lee
2017-05-08
1
-2
/
+12
*
|
ubifs: Convert to separately allocated bdi
Jan Kara
2017-04-20
1
-3
/
+0
|
/
*
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
1
-2
/
+2
*
fscrypt: constify struct fscrypt_operations
Eric Biggers
2017-02-08
1
-1
/
+1
*
fscrypt: split supp and notsupp declarations into their own headers
Eric Biggers
2017-02-06
1
-23
/
+5
*
ubifs: Use fscrypt ioctl() helpers
Richard Weinberger
2016-12-13
1
-2
/
+2
*
ubifs: Implement UBIFS_FLG_ENCRYPTION
Richard Weinberger
2016-12-12
1
-0
/
+3
*
ubifs: Implement UBIFS_FLG_DOUBLE_HASH
Richard Weinberger
2016-12-12
1
-0
/
+2
*
ubifs: Use a random number for cookies
Richard Weinberger
2016-12-12
1
-0
/
+1
*
ubifs: Add full hash lookup support
Richard Weinberger
2016-12-12
1
-0
/
+2
*
ubifs: Implement encrypted filenames
Richard Weinberger
2016-12-12
1
-10
/
+14
*
ubifs: Implement encrypt/decrypt for all IO
Richard Weinberger
2016-12-12
1
-2
/
+29
*
ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted()
Richard Weinberger
2016-12-12
1
-1
/
+6
*
ubifs: Add skeleton for fscrypto
Richard Weinberger
2016-12-12
1
-1
/
+36
*
ubifs: Export xattr get and set functions
Richard Weinberger
2016-12-12
1
-0
/
+4
*
ubifs: Export ubifs_check_dir_empty()
Richard Weinberger
2016-12-12
1
-0
/
+1
*
ubifs: Use dirty_writeback_interval value for wbuf timer
Rafał Miłecki
2016-12-12
1
-4
/
+0
[next]