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-11-12Merge tag 'mm-hotfixes-stable-2022-11-11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-11-11Merge tag 'nfsd-6.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2022-11-11Merge tag 'fixes_for_v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-11-10Merge tag 'for-6.1-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-09udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng
2022-11-09fs: fix leaked psi pressure stateJohannes Weiner
2022-11-09nilfs2: fix use-after-free bug of ns_writer on remountRyusuke Konishi
2022-11-09nilfs2: fix deadlock in nilfs_count_free_blocks()Ryusuke Konishi
2022-11-09hugetlbfs: don't delete error page from pagecacheJames Houghton
2022-11-08nfsd: put the export reference in nfsd4_verify_deleg_dentryJeff Layton
2022-11-07fs/userfaultfd: Fix maple tree iterator in userfaultfd_unregister()Liam Howlett
2022-11-07btrfs: zoned: fix locking imbalance on scrubJohannes Thumshirn
2022-11-07btrfs: zoned: initialize device's zone info for seedingJohannes Thumshirn
2022-11-07btrfs: zoned: clone zoned device info when cloning a deviceJohannes Thumshirn
2022-11-07Revert "btrfs: scrub: use larger block size for data extent scrub"Qu Wenruo
2022-11-07btrfs: don't print stack trace when transaction is aborted due to ENOMEMDavid Sterba
2022-11-07btrfs: selftests: fix wrong error check in btrfs_free_dummy_root()Zhang Xiaoxu
2022-11-07btrfs: fix match incorrectly in dev_args_match_deviceLiu Shixin
2022-11-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-06Merge tag '6.1-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-11-06ext4: fix fortify warning in fs/ext4/fast_commit.c:1551Theodore Ts'o
2022-11-06ext4: fix wrong return err in ext4_load_and_init_journal()Jason Yan
2022-11-06ext4: fix warning in 'ext4_da_release_space'Ye Bin
2022-11-06ext4: fix BUG_ON() when directory entry has invalid rec_lenLuís Henriques
2022-11-05nfsd: fix use-after-free in nfsd_file_do_acquire tracepointJeff Layton
2022-11-05cifs: fix use-after-free on the link nameChenXiaoSong
2022-11-05cifs: avoid unnecessary iteration of tcp sessionsShyam Prasad N
2022-11-05cifs: always iterate smb sessions using primary channelShyam Prasad N
2022-11-05Merge tag 'xfs-6.1-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-11-03Merge tag 'fuse-fixes-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-11-03Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-11-02Merge tag 'nfs-for-6.1-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-11-02btrfs: fix inode reserve space leak due to nowait buffered writeFilipe Manana
2022-11-02btrfs: fix nowait buffered write returning -ENOSPCFilipe Manana
2022-11-02btrfs: remove pointless and double ulist frees in error paths of qgroup testsFilipe Manana
2022-11-02btrfs: fix ulist leaks in error paths of qgroup self testsFilipe Manana
2022-11-02btrfs: fix inode list leak during backref walking at find_parent_nodes()Filipe Manana
2022-11-02btrfs: fix inode list leak during backref walking at resolve_indirect_refs()Filipe Manana
2022-11-02Merge tag 'nfsd-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2022-11-02nfsd: fix net-namespace logic in __nfsd_file_cache_purgeJeff Layton
2022-10-31Merge tag 'for-6.1-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-31xfs: rename XFS_REFC_COW_START to _COWFLAGDarrick J. Wong
2022-10-31xfs: fix uninitialized list head in struct xfs_refcount_recoveryDarrick J. Wong
2022-10-31xfs: fix agblocks check in the cow leftover recovery functionDarrick J. Wong
2022-10-31xfs: check record domain when accessing refcount recordsDarrick J. Wong
2022-10-31xfs: remove XFS_FIND_RCEXT_SHARED and _COWDarrick J. Wong
2022-10-31xfs: refactor domain and refcount checkingDarrick J. Wong
2022-10-31xfs: report refcount domain in tracepointsDarrick J. Wong
2022-10-31xfs: track cow/shared record domains explicitly in xfs_refcount_irecDarrick J. Wong
2022-10-31xfs: refactor refcount record usage in xchk_refcountbt_recDarrick J. Wong