summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-01-04eventfd: provide a eventfd_signal_mask() helperJens Axboe
2023-01-04eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe
2023-01-04Revert "proc: don't allow async path resolution of /proc/self components"Jens Axboe
2023-01-04Revert "proc: don't allow async path resolution of /proc/thread-self components"Jens Axboe
2023-01-04io_uring: import 5.15-stable io_uringJens Axboe
2023-01-04coredump: Limit what can interrupt coredumpsEric W. Biederman
2023-01-04fs: provide locked helper variant of close_fd_get_file()Jens Axboe
2023-01-04file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman
2023-01-04fs: make do_renameat2() take struct filenameJens Axboe
2023-01-04fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHEDJens Axboe
2023-01-04Make sure nd->path.mnt and nd->path.dentry are always valid pointersAl Viro
2023-01-04fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*Al Viro
2023-01-04fs: add support for LOOKUP_CACHEDJens Axboe
2023-01-04saner calling conventions for unlazy_child()Al Viro
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-19io_uring: add missing item types for splice requestBing-Jhong Billy Jheng
2022-12-19fuse: always revalidate if exclusive createMiklos Szeredi
2022-12-19vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein
2022-12-19vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein
2022-12-14btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana
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