summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-02-02f2fs: clean up i_compress_flag and i_compress_level usageChao Yu
2023-02-02f2fs: reduce stack memory cost by using bitfield in struct f2fs_io_infoChao Yu
2023-02-02f2fs: factor the read/write tracing logic into a helperChristoph Hellwig
2023-02-02f2fs: remove __has_curseg_spaceChristoph Hellwig
2023-02-02f2fs: refactor next blk selectionChristoph Hellwig
2023-02-02f2fs: remove __allocate_new_sectionChristoph Hellwig
2023-02-02f2fs: refactor __allocate_new_segmentChristoph Hellwig
2023-02-02f2fs: add a f2fs_curseg_valid_blocks helperChristoph Hellwig
2023-02-02f2fs: simplify do_checkpointChristoph Hellwig
2023-02-02jffs2: Fix list_del corruption if compressors initialized failedZhang Xiaoxu
2023-02-02jffs2: Use function instead of macro when initialize compressorsZhang Xiaoxu
2023-02-02jffs2: fix spelling mistake "neccecary"->"necessary"Yu Zhe
2023-02-02ubifs: Fix kernel-docYang Li
2023-02-02ubifs: Fix some kernel-doc commentsYang Li
2023-02-02ubifs: ubifs_releasepage: Remove ubifs_assert(0) to valid this processZhihao Cheng
2023-02-02ubifs: ubifs_writepage: Mark page dirty after writing inode failedZhihao Cheng
2023-02-02ubifs: dirty_cow_znode: Fix memleak in error handling pathZhihao Cheng
2023-02-02ubifs: Re-statistic cleaned znode count if commit failedZhihao Cheng
2023-02-02ubifs: Fix memory leak in alloc_wbufs()Li Zetao
2023-02-02ubifs: Reserve one leb for each journal head while doing budgetZhihao Cheng
2023-02-02ubifs: do_rename: Fix wrong space budget when target inode's nlink > 1Zhihao Cheng
2023-02-02ubifs: Fix wrong dirty space budget for dirty inodeZhihao Cheng
2023-02-02ubifs: Add comments and debug info for ubifs_xrename()Zhihao Cheng
2023-02-02ubifs: Rectify space budget for ubifs_xrename()Zhihao Cheng
2023-02-02ubifs: Rectify space budget for ubifs_symlink() if symlink is encryptedZhihao Cheng
2023-02-02ubifs: Fix memory leak in ubifs_sysfs_init()Liu Shixin
2023-02-02ubifs: Fix build errors as symbol undefinedLi Hua
2023-02-02jffs2: correct logic when creating a hole in jffs2_write_beginYifei Liu
2023-02-02ceph: blocklist the kclient when receiving corrupted snap traceXiubo Li
2023-02-02ceph: move mount state enum to super.hXiubo Li
2023-02-01hostfs: Replace kmap() with kmap_local_page()Fabio M. De Francesco
2023-01-31Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton
2023-01-31Squashfs: fix handling and sanity checking of xattr_ids countPhillip Lougher
2023-01-31mm: hugetlb: proc: check for hugetlb shared PMD in /proc/PID/smapsMike Kravetz
2023-01-31freevxfs: Kconfig: fix spellingRandy Dunlap
2023-01-31squashfs: harden sanity check in squashfs_read_xattr_id_tableFedor Pchelkin
2023-01-31gfs2: Improve gfs2_make_fs_rw error handlingAndreas Gruenbacher
2023-01-31Revert "GFS2: free disk inode which is deleted by remote node -V2"Bob Peterson
2023-01-31gfs2: Evict inodes cooperativelyAndreas Gruenbacher
2023-01-31gfs2: Flush delete work before shrinking inode cacheAndreas Gruenbacher
2023-01-31gfs2: Cease delete work during unmountBob Peterson
2023-01-31gfs2: Add SDF_DEACTIVATING super block flagBob Peterson
2023-01-31gfs2: check gl_object in rgrp glopsBob Peterson
2023-01-31gfs2: Split the two kinds of glock "delete" workAndreas Gruenbacher
2023-01-31gfs2: Move delete workqueue into super blockAndreas Gruenbacher
2023-01-31gfs2: Get rid of GLF_PENDING_DELETE flagAndreas Gruenbacher
2023-01-31gfs2: Make glock lru list scanning saferAndreas Gruenbacher
2023-01-31gfs2: Clean up gfs2_scan_glock_lruAndreas Gruenbacher
2023-01-31gfs2: Improve gfs2_upgrade_iopen_glock commentAndreas Gruenbacher
2023-01-31f2fs: remove __add_sum_entryChristoph Hellwig