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.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-07-14
ubifs: Set double hash cookie also for RENAME_EXCHANGE
Richard Weinberger
1
-0
/
+2
2017-07-14
ubifs: Massage assert in ubifs_xattr_set() wrt. init_xattrs
Xiaolei Li
3
-11
/
+15
2017-07-14
ubifs: Don't leak kernel memory to the MTD
Richard Weinberger
1
-5
/
+5
2017-07-14
ubifs: Change gfp flags in page allocation for bulk read
Hyunchul Lee
1
-2
/
+2
2017-07-14
ubifs: Fix oops when remounting with no_bulk_read.
karam.lee
1
-0
/
+2
2017-07-14
ubifs: Fail commit if TNC is obviously inconsistent
Richard Weinberger
1
-0
/
+4
2017-07-14
ubifs: allow userspace to map mounts to volumes
Rabin Vincent
1
-0
/
+7
2017-07-14
ubifs: Wire-up statx() support
Richard Weinberger
1
-0
/
+15
2017-07-14
ubifs: Remove dead code from ubifs_get_link()
Richard Weinberger
1
-6
/
+0
2017-07-14
ubifs: Massage debug prints wrt. fscrypt
Richard Weinberger
2
-15
/
+4
2017-07-14
ubifs: Add assert to dent_key_init()
Richard Weinberger
1
-0
/
+1
2017-07-14
ubifs: Fix unlink code wrt. double hash lookups
Richard Weinberger
3
-24
/
+117
2017-07-14
ubifs: Fix data node size for truncating uncompressed nodes
David Oberhollenzer
1
-1
/
+3
2017-07-14
ubifs: Don't encrypt special files on creation
David Gstir
1
-0
/
+1
2017-07-14
ubifs: Fix memory leak in RENAME_WHITEOUT error path in do_rename
Hyunchul Lee
1
-9
/
+5
2017-07-14
ubifs: Fix inode data budget in ubifs_mknod
Hyunchul Lee
1
-1
/
+1
2017-07-14
ubifs: Correctly evict xattr inodes
Richard Weinberger
3
-0
/
+25
2017-07-14
ubifs: Unexport ubifs_inode_slab
Richard Weinberger
2
-2
/
+1
2017-07-06
ubifs: don't bother checking for encryption key in ->mmap()
Eric Biggers
1
-9
/
+0
2017-07-06
ubifs: require key for truncate(2) of encrypted file
Eric Biggers
1
-0
/
+8
2017-05-13
Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
6
-8
/
+36
2017-05-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
6
-30
/
+26
2017-05-09
fs: ubifs: replace CURRENT_TIME_SEC with current_time
Deepa Dinamani
6
-30
/
+26
2017-05-08
ubifs: Fix a typo in comment of ioctl2ubifs & ubifs2ioctl
Rock Lee
1
-3
/
+3
2017-05-08
ubifs: Remove unnecessary assignment
Stefan Agner
1
-1
/
+0
2017-05-08
ubifs: Fix cut and paste error on sb type comparisons
Colin Ian King
1
-2
/
+2
2017-05-08
ubifs: Add CONFIG_UBIFS_FS_SECURITY to disable/enable security labels
Hyunchul Lee
3
-2
/
+31
2017-05-08
Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+11
2017-05-04
ubifs: check for consistent encryption contexts in ubifs_lookup()
Eric Biggers
1
-0
/
+11
2017-05-01
Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-19
/
+9
2017-04-20
ubifs: Convert to separately allocated bdi
Jan Kara
2
-19
/
+9
2017-04-19
ubifs: Fix O_TMPFILE corner case in ubifs_link()
Richard Weinberger
1
-0
/
+7
2017-03-30
ubifs: Fix RENAME_WHITEOUT support
Felix Fietkau
1
-3
/
+0
2017-03-30
ubifs: Fix debug messages for an invalid filename in ubifs_dump_inode
Hyunchul Lee
1
-2
/
+4
2017-03-30
ubifs: Fix debug messages for an invalid filename in ubifs_dump_node
Hyunchul Lee
1
-1
/
+3
2017-03-30
ubifs: Remove filename from debug messages in ubifs_readdir
Hyunchul Lee
1
-2
/
+2
2017-03-30
ubifs: Fix memory leak in error path in ubifs_mknod
Richard Weinberger
1
-1
/
+3
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
[next]