summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* io_uring: add missing item types for splice requestBing-Jhong Billy Jheng2022-12-191-1/+1
* fuse: always revalidate if exclusive createMiklos Szeredi2022-12-191-1/+1
* vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-12-192-6/+15
* vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein2022-12-192-34/+51
* btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana2022-12-141-1/+23
* io_uring: don't hold uring_lock when calling io_run_task_work*Hao Xu2022-12-081-21/+61
* nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng2022-12-081-0/+7
* afs: Fix fileserver probe RTT handlingDavid Howells2022-12-081-2/+2
* btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-12-081-8/+1
* btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov2022-12-081-7/+6
* btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-12-081-9/+7
* btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba2022-12-083-26/+24
* fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi2022-12-021-20/+16
* btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei2022-12-021-2/+5
* btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-12-021-0/+2
* btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-12-021-0/+2
* btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-12-021-1/+2
* zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal2022-12-021-10/+27
* nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin2022-12-021-0/+8
* ceph: fix NULL pointer dereference for req->r_sessionXiubo Li2022-12-021-36/+12
* ceph: Use kcalloc for allocating multiple elementsKenneth Lee2022-12-021-1/+1
* ceph: fix possible NULL pointer dereference for req->r_sessionXiubo Li2022-12-021-0/+4
* ceph: put the requests/sessions when it fails to alloc memoryXiubo Li2022-12-021-18/+37
* ceph: fix off by one bugs in unsafe_request_wait()Dan Carpenter2022-12-021-2/+2
* ceph: flush the mdlog before waiting on unsafe reqsXiubo Li2022-12-021-0/+76
* ceph: flush mdlog before umountingXiubo Li2022-12-023-0/+27
* ceph: make iterate_sessions a global symbolXiubo Li2022-12-023-42/+36
* ceph: make ceph_create_session_msg a global symbolXiubo Li2022-12-022-7/+10
* ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li2022-12-021-5/+13
* ceph: avoid putting the realm twice when decoding snaps failsXiubo Li2022-12-021-1/+2
* ceph: do not update snapshot context when there is no new snapshotXiubo Li2022-12-021-9/+19
* ntfs: check overflow when iterating ATTR_RECORDsHawkins Jiawei2022-11-251-0/+8
* ntfs: fix out-of-bounds read in ntfs_attr_find()Hawkins Jiawei2022-11-251-4/+16
* ntfs: fix use-after-free in ntfs_attr_find()Hawkins Jiawei2022-11-251-0/+7
* mm: fs: initialize fsdata passed to write_begin/write_end interfaceAlexander Potapenko2022-11-252-3/+3
* gfs2: Switch from strlcpy to strscpyAndreas Gruenbacher2022-11-251-5/+7
* gfs2: Check sb_bsize_shift after reading superblockAndrew Price2022-11-251-1/+4
* cifs: add check for returning value of SMB2_set_info_initAnastasia Belova2022-11-251-0/+2
* cifs: Fix wrong return value checking when GETFLAGSZhang Xiaoxu2022-11-251-2/+2
* cifs: add check for returning value of SMB2_close_initAnastasia Belova2022-11-251-0/+2
* btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana2022-11-251-12/+4
* NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington2022-11-251-2/+4
* io_uring: kill goto error handling in io_sqpoll_wait_sq()Jens Axboe2022-11-161-2/+1
* udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng2022-11-161-1/+1
* btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu2022-11-161-1/+1
* nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi2022-11-162-9/+8
* nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi2022-11-161-2/+0
* fuse: fix readdir cache raceMiklos Szeredi2022-11-161-1/+9
* ext4,f2fs: fix readahead of verity dataMatthew Wilcox (Oracle)2022-11-102-2/+4
* ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques2022-11-101-1/+9