summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner5-24/+24
2014-12-04xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner1-102/+33
2014-12-04xfs: active inodes stat is brokenDave Chinner2-1/+2
2014-12-04xfs: cleanup xfs_bmse_merge returnsDave Chinner1-15/+8
2014-12-04xfs: cleanup xfs_bmse_shift_one goto messDave Chinner1-26/+17
2014-12-04xfs: fix premature enospc on inode allocationDave Chinner1-10/+24
2014-12-04xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins1-7/+6
2014-12-04Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2Dave Chinner5-24/+9
2014-12-01xfs: fix simple_return.cocci warning in xfs_bmse_shift_onekbuild test robot1-5/+1
2014-12-01xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot1-5/+1
2014-12-01libxfs: fix simple_return.cocci warningskbuild test robot1-5/+1
2014-12-01xfs: remove unnecessary null checksMarkus Elfring2-9/+6
2014-11-28xfs: catch invalid negative blknos in _xfs_buf_find()Eric Sandeen1-1/+1
2014-11-28xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster3-10/+23
2014-11-28xfs: fix error handling in xfs_qm_log_quotaoff()Brian Foster1-16/+10
2014-11-28xfs: replace on-stack xfs_trans_res with pointer in xfs_create()Brian Foster1-9/+6
2014-11-28xfs: replace global xfslogd wq with per-mount wqBrian Foster3-12/+12
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner16-61/+57
2014-10-13xfs: fix agno increment in xfs_inumbers() loopEric Sandeen1-1/+2
2014-10-03xfs: xfs_iflush_done checks the wrong log item callbackMark Tinguely1-1/+1
2014-10-02xfs: flush the range before zero range conversionBrian Foster1-7/+7
2014-10-02xfs: restore buffer_head unwritten bit on ioend cancelBrian Foster1-0/+7
2014-10-02xfs: check for null dquot in xfs_quota_calc_throttle()Eric Sandeen1-2/+2
2014-10-02xfs: fix crc field handling in xfs_sb_to/from_diskEric Sandeen1-0/+5
2014-10-02xfs: don't send null bp to xfs_trans_brelse()Eric Sandeen1-1/+2
2014-10-02xfs: check for inode size overflow in xfs_new_eof()Brian Foster1-1/+1
2014-10-02xfs: only set extent size hint when askedDave Chinner1-2/+14
2014-10-02xfs: project id inheritance is a directory only flagDave Chinner2-4/+4
2014-10-02xfs: kill time.hDave Chinner5-41/+8
2014-10-02xfs: compat_xfs_bstat does not have forkoffDave Chinner2-1/+4
2014-10-02Merge branch 'xfs-buf-iosubmit' into for-nextDave Chinner12-358/+282
2014-10-02xfs: simplify xfs_zero_remaining_bytesChristoph Hellwig1-30/+14
2014-10-02xfs: check xfs_buf_read_uncached returns correctlyDave Chinner5-62/+58
2014-10-02xfs: introduce xfs_buf_submit[_wait]Dave Chinner8-128/+117
2014-10-02xfs: kill xfs_bioerror_relseDave Chinner3-44/+6
2014-10-02xfs: xfs_bioerror can die.Dave Chinner1-46/+12
2014-10-02xfs: kill xfs_bdstrat_cbDave Chinner1-23/+25
2014-10-02xfs: rework xfs_buf_bio_endio error handlingDave Chinner2-2/+17
2014-10-02xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionalityDave Chinner6-55/+45
2014-10-02xfs: synchronous buffer IO needs a referenceDave Chinner1-9/+42
2014-10-02xfs: Don't use xfs_buf_iowait in the delwri buffer codeDave Chinner1-5/+13
2014-10-02xfs: force the log before shutting downDave Chinner1-38/+17
2014-09-29Merge branch 'xfs-sparse-fixes' into for-nextDave Chinner5-11/+9
2014-09-29xfs: annotate user variables passed as voidDave Chinner1-4/+4
2014-09-29xfs: xfs_kset should be static Dave Chinner2-4/+2
2014-09-29xfs: xfs_qm_dquot_isolate needs locking annotations for sparseDave Chinner1-0/+1
2014-09-29xfs: fix use of agi_newino in finobt lookupDave Chinner1-3/+2
2014-09-29Merge branch 'xfs-trans-recover-cleanup' into for-nextDave Chinner1-256/+308
2014-09-29xfs: refactor recovery transaction start handlingDave Chinner1-43/+34