summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-02fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi1-20/+16
2022-12-02btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei1-2/+5
2022-12-02btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain1-0/+2
2022-12-02btrfs: free btrfs_path before copying fspath to userspaceAnand Jain1-0/+2
2022-12-02btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik1-1/+2
2022-12-02zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal1-10/+27
2022-12-02nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin1-0/+8
2022-12-02ceph: fix NULL pointer dereference for req->r_sessionXiubo Li1-36/+12
2022-12-02ceph: Use kcalloc for allocating multiple elementsKenneth Lee1-1/+1
2022-12-02ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li1-0/+4
2022-12-02ceph: put the requests/sessions when it fails to alloc memoryXiubo Li1-18/+37
2022-12-02ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter1-2/+2
2022-12-02ceph: flush the mdlog before waiting on unsafe reqsXiubo Li1-0/+76
2022-12-02ceph: flush mdlog before umountingXiubo Li3-0/+27
2022-12-02ceph: make iterate_sessions a global symbolXiubo Li3-42/+36
2022-12-02ceph: make ceph_create_session_msg a global symbolXiubo Li2-7/+10
2022-12-02ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li1-5/+13
2022-12-02ceph: avoid putting the realm twice when decoding snaps failsXiubo Li1-1/+2
2022-12-02ceph: do not update snapshot context when there is no new snapshotXiubo Li1-9/+19
2022-11-25ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei1-0/+8
2022-11-25ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei1-4/+16
2022-11-25ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei1-0/+7
2022-11-25mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2-3/+3
2022-11-25gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher1-5/+7
2022-11-25gfs2: Check sb_bsize_shift after reading superblockAndrew Price1-1/+4
2022-11-25cifs: add check for returning value of SMB2_set_info_initAnastasia Belova1-0/+2
2022-11-25cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu1-2/+2
2022-11-25cifs: add check for returning value of SMB2_close_initAnastasia Belova1-0/+2
2022-11-25btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana1-12/+4
2022-11-25NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington1-2/+4
2022-11-16io_uring: kill goto error handling in io_sqpoll_wait_sq()Jens Axboe1-2/+1
2022-11-16udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng1-1/+1
2022-11-16btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu1-1/+1
2022-11-16nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2-9/+8
2022-11-16nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi1-2/+0
2022-11-16fuse: fix readdir cache raceMiklos Szeredi1-1/+9
2022-11-10ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)2-2/+4
2022-11-10ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques1-1/+9
2022-11-10ext4: fix warning in 'ext4_da_release_space'Ye Bin1-1/+2
2022-11-10fuse: add file_modified() to fallocateMiklos Szeredi1-0/+4
2022-11-10btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba2-2/+2
2022-11-10fscrypt: fix keyring memory leak on mount failureEric Biggers2-7/+13
2022-11-10fscrypt: stop using keyrings subsystem for fscrypt_master_keyEric Biggers6-308/+350
2022-11-10fscrypt: simplify master key lockingEric Biggers4-34/+21
2022-11-10btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana1-5/+15
2022-11-10btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana1-1/+17
2022-11-10btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana1-19/+17
2022-11-10nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu1-0/+1
2022-11-10NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust1-0/+1
2022-11-10NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust1-0/+1