Age | Commit message (Expand) | Author | Files | Lines |
2019-09-21 | Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 4 | -3/+7 |
2019-09-19 | Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p... | Linus Torvalds | 1 | -9/+12 |
2019-09-19 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2 | -0/+31 |
2019-09-15 | ubifs: Fix memory leak bug in alloc_ubifs_info() error path | Wenwen Wang | 1 | -1/+3 |
2019-09-15 | ubifs: Fix memory leak in __ubifs_node_verify_hmac error path | Wenwen Wang | 1 | -1/+3 |
2019-09-15 | ubifs: Fix memory leak in read_znode() error path | Wenwen Wang | 1 | -0/+1 |
2019-09-15 | ubifs: Remove redundant assignment to pointer fname | Colin Ian King | 1 | -1/+0 |
2019-08-30 | timestamp_truncate: Replace users of timespec64_trunc | Deepa Dinamani | 1 | -9/+12 |
2019-08-22 | ubifs: Limit the number of pages in shrink_liability | Liu Song | 1 | -1/+1 |
2019-08-22 | ubifs: Correctly initialize c->min_log_bytes | Richard Weinberger | 1 | -0/+4 |
2019-08-22 | ubifs: Fix double unlock around orphan_delete() | Richard Weinberger | 1 | -2/+0 |
2019-08-13 | ubifs: wire up new fscrypt ioctls | Eric Biggers | 2 | -0/+31 |
2019-07-19 | mm: migrate: remove unused mode argument | Keith Busch | 1 | -1/+1 |
2019-07-15 | Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 12 | -92/+338 |
2019-07-13 | Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x... | Linus Torvalds | 1 | -10/+3 |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -136/+46 |
2019-07-11 | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 1 | -9/+10 |
2019-07-11 | Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
2019-07-09 | Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2019-07-08 | ubifs: Don't leak orphans on memory during commit | Richard Weinberger | 1 | -26/+24 |
2019-07-08 | ubifs: Check link count of inodes when killing orphans. | Richard Weinberger | 1 | -9/+35 |
2019-07-08 | ubifs: Add support for zstd compression. | Michele Dionisio | 4 | -1/+40 |
2019-07-08 | ubifs: support offline signed images | Sascha Hauer | 7 | -44/+225 |
2019-07-08 | ubifs: remove unnecessary check in ubifs_log_start_commit | Liu Song | 1 | -4/+1 |
2019-07-08 | ubifs: Fix typo of output in get_cs_sqnum | Liu Song | 1 | -1/+1 |
2019-07-08 | ubifs: Simplify redundant code | Liu Song | 1 | -2/+1 |
2019-07-08 | ubifs: Correctly use tnc_next() in search_dh_cookie() | Richard Weinberger | 1 | -5/+11 |
2019-07-04 | ubifs: fix build warning after debugfs cleanup patch | Greg Kroah-Hartman | 1 | -1/+1 |
2019-07-03 | ubifs: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 3 | -135/+45 |
2019-07-01 | vfs: create a generic checking and prep function for FS_IOC_SETFLAGS | Darrick J. Wong | 1 | -10/+3 |
2019-06-28 | keys: Replace uid/gid/perm permissions checking with an ACL | David Howells | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 | Thomas Gleixner | 32 | -416/+32 |
2019-05-28 | fscrypt: introduce fscrypt_decrypt_block_inplace() | Eric Biggers | 1 | -3/+4 |
2019-05-28 | fscrypt: introduce fscrypt_encrypt_block_inplace() | Eric Biggers | 1 | -6/+6 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
2019-05-15 | ubifs: Convert xattr inum to host order | Richard Weinberger | 1 | -1/+1 |
2019-05-15 | ubifs: Use correct config name for encryption | Richard Weinberger | 1 | -2/+2 |
2019-05-15 | ubifs: Fix build error without CONFIG_UBIFS_FS_XATTR | YueHaibing | 1 | -1/+5 |
2019-05-13 | Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 14 | -176/+332 |
2019-05-08 | Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2 | -5/+6 |
2019-05-07 | ubifs: Drop unnecessary setting of zbr->znode | Sascha Hauer | 1 | -1/+0 |
2019-05-07 | ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT | Sascha Hauer | 4 | -21/+15 |
2019-05-07 | ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION | Sascha Hauer | 3 | -10/+5 |
2019-05-07 | ubifs: Limit number of xattrs per inode | Richard Weinberger | 6 | -8/+101 |
2019-05-07 | ubifs: orphan: Handle xattrs like files | Richard Weinberger | 2 | -67/+144 |
2019-05-07 | ubifs: journal: Handle xattrs like files | Richard Weinberger | 1 | -11/+49 |
2019-05-07 | ubifs: find.c: replace swap function with built-in one | Andrey Abramov | 1 | -8/+1 |
2019-05-07 | ubifs: Do not skip hash checking in data nodes | Sascha Hauer | 1 | -8/+7 |
2019-05-07 | ubifs: work around high stack usage with clang | Arnd Bergmann | 1 | -7/+10 |
2019-05-07 | ubifs: remove unused function __ubifs_shash_final | YueHaibing | 1 | -18/+0 |