aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-21xfs: Remove some useless flags testsJan Kara1-11/+4
2015-01-21xfs: Remove useless testJan Kara1-1/+1
2015-01-20fs: export inode_to_bdi and use it in favor of mapping->backing_dev_infoChristoph Hellwig1-1/+1
2015-01-09Merge branch 'xfs-misc-fixes-for-3.20-2' into for-nextDave Chinner8-57/+37
2015-01-09xfs: fix implicit bool to int conversionNicholas Mc Guire1-1/+1
2015-01-09xfs: pass a 64-bit count argument to xfs_iomap_write_unwrittenChristoph Hellwig2-2/+2
2015-01-09xfs: remove deprecated sysctlsDave Chinner1-18/+0
2015-01-09xfs: move xfs_bmap_finish prototypeDave Chinner2-2/+2
2015-01-09xfs: move struct xfs_bmalloca to libxfsDave Chinner2-34/+32
2015-01-09xfs: move xfs_types.h to libxfsDave Chinner1-0/+0
2015-01-09xfs: move xfs_fs.h to libxfsDave Chinner1-0/+0
2014-12-24Merge branch 'xfs-misc-fixes-for-3.20-1' into for-nextDave Chinner5-15/+14
2014-12-24xfs: Keep sb_bad_features2 consistent with sb_features2Jan Kara2-8/+7
2014-12-24xfs: remove extra newlines from xfs messagesEric Sandeen3-3/+3
2014-12-24xfs: initialize log buf I/O completion wq on log allocBrian Foster1-4/+4
2014-12-24xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino3-6/+142
2014-12-24xfs: Make xfs_vn_rename compliant with renameat2() syscallCarlos Maiolino1-5/+10
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