summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2026-06-04ocfs2: reject oversized group bitmap descriptorsZhang Cen
2026-06-04ocfs2: rebase copied fsdlm LVB pointers in locking_stateZhang Cen
2026-06-04fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lockSuren Baghdasaryan
2026-06-04userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.cMike Rapoport (Microsoft)
2026-06-04ecryptfs: use kasprintf in ecryptfs_crypto_api_algify_cipher_nameThorsten Blum
2026-06-04eventpoll: restore EP_UNACTIVE_PTR sentinel for ctx->tfile_check_listrefs/merge-window/c259ae4b4ae025450466b9dc324e64daec2f75dbZhan Wei
2026-06-04buffer: Remove end_buffer_write_sync()Matthew Wilcox (Oracle)
2026-06-04buffer: Change calling convention for end_buffer_read_sync()Matthew Wilcox (Oracle)
2026-06-04buffer: Remove b_end_ioMatthew Wilcox (Oracle)
2026-06-04buffer: Remove submit_bh()Matthew Wilcox (Oracle)
2026-06-04nilfs2: Convert nilfs_mdt_submit_block to bh_submit()Matthew Wilcox (Oracle)
2026-06-04nilfs2: Convert nilfs_gccache_submit_read_data to bh_submit()Matthew Wilcox (Oracle)
2026-06-04nilfs2: Convert nilfs_btnode_submit_block to bh_submit()Matthew Wilcox (Oracle)
2026-06-04buffer: Remove mark_buffer_async_write()Matthew Wilcox (Oracle)
2026-06-04gfs2: Convert gfs2_aspace_write_folio to bh_submit()Matthew Wilcox (Oracle)
2026-06-04gfs2: Remove use of b_end_io in gfs2_meta_read_endio()Matthew Wilcox (Oracle)
2026-06-04gfs2: Convert gfs2_dir_readahead to bh_submit()Matthew Wilcox (Oracle)
2026-06-04gfs2: Convert gfs2_metapath_ra to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ocfs2: Convert ocfs2_write_super_or_backup to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ocfs2: Convert ocfs2_read_blocks to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ocfs2: Convert ocfs2_read_block to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ocfs2: Convert ocfs2_write_block to bh_submit()Matthew Wilcox (Oracle)
2026-06-04jbd2: Convert jbd2_write_superblock() to bh_submit()Matthew Wilcox (Oracle)
2026-06-04jbd2: Convert journal commit to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ext4: Convert ext4_commit_super() to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ext4: Convert write_mmp_block_thawed() to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ext4: Convert ext4_fc_submit_bh() to bh_submit()Matthew Wilcox (Oracle)
2026-06-04ext4; Convert __ext4_read_bh() to bh_submit()Matthew Wilcox (Oracle)
2026-06-04buffer: Convert __block_write_full_folio to __bh_submit()Matthew Wilcox (Oracle)
2026-06-04buffer: Convert block_read_full_folio to bh_submit()Matthew Wilcox (Oracle)
2026-06-04buffer: Convert __bh_read_batch to bh_submit()Matthew Wilcox (Oracle)
2026-06-04buffer: Convert __bh_read to bh_submit()Matthew Wilcox (Oracle)
2026-06-04buffer: Convert __sync_dirty_buffer to bh_submit()Matthew Wilcox (Oracle)
2026-06-04buffer: Convert __bread_slow to bh_submit()Matthew Wilcox (Oracle)
2026-06-04buffer: Convert write_dirty_buffer to bh_submit()Matthew Wilcox (Oracle)
2026-06-04buffer: Add bh_end_read(), bh_end_write() and bh_end_async_write()Matthew Wilcox (Oracle)
2026-06-04buffer: Remove mark_buffer_async_write_endio()Matthew Wilcox (Oracle)
2026-06-04buffer: Add bh_submit()Matthew Wilcox (Oracle)
2026-06-04buffer: Remove forward declaration of submit_bh_wbc()Matthew Wilcox (Oracle)
2026-06-04eventpoll: Fix epoll_wait() report false negativeNam Cao
2026-06-04mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty trackingJeff Layton
2026-06-04mm: track DONTCACHE dirty pages per bdi_writebackJeff Layton
2026-06-04libfs: drop redundant SB_I_NOEXEC/SB_I_NODEV in init_pseudo() callersJohn Hubbard
2026-06-04libfs: set SB_I_NOEXEC and SB_I_NODEV by default in init_pseudo()John Hubbard
2026-06-04iomap: avoid potential null folio->mapping deref during error reportingJoanne Koong
2026-06-04fhandle: fix UAF due to unlocked ->mnt_ns read in may_decode_fh()Jann Horn
2026-06-03fs/ntfs3: validate lcns_follow in log_replay conversionKonstantin Komarov
2026-06-03fs/ntfs3: bound copy_lcns dp->page_lcns[] index in analysis passMichael Bommarito
2026-06-03fs/ntfs3: bound DeleteIndexEntryAllocation memmove lengthKonstantin Komarov
2026-06-03fs/ntfs3: bound attr_off in UpdateResidentValue against data_offKonstantin Komarov