aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2024-03-31kbuild: make -Woverride-init warnings more consistentGravatar Arnd Bergmann 1-1/+1
2024-03-30Merge tag 'xfs-6.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 6-32/+41
2024-03-29Merge tag '6.9-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 4-2/+27
2024-03-28Merge tag 'nfsd-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 2-12/+27
2024-03-27Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+0
2024-03-27Merge tag '9p-fixes-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-11/+11
2024-03-27Merge tag 'for-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-22/+63
2024-03-27NFSD: CREATE_SESSION must never cache NFS4ERR_DELAY repliesGravatar Chuck Lever 1-11/+25
2024-03-27cifs: Fix duplicate fscache cookie warningsGravatar David Howells 2-1/+17
2024-03-27Merge tag 'execve-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-1/+2
2024-03-26smb3: add trace event for mknodGravatar Steve French 2-1/+10
2024-03-26btrfs: fix race in read_extent_buffer_pages()Gravatar Tavian Barnes 1-0/+13
2024-03-26btrfs: return accurate error code on open failure in open_fs_devices()Gravatar Anand Jain 1-5/+12
2024-03-26btrfs: zoned: don't skip block groups with 100% zone unusableGravatar Johannes Thumshirn 1-1/+2
2024-03-26btrfs: use btrfs_warn() to log message at btrfs_add_extent_mapping()Gravatar Filipe Manana 1-5/+5
2024-03-26btrfs: fix message not properly printing interval when adding extent mapGravatar Filipe Manana 1-2/+2
2024-03-26btrfs: fix warning messages not printing interval at unpin_extent_range()Gravatar Filipe Manana 1-2/+2
2024-03-26btrfs: fix extent map leak in unexpected scenario at unpin_extent_cache()Gravatar Filipe Manana 1-1/+1
2024-03-26btrfs: validate device maj:min during openGravatar Anand Jain 1-0/+10
2024-03-26btrfs: zoned: fix use-after-free in do_zone_finish()Gravatar Johannes Thumshirn 1-7/+7
2024-03-25Merge tag 'gfs2-v6.8-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/gf...Gravatar Linus Torvalds 1-2/+3
2024-03-25fs/9p: fix uninitialized values during inode evictGravatar Eric Van Hensbergen 1-6/+10
2024-03-25xfs: don't use current->journal_infoGravatar Dave Chinner 4-21/+7
2024-03-25xfs: allow sunit mount option to repair bad primary sb stripe valuesGravatar Dave Chinner 2-11/+34
2024-03-25erofs: drop experimental warning for FSDAXGravatar Gao Xiang 1-1/+0
2024-03-25fs/9p: remove redundant pointer v9sesGravatar Colin Ian King 1-4/+0
2024-03-25fs/9p: fix uaf in in v9fs_stat2inode_dotlGravatar Lizhi Xu 1-1/+1
2024-03-22Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 2-13/+26
2024-03-22Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 3-9/+22
2024-03-22nfsd: Fix error cleanup path in nfsd_rename()Gravatar Jan Kara 1-1/+2
2024-03-21binfmt: replace deprecated strncpyGravatar Justin Stitt 1-1/+1
2024-03-21Merge tag '6.9-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Gravatar Linus Torvalds 11-39/+54
2024-03-21Merge tag 'ubifs-for-linus-6.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 11-274/+428
2024-03-21Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-33/+88
2024-03-21exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack()Gravatar Max Filippov 1-0/+1
2024-03-21Merge tag 'for-6.9-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+47
2024-03-21Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-376/+293
2024-03-20Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.org/ksmbdGravatar Linus Torvalds 15-147/+716
2024-03-20smb311: additional compression flag defined in updated protocol specGravatar Steve French 1-4/+6
2024-03-20smb311: correct incorrect offset field in compression headerGravatar Steve French 1-1/+1
2024-03-20cifs: Move some extern decls from .c files to .hGravatar David Howells 4-10/+2
2024-03-19Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 26-111/+157
2024-03-19ceph: set correct cap mask for getattr request for readGravatar Xiubo Li 1-3/+5
2024-03-19ceph: stop copying to iter at EOF on sync readsGravatar Xiubo Li 1-10/+13
2024-03-19exfat: remove duplicate update parent dirGravatar Yuezhang Mo 1-1/+2
2024-03-19exfat: do not sync parent dir if just update timestampGravatar Yuezhang Mo 1-11/+8
2024-03-19exfat: remove unused functionsGravatar Yuezhang Mo 3-64/+4
2024-03-19exfat: convert exfat_find_empty_entry() to use dentry cacheGravatar Yuezhang Mo 1-84/+42
2024-03-19exfat: convert exfat_init_ext_entry() to use dentry cacheGravatar Yuezhang Mo 3-77/+33