summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorLines
2019-10-15xfs: change the seconds fields in xfs_bulkstat to signedDarrick J. Wong-4/+4
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster-7/+8
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster-0/+2
2019-10-06xfs: assure zeroed memory buffers for certain kmem allocationsBill O'Donnell-3/+13
2019-10-06xfs: removed unused error variable from xchk_refcountbt_recAliasgar Surti-2/+1
2019-10-06xfs: remove unused flags arg from xfs_get_aghdr_buf()Eric Sandeen-3/+2
2019-10-06xfs: Fix tail rounding in xfs_alloc_file_space()Max Reitz-1/+3
2019-09-26Merge tag 'xfs-5.4-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-21/+17
2019-09-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-2/+2
2019-09-26xfs: remove unlikely() from WARN_ON() conditionDenis Efremov-2/+2
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-4/+10
2019-09-24xfs: avoid unused to_mp() function warningAustin Kim-13/+0
2019-09-24xfs: log proper length of superblockEric Sandeen-1/+1
2019-09-23xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")Darrick J. Wong-5/+10
2019-09-23xfs: removed unneeded variableAliasgar Surti-2/+1
2019-09-23xfs: convert inode to extent format after extent merge due to shiftBrian Foster-0/+5
2019-09-19iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig-1/+5
2019-09-19iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski-3/+5
2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds-0/+2
2019-09-18Merge tag 'xfs-5.4-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds-1081/+1295
2019-09-18Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2019-09-05xfs: push the grant head when the log head moves forwardDave Chinner-25/+47
2019-09-05xfs: push iclog state cleaning into xlog_state_clean_logDave Chinner-24/+33
2019-09-05xfs: factor iclog state processing out of xlog_state_do_callback()Dave Chinner-98/+98
2019-09-05xfs: factor callbacks out of xlog_state_do_callback()Dave Chinner-28/+48
2019-09-05xfs: factor debug code out of xlog_state_do_callback()Dave Chinner-35/+44
2019-09-05xfs: prevent CIL push holdoff in log recoveryDave Chinner-10/+23
2019-09-05xfs: fix missed wakeup on l_flush_waitRik van Riel-5/+4
2019-09-05xfs: push the AIL in xlog_grant_head_wakeDave Chinner-1/+28
2019-09-05xfs: Use WARN_ON_ONCE for bailout mount-operationAustin Kim-1/+1
2019-09-03xfs: Fix deadlock between AGI and AGF with RENAME_WHITEOUTkaixuxia-41/+42
2019-09-03xfs: define a flags field for the AG geometry ioctl structureDarrick J. Wong-1/+5
2019-09-03xfs: add a xfs_valid_startblock helperChristoph Hellwig-4/+11
2019-08-30xfs: remove the unused XFS_ALLOC_USERDATA flagChristoph Hellwig-10/+5
2019-08-30xfs: cleanup xfs_fsb_to_dbChristoph Hellwig-3/+3
2019-08-30xfs: fix the dax supported check in xfs_ioctl_setattr_dax_invalidateChristoph Hellwig-2/+1
2019-08-30xfs: Fix stale data exposure when readahead races with hole punchJan Kara-0/+26
2019-08-30xfs: allocate xattr buffer on demandDave Chinner-19/+55
2019-08-30xfs: consolidate attribute value copyingDave Chinner-39/+49
2019-08-30xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner-16/+2
2019-08-30xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner-16/+17
2019-08-30xfs: make attr lookup returns consistentDave Chinner-26/+48
2019-08-30xfs: reverse search directory freespace indexesDave Chinner-8/+5
2019-08-30xfs: speed up directory bestfree block scanningDave Chinner-63/+34
2019-08-30xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner-92/+102
2019-08-30xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner-166/+158
2019-08-30xfs: move xfs_dir2_addname()Dave Chinner-71/+69
2019-08-30xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong-14/+8
2019-08-30kill the last users of user_{path,lpath,path_dir}()Al Viro-1/+1