aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-10-20Merge tag 'ceph-for-5.15-rc7' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 6-30/+22
2021-10-19ceph: fix handling of "meta" errorsGravatar Jeff Layton 5-27/+8
2021-10-19ceph: skip existing superblocks that are blocklisted or shut down when mountingGravatar Jeff Layton 1-3/+14
2021-10-18vfs: check fd has read access in kernel_read_file_from_fd()Gravatar Matthew Wilcox (Oracle) 1-1/+1
2021-10-18ocfs2: mount fails with buffer overflow in strlenGravatar Valentin Vidic 1-4/+10
2021-10-18ocfs2: fix data corruption after conversion from inline formatGravatar Jan Kara 1-34/+12
2021-10-18userfaultfd: fix a race between writeprotect and exit_mmap()Gravatar Nadav Amit 1-3/+9
2021-10-17Merge tag 'io_uring-5.15-2021-10-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2021-10-17Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+8
2021-10-15Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-n...Gravatar Linus Torvalds 23-896/+712
2021-10-14io_uring: fix wrong condition to grab uring lockGravatar Hao Xu 1-1/+1
2021-10-12fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listGravatar Konstantin Komarov 1-1/+22
2021-10-11Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 5-52/+97
2021-10-11fs/ntfs3: Refactor ntfs_read_mftGravatar Konstantin Komarov 1-14/+8
2021-10-11fs/ntfs3: Refactor ni_parse_reparseGravatar Konstantin Komarov 2-5/+6
2021-10-11fs/ntfs3: Refactor ntfs_create_inodeGravatar Konstantin Komarov 1-3/+8
2021-10-11fs/ntfs3: Refactor ntfs_readlink_hlpGravatar Konstantin Komarov 1-48/+43
2021-10-11fs/ntfs3: Rework ntfs_utf16_to_nlsGravatar Konstantin Komarov 2-12/+9
2021-10-11fs/ntfs3: Fix memory leak if fill_super failedGravatar Konstantin Komarov 1-34/+56
2021-10-11fs/ntfs3: Keep prealloc for all types of filesGravatar Konstantin Komarov 1-7/+1
2021-10-09Merge tag '5.15-rc4-ksmbd-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 8-114/+77
2021-10-07Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Gravatar Linus Torvalds 3-11/+17
2021-10-07btrfs: fix abort logic in btrfs_replace_file_extentsGravatar Josef Bacik 1-7/+9
2021-10-07btrfs: check for error when looking up inode during dir entry replayGravatar Filipe Manana 1-7/+7
2021-10-07btrfs: unify lookup return value when dir entry is missingGravatar Filipe Manana 3-22/+42
2021-10-07btrfs: deal with errors when adding inode reference during log replayGravatar Filipe Manana 1-2/+7
2021-10-07btrfs: deal with errors when replaying dir entry during log replayGravatar Filipe Manana 1-1/+8
2021-10-07btrfs: deal with errors when checking if a dir entry exists during log replayGravatar Filipe Manana 1-18/+29
2021-10-07btrfs: update refs for any root except tree log rootsGravatar Josef Bacik 1-2/+1
2021-10-07btrfs: unlock newly allocated extent buffer after errorGravatar Qu Wenruo 1-0/+1
2021-10-07Merge tag 'misc-fixes-20211007' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-3/+2
2021-10-07ksmbd: fix oops from fuse driverGravatar Namjae Jeon 1-11/+6
2021-10-07ksmbd: fix version mismatch with out of treeGravatar Namjae Jeon 1-1/+1
2021-10-07ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()Gravatar Namjae Jeon 1-5/+3
2021-10-07ksmbd: remove the leftover of smb2.0 dialect supportGravatar Namjae Jeon 4-34/+12
2021-10-07ksmbd: check strictly data area in ksmbd_smb2_check_message()Gravatar Namjae Jeon 1-51/+47
2021-10-06NFSD: Keep existing listeners on portlist errorGravatar Benjamin Coddington 1-1/+4
2021-10-06ksmbd: add the check to vaildate if stream protocol length exceeds maximum valueGravatar Namjae Jeon 3-12/+8
2021-10-05Merge tag 'warning-fixes-20211005' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-56/+66
2021-10-05fs/ntfs3: Remove unnecessary functionsGravatar Konstantin Komarov 1-94/+0
2021-10-05fs/ntfs3: Forbid FALLOC_FL_PUNCH_HOLE for normal filesGravatar Konstantin Komarov 1-2/+5
2021-10-05fs/ntfs3: Refactoring of ntfs_set_eaGravatar Konstantin Komarov 1-14/+17
2021-10-05fs/ntfs3: Remove locked argument in ntfs_set_eaGravatar Konstantin Komarov 1-15/+14
2021-10-05fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_releaseGravatar Konstantin Komarov 1-8/+2
2021-10-05afs: Fix afs_launder_page() to set correct start file positionGravatar David Howells 1-2/+1
2021-10-05netfs: Fix READ/WRITE confusion when calling iov_iter_xarray()Gravatar David Howells 1-1/+1
2021-10-04fscache: Remove an unused static variableGravatar David Howells 1-1/+0
2021-10-04fscache: Fix some kerneldoc warnings shown up by W=1Gravatar David Howells 2-0/+4
2021-10-049p: Fix a bunch of kerneldoc warnings shown up by W=1Gravatar David Howells 7-52/+60
2021-10-04afs: Fix kerneldoc warning shown up by W=1Gravatar David Howells 1-2/+2