summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingJeff Layton
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-23Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-21xfs: don't allow bmap on rt filesDarrick J. Wong
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-06-20xfs: nowait aio supportGoldwyn Rodrigues
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown
2017-06-17Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe
2017-06-09block: switch bios to blk_status_tChristoph Hellwig
2017-06-08xfs: fix spurious spin_is_locked() assert failures on non-smp kernelsBrian Foster
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein
2017-06-05xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig
2017-06-05uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig
2017-06-05uuid: rename uuid typesChristoph Hellwig
2017-06-05xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig
2017-06-05xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein
2017-06-02Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-31xfs: use ->b_state to fix buffer I/O accounting release raceBrian Foster
2017-05-26Merge tag 'xfs-4.12-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-25xfs: Move handling of missing page into one place in xfs_find_get_desired_pgo...Jan Kara
2017-05-25xfs: Fix off-by-in in loop termination in xfs_find_get_desired_pgoff()Jan Kara
2017-05-25xfs: Fix missed holes in SEEK_HOLE implementationJan Kara
2017-05-25xfs: fix off-by-one on max nr_pages in xfs_find_get_desired_pgoff()Eryu Guan
2017-05-25xfs: fix unaligned access in xfs_btree_visit_blocksEric Sandeen
2017-05-19xfs: avoid mount-time deadlock in CoW extent recoveryDarrick J. Wong
2017-05-16xfs: only return detailed fsmap info if the caller has CAP_SYS_ADMINDarrick J. Wong
2017-05-16xfs: bad assertion for delalloc an extent that start at i_sizeZorro Lang
2017-05-16xfs: fix warnings about unused stack variablesDarrick J. Wong
2017-05-16xfs: BMAPX shouldn't barf on inline-format directoriesDarrick J. Wong
2017-05-16xfs: fix indlen accounting error on partial delalloc conversionBrian Foster
2017-05-13dax, xfs, ext4: compile out iomap-dax paths in the FS_DAX=n caseDan Williams
2017-05-12Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-08scripts/spelling.txt: add "intialise(d)" pattern and fix typo instancesMasahiro Yamada
2017-05-08mm, vmalloc: use __GFP_HIGHMEM implicitlyMichal Hocko
2017-05-08block, dax: move "select DAX" from BLOCK to FS_DAXDan Williams
2017-05-06Merge tag 'xfs-4.12-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-05-05Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-05-05xfs: fix use-after-free in xfs_finish_page_writebackEryu Guan
2017-05-03xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*Michal Hocko
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko