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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-02-04
3
-85
/
+18
|
\
|
*
fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
Eric Biggers
2018-01-11
1
-3
/
+1
|
*
ubifs: switch to fscrypt_get_symlink()
Eric Biggers
2018-01-11
1
-34
/
+2
|
*
ubifs: switch to fscrypt ->symlink() helper functions
Eric Biggers
2018-01-11
1
-43
/
+12
|
*
ubifs: free the encrypted symlink target
Eric Biggers
2018-01-11
1
-6
/
+4
*
|
ubifs: remove error message in ubifs_xattr_get
Rock Lee
2018-01-18
1
-2
/
+0
*
|
ubifs: switch to fscrypt_prepare_setattr()
Eric Biggers
2018-01-17
1
-7
/
+3
*
|
ubifs: switch to fscrypt_prepare_lookup()
Eric Biggers
2018-01-17
1
-14
/
+3
*
|
ubifs: switch to fscrypt_prepare_rename()
Eric Biggers
2018-01-17
1
-13
/
+7
*
|
ubifs: switch to fscrypt_prepare_link()
Eric Biggers
2018-01-17
1
-3
/
+3
*
|
ubifs: switch to fscrypt_file_open()
Eric Biggers
2018-01-17
1
-30
/
+1
*
|
ubifs: Fix uninitialized variable in search_dh_cookie()
Geert Uytterhoeven
2018-01-17
1
-14
/
+7
|
/
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
4
-14
/
+14
*
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-14
5
-20
/
+13
|
\
|
*
fscrypt: remove unneeded empty fscrypt_operations structs
Eric Biggers
2017-10-18
1
-5
/
+2
|
*
fscrypt: remove ->is_encrypted()
Eric Biggers
2017-10-18
3
-9
/
+2
|
*
fs, fscrypt: add an S_ENCRYPTED inode flag
Eric Biggers
2017-10-18
2
-1
/
+5
|
*
fscrypt: clean up include file mess
Dave Chinner
2017-10-18
1
-5
/
+4
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
3
-0
/
+3
|
/
*
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-14
1
-1
/
+1
|
\
|
*
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-1
/
+1
*
|
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
2017-09-08
1
-1
/
+4
*
|
fs: convert a pile of fsync routines to errseq_t based reporting
Jeff Layton
2017-08-01
1
-1
/
+1
|
/
*
ubifs: Set double hash cookie also for RENAME_EXCHANGE
Richard Weinberger
2017-07-14
1
-0
/
+2
*
ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs
Xiaolei Li
2017-07-14
3
-11
/
+15
*
ubifs: Don't leak kernel memory to the MTD
Richard Weinberger
2017-07-14
1
-5
/
+5
*
ubifs: Change gfp flags in page allocation for bulk read
Hyunchul Lee
2017-07-14
1
-2
/
+2
*
ubifs: Fix oops when remounting with no_bulk_read.
karam.lee
2017-07-14
1
-0
/
+2
*
ubifs: Fail commit if TNC is obviously inconsistent
Richard Weinberger
2017-07-14
1
-0
/
+4
*
ubifs: allow userspace to map mounts to volumes
Rabin Vincent
2017-07-14
1
-0
/
+7
*
ubifs: Wire-up statx() support
Richard Weinberger
2017-07-14
1
-0
/
+15
*
ubifs: Remove dead code from ubifs_get_link()
Richard Weinberger
2017-07-14
1
-6
/
+0
*
ubifs: Massage debug prints wrt. fscrypt
Richard Weinberger
2017-07-14
2
-15
/
+4
*
ubifs: Add assert to dent_key_init()
Richard Weinberger
2017-07-14
1
-0
/
+1
*
ubifs: Fix unlink code wrt. double hash lookups
Richard Weinberger
2017-07-14
3
-24
/
+117
*
ubifs: Fix data node size for truncating uncompressed nodes
David Oberhollenzer
2017-07-14
1
-1
/
+3
*
ubifs: Don't encrypt special files on creation
David Gstir
2017-07-14
1
-0
/
+1
*
ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_rename
Hyunchul Lee
2017-07-14
1
-9
/
+5
*
ubifs: Fix inode data budget in ubifs_mknod
Hyunchul Lee
2017-07-14
1
-1
/
+1
*
ubifs: Correctly evict xattr inodes
Richard Weinberger
2017-07-14
3
-0
/
+25
*
ubifs: Unexport ubifs_inode_slab
Richard Weinberger
2017-07-14
2
-2
/
+1
*
ubifs: don't bother checking for encryption key in ->mmap()
Eric Biggers
2017-07-05
1
-9
/
+0
*
ubifs: require key for truncate(2) of encrypted file
Eric Biggers
2017-07-05
1
-0
/
+8
*
Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
2017-05-13
6
-8
/
+36
|
\
|
*
ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctl
Rock Lee
2017-05-08
1
-3
/
+3
|
*
ubifs: Remove unnecessary assignment
Stefan Agner
2017-05-08
1
-1
/
+0
|
*
ubifs: Fix cut and paste error on sb type comparisons
Colin Ian King
2017-05-08
1
-2
/
+2
|
*
ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels
Hyunchul Lee
2017-05-08
3
-2
/
+31
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-05-08
6
-30
/
+26
|
\
\
|
*
|
fs: ubifs: replace CURRENT_TIME_SEC with current_time
Deepa Dinamani
2017-05-08
6
-30
/
+26
[next]