aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-12Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds89-1835/+1467
2014-12-10Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+1
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner24-386/+271
2014-12-04xfs: split metadata and log buffer completion to separate workqueuesBrian Foster4-7/+18
2014-12-04xfs: fix set-but-unused warningsDave Chinner9-60/+2
2014-12-04xfs: move type conversion functions to xfs_dir.hDave Chinner5-134/+137
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-01Merge branch 'xfs-coccinelle-cleanups' into for-nextDave 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-28Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner86-1380/+1138
2014-11-28Merge branch 'xfs-misc-fixes-for-3.19-1' into for-nextDave Chinner7-48/+52
2014-11-28xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig13-71/+35
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig56-638/+579
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig79-358/+267
2014-11-28xfs: move acl structures to xfs_format.hChristoph Hellwig2-36/+36
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig36-277/+221
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-11-10xfs: Set allowed quota typesJan Kara1-0/+1
2014-11-07xfs: track bulkstat progress by aginoDave Chinner1-37/+34
2014-11-07xfs: bulkstat error handling is brokenDave Chinner1-10/+19
2014-11-07xfs: bulkstat main loop logic is a messDave Chinner1-32/+24
2014-11-07xfs: bulkstat chunk-formatter has issuesDave Chinner1-34/+24
2014-11-07xfs: bulkstat chunk formatting cursor is brokenDave Chinner2-47/+28
2014-11-07xfs: bulkstat btree walk doesn't terminateDave Chinner1-9/+10
2014-10-30xfs: rework zero range to prevent invalid i_size updatesBrian Foster1-52/+20
2014-10-30xfs: Check error during inode btree iteration in xfs_bulkstat()Jan Kara1-0/+4
2014-10-29xfs: bulkstat doesn't release AGI buffer on errorDave Chinner1-6/+10
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