summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-02-02f2fs: convert f2fs_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: convert f2fs_sync_node_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: convert f2fs_flush_inline_data() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02f2fs: convert f2fs_fsync_node_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02ext4: convert mpage_prepare_extent_to_map() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02cifs: convert wdata_alloc_and_fillpages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02ceph: convert ceph_writepages_start() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02btrfs: convert extent_write_cache_pages() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02btrfs: convert btree_write_cache_pages() to use filemap_get_folio_tag()Vishal Moola (Oracle)
2023-02-02afs: convert afs_writepages_region() to use filemap_get_folios_tag()Vishal Moola (Oracle)
2023-02-02mm/mmu_notifier: remove unused mmu_notifier_range_update_to_read_only exportAlistair Popple
2023-02-02fs/quota: Remove "select SRCU"Paul E. McKenney
2023-02-02fs/notify: Remove "select SRCU"Paul E. McKenney
2023-02-02fs/btrfs: Remove "select SRCU"Paul E. McKenney
2023-02-02fs: Remove CONFIG_SRCUPaul E. McKenney
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-02-02f2fs: fix to update age extent in f2fs_do_zero_range()Chao Yu
2023-02-02f2fs: fix to update age extent correctly during truncationChao Yu
2023-02-02f2fs: fix to avoid potential memory corruption in __update_iostat_latency()Yangtao Li
2023-02-02f2fs: retry to update the inode page given data corruptionJaegeuk Kim
2023-02-02f2fs: fix to handle F2FS_IOC_START_ATOMIC_REPLACE in f2fs_compat_ioctl()Chao Yu
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