aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds11-274/+428
2024-03-12mm, slab: remove last vestiges of SLAB_MEM_SPREADLinus Torvalds1-2/+2
2024-03-11Merge tag 'vfs-6.9.uuid' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+1
2024-03-07Merge tag 'for-next-6.9' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Christian Brauner2-1/+1
2024-02-27ubifs: Configure dentry operations at dentry-creation timeGabriel Krisman Bertazi2-1/+1
2024-02-25ubifs: Queue up space reservation tasks if retrying many timesZhihao Cheng3-22/+155
2024-02-25ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2024-02-25ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failedZhihao Cheng4-10/+31
2024-02-25ubifs: Remove unreachable code in dbg_check_ltab_lnumKunwu Chan1-1/+0
2024-02-25ubifs: fix function pointer cast warningsArnd Bergmann2-14/+15
2024-02-25ubifs: fix sort function prototypeArnd Bergmann1-5/+4
2024-02-25ubifs: Convert populate_page() to take a folioMatthew Wilcox (Oracle)1-20/+21
2024-02-25ubifs: Use a folio in ubifs_do_bulk_read()Matthew Wilcox (Oracle)1-7/+7
2024-02-25ubifs: Pass a folio into ubifs_bulk_read() and ubifs_do_bulk_read()Matthew Wilcox (Oracle)1-15/+13
2024-02-25ubifs: Convert cancel_budget() to take a folioMatthew Wilcox (Oracle)1-5/+5
2024-02-25ubifs: Convert allocate_budget() to work on a folioMatthew Wilcox (Oracle)1-7/+7
2024-02-25ubifs: Convert do_readpage() to take a folioMatthew Wilcox (Oracle)1-34/+30
2024-02-25ubifs: Convert ubifs_write_end() to use a folioMatthew Wilcox (Oracle)1-20/+21
2024-02-25ubifs: Convert ubifs_write_begin() to use a folioMatthew Wilcox (Oracle)1-16/+16
2024-02-25ubifs: Convert write_begin_slow() to use a folioMatthew Wilcox (Oracle)1-22/+23
2024-02-25ubifs: Convert ubifs_vm_page_mkwrite() to use a folioMatthew Wilcox (Oracle)1-18/+18
2024-02-25ubifs: Convert do_writepage() to take a folioMatthew Wilcox (Oracle)1-26/+30
2024-02-25ubifs: Use a folio in do_truncation()Matthew Wilcox (Oracle)1-12/+12
2024-02-25ubifs: Convert ubifs_writepage to use a folioMatthew Wilcox (Oracle)1-22/+17
2024-02-25ubifs: Convert from writepage to writepagesMatthew Wilcox (Oracle)1-2/+10
2024-02-25ubifs: Set page uptodate in the correct placeMatthew Wilcox (Oracle)1-9/+4
2024-02-08fs: super_set_uuid()Kent Overstreet1-1/+1
2024-01-06ubifs: fix kernel-doc warningsRandy Dunlap1-9/+21
2024-01-06ubifs: ubifs_symlink: Fix memleak of inode->i_link in error pathZhihao Cheng1-0/+2
2024-01-05ubifs: Check @c->dirty_[n|p]n_cnt and @c->nroot state under @c->lp_mutexZhihao Cheng1-1/+12
2024-01-05ubifs: describe function parametersSascha Hauer1-0/+2
2024-01-05ubifs: auth.c: fix kernel-doc function prototype warningRandy Dunlap1-1/+1
2024-01-05ubifs: use crypto_shash_tfm_digest() in ubifs_hmac_wkm()Eric Biggers1-17/+2
2023-11-05Merge tag 'ubifs-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-2/+12
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+11
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-4/+2
2023-10-30Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-2/+1
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds5-32/+39
2023-10-28ubifs: ubifs_link: Fix wrong name len calculating when UBIFS is encryptedZhihao Cheng1-1/+3
2023-10-28ubifs: fix possible dereference after freeKonstantin Meskhidze1-0/+1
2023-10-28ubifs: Fix missing error code errFerry Meng1-0/+1
2023-10-28ubifs: Fix memory leak of bud->log_hashVincent Whitchurch1-1/+4
2023-10-28ubifs: Fix some kernel-doc commentsYang Li1-0/+3
2023-10-18ubifs: convert to new timestamp accessorsJeff Layton5-32/+39
2023-10-10ubifs: move ubifs_xattr_handlers to .rodataWedson Almeida Filho2-2/+2
2023-10-04ubifs: dynamically allocate the ubifs-slab shrinkerQi Zheng1-10/+11
2023-09-24fscrypt: make the bounce page pool opt-in instead of opt-outEric Biggers1-1/+0
2023-09-24fscrypt: make it clearer that key_prefix is deprecatedEric Biggers1-1/+1
2023-09-15ubifs: Do not include crypto/algapi.hHerbert Xu3-4/+2
2023-08-11fs: drop the timespec64 argument from update_timeJeff Layton2-3/+2
2023-08-11ubifs: have ubifs_update_time use inode_update_timestampsJeff Layton1-7/+1
2023-08-09fs: drop the timespec64 arg from generic_update_timeJeff Layton1-2/+4
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-1/+1
2023-07-24ubifs: convert to ctime accessor functionsJeff Layton7-30/+30
2023-07-10ubifs: convert to simple_rename_timestampJeff Layton1-12/+3
2023-05-24splice: Use filemap_splice_read() instead of generic_file_splice_read()David Howells1-1/+1
2023-04-23ubifs: Fix memleak when insert_old_idx() failedZhihao Cheng1-50/+87
2023-04-23Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path"Zhihao Cheng1-8/+1
2023-04-21ubifs: Fix memory leak in do_renameMårten Lindahl1-6/+0
2023-04-21ubifs: Free memory for tmpfile nameMårten Lindahl1-0/+1
2023-04-21ubifs: Remove return in compr_exit()Yangtao Li1-1/+0
2023-03-01Merge tag 'ubifs-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-26/+98
2023-02-13ubifs: make kobj_type structures constantThomas Weißschuh1-2/+2
2023-02-02ubifs: Fix kernel-docYang Li1-3/+3
2023-02-02ubifs: Fix some kernel-doc commentsYang Li1-2/+6
2023-02-02ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this processZhihao Cheng1-5/+14
2023-02-02ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng1-3/+9
2023-02-02ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng1-1/+8
2023-02-02ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng1-0/+15
2023-02-02ubifs: Fix memory leak in alloc_wbufs()Li Zetao1-4/+13
2023-02-02ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng1-4/+3
2023-02-02ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng1-0/+2
2023-02-02ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng1-1/+1
2023-02-02ubifs: Add comments and debug info for ubifs_xrename()Zhihao Cheng1-0/+9
2023-02-02ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng1-0/+5
2023-02-02ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng1-1/+1
2023-02-02ubifs: Fix memory leak in ubifs_sysfs_init()Liu Shixin1-0/+2
2023-02-02ubifs: Fix build errors as symbol undefinedLi Hua1-0/+5
2023-01-19fs: port inode_init_owner() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port xattr to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->fileattr_set() to pass mnt_idmapChristian Brauner2-2/+2
2023-01-19fs: port ->tmpfile() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->rename() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mknod() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->mkdir() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->symlink() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->create() to pass mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port ->getattr() to pass mnt_idmapChristian Brauner3-6/+6
2023-01-19fs: port ->setattr() to pass mnt_idmapChristian Brauner2-3/+3
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld3-12/+12
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-14/+14
2022-10-14Merge tag 'for-linus-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-25/+45
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld3-12/+12
2022-09-24vfs: open inside ->tmpfile()Miklos Szeredi1-3/+4
2022-09-21ubifs: Fix AA deadlock when setting xattr for encrypted fileZhihao Cheng3-13/+16
2022-09-21ubifs: Fix UBIFS ro fail due to truncate in the encrypted directoryZhaoLong Wang2-11/+28
2022-09-21ubifs: Fix ubifs_check_dir_empty() kernel-doc commentYang Li1-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-08-02ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)1-27/+2
2022-07-03mm: shrinkers: provide shrinkers with namesRoman Gushchin1-1/+1
2022-06-03Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+3
2022-05-27ubifs: Use NULL instead of using plain integer as pointerHaowen Bai1-1/+1
2022-05-27ubifs: Simplify the return expression of run_gc()Minghao Chi1-5/+2
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-21/+22
2022-05-09ubifs: Convert to release_folioMatthew Wilcox (Oracle)1-9/+9
2022-05-09ubifs: Convert ubifs to read_folioMatthew Wilcox (Oracle)2-6/+8
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-4/+3
2022-05-08fs: Remove aop flags parameter from grab_cache_page_write_begin()Matthew Wilcox (Oracle)1-2/+2
2022-04-13fscrypt: split up FS_CRYPTO_BLOCK_SIZEEric Biggers1-1/+1
2022-03-31Merge tag 'for-linus-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-114/+228
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-17/+17
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-17ubifs: rename_whiteout: correct old_dir size computingBaokun Li1-0/+3
2022-03-15ubifs: Convert ubifs_set_page_dirty to ubifs_dirty_folioMatthew Wilcox (Oracle)1-7/+7
2022-03-15ubifs: Convert from invalidatepage to invalidate_folioMatthew Wilcox (Oracle)1-10/+10
2022-01-26ubifs: use default_groups in kobj_typeGreg Kroah-Hartman1-1/+2
2022-01-10ubifs: Fix to add refcount once page is set privateZhihao Cheng1-7/+7
2022-01-10ubifs: Fix read out-of-bounds in ubifs_wbuf_write_nolock()Zhihao Cheng1-4/+30
2022-01-10ubifs: setflags: Make dirtied_ino_d 8 bytes alignedZhihao Cheng1-1/+1
2022-01-10ubifs: Rectify space amount budget for mkdir/tmpfile operationsZhihao Cheng1-4/+8
2022-01-10ubifs: Fix 'ui->dirty' race between do_tmpfile() and writeback workZhihao Cheng1-30/+30
2022-01-10ubifs: Rename whiteout atomicallyZhihao Cheng2-60/+136
2022-01-09ubifs: Add missing iput if do_tmpfile() failed in rename whiteoutZhihao Cheng1-0/+2
2022-01-09ubifs: Fix wrong number of inodes locked by ui_mutex in ubifs_inode commentZhihao Cheng1-1/+1
2022-01-09ubifs: Fix deadlock in concurrent rename whiteout and inode writebackZhihao Cheng1-10/+15
2022-01-09ubifs: rename_whiteout: Fix double free for whiteout_ui->dataZhihao Cheng1-2/+0
2021-12-23ubifs: read-only if LEB may always be taken in ubifs_garbage_collectBaokun Li1-1/+10
2021-12-23ubifs: fix double return leb in ubifs_garbage_collectBaokun Li1-0/+2
2021-12-23ubifs: fix slab-out-of-bounds in ubifs_change_lpBaokun Li1-1/+5
2021-12-23ubifs: fix snprintf() length checkDan Carpenter1-1/+1
2021-12-23ubifs: Export filesystem error countersStefan Schaeckeler5-2/+225
2021-12-23ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffersPetr Cvachoucek1-1/+0
2021-12-23ubifs: Make use of the helper macro kthread_run()Cai Huoqing1-4/+2
2021-12-23ubifs: Fix spelling mistakesAlexander Dahl2-3/+3
2021-09-20fscrypt: remove fscrypt_operations::max_namelenEric Biggers1-1/+0
2021-07-25ubifs: 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-04Merge 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-08treewide: Change list_sort to use const pointersSami Tolvanen2-5/+6
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-19/+24
2021-02-13ubifs: 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-17Merge 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-13ubifs: ubifs_dump_node: Dump all branches of the index nodeZhihao Cheng1-1/+1
2020-12-13ubifs: ubifs_dump_sleb: Remove unused functionZhihao Cheng2-18/+0
2020-12-13ubifs: Pass node length in all node dumping callersZhihao Cheng15-52/+54
2020-12-13Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of no...Zhihao Cheng1-14/+2
2020-12-13ubifs: Limit dumping length by size of memory which is allocated for the nodeZhihao Cheng2-14/+52
2020-12-13ubifs: 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
2020-12-13ubifs: Delete duplicated words + other fixesRandy Dunlap7-8/+7
2020-12-02fscrypt: Have filesystems handle their d_opsDaniel Rosenberg1-0/+1
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Eric Biggers1-1/+1
2020-12-02ubifs: remove ubifs_dir_open()Eric Biggers1-9/+0
2020-11-24ubifs: prevent creating duplicate encrypted filenamesEric Biggers1-4/+13
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+0
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-4/+12
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-21/+34
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2020-10-11ubifs: mount_ubifs: Release authentication resource in error handling pathZhihao Cheng1-4/+6
2020-10-11ubifs: Don't parse authentication mount options in remount processZhihao Cheng1-6/+12
2020-10-11ubifs: Fix a memleak after dumping authentication mount optionsZhihao Cheng1-2/+14
2020-09-29ubifs: journal: Make sure to not dirty twice for auth nodesRichard Weinberger1-2/+2
2020-09-24bdi: initialize ->ra_pages and ->io_pages in bdi_initChristoph Hellwig1-0/+2
2020-09-22ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()Eric Biggers1-22/+16
2020-09-17ubifs: Fix some kernel-doc warnings in tnc.cWang Hai1-2/+1
2020-09-17ubifs: Fix some kernel-doc warnings in replay.cWang Hai1-2/+0
2020-09-17ubifs: Fix some kernel-doc warnings in gc.cWang Hai1-4/+0
2020-09-17ubifs: Fix 'hash' kernel-doc warning in auth.cWang Hai1-1/+1
2020-09-17ubifs: setflags: Don't show error message when vfs_ioc_setflags_prepare() failsZhihao Cheng1-1/+0
2020-09-17ubifs: ubifs_jnl_change_xattr: Remove assertion 'nlink > 0' for host inodeZhihao Cheng1-1/+0
2020-09-17ubifs: dent: Fix some potential memory leaks while iterating entriesZhihao Cheng1-0/+1
2020-09-17ubifs: xattr: Fix some potential memory leaks while iterating entriesZhihao Cheng4-0/+9