summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-09-03xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig
2024-09-03xfs: simplify tagged perag iterationChristoph Hellwig
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig
2024-09-03xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig
2024-09-03xfs: use LIST_HEAD() to simplify codeHongbo Li
2024-09-03xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong
2024-09-03xfs: remove unnecessary checkDan Carpenter
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry
2024-09-03xfs: reclaim speculative preallocations for append only filesChristoph Hellwig
2024-09-03xfs: simplify extent lookup in xfs_can_free_eofblocksChristoph Hellwig
2024-09-03xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocksChristoph Hellwig
2024-09-03xfs: only free posteof blocks on first closeDarrick J. Wong
2024-09-03xfs: don't free post-EOF blocks on read closeDave Chinner
2024-09-03xfs: skip all of xfs_file_release when shut downChristoph Hellwig
2024-09-03xfs: don't bother returning errors from xfs_file_releaseChristoph Hellwig
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig
2024-09-03xfs: remove the i_mode check in xfs_releaseChristoph Hellwig
2024-09-02smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara
2024-09-02btrfs: zoned: handle broken write pointer on zonesNaohiro Aota
2024-09-02ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discardyangerkun
2024-09-02ext4: drop all delonly descriptionsZhang Yi
2024-09-02ext4: drop ext4_es_is_delonly()Zhang Yi
2024-09-02ext4: make extent status types exclusiveZhang Yi
2024-09-02ext4: drop unused ext4_es_store_status()Zhang Yi
2024-09-02ext4: use ext4_map_query_blocks() in ext4_map_blocks()Zhang Yi
2024-09-02ext4: drop ext4_es_delayed_clu()Zhang Yi
2024-09-02ext4: update delalloc data reserve spcae in ext4_es_insert_extent()Zhang Yi
2024-09-02ext4: passing block allocation information to ext4_es_insert_extent()Zhang Yi
2024-09-02ext4: let __revise_pending() return newly inserted pendingsZhang Yi
2024-09-02ext4: don't set EXTENT_STATUS_DELAYED on allocated blocksZhang Yi
2024-09-02ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag setZhang Yi
2024-09-02ext4: factor out ext4_map_create_blocks() to allocate new blocksZhang Yi
2024-09-02btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin
2024-09-02xfs: make the calculation generic in xfs_sb_validate_fsb_count()Pankaj Raghav
2024-09-02xfs: expose block size in statPankaj Raghav
2024-09-02xfs: use kvmalloc for xattr buffersDave Chinner
2024-09-02iomap: fix iomap_dio_zero() for fs bs > system page sizePankaj Raghav
2024-09-02isofs: Annotate struct SL_component with __counted_by()Thorsten Blum
2024-09-02gfs2: Remove gfs2_aspace_writepage()Matthew Wilcox (Oracle)
2024-09-02gfs2: Remove gfs2_jdata_writepage()Matthew Wilcox (Oracle)
2024-09-02gfs2: Remove __gfs2_writepage()Matthew Wilcox (Oracle)
2024-09-02gfs2: Add gfs2_aspace_writepages()Matthew Wilcox (Oracle)
2024-09-02sysctl: avoid spurious permanent empty tablesThomas Weißschuh
2024-09-01nilfs2: refactor nilfs_segctor_thread()Ryusuke Konishi
2024-09-01nilfs2: use kthread_create and kthread_stop for the log writer threadRyusuke Konishi
2024-09-01nilfs2: remove sc_timer_taskRyusuke Konishi
2024-09-01nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()Ryusuke Konishi
2024-09-01nilfs2: eliminate the shared counter and spinlock for i_generationRyusuke Konishi
2024-09-01nilfs2: separate inode type information from i_state fieldRyusuke Konishi