summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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-011-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
| * | | | | | | | | ceph: replace usage of found with dedicated list iterator variableJakob Koschel2022-05-251-17/+15
| * | | | | | | | | ceph: use dedicated list iterator variableJakob Koschel2022-05-251-3/+4
| * | | | | | | | | ceph: update the dlease for the hashed dentry when removingXiubo Li2022-05-251-1/+3
| * | | | | | | | | ceph: stop retrying the request when exceeding 256 timesXiubo Li2022-05-251-2/+23
| * | | | | | | | | ceph: stop forwarding the request when exceeding 256 timesXiubo Li2022-05-251-5/+34
| * | | | | | | | | ceph: remove unused CEPH_MDS_LEASE_RELEASE related codeXiubo Li2022-05-251-6/+0
| * | | | | | | | | ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar2022-05-251-1/+9
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Linus Torvalds2022-06-0134-513/+719
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-nextDave Chinner2022-05-3014-81/+126
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong2022-05-276-19/+39
| | * | | | | | | | | xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong2022-05-276-45/+67
| | * | | | | | | | | xfs: warn about LARP once per mountDarrick J. Wong2022-05-272-3/+6
| | * | | | | | | | | xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong2022-05-274-22/+23
| | * | | | | | | | | xfs: don't log every time we clear the log incompat flagsDarrick J. Wong2022-05-271-1/+0
| * | | | | | | | | | Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-nextDave Chinner2022-05-304-32/+85
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong2022-05-273-6/+14
| | * | | | | | | | | | xfs: don't leak xfs_buf_cancel structures when recovery failsDarrick J. Wong2022-05-271-0/+13
| | * | | | | | | | | | xfs: refactor buffer cancellation table allocationDarrick J. Wong2022-05-274-32/+64
| | |/ / / / / / / / /
| * | | | | | | | | | xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster2022-05-301-1/+1
| * | | | | | | | | | xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong2022-05-271-3/+5
| * | | | | | | | | | xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong2022-05-271-1/+8
| * | | | | | | | | | xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner2022-05-271-1/+7