aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2022-10-24f2fs: complete checkpoints during remountJaegeuk Kim
2022-10-24f2fs: fix wrong continue condition in GCJaegeuk Kim
2022-10-24btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa
2022-10-24btrfs: fix missed extent on fsync after dropping extent mapsFilipe Manana
2022-10-24btrfs: fix race between quota enable and quota rescan ioctlFilipe Manana
2022-10-24btrfs: enhance unsupported compat RO flags handlingQu Wenruo
2022-10-24btrfs: fix alignment of VMA for memory mapped files on THPAlexander Zhu
2022-10-24fs: record I_DIRTY_TIME even if inode already has I_DIRTY_INODELukas Czerner
2022-10-24ksmbd: Fix user namespace mappingMickaël Salaün
2022-10-24ksmbd: Fix wrong return value and message length check in smb2_ioctl()Zhang Xiaoxu
2022-10-24ksmbd: fix endless loop when encryption for response failsNamjae Jeon
2022-10-24ksmbd: fix incorrect handling of iterate_dirNamjae Jeon
2022-10-24smb3: do not log confusing message when server returns no network interfacesSteve French
2022-10-24NFSD: Protect against send buffer overflow in NFSv3 READChuck Lever
2022-10-24NFSD: Protect against send buffer overflow in NFSv2 READChuck Lever
2022-10-24NFSD: Protect against send buffer overflow in NFSv3 READDIRChuck Lever
2022-10-24quota: Check next/prev free block number after reading from quota fileZhihao Cheng
2022-10-24fs: dlm: fix invalid derefence of sb_lvbptrAlexander Aring
2022-10-24fs: dlm: handle -EBUSY first in lock arg validationAlexander Aring
2022-10-24fs: dlm: fix race between test_bit() and queue_work()Alexander Aring
2022-10-24cifs: Fix the error length of VALIDATE_NEGOTIATE_INFO messageZhang Xiaoxu
2022-10-24cifs: destage dirty pages before re-reading them for cache=noneRonnie Sahlberg
2022-10-24Revert "fs: check FMODE_LSEEK to control internal pipe splicing"Sasha Levin
2022-10-19Merge tag 'v5.19.16' into v5.19/standard/baseBruce Ashfield
2022-10-19Merge tag 'v5.19.15' into v5.19/standard/baseBruce Ashfield
2022-10-15ceph: don't truncate file in atomic_openHu Weiwen
2022-10-15nilfs2: replace WARN_ONs by nilfs_error for checkpoint acquisition failureRyusuke Konishi
2022-10-15nilfs2: fix leak of nilfs_root in case of writer thread creation failureRyusuke Konishi
2022-10-15nilfs2: fix use-after-free bug of struct nilfs_rootRyusuke Konishi
2022-10-15nilfs2: fix NULL pointer dereference at nilfs_bmap_lookup_at_level()Ryusuke Konishi
2022-10-12don't use __kernel_write() on kmap_local_page()Al Viro
2022-10-12fs: fix UAF/GPF bug in nilfs_mdt_destroyDongliang Mu
2022-10-06Merge tag 'v5.19.14' into v5.19/standard/baseBruce Ashfield
2022-10-06Merge tag 'v5.19.12' into v5.19/standard/baseBruce Ashfield
2022-10-06Merge tag 'v5.19.11' into v5.19/standard/baseBruce Ashfield
2022-10-05ntfs: fix BUG_ON in ntfs_lookup_inode_by_name()ChenXiaoSong
2022-09-28ext4: make directory inode spreading reflect flexbg sizeJan Kara
2022-09-28ext4: fixup possible uninitialized variable access in ext4_mb_choose_next_gro...Jan Kara
2022-09-28ext4: use buckets for cr 1 block scan instead of rbtreeJan Kara
2022-09-28ext4: use locality group preallocation for small closed filesJan Kara
2022-09-28ext4: avoid unnecessary spreading of allocations among groupsJan Kara
2022-09-28ext4: make mballoc try target group first even with mb_optimize_scanJan Kara
2022-09-28ext4: limit the number of retries after discarding preallocations blocksTheodore Ts'o
2022-09-28ext4: fix bug in extents parsing when eh_entries == 0 and eh_depth > 0Luís Henriques
2022-09-28fsdax: Fix infinite loop in dax_iomap_rw()Li Jinlin
2022-09-28btrfs: zoned: wait for extent buffer IOs before finishing a zoneNaohiro Aota
2022-09-28btrfs: fix hang during unmount when stopping a space reclaim workerFilipe Manana
2022-09-28btrfs: fix hang during unmount when stopping block group reclaim workerFilipe Manana
2022-09-28exfat: fix overflow for large capacity partitionYuezhang Mo
2022-09-28smb3: use filemap_write_and_wait_range instead of filemap_write_and_waitSteve French