summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2022-11-26hugetlbfs: don't delete error page from pagecacheJames Houghton
2022-11-26btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana
2022-11-26NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington
2022-11-26btrfs: raid56: properly handle the error when unable to find the missing stripeQu Wenruo
2022-11-16udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng
2022-11-16btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn
2022-11-16btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu
2022-11-16btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin
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-10cifs: fix regression in very old smb1 mountsRonnie Sahlberg
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-10btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik
2022-11-10btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana
2022-11-10fscrypt: fix keyring memory leak on mount failureEric Biggers
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers