summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-08-31Merge tag 'fs.close_range.v5.15' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-31Merge tag 'fs.move_mount.move_mount_set_group.v5.15' of git://git.kernel.org/...Linus Torvalds
2021-08-31Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-31Merge tag 'vfs-5.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-08-31Merge tag 'gfs2-v5.14-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-31Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-31Merge tag '5.15-rc-smb3-fixes-part1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-08-31Merge tag '5.15-rc-first-ksmbd-merge' of git://git.samba.org/ksmbdLinus Torvalds
2021-08-30Merge tag 'for-5.15/io_uring-vfs-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'for-5.15/io_uring-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-30Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-30Merge tag 'fs_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-30Merge tag 'fiemap_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-08-30Merge tag 'fsnotify_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-30io-wq: fix wakeup race when adding new workJens Axboe
2021-08-30io-wq: wqe and worker locks no longer need to be IRQ safeJens Axboe
2021-08-30io-wq: check max_worker limits if a worker transitions bound stateJens Axboe
2021-08-29io_uring: allow updating linked timeoutsPavel Begunkov
2021-08-29io_uring: keep ltimeouts in a listPavel Begunkov
2021-08-29io_uring: support CLOCK_BOOTTIME/REALTIME for timeoutsJens Axboe
2021-08-29io-wq: provide a way to limit max number of workersJens Axboe
2021-08-28eventfd: Make signal recursion protection a task bitThomas Gleixner
2021-08-27ksmbd: fix __write_overflow warning in ndr_read_stringNamjae Jeon
2021-08-27io_uring: add build check for buf_index overflowsPavel Begunkov
2021-08-27io_uring: clarify io_req_task_cancel() lockingPavel Begunkov
2021-08-27io_uring: add task-refs-get helperPavel Begunkov
2021-08-27io_uring: fix failed linkchain code logicHao Xu
2021-08-27io_uring: remove redundant req_set_fail()Hao Xu
2021-08-26nfsd: fix crash on LOCKT on reexported NFSv3J. Bruce Fields
2021-08-26nfs: don't allow reexport reclaimsJ. Bruce Fields
2021-08-26lockd: don't attempt blocking locks on nfs reexportsJ. Bruce Fields
2021-08-26nfs: don't atempt blocking locks on nfs reexportsJ. Bruce Fields
2021-08-26Merge tag 'ceph-for-5.14-rc8' of git://github.com/ceph/ceph-clientLinus Torvalds
2021-08-26Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-08-26iomap: standardize tracepoint formatting and storageDarrick J. Wong
2021-08-25cifs: Do not leak EDEADLK to dgetents64 for STATUS_USER_SESSION_DELETEDRonnie Sahlberg
2021-08-25cifs: cifs_md4 convert to SPDX identifierSteve French
2021-08-25cifs: create a MD4 module and switch cifs.ko to use itRonnie Sahlberg
2021-08-25cifs: fork arc4 and create a separate module for it for cifs and other usersRonnie Sahlberg
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg
2021-08-25cifs: enable fscache usage even for files opened as rwShyam Prasad N
2021-08-25smb3: fix posix extensions mount optionSteve French
2021-08-25cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui