aboutsummaryrefslogtreecommitdiff
path: root/fs/ubifs
AgeCommit message (Expand)AuthorFilesLines
2021-09-20fscrypt: remove fscrypt_operations::max_namelenGravatar Eric Biggers 1-1/+0
2021-07-25ubifs: report correct st_size for encrypted symlinksGravatar Eric Biggers 1-1/+12
2021-06-22ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inodeGravatar Zhihao Cheng 1-0/+7
2021-06-22ubifs: Fix spelling mistakesGravatar Zheng Yongjun 6-6/+6
2021-06-18ubifs: Remove ui_mutex in ubifs_xattr_get and change_xattrGravatar Zhihao Cheng 1-4/+0
2021-06-18ubifs: Fix races between xattr_{set|get} and listxattr operationsGravatar Zhihao Cheng 3-11/+36
2021-06-18ubifs: fix snprintf() checkingGravatar Dan Carpenter 1-1/+1
2021-06-18ubifs: journal: Fix error return code in ubifs_jnl_write_inode()Gravatar Zhen Lei 1-0/+1
2021-05-04Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-3/+9
2021-04-27Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-42/+43
2021-04-15ubifs: Report max LEB count at mount timeGravatar Martin Devera 1-2/+2
2021-04-15ubifs: Set s_uuid in super block to support ima/evm uuid optionsGravatar Steffen Trumtrar 1-0/+2
2021-04-15ubifs: Default to zstd compressionGravatar Rui Salvaterra 1-0/+3
2021-04-15ubifs: Only check replay with inode type to judge if inode linkedGravatar Guochun Mao 1-1/+2
2021-04-12ubifs: convert to fileattrGravatar Miklos Szeredi 4-42/+43
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 2-5/+6
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-19/+24
2021-02-13ubifs: Fix error return code in alloc_wbufs()Gravatar Wang ShaoBo 1-1/+3
2021-02-12ubifs: Fix off-by-one errorGravatar Sascha Hauer 2-2/+2
2021-02-12ubifs: replay: Fix high stack usage, againGravatar Arnd Bergmann 1-1/+3
2021-02-12ubifs: Fix memleak in ubifs_init_authenticationGravatar Dinghao Liu 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 3-15/+19
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-0/+1
2021-01-24attr: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 2-2/+2
2020-12-17Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 19-124/+137
2020-12-17Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+0
2020-12-13ubifs: ubifs_dump_node: Dump all branches of the index nodeGravatar Zhihao Cheng 1-1/+1
2020-12-13ubifs: ubifs_dump_sleb: Remove unused functionGravatar Zhihao Cheng 2-18/+0
2020-12-13ubifs: Pass node length in all node dumping callersGravatar Zhihao Cheng 15-52/+54
2020-12-13Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of no...Gravatar Zhihao Cheng 1-14/+2
2020-12-13ubifs: Limit dumping length by size of memory which is allocated for the nodeGravatar Zhihao Cheng 2-14/+52
2020-12-13ubifs: Remove the redundant return in dbg_check_nondata_nodes_orderGravatar Chengsong Ke 1-1/+0
2020-12-13ubifs: Fixed print foramt mismatch in ubifsGravatar Fangping Liang 1-1/+1
2020-12-13ubifs: Fix error return code in ubifs_init_authentication()Gravatar Wang ShaoBo 1-1/+3
2020-12-13ubifs: wbuf: Don't leak kernel memory to flashGravatar Richard Weinberger 1-2/+11
2020-12-13ubifs: Fix the printing type of c->big_lptGravatar Chengsong Ke 2-3/+3
2020-12-13ubifs: Code cleanup by removing ifdef macro surroundingGravatar Chengguang Xu 4-10/+4
2020-12-13ubifs: Delete duplicated words + other fixesGravatar Randy Dunlap 7-8/+7
2020-12-02fscrypt: Have filesystems handle their d_opsGravatar Daniel Rosenberg 1-0/+1
2020-12-02fscrypt: introduce fscrypt_prepare_readdir()Gravatar Eric Biggers 1-1/+1
2020-12-02ubifs: remove ubifs_dir_open()Gravatar Eric Biggers 1-9/+0
2020-11-24ubifs: prevent creating duplicate encrypted filenamesGravatar Eric Biggers 1-4/+13
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+0
2020-10-18Merge tag 'for-linus-5.10-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 6-4/+12
2020-10-18Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-21/+34
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+2
2020-10-11ubifs: mount_ubifs: Release authentication resource in error handling pathGravatar Zhihao Cheng 1-4/+6