aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-28fuse: simplify local variables holding writeback cache stateMiklos Szeredi2-6/+6
2021-10-28fuse: cleanup code conditional on fc->writeback_cacheMiklos Szeredi1-13/+4
2021-10-28fuse: fix attr version comparison in fuse_read_update_size()Miklos Szeredi1-1/+1
2021-10-28fuse: always invalidate attributes after writesMiklos Szeredi4-20/+15
2021-10-28fuse: rename fuse_write_update_size()Miklos Szeredi4-9/+9
2021-10-28fuse: don't bump attr_version in cached writeMiklos Szeredi1-2/+5
2021-10-28fuse: selective attribute invalidationMiklos Szeredi4-11/+19
2021-10-28fuse: don't increment nlink in link()Miklos Szeredi1-19/+11
2021-10-22fuse: decrement nlink on overwriting renameMiklos Szeredi1-22/+27
2021-10-22fuse: simplify __fuse_write_file_get()Miklos Szeredi1-5/+4
2021-10-22fuse: move fuse_invalidate_attr() into fuse_update_ctime()Miklos Szeredi2-13/+6
2021-10-22fuse: delete redundant codePeng Hao1-1/+0
2021-10-22fuse: use kmap_local_page()Peng Hao3-8/+8
2021-10-22fuse: annotate lock in fuse_reverse_inval_entry()Miklos Szeredi1-1/+1
2021-10-22fuse: write inode in fuse_vma_close() instead of fuse_release()Miklos Szeredi1-9/+6
2021-10-22fuse: make sure reclaim doesn't write the inodeMiklos Szeredi4-0/+27
2021-10-21fuse: clean up error exits in fuse_fill_super()Miklos Szeredi1-6/+2
2021-10-21fuse: always initialize sb->s_fs_infoMiklos Szeredi1-25/+25
2021-10-21fuse: clean up fuse_mount destructionMiklos Szeredi2-19/+7
2021-10-21fuse: get rid of fuse_put_super()Miklos Szeredi3-9/+15
2021-10-21fuse: check s_root when destroying sbMiklos Szeredi2-2/+2
2021-10-17Merge tag 'io_uring-5.15-2021-10-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-10-17Merge tag 'driver-core-5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+8
2021-10-15Merge tag 'ntfs3_for_5.15' of git://github.com/Paragon-Software-Group/linux-ntfs3Linus Torvalds23-896/+712
2021-10-14io_uring: fix wrong condition to grab uring lockHao Xu1-1/+1
2021-10-12fs/ntfs3: Check for NULL pointers in ni_try_remove_attr_listKonstantin Komarov1-1/+22
2021-10-11Merge tag 'for-5.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds5-52/+97
2021-10-11fs/ntfs3: Refactor ntfs_read_mftKonstantin Komarov1-14/+8
2021-10-11fs/ntfs3: Refactor ni_parse_reparseKonstantin Komarov2-5/+6
2021-10-11fs/ntfs3: Refactor ntfs_create_inodeKonstantin Komarov1-3/+8
2021-10-11fs/ntfs3: Refactor ntfs_readlink_hlpKonstantin Komarov1-48/+43
2021-10-11fs/ntfs3: Rework ntfs_utf16_to_nlsKonstantin Komarov2-12/+9
2021-10-11fs/ntfs3: Fix memory leak if fill_super failedKonstantin Komarov1-34/+56
2021-10-11fs/ntfs3: Keep prealloc for all types of filesKonstantin Komarov1-7/+1
2021-10-09Merge tag '5.15-rc4-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds8-114/+77
2021-10-07Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds3-11/+17
2021-10-07btrfs: fix abort logic in btrfs_replace_file_extentsJosef Bacik1-7/+9
2021-10-07btrfs: check for error when looking up inode during dir entry replayFilipe Manana1-7/+7
2021-10-07btrfs: unify lookup return value when dir entry is missingFilipe Manana3-22/+42
2021-10-07btrfs: deal with errors when adding inode reference during log replayFilipe Manana1-2/+7
2021-10-07btrfs: deal with errors when replaying dir entry during log replayFilipe Manana1-1/+8
2021-10-07btrfs: deal with errors when checking if a dir entry exists during log replayFilipe Manana1-18/+29
2021-10-07btrfs: update refs for any root except tree log rootsJosef Bacik1-2/+1
2021-10-07btrfs: unlock newly allocated extent buffer after errorQu Wenruo1-0/+1
2021-10-07Merge tag 'misc-fixes-20211007' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-3/+2
2021-10-07ksmbd: fix oops from fuse driverNamjae Jeon1-11/+6
2021-10-07ksmbd: fix version mismatch with out of treeNamjae Jeon1-1/+1
2021-10-07ksmbd: use buf_data_size instead of recalculation in smb3_decrypt_req()Namjae Jeon1-5/+3
2021-10-07ksmbd: remove the leftover of smb2.0 dialect supportNamjae Jeon4-34/+12
2021-10-07ksmbd: check strictly data area in ksmbd_smb2_check_message()Namjae Jeon1-51/+47