summaryrefslogtreecommitdiff
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-101-1/+1
* Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-102-3/+4
* Rename struct device_d to deviceSascha Hauer2023-01-103-8/+10
* Revert "lib: zstd: sync with Linux"Sascha Hauer2022-09-301-2/+2
* ubifs: Fix pointer type mismatch in gzip decompressorSascha Hauer2022-09-131-1/+8
* fs: ubifs: remove always-false checkAhmad Fatoum2022-09-131-5/+0
* lib: zstd: sync with LinuxAhmad Fatoum2022-08-081-2/+2
* ubifs: fix crash building without decompressorsAhmad Fatoum2022-07-141-1/+2
* ubifs: Add zstd supportSascha Hauer2022-02-073-0/+59
* treewide: add SPDX-License-Identifier for Kbuild/KconfigAhmad Fatoum2022-01-052-0/+4
* fs: ubifs: remove unused variableSascha Hauer2021-03-121-2/+0
* printk: port over Linux print_hex_dump_bytes/print_hex_dump_debugAhmad Fatoum2021-02-041-1/+1
* ubifs: remove wrong assertionSascha Hauer2020-12-101-1/+6
* Merge branch 'for-next/percent_pe' into masterSascha Hauer2020-10-141-2/+1
|\
| * vsprintf: retire strerrorp in favor of %peAhmad Fatoum2020-09-291-2/+1
* | magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVARSascha Hauer2020-10-021-5/+4
|/
* fs: ubifs: Add authentication supportSascha Hauer2019-04-2412-75/+580
* fs: ubifs: Remove unused crc16 functionsSascha Hauer2019-03-044-91/+1
* fs: Drop trivial .lseek() implementaitons in FS driversAndrey Smirnov2019-01-291-6/+0
* fs: Update FILE position in lseek()Andrey Smirnov2019-01-291-2/+0
* fs: ubifs: Avoid missing prototype warningSascha Hauer2018-11-122-10/+2
* fs: ubifs: optionally allow to mount UBIFS images with encrypted filesSascha Hauer2018-10-083-1/+11
* ubifs: Update to v4.18-rc6Sascha Hauer2018-10-0821-550/+2147
* fs: ubifs: remove not needed codeSascha Hauer2018-10-0823-16206/+14
* fs: implement clear_nlink and set_nlinkSascha Hauer2018-10-081-35/+0
* fs: implement iget_locked and iget_failedSascha Hauer2018-10-081-29/+0
* Add more mutex no-opsSascha Hauer2018-10-081-3/+0
* Add kmemdupSascha Hauer2018-10-082-19/+0
* Add linux/slab.hSascha Hauer2018-10-082-24/+2
* fs: ubifs: Do not free memory not allocated by ubifsSascha Hauer2018-09-281-1/+0
* fs: ubifs: Switch to dentry cache implementationSascha Hauer2018-07-136-484/+313
* fs: dentry cache implementationSascha Hauer2018-07-111-0/+3
* fs: Add super_operationsSascha Hauer2018-04-062-39/+0
* ubifs: remove dead codeSascha Hauer2018-04-061-475/+0
* ubifs: Remove Linux struct definitions we already haveSascha Hauer2018-04-061-317/+1
* ubifs: remove dead codeSascha Hauer2018-04-061-187/+0
* ubifs: restore symlink supportRenaud Barbier2017-01-091-29/+0
* ubifs: check return pointer properlyLucas Stach2016-07-071-4/+4
* Merge branch 'for-next/misc'Sascha Hauer2016-05-092-2/+2
|\
| * whole tree: remove trailing whitespacesDu Huanpeng2016-04-212-2/+2
* | string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+2
* | include: move crc specific stuff to crc.hSascha Hauer2016-04-151-0/+1
|/
* ubifs: update implementation from u-boot v2016.03Alexander Stein2016-04-0824-1957/+16743
* Merge branch 'for-next/linux-headers'Sascha Hauer2016-02-082-365/+11
|\
| * Introduce include/linux/mutex.hYegor Yefremov2016-02-031-0/+1
| * Introduce include/linux/spinlock.hYegor Yefremov2016-02-011-0/+1
| * Introduce include/linux/sched.hYegor Yefremov2016-02-011-0/+1
| * fs: ubifs: move file and file_system_type definitions to linux/fs.hYegor Yefremov2016-02-011-39/+0
| * fs: ubifs: move path definition to include/linux/path.hYegor Yefremov2016-02-011-5/+1
| * fs: ubifs: move vfsmount definition to include/linux/mount.hYegor Yefremov2016-02-011-34/+1