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-10-31xfs: move _irec structs to xfs_types.hDarrick J. Wong
2022-10-31xfs: check deferred refcount op continuation parametersDarrick J. Wong
2022-10-31xfs: create a predicate to verify per-AG extentsDarrick J. Wong
2022-10-31xfs: make sure aglen never goes negative in xfs_refcount_adjust_extentsDarrick J. Wong
2022-10-31xfs: dump corrupt recovered log intent items to dmesg consistentlyDarrick J. Wong
2022-10-31xfs: actually abort log recovery on corrupt intent-done log itemsDarrick J. Wong
2022-10-31xfs: refactor all the EFI/EFD log item sizeof logicDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in EFI log format copyingDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in RUI log format copyingDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in CUI log format copyingDarrick J. Wong
2022-10-31xfs: fix memcpy fortify errors in BUI log format copyingDarrick J. Wong
2022-10-31xfs: fix validation in attr log item recoveryDarrick J. Wong
2022-10-31btrfs: fix lost file sync on direct IO write with nowait and dsync iocbFilipe Manana
2022-10-31xfs: fix incorrect return type for fsdax fault handlersDarrick J. Wong
2022-10-31btrfs: fix a memory allocation failure test in btrfs_submit_directChristophe JAILLET
2022-10-30Merge tag '6.1-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-10-30Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-28mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off regionSebastian Andrzej Siewior
2022-10-28fs/ext4/super.c: remove unused `deprecated_msg'Andrew Morton
2022-10-28squashfs: fix buffer release race condition in readahead codePhillip Lougher
2022-10-28squashfs: fix extending readahead beyond end of filePhillip Lougher
2022-10-28squashfs: fix read regression introduced in readahead codePhillip Lougher
2022-10-28fuse: add file_modified() to fallocateMiklos Szeredi
2022-10-28cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng
2022-10-28ext4: update the backup superblock's at the end of the online resizeTheodore Ts'o
2022-10-27Merge tag 'execve-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-10-27nfs4: Fix kmemleak when allocate slot failedZhang Xiaoxu
2022-10-27NFSv4.2: Fixup CLONE dest file size for zero-length countBenjamin Coddington
2022-10-27NFSv4: Retry LOCK on OLD_STATEID during delegation returnBenjamin Coddington
2022-10-27NFSv4.1: We must always send RECLAIM_COMPLETE after a rebootTrond Myklebust
2022-10-27NFSv4.1: Handle RECLAIM_COMPLETE trunking errorsTrond Myklebust
2022-10-27NFSv4: Fix a potential state reclaim deadlockTrond Myklebust
2022-10-27NFS: Avoid memcpy() run-time warning for struct sockaddr overflowsKees Cook
2022-10-27nfs: Remove redundant null checks before kfreeYushan Zhou
2022-10-27Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2022-10-26xfs: increase rename inode reservationAllison Henderson
2022-10-26fs/binfmt_elf: Fix memory leak in load_elf_binary()Li Zetao
2022-10-26exec: Copy oldsighand->action under spin-lockBernd Edlinger
2022-10-25btrfs: don't use btrfs_chunk::sub_stripes from diskQu Wenruo
2022-10-24btrfs: fix type of parameter generation in btrfs_get_dentryDavid Sterba
2022-10-24btrfs: send: fix send failure of a subcase of orphan inodesBingJing Chang
2022-10-24btrfs: make thaw time super block check to also verify checksumQu Wenruo
2022-10-24btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik
2022-10-24btrfs: reorder btrfs_bio for better packingDavid Sterba
2022-10-24btrfs: raid56: avoid double freeing for rbio if full_stripe_write() failedQu Wenruo
2022-10-24btrfs: raid56: properly handle the error when unable to find the missing stripeQu Wenruo
2022-10-24cifs: Fix pages leak when writedata alloc failed in cifs_write_from_iter()Zhang Xiaoxu
2022-10-24cifs: Fix pages array leak when writedata alloc failed in cifs_writedata_alloc()Zhang Xiaoxu
2022-10-22Merge tag 'efi-fixes-for-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-22Merge tag '6.1-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds