summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
...
* Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-316-114/+228
|\
| * ubifs: rename_whiteout: correct old_dir size computingBaokun Li2022-03-171-0/+3
| * ubifs: Fix to add refcount once page is set privateZhihao Cheng2022-01-101-7/+7
| * ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng2022-01-101-4/+30
| * ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng2022-01-101-1/+1
| * ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng2022-01-101-4/+8
| * ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng2022-01-101-30/+30
| * ubifs: Rename whiteout atomicallyZhihao Cheng2022-01-102-60/+136
| * ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng2022-01-091-0/+2
| * ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentZhihao Cheng2022-01-091-1/+1
| * ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng2022-01-091-10/+15
| * ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng2022-01-091-2/+0
* | Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-1/+2
|\ \
| * | ubifs: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-261-1/+2
| |/
* | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-221-17/+17
|\ \
| * | ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folioMatthew Wilcox (Oracle)2022-03-151-7/+7
| * | ubifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)2022-03-151-10/+10
| |/
* / fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* 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