summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-10-12Merge remote-tracking branch 'common/android-4.4-p' into lineage-18.1-caf-msm...Michael Bestas
2021-10-09Merge 4.4.288 into android-4.4-pGreg Kroah-Hartman
2021-10-09ext2: fix sleeping in atomic bugs on errorDan Carpenter
2021-10-06Merge 4.4.286 into android-4.4-pGreg Kroah-Hartman
2021-10-06ext4: fix potential infinite loop in ext4_dx_readdir()yangerkun
2021-10-06qnx4: work around gcc false positive warning bugLinus Torvalds
2021-10-06qnx4: avoid stringop-overread errorsLinus Torvalds
2021-10-06cifs: fix incorrect check for null pointer in header_assembleSteve French
2021-09-26Merge 4.4.285 into android-4.4-pGreg Kroah-Hartman
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_groupNanyong Sun
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_groupNanyong Sun
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_groupNanyong Sun
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_##name##_groupNanyong Sun
2021-09-26nilfs2: fix NULL pointer in nilfs_##name##_attr_releaseNanyong Sun
2021-09-26nilfs2: fix memory leak in nilfs_sysfs_create_device_groupNanyong Sun
2021-09-26ceph: lockdep annotations for try_nonblocking_invalidateJeff Layton
2021-09-22Merge 4.4.284 into android-4.4-pGreg Kroah-Hartman
2021-09-22cifs: fix wrong release in sess_alloc_buffer() failed pathDing Hui
2021-09-22gfs2: Don't call dlm after protocol is unmountedBob Peterson
2021-09-22CIFS: Fix a potencially linear read overflowLen Baker
2021-09-22udf_get_extendedattr() had no boundary checks.Stian Skjelstad
2021-09-22Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-09-22ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o
2021-09-16Merge remote-tracking branch 'common/android-4.4-p' into lineage-18.1-caf-msm...Michael Bestas
2021-08-19seq/proc: modify seq_put_decimal_[u]ll to take a const char *, not charJoe Perches
2021-08-19proc: faster /proc/*/statusAlexey Dobriyan
2021-08-15Merge 4.4.281 into android-4.4-pGreg Kroah-Hartman
2021-08-15ovl: prevent private clone if bind mount is not allowedMiklos Szeredi
2021-08-15pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)
2021-08-15reiserfs: check directory items on read from diskShreyansh Chouhan
2021-08-15reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai
2021-08-12Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-08-08Merge 4.4.279 into android-4.4-pGreg Kroah-Hartman
2021-08-08btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues
2021-08-04Merge 4.4.278 into android-4.4-pGreg Kroah-Hartman
2021-08-04ocfs2: issue zeroout to EOF blocksJunxiao Bi
2021-08-04ocfs2: fix zero out valid dataJunxiao Bi
2021-08-04hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi
2021-08-04hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi
2021-08-04hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi
2021-07-28Merge 4.4.277 into android-4.4-pGreg Kroah-Hartman
2021-07-28btrfs: compression: don't try to compress if we don't have enough pagesDavid Sterba
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri
2021-07-22Merge branch 'android-4.4-p' of https://android.googlesource.com/kernel/commo...Michael Bestas
2021-07-20Merge 4.4.276 into android-4.4-pGreg Kroah-Hartman
2021-07-20seq_file: disallow extremely large seq buffer allocationsEric Sandeen
2021-07-20nfs: fix acl memory leak of posix_acl_create()Gao Xiang
2021-07-20ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirtyJeff Layton
2021-07-20fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong
2021-07-20jfs: fix GPF in diFreePavel Skripkin