summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-12-21udf: Fix extending file within last blockJan Kara
2022-12-21udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara
2022-12-21udf: Fix preallocation discarding at indirect extent boundaryJan Kara
2022-12-21udf: Discard preallocation before extending file with a holeJan Kara
2022-12-19vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein
2022-12-14io_uring: move to separate directoryJens Axboe
2022-12-14cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng
2022-12-14btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana
2022-12-14fs: use acquire ordering in __fget_light()Jann Horn
2022-12-08io_uring/poll: fix poll_refs race with cancelationLin Ma
2022-12-08io_uring: make poll refs more robustPavel Begunkov
2022-12-08io_uring: cmpxchg for poll arm refs releasePavel Begunkov
2022-12-08io_uring: fix tw losing poll eventsPavel Begunkov
2022-12-08io_uring: update res mask in io_poll_check_eventsPavel Begunkov
2022-12-08nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng
2022-12-08afs: Fix fileserver probe RTT handlingDavid Howells
2022-12-08btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong
2022-12-08btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov
2022-12-08btrfs: free btrfs_path before copying inodes to userspaceAnand Jain
2022-12-08btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba
2022-12-08erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang
2022-12-02cifs: fix missed refcounting of ipc tconPaulo Alcantara
2022-12-02btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei
2022-12-02btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig
2022-12-02btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig
2022-12-02btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain
2022-12-02btrfs: free btrfs_path before copying fspath to userspaceAnand Jain
2022-12-02btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik
2022-12-02fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi
2022-12-02zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal
2022-12-02nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin
2022-12-02ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li
2022-12-02fs: do not update freeing inode i_io_listSvyatoslav Feldsherov
2022-12-02ceph: fix NULL pointer dereference for req->r_sessionXiubo Li
2022-12-02ceph: Use kcalloc for allocating multiple elementsKenneth Lee
2022-12-02ceph: avoid putting the realm twice when decoding snaps failsXiubo Li
2022-12-02ceph: do not update snapshot context when there is no new snapshotXiubo Li
2022-12-02cifs: Fix connections leak when tlink setup failedZhang Xiaoxu
2022-12-02cifs: support nested dfs links over reconnectPaulo Alcantara
2022-12-02cifs: split out dfs code from cifs_reconnect()Paulo Alcantara
2022-12-02cifs: introduce new helper for cifs_reconnect()Paulo Alcantara
2022-11-26ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei
2022-11-26ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei
2022-11-26ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei
2022-11-26mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2022-11-26gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher
2022-11-26gfs2: Check sb_bsize_shift after reading superblockAndrew Price
2022-11-26cifs: add check for returning value of SMB2_set_info_initAnastasia Belova
2022-11-26cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu
2022-11-26cifs: add check for returning value of SMB2_close_initAnastasia Belova