summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
* ubifs: read-only if LEB may always be taken in ubifs_garbage_collectBaokun Li2021-12-231-1/+10
* ubifs: fix double return leb in ubifs_garbage_collectBaokun Li2021-12-231-0/+2
* ubifs: fix slab-out-of-bounds in ubifs_change_lpBaokun Li2021-12-231-1/+5
* ubifs: fix snprintf() length checkDan Carpenter2021-12-231-1/+1
* ubifs: Export filesystem error countersStefan Schaeckeler2021-12-235-2/+225
* ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek2021-12-231-1/+0
* ubifs: Make use of the helper macro kthread_run()Cai Huoqing2021-12-231-4/+2
* ubifs: Fix spelling mistakesAlexander Dahl2021-12-232-3/+3
* fscrypt: remove fscrypt_operations::max_namelenEric Biggers2021-09-201-1/+0
* 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
|\ \