summary refs log tree commit diff
path: root/fs/xfs
AgeCommit message (Expand)Author
2019-06-28xfs: reformat xlog_get_lowest_lsnChristoph Hellwig
2019-06-28xfs: cleanup xlog_get_iclog_buffer_sizeChristoph Hellwig
2019-06-28xfs: remove the l_iclog_size_log field from struct xlogChristoph Hellwig
2019-06-28xfs: make mem_to_page available outside of xfs_buf.cChristoph Hellwig
2019-06-28xfs: renumber XBF_WRITE_FAILChristoph Hellwig
2019-06-28xfs: remove the never used _XBF_COMPOUND flagChristoph Hellwig
2019-06-28xfs: remove the no-op spinlock_destroy stubChristoph Hellwig
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig
2019-06-12xfs: remove unused flag argumentsEric Sandeen
2019-06-12xfs: remove the debug-only q_transp field from struct xfs_dquotChristoph Hellwig
2019-06-12xfs: merge xfs_buf_zero and xfs_buf_iomoveChristoph Hellwig
2019-06-12xfs: remove unused flags arg from getsb interfacesEric Sandeen
2019-06-12xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONSEric Sandeen
2019-06-12xfs: finish converting to inodes_per_clusterDarrick J. Wong
2019-06-12xfs: fix inode_cluster_size rounding mayhemDarrick J. Wong
2019-06-12xfs: refactor inode geometry setup routinesDarrick J. Wong
2019-06-12xfs: separate inode geometryDarrick J. Wong
2019-06-09xfs: use file_modified() helperAmir Goldstein
2019-06-06Merge tag 'xfs-5.2-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-06-03xfs: inode btree scrubber should calculate im_boffset correctlyDarrick J. Wong
2019-05-24xfs: fix broken log reservation debuggingDarrick J. Wong
2019-05-23Merge tag 'xfs-5.2-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20xfs: don't reserve per-AG space for an internal logDarrick J. Wong
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada
2019-05-07Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-05-01xfs: change some error-less functions to void typesEric Sandeen
2019-04-30block: remove the i argument to bio_for_each_segment_allChristoph Hellwig
2019-04-30xfs: add online scrub for superblock countersDarrick J. Wong
2019-04-30xfs: don't parse the mtpt mount optionChristoph Hellwig
2019-04-30xfs: always rejoin held resources during defer rollDarrick J. Wong
2019-04-26xfs: add missing error check in xfs_prepare_shift()Brian Foster
2019-04-26xfs: scrub should check incore counters against ondisk headersDarrick J. Wong
2019-04-26xfs: allow scrubbers to pause background reclaimDarrick J. Wong
2019-04-26xfs: rename the speculative block allocation reclaim toggle functionsDarrick J. Wong
2019-04-26xfs: track delayed allocation reservations across the filesystemDarrick J. Wong
2019-04-26xfs: fix broken bhold behavior in xrep_roll_ag_transDarrick J. Wong
2019-04-23xfs: unlock inode when xfs_ioctl_setattr_get_trans can't get transactionDarrick J. Wong
2019-04-23xfs: kill the xfs_dqtrx_t typedefDarrick J. Wong
2019-04-23xfs: widen inode delalloc block counter to 64-bitsDarrick J. Wong
2019-04-23xfs: widen quota block counters to 64-bit integersDarrick J. Wong
2019-04-23xfs: abort unaligned nowait directio earlyDarrick J. Wong
2019-04-23xfs: assert that we don't enter agfl freeing with a non-permanent transactionBrian Foster
2019-04-22xfs: make tr_growdata a permanent transactionBrian Foster
2019-04-16xfs: merge adjacent io completions of the same typeDarrick J. Wong
2019-04-16xfs: remove unused m_data_workqueueDarrick J. Wong
2019-04-16xfs: implement per-inode writeback completion queuesDarrick J. Wong
2019-04-16xfs: scrub should only cross-reference with healthy btreesDarrick J. Wong
2019-04-16xfs: scrub/repair should update filesystem metadata healthDarrick J. Wong