Age | Commit message (Expand) | Author | Files | Lines |
2024-10-03 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
2024-09-23 | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 3 | -21/+21 |
2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -5/+5 |
2024-09-21 | Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Linus Torvalds | 9 | -47/+51 |
2024-09-19 | Merge tag 'xfs-6.12-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 60 | -1452/+1770 |
2024-09-17 | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2024-09-16 | Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -145/+219 |
2024-09-10 | Merge branch 'linus' into timers/core | Thomas Gleixner | 17 | -81/+182 |
2024-09-10 | iomap: remove the iomap_file_buffered_write_punch_delalloc return value | Christoph Hellwig | 1 | -14/+3 |
2024-09-10 | iomap: pass the iomap to the punch callback | Christoph Hellwig | 1 | -1/+2 |
2024-09-10 | iomap: pass flags to iomap_file_buffered_write_punch_delalloc | Christoph Hellwig | 1 | -2/+3 |
2024-09-10 | mm,tmpfs: consider end of file write in shmem_is_huge | Rik van Riel | 2 | -4/+4 |
2024-09-08 | treewide: Fix wrong singular form of jiffies in comments | Anna-Maria Behnsen | 1 | -1/+1 |
2024-09-03 | iomap: fix handling of dirty folios over unwritten extents | Brian Foster | 1 | -10/+0 |
2024-09-03 | iomap: add a private argument for iomap_file_buffered_write | Josef Bacik | 1 | -1/+1 |
2024-09-03 | xfs: enable block size larger than page size support | Pankaj Raghav | 5 | -11/+32 |
2024-09-03 | xfs: ensure st_blocks never goes to zero during COW writes | Christoph Hellwig | 2 | -0/+18 |
2024-09-03 | xfs: use xas_for_each_marked in xfs_reclaim_inodes_count | Christoph Hellwig | 2 | -29/+9 |
2024-09-03 | xfs: convert perag lookup to xarray | Christoph Hellwig | 4 | -52/+35 |
2024-09-03 | xfs: simplify tagged perag iteration | Christoph Hellwig | 2 | -40/+35 |
2024-09-03 | xfs: move the tagged perag lookup helpers to xfs_icache.c | Christoph Hellwig | 3 | -62/+58 |
2024-09-03 | xfs: use kfree_rcu_mightsleep to free the perag structures | Christoph Hellwig | 2 | -14/+1 |
2024-09-03 | xfs: use LIST_HEAD() to simplify code | Hongbo Li | 1 | -2/+1 |
2024-09-03 | xfs: Remove duplicate xfs_trans_priv.h header | Jiapeng Chong | 1 | -1/+0 |
2024-09-03 | xfs: remove unnecessary check | Dan Carpenter | 1 | -1/+1 |
2024-09-03 | xfs: Use xfs set and clear mp state helpers | John Garry | 5 | -9/+9 |
2024-09-03 | xfs: reclaim speculative preallocations for append only files | Christoph Hellwig | 3 | -8/+10 |
2024-09-03 | xfs: simplify extent lookup in xfs_can_free_eofblocks | Christoph Hellwig | 1 | -15/+7 |
2024-09-03 | xfs: check XFS_EOFBLOCKS_RELEASED earlier in xfs_release_eofblocks | Christoph Hellwig | 1 | -3/+2 |
2024-09-03 | xfs: only free posteof blocks on first close | Darrick J. Wong | 2 | -23/+13 |
2024-09-03 | xfs: don't free post-EOF blocks on read close | Dave Chinner | 1 | -1/+7 |
2024-09-03 | xfs: skip all of xfs_file_release when shut down | Christoph Hellwig | 1 | -4/+6 |
2024-09-03 | xfs: don't bother returning errors from xfs_file_release | Christoph Hellwig | 1 | -9/+9 |
2024-09-03 | xfs: refactor f_op->release handling | Christoph Hellwig | 3 | -83/+68 |
2024-09-03 | xfs: remove the i_mode check in xfs_release | Christoph Hellwig | 1 | -3/+0 |
2024-09-02 | xfs: make the calculation generic in xfs_sb_validate_fsb_count() | Pankaj Raghav | 1 | -1/+6 |
2024-09-02 | xfs: expose block size in stat | Pankaj Raghav | 1 | -1/+1 |
2024-09-02 | xfs: use kvmalloc for xattr buffers | Dave Chinner | 1 | -9/+6 |
2024-09-02 | mm: kvmalloc: align kvrealloc() with krealloc() | Danilo Krummrich | 1 | -1/+1 |
2024-09-01 | xfs: standardize the btree maxrecs function parameters | Darrick J. Wong | 14 | -33/+40 |
2024-09-01 | xfs: replace shouty XFS_BM{BT,DR} macros | Darrick J. Wong | 9 | -122/+198 |
2024-09-01 | xfs: fix a sloppy memory handling bug in xfs_iroot_realloc | Darrick J. Wong | 1 | -5/+5 |
2024-09-01 | xfs: fix FITRIM reporting again | Darrick J. Wong | 1 | -1/+1 |
2024-09-01 | xfs: fix C++ compilation errors in xfs_fs.h | Darrick J. Wong | 1 | -2/+3 |
2024-09-01 | xfs: refactor loading quota inodes in the regular case | Darrick J. Wong | 4 | -36/+81 |
2024-09-01 | xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c | Darrick J. Wong | 3 | -136/+134 |
2024-09-01 | xfs: rearrange xfs_fsmap.c a little bit | Darrick J. Wong | 1 | -134/+134 |
2024-09-01 | xfs: replace m_rsumsize with m_rsumblocks | Christoph Hellwig | 7 | -25/+19 |
2024-09-01 | xfs: remove xfs_{rtbitmap,rtsummary}_wordcount | Christoph Hellwig | 2 | -38/+0 |
2024-09-01 | xfs: add xchk_setup_nothing and xchk_nothing helpers | Darrick J. Wong | 2 | -40/+18 |