summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2020-10-29xfs: make sure the rt allocator doesn't run off the endDarrick J. Wong1-0/+11
2020-10-29xfs: fix high key handling in the rt allocator's query_range functionDarrick J. Wong1-7/+4
2020-10-29xfs: fix deadlock and streamline xfs_getfsmap performanceDarrick J. Wong3-71/+124
2020-10-29xfs: limit entries returned when counting fsmap recordsDarrick J. Wong1-0/+3
2020-10-29xfs: fix finobt btree block recovery orderingDave Chinner1-0/+2
2020-10-29xfs: force the log after remapping a synchronous-writes fileDarrick J. Wong1-1/+16
2020-09-17xfs: initialize the shortform attr header padding entryDarrick J. Wong1-2/+2
2020-09-17xfs: fix off-by-one in inode alloc block reservation calculationBrian Foster2-3/+3
2020-09-09xfs: don't update mtime on COW faultsMikulas Patocka1-2/+10
2020-09-09xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-09-09xfs: fix boundary test in xfs_attr_shortform_verifyEric Sandeen1-1/+3
2020-09-09xfs: finish dfops on every insert range shift iterationBrian Foster1-1/+1
2020-09-03xfs: Don't allow logging of XFS_ISTALE inodesDave Chinner3-4/+26
2020-08-26xfs: Fix UBSAN null-ptr-deref in xfs_sysfs_initEiichi Tsukata1-2/+4
2020-08-26xfs: fix inode quota reservation checksDarrick J. Wong1-1/+1
2020-08-19xfs: clear XFS_DQ_FREEING if we can't lock the dquot buffer to flushDarrick J. Wong1-0/+1
2020-08-19xfs: fix inode allocation block res calculation precedenceBrian Foster1-1/+1
2020-08-19xfs: fix reflink quota reservation accounting errorDarrick J. Wong1-7/+14
2020-08-19xfs: don't eat an EIO/ENOSPC writeback error when scrubbing data forkDarrick J. Wong1-2/+20
2020-08-19xfs: preserve rmapbt swapext block reservation from freed blocksBrian Foster3-10/+28
2020-06-23xfs: fix use-after-free on CIL context on shutdownDave Chinner2-6/+6
2020-06-13Merge tag 'xfs-5.8-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+3
2020-06-11Merge tag 'vfs-5.8-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-88/+20
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse3-10/+10
2020-06-09xfs: Add the missed xfs_perag_put() for xfs_ifree_cluster()Chuhong Yuan1-1/+3
2020-06-06Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2020-06-04fs: move the fiemap definitions out of fs.hChristoph Hellwig1-0/+1
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+2
2020-06-03Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-5/+4
2020-06-03Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds101-4814/+4241
2020-06-03Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2020-06-02mm: remove the pgprot argument to __vmallocChristoph Hellwig1-1/+1
2020-06-02mm: remove the prot argument from vm_map_ramChristoph Hellwig1-1/+1
2020-06-02iomap: convert from readpages to readaheadMatthew Wilcox (Oracle)1-8/+5
2020-05-30fs/xfs: Update xfs_ioctl_setattr_dax_invalidate()Ira Weiny1-88/+20
2020-05-30fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags()Ira Weiny3-51/+29
2020-05-30fs/xfs: Create function xfs_inode_should_enable_dax()Ira Weiny1-6/+22
2020-05-30fs/xfs: Make DAX mount option a tri-stateIra Weiny2-4/+43
2020-05-30fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYSIra Weiny3-7/+6
2020-05-30fs/xfs: Remove unnecessary initialization of i_rwsemIra Weiny1-3/+1
2020-05-27xfs: more lockdep whackamole with kmem_alloc*Darrick J. Wong2-2/+6
2020-05-27xfs: force writes to delalloc regions to unwrittenDarrick J. Wong1-12/+17
2020-05-27xfs: refactor xfs_iomap_prealloc_sizeDarrick J. Wong1-48/+35
2020-05-27xfs: measure all contiguous previous extents for prealloc sizeDarrick J. Wong1-13/+27
2020-05-27xfs: don't fail unwritten extent conversion on writeback due to edquotDarrick J. Wong1-1/+1
2020-05-27xfs: rearrange xfs_inode_walk_ag parametersDarrick J. Wong1-5/+4
2020-05-27xfs: straighten out all the naming around incore inode tree walksDarrick J. Wong3-13/+13
2020-05-27xfs: move xfs_inode_ag_iterator to be closer to the perag walking codeDarrick J. Wong1-40/+48
2020-05-27xfs: use bool for done in xfs_inode_ag_walkDarrick J. Wong1-3/+3
2020-05-27xfs: fix inode ag walk predicate function return valuesDarrick J. Wong1-17/+22