- 2e3cbf4 ubifs: Export filesystem error counters by Stefan Schaeckeler · 3 years, 3 months ago
- 3fea4d9 ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers by Petr Cvachoucek · 3 years, 5 months ago
- d98c6c3 ubifs: Make use of the helper macro kthread_run() by Cai Huoqing · 3 years, 3 months ago
- 07c32de ubifs: Fix spelling mistakes by Zheng Yongjun · 3 years, 8 months ago
- f4e3634a ubifs: Fix races between xattr_{set|get} and listxattr operations by Zhihao Cheng · 3 years, 8 months ago
- 829ad58 ubifs: Report max LEB count at mount time by Martin Devera · 3 years, 11 months ago
- af61e7b ubifs: Set s_uuid in super block to support ima/evm uuid options by Steffen Trumtrar · 4 years ago
- 42119db ubifs: Fix error return code in alloc_wbufs() by Wang ShaoBo · 4 years, 2 months ago
- a33e30a ubifs: Pass node length in all node dumping callers by Zhihao Cheng · 4 years, 7 months ago
- 89f40d0 ubifs: Fixed print foramt mismatch in ubifs by Fangping Liang · 4 years, 1 month ago
- 2976c19 ubifs: Code cleanup by removing ifdef macro surrounding by Chengguang Xu · 4 years, 8 months ago
- a96fd1c Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 4 years, 3 months ago
- e2a05cc ubifs: mount_ubifs: Release authentication resource in error handling path by Zhihao Cheng · 4 years, 4 months ago
- bb674a4 ubifs: Don't parse authentication mount options in remount process by Zhihao Cheng · 4 years, 4 months ago
- 47f6d9c ubifs: Fix a memleak after dumping authentication mount options by Zhihao Cheng · 4 years, 4 months ago
- 55b2598 bdi: initialize ->ra_pages and ->io_pages in bdi_init by Christoph Hellwig · 4 years, 4 months ago
- a7a8f4a ubifs: add option to specify version for new file systems by Martin Kaistra · 4 years, 6 months ago
- ff90bdf ubifs: Fix memory leak from c->sup_node by Quanyang Wang · 5 years ago
- 91cbf01 Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path" by Richard Weinberger · 5 years ago
- 104c0d6 Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 5 years ago
- 734d1ed Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 5 years ago
- 9163e01 ubifs: Fix memory leak bug in alloc_ubifs_info() error path by Wenwen Wang · 5 years ago
- 377e208 ubifs: Correctly initialize c->min_log_bytes by Richard Weinberger · 5 years ago
- 62de259 ubifs: wire up new fscrypt ioctls by Eric Biggers · 5 years ago
- a318423 Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 6 years ago
- f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- eeabb98 ubifs: Add support for zstd compression. by Michele Dionisio · 6 years ago
- 817aa09 ubifs: support offline signed images by Sascha Hauer · 6 years ago
- d5cf947 ubifs: Simplify redundant code by Liu Song · 6 years ago
- 702d6a8 ubifs: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
- 2b27bdc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336 by Thomas Gleixner · 6 years ago
- d7a02fa Merge tag 'upstream-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/ubifs by Linus Torvalds · 6 years ago
- a9fbcd6 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt by Linus Torvalds · 6 years ago
- e3d73de ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORT by Sascha Hauer · 6 years ago
- eea2c05 ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION by Sascha Hauer · 6 years ago
- 9ca2d73 ubifs: Limit number of xattrs per inode by Richard Weinberger · 6 years ago
- dc43175 ubifs: switch to ->free_inode() by Al Viro · 6 years ago
- 2c58d54 fscrypt: cache decrypted symlink target in ->i_link by Eric Biggers · 6 years ago
- 0cdc17e ubifs: fix use-after-free on symlink traversal by Al Viro · 6 years ago
- 643fa96 fscrypt: remove filesystem specific build config option by Chandan Rajendra · 6 years ago
- d8a2277 ubifs: Enable authentication support by Sascha Hauer · 6 years ago
- 1e76592 ubifs: Do not update inode size in-place in authenticated mode by Sascha Hauer · 6 years ago
- 6a98bc4 ubifs: Add authentication nodes to journal by Sascha Hauer · 6 years ago
- 5125cfd ubifs: Format changes for authentication support by Sascha Hauer · 6 years ago
- fd61500 ubifs: Store read superblock node by Sascha Hauer · 6 years ago
- f8ccb14 ubifs: Fix WARN_ON logic in exit path by Richard Weinberger · 6 years ago
- d3bdc01 ubifs: drop false positive assertion by Sascha Hauer · 6 years ago
- 37f31b6 ubifs: Check for name being NULL while mounting by Richard Weinberger · 6 years ago
- 99a24e0 ubifs: Set default assert action to read-only by Richard Weinberger · 7 years ago
- c38c5a7 ubifs: Allow setting assert action as mount parameter by Richard Weinberger · 7 years ago
- 6eb61d5 ubifs: Pass struct ubifs_info to ubifs_assert() by Richard Weinberger · 7 years ago
- 54169dd ubifs: Turn two ubifs_assert() into a WARN_ON() by Richard Weinberger · 7 years ago
- 7e5471c ubifs: introduce Kconfig symbol for xattr support by Stefan Agner · 6 years ago
- 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
- aac1794 ubifs: Check ubifs_wbuf_sync() return code by Richard Weinberger · 7 years ago
- 3d204e2 fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info() by Eric Biggers · 7 years ago
- 1751e8a Rename superblock flags (MS_xyz -> SB_xyz) by Linus Torvalds · 7 years ago
- ffcc4182 fscrypt: remove unneeded empty fscrypt_operations structs by Eric Biggers · 7 years ago
- f7293e4 fscrypt: remove ->is_encrypted() by Eric Biggers · 7 years ago
- bc98a42 VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) by David Howells · 8 years ago
- 07d41c3 ubifs: Fix oops when remounting with no_bulk_read. by karam.lee · 8 years ago
- 319c104 ubifs: allow userspace to map mounts to volumes by Rabin Vincent · 8 years ago
- e996bfd ubifs: Unexport ubifs_inode_slab by Richard Weinberger · 8 years ago
- 99edd45 ubifs: Convert to separately allocated bdi by Jan Kara · 8 years ago
- 6f69f0e fscrypt: constify struct fscrypt_operations by Eric Biggers · 8 years ago
- ca7f85b ubifs: Add support for encrypted symlinks by Richard Weinberger · 8 years ago
- 7799953 ubifs: Implement encrypt/decrypt for all IO by Richard Weinberger · 8 years ago
- 1ee7787 ubifs: Constify struct inode pointer in ubifs_crypt_is_encrypted() by Richard Weinberger · 8 years ago
- d475a50 ubifs: Add skeleton for fscrypto by Richard Weinberger · 8 years ago
- dccbc91 ubifs: Silence early error messages if MS_SILENT is set by Daniel Golle · 8 years ago
- 1ae9264 ubifs: Silence error output if MS_SILENT is set by Daniel Golle · 9 years ago
- ba5a265 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 2b88fc2 ubifs: Switch to generic xattr handlers by Andreas Gruenbacher · 9 years ago
- ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
- 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
- 5d09705 kmemcg: account certain kmem allocations to memcg by Vladimir Davydov · 9 years ago
- 5d2eb54 Merge branch 'for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 13d3408 ubifs: Remove unused security xattr handler by Andreas Gruenbacher · 9 years ago
- 8c1c5f2 ubifs: introduce UBIFS_ATIME_SUPPORT to ubifs by Dongsheng Yang · 9 years ago
- cc8a0a9 Merge tag 'upstream-4.2-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
- a1fe33a ubifs: fix to check error code of register_shrinker by Chao Yu · 10 years ago
- 0f301bd ubifs: switch to simple_follow_link() by Al Viro · 10 years ago
- 235c362 UBIFS: extend debug/message capabilities by Sheng Yong · 10 years ago
- 2c84599 UBIFS: do not write master node if need recovery by Sheng Yong · 10 years ago
- 8c988ae Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 10 years ago
- d7f0b70 UBIFS: Add security.* XATTR support for the UBIFS by Subodh Nijsure · 10 years ago
- b83ae6d fs: remove mapping->backing_dev_info by Christoph Hellwig · 10 years ago
- b4caecd fs: introduce f_op->mmap_capabilities for nommu mmap support by Christoph Hellwig · 10 years ago
- 07e19df UBIFS: remove mst_mutex by Artem Bityutskiy · 11 years ago
- d4eb08f UBIFS: replace seq_printf by seq_puts by Fabian Frederick · 11 years ago
- 86b4c14 UBIFS: replace count*size kzalloc by kcalloc by Fabian Frederick · 11 years ago
- b793a8c UBIFS: remove useless statements by hujianyang · 11 years ago
- 90bea5a3 UBIFS: respect MS_SILENT mount flag by Daniel Golle · 11 years ago
- fcdd57c UBIFS: fix remount error path by Artem Bityutskiy · 11 years ago
- 24e7ea3 Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 11 years ago
- 91b0abe mm + fs: store shadow entries in page cache by Johannes Weiner · 11 years ago
- 02b9984 fs: push sync_filesystem() down to the file system's remount_fs() by Theodore Ts'o · 11 years ago
- bb25e49 fs/ubifs: use rbtree postorder iteration helper instead of opencoding by Cody P Schafer · 11 years ago
- fbe43ff Merge tag 'upstream-3.13-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 11 years ago
- 7203db9 UBIFS: fix return code by Wei Yongjun · 12 years ago