summaryrefslogtreecommitdiffstats
path: root/drivers/staging/erofs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* staging: erofs: don't check special inode layoutYue Hu2019-07-011-0/+1
* staging: erofs: return the error value if fill_inline_data() failsYue Hu2019-07-011-2/+2
* staging: erofs: add compacted compression indexes supportGao Xiang2019-06-261-6/+1Star
* staging: erofs: add compacted ondisk compression indexesGao Xiang2019-06-261-4/+1Star
* staging: erofs: rename data_mapping_mode to datamodeGao Xiang2019-06-171-9/+8Star
* staging: erofs: fix i_blocks calculationGao Xiang2019-05-301-2/+12
* staging: erofs: support statxGao Xiang2019-05-301-0/+20
* staging: erofs: Use !x or x in place of NULL comparisionBhanusree Pola2019-03-221-2/+2
* staging: erofs: fix parenthesis alignmentJulian Merida2019-03-201-6/+7
* staging: erofs: add a new line after variable declarationJulio Bianco2019-03-181-0/+1
* staging: erofs: complete POSIX ACL supportGao Xiang2019-01-301-0/+3
* staging: erofs: remove unneeded inode_operationsGao Xiang2019-01-151-26/+12Star
* staging: erofs: fix fast symlink w/o xattr when fs xattr is onGao Xiang2019-01-151-4/+4
* staging: erofs: {dir,inode,super}.c: rectify BUG_ONsGao Xiang2018-12-061-2/+8
* staging: erofs: harden inode lookup for 32-bit platformsGao Xiang2018-10-101-1/+36
* staging: erofs: remove redundant CONFIG_EROFS_FS_XATTRsGao Xiang2018-09-201-6/+0Star
* staging: erofs: use explicit unsigned int typeThomas Weißschuh2018-09-141-3/+4
* staging: erofs: introduce VLE decompression supportGao Xiang2018-07-271-0/+5
* staging: erofs: support tracepointChao Yu2018-07-271-0/+4
* staging: erofs: introduce error injection infrastructureChao Yu2018-07-271-1/+2
* staging: erofs: support special inodeChao Yu2018-07-271-2/+34
* staging: erofs: introduce xattr & acl supportGao Xiang2018-07-271-1/+32
* staging: erofs: add inode operationsGao Xiang2018-07-271-0/+210