aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-07fscrypt: drop unused inode argument from fscrypt_fname_alloc_bufferJeff Layton1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-08-10Merge tag 'for-linus-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-7/+29
2020-08-02ubifs: Fix wrong orphan node deletion in ubifs_jnl_update|renameZhihao Cheng1-4/+6
2020-08-02ubifs: misc.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-08-02ubifs: add option to specify version for new file systemsMartin Kaistra3-2/+22
2020-07-16treewide: Remove uninitialized_var() usageKees Cook7-14/+14
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig4-5/+5
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds3-34/+9
2020-05-17ubifs: fix wrong use of crypto_shash_descsize()Eric Biggers2-24/+6
2020-05-08ubifs: use crypto_shash_tfm_digest()Eric Biggers3-34/+9
2020-04-09ubifs: remove broken lazytime supportChristoph Hellwig1-5/+1
2020-04-07Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-6/+24
2020-03-30ubifs: Fix out-of-bounds memory access caused by abnormal value of node_lenLiu Song1-2/+14
2020-03-30ubifs: ubifs_add_orphan: Fix a memory leak bugZhihao Cheng1-2/+7
2020-03-30ubifs: ubifs_jnl_write_inode: Fix a memory leak bugZhihao Cheng1-0/+1
2020-03-30ubifs: Fix ubifs_tnc_lookup() usage in do_kill_orphans()Richard Weinberger1-2/+2
2020-03-19ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCEEric Biggers1-0/+4
2020-02-05Merge branch 'imm.timestamp' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-19/+10
2020-01-30Merge tag 'upstream-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-7/+19
2020-01-22ubifs: allow both hash and disk name to be provided in no-key namesEric Biggers3-6/+3
2020-01-22ubifs: don't trigger assertion on invalid no-key filenameEric Biggers1-0/+2
2020-01-20ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()Eric Biggers4-16/+9
2020-01-19ubifs: Fix memory leak from c->sup_nodeQuanyang Wang1-0/+2
2020-01-17ubifs: Fix ino_t format warnings in orphan_delete()Geert Uytterhoeven1-2/+2
2020-01-16ubifs: Fix deadlock in concurrent bulk-read and writepageZhihao Cheng1-1/+3
2020-01-16ubifs: Fix wrong memory allocationSascha Hauer1-1/+1
2020-01-16ubifs: Add support for FS_ENCRYPT_FLEric Biggers1-3/+10
2020-01-16ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flagEric Biggers1-1/+2
2019-12-31fscrypt: Allow modular crypto algorithmsHerbert Xu1-0/+1
2019-12-31fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()Eric Biggers1-1/+1
2019-12-08fs: ubifs: Eliminate timespec64_trunc() usageDeepa Dinamani1-7/+4
2019-12-08utimes: Clamp the timestamps in notify_change()Amir Goldstein1-12/+6
2019-11-17ubifs: ubifs_tnc_start_commit: Fix OOB in layout_in_gapsZhihao Cheng1-7/+27
2019-11-17ubifs: do_kill_orphans: Fix a memory leak bugZhihao Cheng1-7/+10
2019-11-17Revert "ubifs: Fix memory leak bug in alloc_ubifs_info() error path"Richard Weinberger1-3/+1
2019-11-17ubifs: Fix type of sup->hash_algoBen Dooks (Codethink)1-1/+1
2019-11-17ubifs: Fixed missed le64_to_cpu() in journalBen Dooks (Codethink)1-1/+1
2019-11-17ubifs: Force prandom result to __le32Ben Dooks (Codethink)1-1/+1
2019-11-17ubifs: Remove obsolete TODO from dfs_file_write()Richard Weinberger1-12/+0
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-3/+7
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds1-9/+12
2019-09-18Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2-0/+31
2019-09-15ubifs: Fix memory leak bug in alloc_ubifs_info() error pathWenwen Wang1-1/+3
2019-09-15ubifs: Fix memory leak in __ubifs_node_verify_hmac error pathWenwen Wang1-1/+3
2019-09-15ubifs: Fix memory leak in read_znode() error pathWenwen Wang1-0/+1
2019-09-15ubifs: Remove redundant assignment to pointer fnameColin Ian King1-1/+0
2019-08-30timestamp_truncate: Replace users of timespec64_truncDeepa Dinamani1-9/+12
2019-08-22ubifs: Limit the number of pages in shrink_liabilityLiu Song1-1/+1
2019-08-22ubifs: Correctly initialize c->min_log_bytesRichard Weinberger1-0/+4
2019-08-22ubifs: Fix double unlock around orphan_delete()Richard Weinberger1-2/+0
2019-08-12ubifs: wire up new fscrypt ioctlsEric Biggers2-0/+31
2019-07-18mm: migrate: remove unused mode argumentKeith Busch1-1/+1
2019-07-14Merge tag 'upstream-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds12-92/+338
2019-07-12Merge tag 'vfs-fix-ioctl-checking-3' of git://git.kernel.org/pub/scm/fs/xfs/x...Linus Torvalds1-10/+3
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-136/+46
2019-07-10Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds1-9/+10
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-07-08ubifs: Don't leak orphans on memory during commitRichard Weinberger1-26/+24
2019-07-08ubifs: Check link count of inodes when killing orphans.Richard Weinberger1-9/+35