summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-212-54/+116
|\
| * io-wq: delete dead lock shuffling codeJens Axboe2022-01-191-6/+1
| * io_uring: perform poll removal even if async work removal is successfulJens Axboe2022-01-181-5/+10
| * io-wq: add intermediate work step between pending list and active workJens Axboe2022-01-181-5/+29
| * io-wq: perform both unstarted and started work cancelations in one goJens Axboe2022-01-181-13/+11
| * io-wq: invoke work cancelation with wqe->lock heldJens Axboe2022-01-181-3/+8
| * io-wq: make io_worker lock a raw spinlockJens Axboe2022-01-181-6/+6
| * io-wq: remove useless 'work' argument to __io_worker_busy()Jens Axboe2022-01-181-3/+2
| * io_uring: fix UAF due to missing POLLFREE handlingPavel Begunkov2022-01-141-8/+50
| * io_uring: Remove unused function req_ref_putJiapeng Chong2022-01-131-6/+0
* | Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-213-8/+13
|\ \
| * | xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong2022-01-173-8/+13
* | | Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-216-128/+10
|\| |
| * | xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong2022-01-176-127/+10
* | | Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-211-25/+4
|\| |
| * | xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong2022-01-171-25/+4
* | | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-206-34/+209
|\ \ \
| * | | ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2022-01-132-3/+2
| * | | ceph: remove redundant Lsx caps checkXiubo Li2022-01-131-2/+1
| * | | ceph: add new "nopagecache" optionJeff Layton2022-01-133-9/+27
| * | | ceph: don't check for quotas on MDS stray dirsJeff Layton2022-01-132-8/+15
| * | | ceph: drop send metrics debug messageJeff Layton2022-01-131-2/+0
| * | | ceph: Fix incorrect statfs report for small quotaKotresh HR2022-01-132-0/+15
| * | | ceph: mount syntax module parameterVenky Shankar2022-01-131-0/+8
| * | | ceph: record updated mon_addr on remountVenky Shankar2022-01-131-0/+7
| * | | ceph: new device mount syntaxVenky Shankar2022-01-132-10/+134
| * | | libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-131-1/+1
* | | | Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-01-2019-334/+429
|\ \ \ \
| * | | | ksmbd: fix guest connection failure with nautilusNamjae Jeon2022-01-181-33/+29
| * | | | ksmbd: uninitialized variable in create_socket()Dan Carpenter2022-01-181-1/+2
| * | | | ksmbd: smbd: fix missing client's memory region invalidationHyunchul Lee2022-01-181-27/+46
| * | | | ksmbd: add smb-direct shutdownYufan Chen2022-01-103-1/+19
| * | | | ksmbd: smbd: change the default maximum read/write, receive sizeHyunchul Lee2022-01-101-2/+4
| * | | | ksmbd: smbd: create MR poolHyunchul Lee2022-01-101-1/+22
| * | | | ksmbd: add reserved room in ipc request/responseNamjae Jeon2022-01-101-1/+10
| * | | | ksmbd: smbd: call rdma_accept() under CM handlerHyunchul Lee2022-01-101-43/+59
| * | | | ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon2022-01-104-1/+13
| * | | | ksmbd: move credit charge deduction under processing requestNamjae Jeon2022-01-102-11/+12
| * | | | ksmbd: add support for smb2 max credit parameterNamjae Jeon2022-01-108-10/+22
| * | | | ksmbd: set 445 port to smbdirect port by defaultNamjae Jeon2022-01-102-5/+12
| * | | | ksmbd: register ksmbd ib client with ib_register_client()Hyunchul Lee2022-01-102-11/+98
| * | | | ksmbd: Fix smb2_get_name() kernel-doc commentYang Li2021-12-281-1/+1
| * | | | ksmbd: Delete an invalid argument description in smb2_populate_readdir_entry()Yang Li2021-12-281-1/+0
| * | | | ksmbd: Fix smb2_set_info_file() kernel-doc commentYang Li2021-12-281-1/+1
| * | | | ksmbd: Fix buffer_check_err() kernel-doc commentYang Li2021-12-281-0/+1
| * | | | ksmbd: fix multi session connection failureNamjae Jeon2021-12-285-29/+24
| * | | | ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-281-10/+12
| * | | | ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-12-283-5/+21
| * | | | ksmbd: Remove unused fields from ksmbd_file struct definitionMarios Makassikis2021-12-281-10/+0
| * | | | ksmbd: Remove unused parameter from smb2_get_name()Marios Makassikis2021-12-281-9/+4