aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 5-12/+61
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidGravatar Linus Torvalds 7-117/+16
2017-06-27xfs: add support for passing in write hints for buffered writesGravatar Jens Axboe 1-0/+2
2017-06-23Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-2/+5
2017-06-21xfs: don't allow bmap on rt filesGravatar Darrick J. Wong 1-2/+5
2017-06-20xfs: nowait aio supportGravatar Goldwyn Rodrigues 2-6/+48
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()Gravatar NeilBrown 1-1/+2
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-4/+3
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Gravatar Christoph Hellwig 7-117/+16
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 2-15/+28
2017-06-09block: switch bios to blk_status_tGravatar Christoph Hellwig 2-5/+9
2017-06-08xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsGravatar Brian Foster 2-4/+3
2017-06-05fs: switch ->s_uuid to uuid_tGravatar Christoph Hellwig 1-2/+1
2017-06-05xfs: use the common helper uuid_is_null()Gravatar Amir Goldstein 6-65/+8
2017-06-05xfs: remove uuid_getnodeuniq and xfs_uu_tGravatar Christoph Hellwig 3-27/+4
2017-06-05uuid: hoist helpers uuid_equal() and uuid_copy() from xfsGravatar Christoph Hellwig 2-13/+0
2017-06-05uuid: rename uuid typesGravatar Christoph Hellwig 1-2/+0
2017-06-05xfs: use uuid_be to implement the uuid_t typeGravatar Christoph Hellwig 2-4/+3
2017-06-05xfs: use uuid_copy() helper to abstract uuid_tGravatar Amir Goldstein 1-6/+2
2017-06-02Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 2-15/+28
2017-05-31xfs: use ->b_state to fix buffer I/O accounting release raceGravatar Brian Foster 2-15/+28
2017-05-26Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 6-74/+66
2017-05-25xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Gravatar Jan Kara 1-30/+8
2017-05-25xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Gravatar Jan Kara 1-1/+1
2017-05-25xfs: Fix missed holes in SEEK_HOLE implementationGravatar Jan Kara 1-20/+9
2017-05-25xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Gravatar Eryu Guan 1-1/+1
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksGravatar Eric Sandeen 1-1/+1
2017-05-19xfs: avoid mount-time deadlock in CoW extent recoveryGravatar Darrick J. Wong 1-12/+31
2017-05-16xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINGravatar Darrick J. Wong 1-1/+4
2017-05-16xfs: bad assertion for delalloc an extent that start at i_sizeGravatar Zorro Lang 1-1/+1
2017-05-16xfs: fix warnings about unused stack variablesGravatar Darrick J. Wong 1-2/+0
2017-05-16xfs: BMAPX shouldn't barf on inline-format directoriesGravatar Darrick J. Wong 1-2/+6
2017-05-16xfs: fix indlen accounting error on partial delalloc conversionGravatar Brian Foster 1-3/+4
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseGravatar Dan Williams 1-2/+2
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesGravatar Masahiro Yamada 1-1/+1
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyGravatar Michal Hocko 1-1/+1
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXGravatar Dan Williams 1-0/+1
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 54-667/+2047
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+10
2017-05-05xfs: fix use-after-free in xfs_finish_page_writebackGravatar Eryu Guan 1-2/+2
2017-05-03xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Gravatar Michal Hocko 2-10/+10
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIGravatar Michal Hocko 1-1/+1
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSGravatar Michal Hocko 5-13/+13
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingGravatar Darrick J. Wong 3-9/+37
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-04-28xfs: wait on new inodes during quotaoff dquot releaseGravatar Brian Foster 1-1/+2
2017-04-28xfs: update ag iterator to support wait on new inodesGravatar Brian Foster 2-8/+53
2017-04-28xfs: support ability to wait on new inodesGravatar Brian Foster 2-2/+7
2017-04-28xfs: publish UUID in struct super_blockGravatar Amir Goldstein 1-0/+4