aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-11-28afs: Fix fileserver probe RTT handlingGravatar David Howells 1-2/+2
2022-11-28Merge tag 'fuse-fixes-6.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-21/+16
2022-11-27Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 3-9/+20
2022-11-27Merge tag '6.1-rc6-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 2-3/+5
2022-11-26Merge tag 'nfsd-6.1-6' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-3/+4
2022-11-25Merge tag 'zonefs-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 2-8/+21
2022-11-25Merge tag 'for-6.1-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 7-35/+132
2022-11-25Merge tag 'mm-hotfixes-stable-2022-11-24' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-1/+9
2022-11-25Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 2-2/+12
2022-11-25zonefs: Fix active zone accountingGravatar Damien Le Moal 2-2/+15
2022-11-25vfs: fix copy_file_range() averts filesystem freeze protectionGravatar Amir Goldstein 3-9/+20
2022-11-24Merge tag 'ext4_for_linus_stable2' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-16/+32
2022-11-23NFSD: Fix reads with a non-zero offset that don't end on a page boundaryGravatar Chuck Lever 1-3/+4
2022-11-23fscache: fix OOB Read in __fscache_acquire_volumeGravatar David Howells 1-2/+5
2022-11-23btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Gravatar Zhen Lei 1-2/+5
2022-11-23btrfs: do not modify log tree while holding a leaf from fs tree lockedGravatar Filipe Manana 1-4/+55
2022-11-23btrfs: use kvcalloc in btrfs_get_dev_zone_infoGravatar Christoph Hellwig 1-3/+3
2022-11-23fuse: lock inode unconditionally in fuse_fallocate()Gravatar Miklos Szeredi 1-21/+16
2022-11-22nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyGravatar Chen Zhongjin 1-0/+8
2022-11-22proc/meminfo: fix spacing in SecPageTablesGravatar Yosry Ahmed 1-1/+1
2022-11-22fs: do not update freeing inode i_io_listGravatar Svyatoslav Feldsherov 1-11/+19
2022-11-22zonefs: Fix race between modprobe and mountGravatar Zhang Xiaoxu 1-6/+6
2022-11-21cifs: fix missing unlock in cifs_file_copychunk_range()Gravatar ChenXiaoSong 1-1/+3
2022-11-21btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()Gravatar ChenXiaoSong 1-8/+1
2022-11-21btrfs: send: avoid unaligned encoded writes when attempting to clone rangeGravatar Filipe Manana 1-1/+23
2022-11-21btrfs: zoned: fix missing endianness conversion in sb_write_pointerGravatar Christoph Hellwig 1-1/+2
2022-11-19cifs: Use after free in debug codeGravatar Dan Carpenter 1-2/+2
2022-11-19Merge tag '6.1-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 3-5/+17
2022-11-19vfs: vfs_tmpfile: ensure O_EXCL flag is enforcedGravatar Peter Griffin 1-1/+2
2022-11-18Merge tag 'zonefs-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Gravatar Linus Torvalds 2-15/+27
2022-11-18Merge tag 'driver-core-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+12
2022-11-17Merge tag 'ceph-for-6.1-rc6' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 3-38/+15
2022-11-17Merge tag 'nfsd-6.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Gravatar Linus Torvalds 1-1/+4
2022-11-16cifs: add check for returning value of SMB2_set_info_initGravatar Anastasia Belova 1-0/+2
2022-11-16zonefs: Remove to_attr() helper functionGravatar Damien Le Moal 1-5/+0
2022-11-16zonefs: fix zone report size in __zonefs_io_error()Gravatar Damien Le Moal 1-10/+27
2022-11-16cifs: Fix wrong return value checking when GETFLAGSGravatar Zhang Xiaoxu 1-2/+2
2022-11-15AMerge tag 'netfs-fixes-20221115' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-7/+16
2022-11-15cifs: add check for returning value of SMB2_close_initGravatar Anastasia Belova 1-0/+2
2022-11-15Merge tag 'erofs-for-6.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-37/+54
2022-11-15netfs: Fix dodgy mathsGravatar David Howells 1-8/+9
2022-11-15netfs: Fix missing xas_retry() calls in xarray iterationGravatar David Howells 2-2/+10
2022-11-15btrfs: free btrfs_path before copying subvol info to userspaceGravatar Anand Jain 1-0/+2
2022-11-15btrfs: free btrfs_path before copying fspath to userspaceGravatar Anand Jain 1-0/+2
2022-11-15btrfs: free btrfs_path before copying inodes to userspaceGravatar Anand Jain 1-9/+7
2022-11-15btrfs: free btrfs_path before copying root refs to userspaceGravatar Josef Bacik 1-1/+2
2022-11-15btrfs: fix assertion failure and blocking during nowait buffered writeGravatar Filipe Manana 1-6/+30
2022-11-14erofs: fix missing xas_retry() in fscache modeGravatar Jingbo Xu 1-3/+7
2022-11-14NFSD: Fix trace_nfsd_fh_verify_err() crasherGravatar Chuck Lever 1-1/+4
2022-11-14ceph: fix NULL pointer dereference for req->r_sessionGravatar Xiubo Li 1-36/+12