aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-09-03xfs: ensure st_blocks never goes to zero during COW writesChristoph Hellwig2-0/+18
2024-09-03xfs: use xas_for_each_marked in xfs_reclaim_inodes_countChristoph Hellwig2-29/+9
2024-09-03xfs: convert perag lookup to xarrayChristoph Hellwig4-52/+35
2024-09-03xfs: simplify tagged perag iterationChristoph Hellwig2-40/+35
2024-09-03xfs: move the tagged perag lookup helpers to xfs_icache.cChristoph Hellwig3-62/+58
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-03Merge tag 'btree-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/scm/...Chandan Babu R19-154/+237
2024-09-03Merge tag 'xfs-fixes-6.12_2024-09-02' of https://git.kernel.org/pub/scm/linux...Chandan Babu R3-8/+9
2024-09-03Merge tag 'quota-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/scm/...Chandan Babu R4-36/+81
2024-09-03Merge tag 'rtalloc-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/sc...Chandan Babu R14-490/+478
2024-09-03Merge tag 'rtalloc-fixes-6.12_2024-09-02' of https://git.kernel.org/pub/scm/l...Chandan Babu R7-133/+124
2024-09-03Merge tag 'rtbitmap-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/s...Chandan Babu R7-402/+438
2024-09-03Merge tag 'metadir-cleanups-6.12_2024-09-02' of https://git.kernel.org/pub/sc...Chandan Babu R8-12/+16
2024-09-03Merge tag 'atomic-file-commits-6.12_2024-09-02' of https://git.kernel.org/pub...Chandan Babu R5-3/+243
2024-09-02Merge tag 'linux-can-next-for-6.12-20240830' of git://git.kernel.org/pub/scm/...Jakub Kicinski7-130/+170
2024-09-02Merge tag 'for-net-2024-08-30' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski7-92/+117
2024-09-02Merge tag 'linux-can-fixes-for-6.11-20240830' of git://git.kernel.org/pub/scm...Jakub Kicinski6-64/+121
2024-09-02r8169: add support for RTL8126A rev.bChunHao Lin3-15/+29
2024-09-02netdev-genl: Set extack and fix error on napi-getJoe Damato1-3/+5
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-02bpftool: Fix handling enum64 in btf dump sortingMykyta Yatsenko1-3/+4
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-02perf daemon: Fix the build on more 32-bit architecturesArnaldo Carvalho de Melo1-4/+4
2024-09-02perf python: include "util/sample.h"Xu Yang1-0/+1