summaryrefslogtreecommitdiffstats
path: root/fs/ubifs
Commit message (Expand)AuthorAgeFilesLines
...
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-27/+2
|/
* Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-032-6/+3
|\
| * ubifs: Use NULL instead of using plain integer as pointerHaowen Bai2022-05-271-1/+1
| * ubifs: Simplify the return expression of run_gc()Minghao Chi2022-05-271-5/+2
* | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-05-242-21/+22
|\ \
| * | ubifs: Convert to release_folioMatthew Wilcox (Oracle)2022-05-091-9/+9
| * | ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)2022-05-092-6/+8
| * | fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)2022-05-081-4/+3
| * | fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)2022-05-081-2/+2
| |/
* / fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers2022-04-131-1/+1
|/
* 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