Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-07-14Merge tag '5.19-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-07-14Merge tag 'nfsd-5.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-07-14smb3: workaround negprot bug in some Samba serversSteve French
2022-07-13vf/remap: return the amount of bytes actually deduplicatedAnsgar Lößer
2022-07-13fs/remap: constrain dedupe of EOF blocksDave Chinner
2022-07-12Merge tag 'ovl-fixes-5.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N
2022-07-12cifs: fix race condition with delayed threadsShyam Prasad N
2022-07-12Merge tag 'for-5.19-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-07-11lockd: fix nlm_close_filesJeff Layton
2022-07-11Merge tag 'mm-hotfixes-stable-2022-07-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-07-11lockd: set fl_owner when unlocking filesJeff Layton
2022-07-11NFSD: Decode NFSv4 birth time attributeChuck Lever
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-07-10Merge tag 'io_uring-5.19-2022-07-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-09io_uring: check that we have a file table when allocating update slotsJens Axboe
2022-07-09Merge tag 'fscache-fixes-20220708' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-07-08Merge tag 'io_uring-5.19-2022-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-08btrfs: zoned: drop optimization of zone finishNaohiro Aota
2022-07-08btrfs: zoned: fix a leaked bioc in read_zone_infoChristoph Hellwig
2022-07-08btrfs: return -EAGAIN for NOWAIT dio reads/writes on compressed and inline ex...Filipe Manana
2022-07-08ovl: turn of SB_POSIXACL with idmapped layers temporarilyChristian Brauner
2022-07-08io_uring: explicit sqe padding for ioctl commandsPavel Begunkov
2022-07-05fscache: Fix invalidation/lookup raceDavid Howells
2022-07-05cachefiles: narrow the scope of flushed requests when releasing fdJia Zhu
2022-07-05fscache: Introduce fscache_cookie_is_dropped()Yue Hu
2022-07-05fscache: Fix if condition in fscache_wait_on_volume_collision()Yue Hu
2022-07-04nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi
2022-07-03Merge tag 'xfs-5.19-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-07-02Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2022-07-01Merge tag 'nfs-for-5.19-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-07-01Merge tag 'ceph-for-5.19-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2022-07-01Merge tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-01xfs: prevent a UAF when log IO errors race with unmountDarrick J. Wong
2022-07-01vfs: fix copy_file_range() regression in cross-fs copiesAmir Goldstein
2022-06-30NFSv4: Add an fattr allocation to _nfs4_discover_trunking()Scott Mayhew
2022-06-30NFS: restore module put when manager exits.NeilBrown
2022-06-30io_uring: fix provided buffer importDylan Yudaken
2022-06-30Merge tag 'fsnotify_for_v5.19-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-06-30io_uring: keep sendrecv flags in ioprioPavel Begunkov
2022-06-29Merge tag '5.19-rc4-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2022-06-29ceph: wait on async create before checking caps for syncfsJeff Layton
2022-06-29xfs: dont treat rt extents beyond EOF as eofblocks to be clearedDarrick J. Wong
2022-06-29xfs: don't hold xattr leaf buffers across transaction rollsDarrick J. Wong
2022-06-29xfs: empty xattr leaf header blocks are not corruptionDarrick J. Wong
2022-06-28fanotify: refine the validation checks on non-dir inode maskAmir Goldstein
2022-06-27NFSD: restore EINVAL error translation in nfsd_commit()Alexey Khoroshilov
2022-06-27xfs: clean up the end of xfs_attri_item_recoverDarrick J. Wong
2022-06-27xfs: always free xattri_leaf_bp when cancelling a deferred opDarrick J. Wong
2022-06-27xfs: use invalidate_lock to check the state of mmap_lockKaixu Xia