summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: growfs should use synchronous transactionsChristoph Hellwig2015-02-051-0/+1
* xfs: fix behaviour of XFS_IOC_FSSETXATTR on directoriesIustin Pop2015-02-021-14/+25
* xfs: factor projid hint checking out of xfs_ioctl_setattrDave Chinner2015-02-021-19/+31
* xfs: factor extsize hint checking out of xfs_ioctl_setattrDave Chinner2015-02-021-39/+51
* xfs: XFS_IOCTL_SETXATTR can run in user namespacesDave Chinner2015-02-021-9/+13
* xfs: kill xfs_ioctl_setattr behaviour maskDave Chinner2015-02-021-103/+65
* xfs: disaggregate xfs_ioctl_setattrDave Chinner2015-02-021-5/+18
* xfs: factor out xfs_ioctl_setattr transaciton preambleDave Chinner2015-02-021-46/+55
* xfs: separate xflags from xfs_ioctl_setattrDave Chinner2015-02-021-48/+41
* xfs: FSX_NONBLOCK is not usedDave Chinner2015-02-021-5/+0
* xfs: sanitise sb_bad_features2 handlingDave Chinner2015-01-223-20/+25
* xfs: consolidate superblock logging functionsDave Chinner2015-01-2215-181/+101
* xfs: remove bitfield based superblock updatesDave Chinner2015-01-2211-246/+130
* Merge tag 'xfs-for-linus-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-12-1289-1835/+1467
|\
| * Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-0424-386/+271
| |\
| | * xfs: split metadata and log buffer completion to separate workqueuesBrian Foster2014-12-044-7/+18
| | * xfs: fix set-but-unused warningsDave Chinner2014-12-049-60/+2
| | * xfs: move type conversion functions to xfs_dir.hDave Chinner2014-12-045-134/+137
| | * xfs: move ftype conversion functions to libxfsDave Chinner2014-12-045-24/+24
| | * xfs: lobotomise xfs_trans_read_buf_map()Dave Chinner2014-12-041-102/+33
| | * xfs: active inodes stat is brokenDave Chinner2014-12-042-1/+2
| | * xfs: cleanup xfs_bmse_merge returnsDave Chinner2014-12-041-15/+8
| | * xfs: cleanup xfs_bmse_shift_one goto messDave Chinner2014-12-041-26/+17
| | * xfs: fix premature enospc on inode allocationDave Chinner2014-12-041-10/+24
| | * xfs: overflow in xfs_iomap_eof_align_last_fsbPeter Watkins2014-12-041-7/+6
| | * Merge branch 'xfs-coccinelle-cleanups' into xfs-misc-fixes-for-3.19-2Dave Chinner2014-12-045-24/+9
| | |\
| * | \ Merge branch 'xfs-coccinelle-cleanups' into for-nextDave Chinner2014-12-015-24/+9
| |\ \ \ | | | |/ | | |/|
| | * | xfs: fix simple_return.cocci warning in xfs_bmse_shift_onekbuild test robot2014-12-011-5/+1
| | * | xfs: fix simple_return.cocci warning in xfs_file_readdirkbuild test robot2014-12-011-5/+1
| | * | libxfs: fix simple_return.cocci warningskbuild test robot2014-12-011-5/+1
| | * | xfs: remove unnecessary null checksMarkus Elfring2014-12-012-9/+6
| * | | Merge branch 'xfs-consolidate-format-defs' into for-nextDave Chinner2014-11-2886-1380/+1138
| |\ \ \
| | * | | xfs: merge xfs_inum.h into xfs_format.hChristoph Hellwig2014-11-2813-71/+35
| | * | | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-2856-638/+579
| | * | | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-2879-358/+267
| | * | | xfs: move acl structures to xfs_format.hChristoph Hellwig2014-11-282-36/+36
| | * | | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-2836-277/+221
| | |/ /
| * | | Merge branch 'xfs-misc-fixes-for-3.19-1' into for-nextDave Chinner2014-11-287-48/+52
| |\ \ \ | | | |/ | | |/|
| | * | xfs: catch invalid negative blknos in _xfs_buf_find()Eric Sandeen2014-11-281-1/+1
| | * | xfs: allow lazy sb counter sync during filesystem freeze sequenceBrian Foster2014-11-283-10/+23
| | * | xfs: fix error handling in xfs_qm_log_quotaoff()Brian Foster2014-11-281-16/+10
| | * | xfs: replace on-stack xfs_trans_res with pointer in xfs_create()Brian Foster2014-11-281-9/+6
| | * | xfs: replace global xfslogd wq with per-mount wqBrian Foster2014-11-283-12/+12
| | |/
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-12-101-0/+1
|\ \ \ | |/ / |/| |
| * | xfs: Set allowed quota typesJan Kara2014-11-101-0/+1
| |/
* | xfs: track bulkstat progress by aginoDave Chinner2014-11-071-37/+34
* | xfs: bulkstat error handling is brokenDave Chinner2014-11-071-10/+19
* | xfs: bulkstat main loop logic is a messDave Chinner2014-11-071-32/+24
* | xfs: bulkstat chunk-formatter has issuesDave Chinner2014-11-071-34/+24
* | xfs: bulkstat chunk formatting cursor is brokenDave Chinner2014-11-072-47/+28
OpenPOWER on IntegriCloud