summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2022-12-08io_uring: don't hold uring_lock when calling io_run_task_work*Hao Xu
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-02fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi
2022-12-02btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei
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-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-02ceph: fix NULL pointer dereference for req->r_sessionXiubo Li
2022-12-02ceph: Use kcalloc for allocating multiple elementsKenneth Lee
2022-12-02ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li
2022-12-02ceph: put the requests/sessions when it fails to alloc memoryXiubo Li
2022-12-02ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter
2022-12-02ceph: flush the mdlog before waiting on unsafe reqsXiubo Li
2022-12-02ceph: flush mdlog before umountingXiubo Li
2022-12-02ceph: make iterate_sessions a global symbolXiubo Li
2022-12-02ceph: make ceph_create_session_msg a global symbolXiubo Li
2022-12-02ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li
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-11-25ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei
2022-11-25ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei
2022-11-25ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei
2022-11-25mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko
2022-11-25gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher
2022-11-25gfs2: Check sb_bsize_shift after reading superblockAndrew Price
2022-11-25cifs: add check for returning value of SMB2_set_info_initAnastasia Belova
2022-11-25cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu
2022-11-25cifs: add check for returning value of SMB2_close_initAnastasia Belova
2022-11-25btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana
2022-11-25NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington
2022-11-16io_uring: kill goto error handling in io_sqpoll_wait_sq()Jens Axboe
2022-11-16udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng
2022-11-16btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu
2022-11-16nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi
2022-11-16nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi
2022-11-16fuse: fix readdir cache raceMiklos Szeredi
2022-11-10ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)
2022-11-10ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques
2022-11-10ext4: fix warning in 'ext4_da_release_space'Ye Bin
2022-11-10fuse: add file_modified() to fallocateMiklos Szeredi
2022-11-10btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba
2022-11-10fscrypt: fix keyring memory leak on mount failureEric Biggers
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers