summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappingsChen Jingwen2021-10-031-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-10-037-199/+182
|\
| * ext4: recheck buffer uptodate bit under buffer lockZhang Yi2021-10-011-0/+6
| * ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun2021-10-011-3/+3
| * ext4: flush s_error_work before journal destroy in ext4_fill_superyangerkun2021-10-011-1/+4
| * ext4: fix loff_t overflow in ext4_max_bitmap_size()Ritesh Harjani2021-10-011-5/+5
| * ext4: fix reserved space counter leakageJeffle Xu2021-10-012-0/+11
| * ext4: limit the number of blocks in one ADD_RANGE TLVHou Tao2021-10-011-0/+6
| * ext4: enforce buffer head state assertion in ext4_da_map_blocksEric Whitney2021-09-091-6/+9
| * ext4: remove extent cache entries when truncating inline dataEric Whitney2021-09-091-0/+19
| * Merge branch 'delalloc-buffer-write' into devTheodore Ts'o2021-09-093-179/+105
| |\
| | * ext4: drop unnecessary journal handle in delalloc writeZhang Yi2021-09-041-55/+5
| | * ext4: factor out write end code of inline fileZhang Yi2021-09-043-109/+84
| | * ext4: correct the error path of ext4_write_inline_data_end()Zhang Yi2021-09-042-12/+10
| | * ext4: check and update i_disksize properlyZhang Yi2021-09-041-16/+18
| * | ext4: add error checking to ext4_ext_replay_set_iblocks()Theodore Ts'o2021-09-021-5/+14
* | | Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-10-032-3/+8
|\ \ \
| * | | kernfs: also call kernfs_set_rev() for positive dentryHou Tao2021-09-281-2/+7
| * | | debugfs: debugfs_create_file_size(): use IS_ERR to check for errorNirmoy Das2021-09-211-1/+1
* | | | Merge tag '5.15-rc3-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2021-10-0211-340/+292
|\ \ \ \
| * | | | ksmbd: missing check for NULL in convert_to_nt_pathname()Dan Carpenter2021-09-301-10/+7
| * | | | ksmbd: fix transform header validationNamjae Jeon2021-09-301-9/+9
| * | | | ksmbd: add buffer validation for SMB2_CREATE_CONTEXTHyunchul Lee2021-09-303-13/+74
| * | | | ksmbd: add validation in smb2 negotiateNamjae Jeon2021-09-302-6/+68
| * | | | ksmbd: add request buffer validation in smb2_set_infoNamjae Jeon2021-09-301-42/+107
| * | | | ksmbd: use correct basic info level in set_file_basic_info()Namjae Jeon2021-09-302-7/+15
| * | | | ksmbd: remove NTLMv1 authenticationNamjae Jeon2021-09-293-229/+0
| * | | | ksmbd: fix documentation for 2 functionsEnzo Matsumiya2021-09-281-2/+2
| * | | | ksmbd: fix invalid request buffer access in compoundNamjae Jeon2021-09-261-2/+11
| * | | | ksmbd: remove RFC1002 check in smb2 requestRonnie Sahlberg2021-09-262-22/+1
* | | | | Merge tag 'io_uring-5.15-2021-10-01' of git://git.kernel.dk/linux-blockLinus Torvalds2021-10-022-19/+3
|\ \ \ \ \
| * | | | | io_uring: kill fasyncPavel Begunkov2021-10-011-15/+2
| * | | | | io-wq: exclusively gate signal based exit on get_signal() returnJens Axboe2021-09-271-4/+1
* | | | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc...Linus Torvalds2021-09-282-2/+2
|\ \ \ \ \ \
| * | | | | | fs-verity: fix signed integer overflow with i_size near S64_MAXEric Biggers2021-09-222-2/+2
* | | | | | | vboxfs: fix broken legacy mount signature checkingLinus Torvalds2021-09-271-10/+2
| |_|/ / / / |/| | | | |
* | | | | | Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds2021-09-268-260/+164
|\ \ \ \ \ \
| * | | | | | ksmbd: use LOOKUP_BENEATH to prevent the out of share accessHyunchul Lee2021-09-245-206/+140
| * | | | | | ksmbd: remove follow symlinks supportNamjae Jeon2021-09-222-56/+19
| * | | | | | ksmbd: check protocol id in ksmbd_verify_smb_message()Namjae Jeon2021-09-223-5/+11
| * | | | | | ksmbd: add default data stream name in FILE_STREAM_INFORMATIONNamjae Jeon2021-09-211-5/+3
| * | | | | | ksmbd: log that server is experimental at module loadSteve French2021-09-211-0/+3
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-252-3/+8
|\ \ \ \ \ \ \
| * | | | | | | mm: fs: invalidate bh_lrus for only cold pathMinchan Kim2021-09-241-2/+6
| * | | | | | | ocfs2: drop acl cache for directories tooWengang Wang2021-09-241-1/+2
* | | | | | | | Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-252-16/+72
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | io_uring: make OP_CLOSE consistent with direct openPavel Begunkov2021-09-241-1/+51
| * | | | | | | io_uring: kill extra checks in io_write()Pavel Begunkov2021-09-241-3/+0
| * | | | | | | io_uring: don't punt files update to io-wq unconditionallyJens Axboe2021-09-241-5/+2
| * | | | | | | io_uring: put provided buffer meta data under memcg accountingJens Axboe2021-09-241-1/+1