| Commit message (Expand) | Author | Age | Files | Lines |
* | elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings | Chen Jingwen | 2021-10-03 | 1 | -1/+1 |
* | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2021-10-03 | 7 | -199/+182 |
|\ |
|
| * | ext4: recheck buffer uptodate bit under buffer lock | Zhang Yi | 2021-10-01 | 1 | -0/+6 |
| * | ext4: fix potential infinite loop in ext4_dx_readdir() | yangerkun | 2021-10-01 | 1 | -3/+3 |
| * | ext4: flush s_error_work before journal destroy in ext4_fill_super | yangerkun | 2021-10-01 | 1 | -1/+4 |
| * | ext4: fix loff_t overflow in ext4_max_bitmap_size() | Ritesh Harjani | 2021-10-01 | 1 | -5/+5 |
| * | ext4: fix reserved space counter leakage | Jeffle Xu | 2021-10-01 | 2 | -0/+11 |
| * | ext4: limit the number of blocks in one ADD_RANGE TLV | Hou Tao | 2021-10-01 | 1 | -0/+6 |
| * | ext4: enforce buffer head state assertion in ext4_da_map_blocks | Eric Whitney | 2021-09-09 | 1 | -6/+9 |
| * | ext4: remove extent cache entries when truncating inline data | Eric Whitney | 2021-09-09 | 1 | -0/+19 |
| * | Merge branch 'delalloc-buffer-write' into dev | Theodore Ts'o | 2021-09-09 | 3 | -179/+105 |
| |\ |
|
| | * | ext4: drop unnecessary journal handle in delalloc write | Zhang Yi | 2021-09-04 | 1 | -55/+5 |
| | * | ext4: factor out write end code of inline file | Zhang Yi | 2021-09-04 | 3 | -109/+84 |
| | * | ext4: correct the error path of ext4_write_inline_data_end() | Zhang Yi | 2021-09-04 | 2 | -12/+10 |
| | * | ext4: check and update i_disksize properly | Zhang Yi | 2021-09-04 | 1 | -16/+18 |
| * | | ext4: add error checking to ext4_ext_replay_set_iblocks() | Theodore Ts'o | 2021-09-02 | 1 | -5/+14 |
* | | | Merge tag 'driver-core-5.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2021-10-03 | 2 | -3/+8 |
|\ \ \ |
|
| * | | | kernfs: also call kernfs_set_rev() for positive dentry | Hou Tao | 2021-09-28 | 1 | -2/+7 |
| * | | | debugfs: debugfs_create_file_size(): use IS_ERR to check for error | Nirmoy Das | 2021-09-21 | 1 | -1/+1 |
* | | | | Merge tag '5.15-rc3-ksmbd-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 2021-10-02 | 11 | -340/+292 |
|\ \ \ \ |
|
| * | | | | ksmbd: missing check for NULL in convert_to_nt_pathname() | Dan Carpenter | 2021-09-30 | 1 | -10/+7 |
| * | | | | ksmbd: fix transform header validation | Namjae Jeon | 2021-09-30 | 1 | -9/+9 |
| * | | | | ksmbd: add buffer validation for SMB2_CREATE_CONTEXT | Hyunchul Lee | 2021-09-30 | 3 | -13/+74 |
| * | | | | ksmbd: add validation in smb2 negotiate | Namjae Jeon | 2021-09-30 | 2 | -6/+68 |
| * | | | | ksmbd: add request buffer validation in smb2_set_info | Namjae Jeon | 2021-09-30 | 1 | -42/+107 |
| * | | | | ksmbd: use correct basic info level in set_file_basic_info() | Namjae Jeon | 2021-09-30 | 2 | -7/+15 |
| * | | | | ksmbd: remove NTLMv1 authentication | Namjae Jeon | 2021-09-29 | 3 | -229/+0 |
| * | | | | ksmbd: fix documentation for 2 functions | Enzo Matsumiya | 2021-09-28 | 1 | -2/+2 |
| * | | | | ksmbd: fix invalid request buffer access in compound | Namjae Jeon | 2021-09-26 | 1 | -2/+11 |
| * | | | | ksmbd: remove RFC1002 check in smb2 request | Ronnie Sahlberg | 2021-09-26 | 2 | -22/+1 |
* | | | | | Merge tag 'io_uring-5.15-2021-10-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-10-02 | 2 | -19/+3 |
|\ \ \ \ \ |
|
| * | | | | | io_uring: kill fasync | Pavel Begunkov | 2021-10-01 | 1 | -15/+2 |
| * | | | | | io-wq: exclusively gate signal based exit on get_signal() return | Jens Axboe | 2021-09-27 | 1 | -4/+1 |
* | | | | | | Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fsc... | Linus Torvalds | 2021-09-28 | 2 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | fs-verity: fix signed integer overflow with i_size near S64_MAX | Eric Biggers | 2021-09-22 | 2 | -2/+2 |
* | | | | | | | vboxfs: fix broken legacy mount signature checking | Linus Torvalds | 2021-09-27 | 1 | -10/+2 |
| |_|/ / / /
|/| | | | | |
|
* | | | | | | Merge tag '5.15-rc2-ksmbd-fixes' of git://git.samba.org/ksmbd | Linus Torvalds | 2021-09-26 | 8 | -260/+164 |
|\ \ \ \ \ \ |
|
| * | | | | | | ksmbd: use LOOKUP_BENEATH to prevent the out of share access | Hyunchul Lee | 2021-09-24 | 5 | -206/+140 |
| * | | | | | | ksmbd: remove follow symlinks support | Namjae Jeon | 2021-09-22 | 2 | -56/+19 |
| * | | | | | | ksmbd: check protocol id in ksmbd_verify_smb_message() | Namjae Jeon | 2021-09-22 | 3 | -5/+11 |
| * | | | | | | ksmbd: add default data stream name in FILE_STREAM_INFORMATION | Namjae Jeon | 2021-09-21 | 1 | -5/+3 |
| * | | | | | | ksmbd: log that server is experimental at module load | Steve French | 2021-09-21 | 1 | -0/+3 |
* | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-25 | 2 | -3/+8 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | mm: fs: invalidate bh_lrus for only cold path | Minchan Kim | 2021-09-24 | 1 | -2/+6 |
| * | | | | | | | ocfs2: drop acl cache for directories too | Wengang Wang | 2021-09-24 | 1 | -1/+2 |
* | | | | | | | | Merge tag 'io_uring-5.15-2021-09-25' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-09-25 | 2 | -16/+72 |
|\ \ \ \ \ \ \ \
| | |_|_|/ / / /
| |/| | | | | | |
|
| * | | | | | | | io_uring: make OP_CLOSE consistent with direct open | Pavel Begunkov | 2021-09-24 | 1 | -1/+51 |
| * | | | | | | | io_uring: kill extra checks in io_write() | Pavel Begunkov | 2021-09-24 | 1 | -3/+0 |
| * | | | | | | | io_uring: don't punt files update to io-wq unconditionally | Jens Axboe | 2021-09-24 | 1 | -5/+2 |
| * | | | | | | | io_uring: put provided buffer meta data under memcg accounting | Jens Axboe | 2021-09-24 | 1 | -1/+1 |