summaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2022-04-08ubifs: rename_whiteout: correct old_dir size computingBaokun Li1-0/+3
2022-04-08ubifs: Fix to add refcount once page is set privateZhihao Cheng1-7/+7
2022-04-08ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng1-4/+30
2022-04-08ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2022-04-08ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng1-4/+8
2022-04-08ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng1-30/+30
2022-04-08ubifs: Rename whiteout atomicallyZhihao Cheng2-60/+136
2022-04-08ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-04-08ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng1-10/+15
2022-04-08ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng1-2/+0
2022-01-27ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek1-1/+0
2021-07-26ubifs: report correct st_size for encrypted symlinksEric Biggers1-1/+12
2021-06-22ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeZhihao Cheng1-0/+7
2021-06-22ubifs: Fix spelling mistakesZheng Yongjun6-6/+6
2021-06-18ubifs: Remove ui_mutex in ubifs_xattr_get and change_xattrZhihao Cheng1-4/+0
2021-06-18ubifs: Fix races between xattr_{set|get} and listxattr operationsZhihao Cheng3-11/+36
2021-06-18ubifs: fix snprintf() checkingDan Carpenter1-1/+1
2021-06-18ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Zhen Lei1-0/+1
2021-05-05Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+9
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-42/+43
2021-04-15ubifs: Report max LEB count at mount timeMartin Devera1-2/+2
2021-04-15ubifs: Set s_uuid in super block to support ima/evm uuid optionsSteffen Trumtrar1-0/+2
2021-04-15ubifs: Default to zstd compressionRui Salvaterra1-0/+3
2021-04-15ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao1-1/+2
2021-04-12ubifs: convert to fileattrMiklos Szeredi4-42/+43
2021-04-09treewide: Change list_sort to use const pointersSami Tolvanen2-5/+6
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-19/+24
2021-02-14ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo1-1/+3
2021-02-12ubifs: Fix off-by-one errorSascha Hauer2-2/+2
2021-02-12ubifs: replay: Fix high stack usage, againArnd Bergmann1-1/+3
2021-02-12ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner3-15/+19
2021-01-24stat: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24acl: handle idmapped mountsChristian Brauner1-0/+1
2021-01-24attr: handle idmapped mountsChristian Brauner1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner2-2/+2
2020-12-18Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds19-124/+137
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+0
2020-12-14ubifs: ubifs_dump_node: Dump all branches of the index nodeZhihao Cheng1-1/+1
2020-12-14ubifs: ubifs_dump_sleb: Remove unused functionZhihao Cheng2-18/+0
2020-12-14ubifs: Pass node length in all node dumping callersZhihao Cheng15-52/+54
2020-12-14Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of no...Zhihao Cheng1-14/+2
2020-12-14ubifs: Limit dumping length by size of memory which is allocated for the nodeZhihao Cheng2-14/+52
2020-12-14ubifs: Remove the redundant return in dbg_check_nondata_nodes_orderChengsong Ke1-1/+0
2020-12-13ubifs: Fixed print foramt mismatch in ubifsFangping Liang1-1/+1
2020-12-13ubifs: Fix error return code in ubifs_init_authentication()Wang ShaoBo1-1/+3
2020-12-13ubifs: wbuf: Don't leak kernel memory to flashRichard Weinberger1-2/+11
2020-12-13ubifs: Fix the printing type of c->big_lptChengsong Ke2-3/+3
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingChengguang Xu4-10/+4