summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
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
2017-05-03xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFSMichal Hocko
2017-05-03xfs: reserve enough blocks to handle btree splits when remappingDarrick J. Wong
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-28xfs: wait on new inodes during quotaoff dquot releaseBrian Foster
2017-04-28xfs: update ag iterator to support wait on new inodesBrian Foster
2017-04-28xfs: support ability to wait on new inodesBrian Foster
2017-04-28xfs: publish UUID in struct super_blockAmir Goldstein
2017-04-27xfs: Allow user to kill fstrim processLukas Czerner
2017-04-25ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams
2017-04-25xfs: better log intent item refcount checkingDarrick J. Wong
2017-04-25xfs: fix up quotacheck buffer list error handlingBrian Foster
2017-04-25xfs: remove xfs_trans_ail_delete_bulkChristoph Hellwig
2017-04-25xfs: don't use bool values in trace buffersChristoph Hellwig
2017-04-25xfs: fix getfsmap userspace memory corruption while setting OF_LASTDarrick J. Wong
2017-04-25xfs: fix __user annotations for xfs_ioc_getfsmapChristoph Hellwig
2017-04-25xfs: corruption needs to respect endianess too!Christoph Hellwig
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_ioc_getfsmapChristoph Hellwig
2017-04-25xfs: use NULL instead of 0 to initialize a pointer in xfs_getfsmapChristoph Hellwig
2017-04-25xfs: simplify validation of the unwritten extent bitChristoph Hellwig
2017-04-25xfs: remove unused values from xfs_exntst_tChristoph Hellwig
2017-04-25xfs: remove the unused XFS_MAXLINK_1 defineChristoph Hellwig
2017-04-25xfs: more do_div cleanupsEric Sandeen
2017-04-25xfs: remove use of do_div with 32-bit dividend in quotaEric Sandeen
2017-04-25xfs: remove the trailing newline used in the fmt parameter of TP_printkHou Tao
2017-04-25xfs: prevent multi-fsb dir readahead from reading random blocksBrian Foster
2017-04-25xfs: handle array index overrun in xfs_dir2_leaf_readbuf()Eric Sandeen
2017-04-25xfs: remove bmap block allocation retriesChristoph Hellwig
2017-04-25xfs: remove xfs_bmap_remap_allocChristoph Hellwig
2017-04-25xfs: introduce xfs_bmapi_remapChristoph Hellwig
2017-04-25xfs: pass individual arguments to xfs_bmap_add_extent_hole_realChristoph Hellwig
2017-04-25xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig
2017-04-25xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig
2017-04-12xfs: drop iolock from reclaim context to appease lockdepBrian Foster
2017-04-12xfs: remove custom do_div implementationsEric Sandeen
2017-04-12xfs: simplify xfs_calc_dquots_per_chunkEric Sandeen
2017-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig
2017-04-06xfs: actually report xattr extents via iomapDarrick J. Wong
2017-04-06xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig
2017-04-03xfs: report realtime space information via the rtbitmapDarrick J. Wong