summaryrefslogtreecommitdiff
path: root/fs/ubifs/ubifs.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-26ubifs: Queue up space reservation tasks if retrying many timesZhihao Cheng1-0/+4
2024-02-25ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failedZhihao Cheng1-0/+1
2023-11-03Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-1/+1
2023-10-10ubifs: move ubifs_xattr_handlers to .rodataWedson Almeida Filho1-1/+1
2023-09-15ubifs: Do not include crypto/algapi.hHerbert Xu1-1/+1
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton1-1/+1
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2023-02-02ubifs: Fix build errors as symbol undefinedLi Hua1-0/+5
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner1-1/+1
2022-09-21ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng1-1/+1
2022-04-14fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers1-1/+1
2022-01-09ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentZhihao Cheng1-1/+1
2021-12-23ubifs: Export filesystem error countersStefan Schaeckeler1-0/+35
2021-06-22ubifs: Fix spelling mistakesZheng Yongjun1-1/+1
2021-06-18ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng1-0/+2
2021-04-12ubifs: convert to fileattrMiklos Szeredi1-0/+3
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-2/+3
2020-12-14ubifs: Pass node length in all node dumping callersZhihao Cheng1-2/+2
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu1-2/+4
2020-08-02ubifs: add option to specify version for new file systemsMartin Kaistra1-0/+1
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers1-7/+0
2019-07-08ubifs: support offline signed imagesSascha Hauer1-2/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-13/+1
2019-05-15ubifs: Fix build error without CONFIG_UBIFS_FS_XATTRYueHaibing1-1/+5
2019-05-07ubifs: Remove ifdefs around CONFIG_UBIFS_ATIME_SUPPORTSascha Hauer1-2/+0
2019-05-07ubifs: Limit number of xattrs per inodeRichard Weinberger1-0/+1
2019-05-07ubifs: orphan: Handle xattrs like filesRichard Weinberger1-0/+3
2019-01-24fscrypt: remove filesystem specific build config optionChandan Rajendra1-3/+2
2018-10-23ubifs: Do not update inode size in-place in authenticated modeSascha Hauer1-1/+1
2018-10-23ubifs: Create hash for default LPTSascha Hauer1-1/+1
2018-10-23ubfis: authentication: Authenticate master nodeSascha Hauer1-0/+1
2018-10-23ubifs: authentication: Authenticate LPTSascha Hauer1-0/+1
2018-10-23ubifs: Add authentication nodes to journalSascha Hauer1-0/+8
2018-10-23ubifs: authentication: Add hashes to index nodesSascha Hauer1-0/+4
2018-10-23ubifs: Add hashes to the tree node cacheSascha Hauer1-2/+5
2018-10-23ubifs: Create functions to embed a HMAC in a nodeSascha Hauer1-0/+4
2018-10-23ubifs: Add helper functions for authentication supportSascha Hauer1-0/+218
2018-10-23ubifs: Add separate functions to init/crc a nodeSascha Hauer1-0/+2
2018-10-23ubifs: Store read superblock nodeSascha Hauer1-1/+2
2018-10-23ubifs: Export pnode_lookup as ubifs_pnode_lookupSascha Hauer1-0/+1
2018-08-15ubifs: Rework ubifs_assert()Richard Weinberger1-0/+14
2018-08-15ubifs: Pass struct ubifs_info to ubifs_assert()Richard Weinberger1-6/+11
2018-08-15ubifs: introduce Kconfig symbol for xattr supportStefan Agner1-0/+6
2018-08-15ubifs: tnc: use monotonic znode timestampArnd Bergmann1-1/+1
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-07ubifs: remove set but never used variableSascha Hauer1-2/+0
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-2/+2