summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-05-271-4/+5
|\
| * switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-4/+5
* | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-263-22/+12
|\ \
| * | dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-181-11/+4
| * | xfs: Add alignment check for DAX mountToshi Kani2016-05-171-7/+5
| * | dax: Remove complete_unwritten argumentJan Kara2016-05-161-4/+3
* | | Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-05-2648-1134/+1293
|\ \ \ | |_|/ |/| |
| * | Merge branch 'xfs-4.7-inode-reclaim' into for-nextDave Chinner2016-05-204-199/+250
| |\ \
| | * | xfs: move reclaim tagging functionsDave Chinner2016-05-181-118/+116
| | * | xfs: simplify inode reclaim tagging interfacesDave Chinner2016-05-181-48/+50
| | * | xfs: rename variables in xfs_iflush_cluster for clarityDave Chinner2016-05-181-37/+37
| | * | xfs: xfs_iflush_cluster has range issuesDave Chinner2016-05-181-2/+11
| | * | xfs: mark reclaimed inodes invalid earlierDave Chinner2016-05-182-12/+47
| | * | xfs: xfs_inode_free() isn't RCU safeDave Chinner2016-05-181-7/+7
| | * | xfs: optimise xfs_iext_destroyAlex Lyakas2016-05-181-8/+19
| | * | xfs: skip stale inodes in xfs_iflush_clusterDave Chinner2016-05-181-0/+1
| | * | xfs: fix inode validity check in xfs_iflush_clusterDave Chinner2016-05-181-4/+4
| | * | xfs: xfs_iflush_cluster fails to abort on errorDave Chinner2016-05-181-4/+13
| | * | xfs: remove xfs_fs_evict_inode()Dave Chinner2016-05-181-21/+7
| * | | Merge branch 'xfs-4.7-error-cfg' into for-nextDave Chinner2016-05-208-54/+450
| |\ \ \
| | * | | xfs: add "fail at unmount" error handling configurationCarlos Maiolino2016-05-184-0/+64
| | * | | xfs: add configuration handlers for specific errorsCarlos Maiolino2016-05-182-1/+24
| | * | | xfs: add configuration of error failure speedCarlos Maiolino2016-05-184-7/+111
| | * | | xfs: introduce table-based init for error behaviorsCarlos Maiolino2016-05-181-12/+60
| | * | | xfs: add configurable error support to metadata buffersCarlos Maiolino2016-05-185-46/+88
| | * | | xfs: introduce metadata IO error classCarlos Maiolino2016-05-182-0/+37
| | * | | xfs: configurable error behavior via sysfsCarlos Maiolino2016-05-184-2/+84
| | * | | xfs: buffer ->bi_end_io function requires irq-safe lockBrian Foster2016-05-181-8/+4
| | |/ /
| * | | Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner2016-05-2010-29/+32
| |\ \ \
| | * | | xfs: mute some sparse warningsEryu Guan2016-04-063-2/+4
| | * | | xfs: improve kmem_reallocChristoph Hellwig2016-04-065-21/+20
| | * | | xfs: Add caller function output to xfs_log_force tracepointCarlos Maiolino2016-04-062-6/+8
| | |/ /
| * | | Merge branch 'xfs-4.7-cleanup-attr-listent' into for-nextDave Chinner2016-05-203-67/+39
| |\ \ \
| | * | | xfs: collapse cases in xfs_attr3_leaf_list_intEric Sandeen2016-04-061-17/+17
| | * | | xfs: remove put_value from attr ->put_listent contextEric Sandeen2016-04-062-29/+3
| | * | | xfs: don't pass value into attr ->put_listentEric Sandeen2016-04-063-15/+8
| | * | | xfs: only return -errno or success from attr ->put_listentEric Sandeen2016-04-063-9/+14
| | |/ /
| * | | Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner2016-05-209-84/+125
| |\ \ \
| | * | | xfs: optimize inline symlinksChristoph Hellwig2016-04-064-15/+49
| | * | | xfs: use ->readlink to implement the readlink_by_handle ioctlChristoph Hellwig2016-04-061-16/+2
| | * | | xfs: set up inode operation vectors laterChristoph Hellwig2016-04-063-23/+42
| | * | | xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig2016-04-064-34/+36
| | |/ /
| * | | Merge branch 'xfs-4.7-trans-type-cleanup' into for-nextDave Chinner2016-05-2028-508/+200
| |\ \ \
| | * | | xfs: remove transaction typesChristoph Hellwig2016-04-068-162/+10
| | * | | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-0622-347/+191
| | |/ /
| * | | Merge branch 'xfs-4.7-writeback-bio' into for-nextDave Chinner2016-05-203-191/+184
| |\ \ \
| | * | | xfs: fix warning in xfs_finish_page_writeback for non-debug buildsChristoph Hellwig2016-05-201-3/+2
| | * | | xfs: optimize bio handling in the buffer writeback pathChristoph Hellwig2016-04-063-165/+123
| | * | | xfs: don't release bios on completion immediatelyDave Chinner2016-04-062-29/+71
| | * | | xfs: build bios directly in xfs_add_to_ioendDave Chinner2016-04-062-38/+32
| | |/ /
OpenPOWER on IntegriCloud