summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | fs/ntfs3: Check new size for limitsKonstantin Komarov2021-11-241-1/+7
| * | | | | fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov2021-11-242-4/+8
| * | | | | fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called f...Konstantin Komarov2021-11-241-6/+7
| * | | | | fs/ntfs3: Optimize locking in ntfs_save_wsl_permKonstantin Komarov2021-11-231-10/+14
| * | | | | fs/ntfs3: Update i_ctime when xattr is addedKonstantin Komarov2021-11-231-0/+3
| * | | | | fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functionsKonstantin Komarov2021-11-231-1/+95
| * | | | | fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov2021-11-231-1/+1
| * | | | | fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'Christophe JAILLET2021-11-231-2/+4
* | | | | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-041-3/+5
|\ \ \ \ \ \
| * | | | | | fork: Stop allowing kthreads to call execveEric W. Biederman2022-05-071-3/+3
| * | | | | | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-2/+4
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'for-linus-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-06-034-10/+6
|\ \ \ \ \ \
| * | | | | | ubifs: Use NULL instead of using plain integer as pointerHaowen Bai2022-05-271-1/+1
| * | | | | | ubifs: Simplify the return expression of run_gc()Minghao Chi2022-05-271-5/+2
| * | | | | | jffs2: fix memory leak in jffs2_do_fill_superBaokun Li2022-05-271-0/+1
| * | | | | | jffs2: Use kzalloc instead of kmalloc/memsetHaowen Bai2022-05-271-4/+2
* | | | | | | Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-032-33/+45
|\ \ \ \ \ \ \
| * | | | | | | kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo2022-05-191-12/+19
| * | | | | | | kernfs: Rename kernfs_put_open_node to kernfs_unlink_open_file.Imran Khan2022-05-061-9/+19
| * | | | | | | Merge 5.18-rc5 into driver-core-nextGreg Kroah-Hartman2022-05-0275-507/+660
| |\ \ \ \ \ \ \
| * | | | | | | | kernfs: Remove reference counting for kernfs_open_node.Imran Khan2022-04-271-14/+9
* | | | | | | | | Merge tag 'spdx-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2022-06-0314-356/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | freevxfs: relicense to GPLv2 onlyChristoph Hellwig2022-05-1814-356/+14
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'io_uring-5.19-2022-06-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-06-031-121/+217
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | io_uring: reinstate the inflight trackingJens Axboe2022-06-021-26/+56
| * | | | | | | | | io_uring: fix deadlock on iowq file slot allocPavel Begunkov2022-06-011-21/+15
| * | | | | | | | | io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slotsXiaoguang Wang2022-05-311-10/+62
| * | | | | | | | | io_uring: defer alloc_hint update to io_file_bitmap_set()Xiaoguang Wang2022-05-311-8/+3
| * | | | | | | | | io_uring: ensure fput() called correspondingly when direct install failsXiaoguang Wang2022-05-311-0/+5
| * | | | | | | | | io_uring: wire up allocated direct descriptors for socketJens Axboe2022-05-311-2/+2
| * | | | | | | | | io_uring: fix a memory leak of buffer group list on exitJens Axboe2022-05-311-0/+1
| * | | | | | | | | io_uring: move shutdown under the general net sectionJens Axboe2022-05-311-36/+29
| * | | | | | | | | io_uring: unify calling convention for async prep handlingJens Axboe2022-05-311-2/+12
| * | | | | | | | | io_uring: add io_op_defs 'def' pointer in req init and issueJens Axboe2022-05-311-7/+10
| * | | | | | | | | io_uring: make prep and issue side of req handlers named consistentlyJens Axboe2022-05-251-6/+6
| * | | | | | | | | io_uring: make timeout prep handlers consistent with other prep handlersJens Axboe2022-05-251-4/+17
* | | | | | | | | | Merge tag 'ceph-for-5.19-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-06-029-90/+244
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ceph: fix decoding of client session messages flagsLuís Henriques2022-05-251-5/+9
| * | | | | | | | | | ceph: switch TASK_INTERRUPTIBLE to TASK_KILLABLEXiubo Li2022-05-251-1/+1
| * | | | | | | | | | ceph: remove redundant variable inoColin Ian King2022-05-251-2/+2
| * | | | | | | | | | ceph: try to queue a writeback if revoking failsXiubo Li2022-05-251-4/+24
| * | | | | | | | | | ceph: fix statfs for subdir mountsLuís Henriques2022-05-253-13/+36
| * | | | | | | | | | ceph: fix possible deadlock when holding Fwb to get inline_dataXiubo Li2022-05-251-14/+19
| * | | | | | | | | | ceph: redirty the page for writepage on failureXiubo Li2022-05-251-1/+3
| * | | | | | | | | | ceph: try to choose the auth MDS if possible for getattrXiubo Li2022-05-253-2/+29
| * | | | | | | | | | ceph: disable updating the atime since cephfs won't maintain itXiubo Li2022-05-252-1/+1
| * | | | | | | | | | ceph: flush the mdlog for filesystem syncXiubo Li2022-05-251-6/+27
| * | | | | | | | | | ceph: rename unsafe_request_wait()Xiubo Li2022-05-251-4/+4
| * | | | | | | | | | ceph: fix statx AT_STATX_DONT_SYNC vs AT_STATX_FORCE_SYNC checkXiubo Li2022-05-251-1/+1
| * | | | | | | | | | ceph: no need to invalidate the fscache twiceXiubo Li2022-05-251-1/+0