summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: report correct st_size for encrypted symlinksEric Biggers2021-07-251-1/+12
* ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng2021-06-221-0/+7
* ubifs: Fix spelling mistakesZheng Yongjun2021-06-226-6/+6
* ubifs: Remove ui_mutex in ubifs_xattr_get and change_xattrZhihao Cheng2021-06-181-4/+0
* ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng2021-06-183-11/+36
* ubifs: fix snprintf() checkingDan Carpenter2021-06-181-1/+1
* ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei2021-06-181-0/+1
* Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-05-043-3/+9
|\
| * ubifs: Report max LEB count at mount timeMartin Devera2021-04-151-2/+2
| * ubifs: Set s_uuid in super block to support ima/evm uuid optionsSteffen Trumtrar2021-04-151-0/+2
| * ubifs: Default to zstd compressionRui Salvaterra2021-04-151-0/+3
| * ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao2021-04-151-1/+2
* | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-274-42/+43
|\ \
| * | ubifs: convert to fileattrMiklos Szeredi2021-04-124-42/+43
| |/
* / treewide: Change list_sort to use const pointersSami Tolvanen2021-04-082-5/+6
|/
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-235-19/+24
|\
| * fs: make helpers idmap mount awareChristian Brauner2021-01-243-15/+19
| * stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * acl: handle idmapped mountsChristian Brauner2021-01-241-0/+1
| * attr: handle idmapped mountsChristian Brauner2021-01-241-1/+1
| * inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-242-2/+2
* | ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo2021-02-131-1/+3
* | ubifs: Fix off-by-one errorSascha Hauer2021-02-122-2/+2
* | ubifs: replay: Fix high stack usage, againArnd Bergmann2021-02-121-1/+3
* | ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu2021-02-121-1/+1
|/
* Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-1719-124/+137
|\
| * ubifs: ubifs_dump_node: Dump all branches of the index nodeZhihao Cheng2020-12-131-1/+1
| * ubifs: ubifs_dump_sleb: Remove unused functionZhihao Cheng2020-12-132-18/+0
| * ubifs: Pass node length in all node dumping callersZhihao Cheng2020-12-1315-52/+54
| * Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of no...Zhihao Cheng2020-12-131-14/+2
| * ubifs: Limit dumping length by size of memory which is allocated for the nodeZhihao Cheng2020-12-132-14/+52
| * ubifs: Remove the redundant return in dbg_check_nondata_nodes_orderChengsong Ke2020-12-131-1/+0
| * ubifs: Fixed print foramt mismatch in ubifsFangping Liang2020-12-131-1/+1
| * ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo2020-12-131-1/+3
| * ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger2020-12-131-2/+11
| * ubifs: Fix the printing type of c->big_lptChengsong Ke2020-12-132-3/+3
| * ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu2020-12-134-10/+4
| * ubifs: Delete duplicated words + other fixesRandy Dunlap2020-12-137-8/+7
* | Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-171-0/+1
|\ \
| * | fscrypt: Have filesystems handle their d_opsDaniel Rosenberg2020-12-021-0/+1
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-141-1/+0
|\ \
| * | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+0
| |/
* | fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers2020-12-021-1/+1
* | ubifs: remove ubifs_dir_open()Eric Biggers2020-12-021-9/+0
* | ubifs: prevent creating duplicate encrypted filenamesEric Biggers2020-11-241-4/+13
|/
* Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-186-4/+12
|\
| * ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger2020-09-291-2/+2
| * ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() failsZhihao Cheng2020-09-171-1/+0
| * ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inodeZhihao Cheng2020-09-171-1/+0
| * ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng2020-09-171-0/+1