summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon2023-08-291-0/+3
| * | | | ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon2023-08-291-1/+1
| * | | | ksmbd: Fix one kernel-doc commentYang Li2023-08-291-1/+0
| * | | | ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon2023-08-291-7/+18
| * | | | ksmbd: fix `force create mode' and `force directory mode'Atte Heikkilä2023-08-291-18/+11
| * | | | ksmbd: fix wrong interim response on compoundNamjae Jeon2023-08-294-26/+26
| * | | | ksmbd: add support for read compoundNamjae Jeon2023-08-2912-370/+380
| * | | | ksmbd: switch to use kmemdup_nul() helperYang Yingliang2023-08-291-3/+1
| |/ / /
* | | | Merge tag 'jfs-6.6' of github.com:kleikamp/linux-shaggyLinus Torvalds2023-08-314-2/+9
|\ \ \ \
| * | | | jfs: validate max amount of blocks before allocation.Alexei Filippov2023-08-291-0/+5
| * | | | jfs: remove redundant initialization to pointer ipColin Ian King2023-08-291-1/+1
| * | | | jfs: fix invalid free of JFS_IP(ipimap)->i_imap in diUnmountLiu Shixin via Jfs-discussion2023-07-181-0/+1
| * | | | FS: JFS: (trivial) Fix grammatical error in extAllocImmad Mir2023-07-181-1/+1
| * | | | fs/jfs: prevent double-free in dbUnmount() after failed jfs_remount()Andrew Kanner2023-07-181-0/+1
* | | | | Merge tag 'ext4_for_linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-08-3125-673/+717
|\ \ \ \ \
| * | | | | ext4: fix slab-use-after-free in ext4_es_insert_extent()Baokun Li2023-08-271-14/+30
| * | | | | libfs: remove redundant checks of s_encodingEric Biggers2023-08-271-12/+2
| * | | | | ext4: remove redundant checks of s_encodingEric Biggers2023-08-272-4/+4
| * | | | | ext4: reject casefold inode flag without casefold featureEric Biggers2023-08-271-1/+4
| * | | | | ext4: use LIST_HEAD() to initialize the list_head in mballoc.cRuan Jinjie2023-08-271-13/+5
| * | | | | ext4: do not mark inode dirty every time when appending using delallocLiu Song2023-08-271-26/+62
| * | | | | ext4: rename s_error_work to s_sb_upd_workTheodore Ts'o2023-08-272-19/+22
| * | | | | ext4: add periodic superblock update checkVitaliy Kuznetsov2023-08-271-1/+61
| * | | | | ext4: drop dio overwrite only flag and associated warningBrian Foster2023-08-271-15/+10
| * | | | | ext4: add correct group descriptors and reserved GDT blocks to system zoneWang Jianjian2023-08-273-8/+17
| * | | | | ext4: remove unused function declarationCai Xinchen2023-08-271-6/+0
| * | | | | ext4: mballoc: avoid garbage value from errSu Hui2023-08-271-1/+1
| * | | | | ext4: use sbi instead of EXT4_SB(sb) in ext4_mb_new_blocks_simple()Lu Hongfei2023-08-271-1/+1
| * | | | | ext4: change the type of blocksize in ext4_mb_init_cache()Lu Hongfei2023-08-271-1/+1
| * | | | | ext4: fix unttached inode after power cut with orphan file feature enabledZhihao Cheng2023-08-271-0/+3
| * | | | | jbd2: correct the end of the journal recovery scan rangeZhang Yi2023-08-271-9/+3
| * | | | | ext4: ext4_get_{dev}_journal return proper error valueZhang Yi2023-08-271-22/+31
| * | | | | ext4: cleanup ext4_get_dev_journal() and ext4_get_journal()Zhang Yi2023-08-231-60/+49
| * | | | | jbd2: jbd2_journal_init_{dev,inode} return proper error return valueZhang Yi2023-08-233-16/+15
| * | | | | jbd2: drop useless error tag in jbd2_journal_wipe()Zhang Yi2023-08-151-3/+2
| * | | | | jbd2: cleanup journal_init_common()Zhang Yi2023-08-151-21/+24
| * | | | | jbd2: add fast_commit space checkZhang Yi2023-08-151-4/+12
| * | | | | jbd2: cleanup load_superblock()Zhang Yi2023-08-151-50/+35
| * | | | | jbd2: open code jbd2_verify_csum_type() helperZhang Yi2023-08-151-13/+5
| * | | | | jbd2: checking valid features early in journal_get_superblock()Zhang Yi2023-08-151-15/+15
| * | | | | jbd2: don't load superblock in jbd2_journal_check_used_features()Zhang Yi2023-08-151-5/+0
| * | | | | jbd2: move load_superblock() into journal_init_common()Zhang Yi2023-08-151-11/+5
| * | | | | jbd2: move load_superblock() dependent functionsZhang Yi2023-08-151-169/+168
| * | | | | ext4: don't use CR_BEST_AVAIL_LEN for non-regular filesRitesh Harjani2023-08-051-1/+12
| * | | | | ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}Luís Henriques2023-08-051-0/+4
| * | | | | jbd2: remove unused function '__cp_buffer_busy'Yang Li2023-08-041-12/+0
| * | | | | jbd2: check 'jh->b_transaction' before removing it from checkpointZhihao Cheng2023-08-041-0/+2
| * | | | | jbd2: fix checkpoint cleanup performance regressionZhang Yi2023-08-041-6/+14
| * | | | | ext4: correct some stale comment of criteriaKemeng Shi2023-08-031-4/+4
| * | | | | ext4: return found group directly in ext4_mb_choose_next_group_best_availKemeng Shi2023-08-031-10/+8