Age | Commit message (Expand) | Author |
2020-06-22 | xfs: fix use-after-free on CIL context on shutdown | Dave Chinner |
2020-06-13 | Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2020-06-11 | Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-08 | xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster() | Chuhong Yuan |
2020-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig |
2020-06-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-06-02 | Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2020-06-02 | Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2020-06-02 | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block | Linus Torvalds |
2020-06-02 | mm: remove the pgprot argument to __vmalloc | Christoph Hellwig |
2020-06-02 | mm: remove the prot argument from vm_map_ram | Christoph Hellwig |
2020-06-02 | iomap: convert from readpages to readahead | Matthew Wilcox (Oracle) |
2020-05-29 | fs/xfs: Update xfs_ioctl_setattr_dax_invalidate() | Ira Weiny |
2020-05-29 | fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags() | Ira Weiny |
2020-05-29 | fs/xfs: Create function xfs_inode_should_enable_dax() | Ira Weiny |
2020-05-29 | fs/xfs: Make DAX mount option a tri-state | Ira Weiny |
2020-05-29 | fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS | Ira Weiny |
2020-05-29 | fs/xfs: Remove unnecessary initialization of i_rwsem | Ira Weiny |
2020-05-27 | xfs: more lockdep whackamole with kmem_alloc* | Darrick J. Wong |
2020-05-27 | xfs: force writes to delalloc regions to unwritten | Darrick J. Wong |
2020-05-27 | xfs: refactor xfs_iomap_prealloc_size | Darrick J. Wong |
2020-05-27 | xfs: measure all contiguous previous extents for prealloc size | Darrick J. Wong |
2020-05-27 | xfs: don't fail unwritten extent conversion on writeback due to edquot | Darrick J. Wong |
2020-05-27 | xfs: rearrange xfs_inode_walk_ag parameters | Darrick J. Wong |
2020-05-27 | xfs: straighten out all the naming around incore inode tree walks | Darrick J. Wong |
2020-05-27 | xfs: move xfs_inode_ag_iterator to be closer to the perag walking code | Darrick J. Wong |
2020-05-27 | xfs: use bool for done in xfs_inode_ag_walk | Darrick J. Wong |
2020-05-27 | xfs: fix inode ag walk predicate function return values | Darrick J. Wong |
2020-05-27 | xfs: refactor eofb matching into a single helper | Darrick J. Wong |
2020-05-27 | xfs: remove __xfs_icache_free_eofblocks | Darrick J. Wong |
2020-05-27 | xfs: remove flags argument from xfs_inode_ag_walk | Darrick J. Wong |
2020-05-27 | xfs: remove xfs_inode_ag_iterator_flags | Darrick J. Wong |
2020-05-27 | xfs: remove unused xfs_inode_ag_iterator function | Darrick J. Wong |
2020-05-27 | xfs: replace open-coded XFS_ICI_NO_TAG | Darrick J. Wong |
2020-05-27 | xfs: move eofblocks conversion function to xfs_ioctl.c | Darrick J. Wong |
2020-05-27 | xfs: allow individual quota grace period extension | Eric Sandeen |
2020-05-27 | xfs: per-type quota timers and warn limits | Eric Sandeen |
2020-05-27 | xfs: switch xfs_get_defquota to take explicit type | Eric Sandeen |
2020-05-27 | xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers | Eric Sandeen |
2020-05-27 | xfs: fix up some whitespace in quota code | Eric Sandeen |
2020-05-27 | xfs: always return -ENOSPC on project quota reservation failure | Eric Sandeen |
2020-05-27 | xfs: group quota should return EDQUOT when prj quota enabled | Eric Sandeen |
2020-05-27 | xfs: remove the m_active_trans counter | Dave Chinner |
2020-05-27 | xfs: separate read-only variables in struct xfs_mount | Dave Chinner |
2020-05-27 | xfs: reduce free inode accounting overhead | Dave Chinner |
2020-05-27 | xfs: gut error handling in xfs_trans_unreserve_and_mod_sb() | Dave Chinner |
2020-05-22 | block: remove the error_sector argument to blkdev_issue_flush | Christoph Hellwig |
2020-05-19 | xfs: cleanup xfs_idestroy_fork | Christoph Hellwig |