aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2024-09-03xfs: use kfree_rcu_mightsleep to free the perag structuresChristoph Hellwig2-14/+1
2024-09-03xfs: use LIST_HEAD() to simplify codeHongbo Li1-2/+1
2024-09-03xfs: Remove duplicate xfs_trans_priv.h headerJiapeng Chong1-1/+0
2024-09-03xfs: remove unnecessary checkDan Carpenter1-1/+1
2024-09-03xfs: Use xfs set and clear mp state helpersJohn Garry5-9/+9
2024-09-03xfs: reclaim speculative preallocations for append only filesChristoph Hellwig3-8/+10
2024-09-03xfs: simplify extent lookup in xfs_can_free_eofblocksChristoph Hellwig1-15/+7
2024-09-03xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocksChristoph Hellwig1-3/+2
2024-09-03xfs: only free posteof blocks on first closeDarrick J. Wong2-23/+13
2024-09-03xfs: don't free post-EOF blocks on read closeDave Chinner1-1/+7
2024-09-03xfs: skip all of xfs_file_release when shut downChristoph Hellwig1-4/+6
2024-09-03xfs: don't bother returning errors from xfs_file_releaseChristoph Hellwig1-9/+9
2024-09-03xfs: refactor f_op->release handlingChristoph Hellwig3-83/+68
2024-09-03xfs: remove the i_mode check in xfs_releaseChristoph Hellwig1-3/+0
2024-09-02smb: client: fix hang in wait_for_response() for negprotoPaulo Alcantara1-1/+13
2024-09-02btrfs: zoned: handle broken write pointer on zonesNaohiro Aota1-5/+25
2024-09-02ext4: clear EXT4_GROUP_INFO_WAS_TRIMMED_BIT even mount with discardyangerkun1-6/+4
2024-09-02ext4: drop all delonly descriptionsZhang Yi1-34/+32
2024-09-02ext4: drop ext4_es_is_delonly()Zhang Yi3-16/+11
2024-09-02ext4: make extent status types exclusiveZhang Yi1-2/+10
2024-09-02ext4: drop unused ext4_es_store_status()Zhang Yi1-7/+0
2024-09-02ext4: use ext4_map_query_blocks() in ext4_map_blocks()Zhang Yi1-21/+1
2024-09-02ext4: drop ext4_es_delayed_clu()Zhang Yi2-90/+0
2024-09-02ext4: update delalloc data reserve spcae in ext4_es_insert_extent()Zhang Yi3-45/+24
2024-09-02ext4: passing block allocation information to ext4_es_insert_extent()Zhang Yi4-10/+11
2024-09-02ext4: let __revise_pending() return newly inserted pendingsZhang Yi1-10/+18
2024-09-02ext4: don't set EXTENT_STATUS_DELAYED on allocated blocksZhang Yi2-19/+1
2024-09-02ext4: optimize the EXT4_GET_BLOCKS_DELALLOC_RESERVE flag setZhang Yi1-7/+8
2024-09-02ext4: factor out ext4_map_create_blocks() to allocate new blocksZhang Yi1-76/+81
2024-09-02btrfs: qgroup: don't use extent changeset when not neededFedor Pchelkin1-2/+1
2024-09-02xfs: make the calculation generic in xfs_sb_validate_fsb_count()Pankaj Raghav1-1/+6
2024-09-02xfs: expose block size in statPankaj Raghav1-1/+1
2024-09-02xfs: use kvmalloc for xattr buffersDave Chinner1-9/+6
2024-09-02iomap: fix iomap_dio_zero() for fs bs > system page sizePankaj Raghav2-8/+41
2024-09-02isofs: Annotate struct SL_component with __counted_by()Thorsten Blum1-1/+1
2024-09-02gfs2: Remove gfs2_aspace_writepage()Matthew Wilcox (Oracle)1-8/+0
2024-09-02gfs2: Remove gfs2_jdata_writepage()Matthew Wilcox (Oracle)1-30/+0
2024-09-02gfs2: Remove __gfs2_writepage()Matthew Wilcox (Oracle)1-10/+2
2024-09-02gfs2: Add gfs2_aspace_writepages()Matthew Wilcox (Oracle)1-5/+23
2024-09-02sysctl: avoid spurious permanent empty tablesThomas Weißschuh1-3/+8
2024-09-01nilfs2: refactor nilfs_segctor_thread()Ryusuke Konishi1-45/+40
2024-09-01nilfs2: use kthread_create and kthread_stop for the log writer threadRyusuke Konishi2-54/+31
2024-09-01nilfs2: remove sc_timer_taskRyusuke Konishi2-4/+1
2024-09-01nilfs2: do not repair reserved inode bitmap in nilfs_new_inode()Ryusuke Konishi1-13/+0
2024-09-01nilfs2: eliminate the shared counter and spinlock for i_generationRyusuke Konishi3-15/+2
2024-09-01nilfs2: separate inode type information from i_state fieldRyusuke Konishi4-46/+28
2024-09-01nilfs2: use the BITS_PER_LONG macroRyusuke Konishi1-3/+2
2024-09-01nilfs2: use common implementation of file typeHuang Xiaojia1-39/+5
2024-09-01nfs make use of str_false_true helperHongbo Li1-6/+5
2024-09-01nilfs2: do not propagate ENOENT error from nilfs_sufile_mark_dirty()Ryusuke Konishi1-1/+8