summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xfs: remove unused xfs_ioctl32.h declarationsDarrick J. Wong2022-01-181-18/+0
* | | | | Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-228-20/+36
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | netfs: Make ops->init_rreq() optionalJeffle Xu2022-01-212-6/+2
| * | | | cachefiles: Check that the backing filesystem supports tmpfilesDavid Howells2022-01-211-0/+2
| * | | | cachefiles: Explain checks in a commentDavid Howells2022-01-211-1/+7
| * | | | cachefiles: Trace active-mark failureDavid Howells2022-01-211-1/+3
| * | | | cachefiles: Make some tracepoint adjustmentsDavid Howells2022-01-211-3/+5
| * | | | cachefiles: set default tag name if it's unspecifiedJeffle Xu2022-01-211-0/+11
| * | | | cachefiles: Calculate the blockshift in terms of bytes, not pagesDavid Howells2022-01-213-7/+4
| * | | | fscache: Fix the volume collision wait conditionDavid Howells2022-01-211-2/+2
* | | | | 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