summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* 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
| * fs: ubifs: move dcache related definitions to include/linux/dcache.hYegor Yefremov2016-02-011-46/+1
| * fs: move pgoff_t definition to include/linux/types.hYegor Yefremov2016-02-011-2/+0
| * fs: use linux/fs.h for file system related definitionsYegor Yefremov2016-02-012-87/+2
| * fs: ubifs: remove redundant macro definesYegor Yefremov2016-01-291-14/+1
| * fs: move PAGE_CACHE definitions to include/linux/pagemap.hYegor Yefremov2016-01-291-4/+1
| * fs: introduce include/linux/fs.hYegor Yefremov2016-01-291-127/+1
| * fs: move struct timespec to include/linux/time.hYegor Yefremov2016-01-291-7/+0
* | ubifs: Fix reading holes in filesSascha Hauer2016-02-041-1/+1
|/
* introduce strerrorpSascha Hauer2015-09-231-1/+1
* fs: ubifs: Implement Linux rootargSascha Hauer2015-06-181-0/+23
* fs: rename inode member of struct filep to privSascha Hauer2015-03-091-3/+3
* fs: ubifs: remove redundant macro definesMasahiro Yamada2015-01-211-4/+0
* ubifs: Remove unused variableAlexander Shiyan2014-04-231-4/+0
* fs: ubifs: rework loggingSascha Hauer2014-02-283-16/+27
* fs: ubifs: Fix unused function warningSascha Hauer2014-02-281-0/+2
* UBIFS: implement readlink entry pointRenaud Barbier2014-01-301-0/+38
* fs ubifs: Use pr_* for printing messagesSascha Hauer2014-01-162-8/+8
* ubifs: Remove redundant assignmentAlexander Shiyan2013-10-222-2/+0
* fs: cleanup backingstore handlingSascha Hauer2013-09-291-10/+6
* fs: Add ubifs supportSascha Hauer2013-08-0726-0/+15529