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