summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-02-24mm: replace FAULT_FLAG_SIZE with parameter to huge_faultDave Jiang
2017-02-24mm,fs,dax: change ->pmd_fault to ->huge_faultDave Jiang
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-02-22mm, dax: change pmd_fault() to take only vmf parameterDave Jiang
2017-02-22mm, dax: make pmd_fault() and friends be the same as fault()Dave Jiang
2017-02-17xfs: remove XFS_ALLOCTYPE_ANY_AG and XFS_ALLOCTYPE_START_AGChristoph Hellwig
2017-02-17xfs: simplify xfs_rtallocate_extentChristoph Hellwig
2017-02-17Merge branch 'for-4.11/next' into for-4.11/linus-mergeJens Axboe
2017-02-16xfs: tune down agno asserts in the bmap codeChristoph Hellwig
2017-02-16xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignmentChandan Rajendra
2017-02-16xfs: don't reserve blocks for right shift transactionsBrian Foster
2017-02-16xfs: fix len comparison in xfs_extent_busy_trimArnd Bergmann
2017-02-16xfs: fix uninitialized variable in _reflink_convert_cowDarrick J. Wong
2017-02-16xfs: split indlen reservations fairly when under reservedBrian Foster
2017-02-16xfs: handle indlen shortage on delalloc extent mergeBrian Foster
2017-02-16xfs: resurrect debug mode drop buffered writes mechanismBrian Foster
2017-02-16xfs: clear delalloc and cache on buffered write failureBrian Foster
2017-02-09xfs: don't block the log commit handler for discardsChristoph Hellwig
2017-02-09xfs: improve busy extent sortingChristoph Hellwig
2017-02-09xfs: improve handling of busy extents in the low-level allocatorChristoph Hellwig
2017-02-09xfs: don't fail xfs_extent_busy allocationChristoph Hellwig
2017-02-09xfs: correct null checks and error processing in xfs_initialize_peragBill O'Donnell
2017-02-09xfs: update ctime and mtime on clone destinatation inodesChristoph Hellwig
2017-02-06xfs: allocate direct I/O COW blocks in iomap_beginChristoph Hellwig
2017-02-06xfs: go straight to real allocations for direct I/O COW writesChristoph Hellwig
2017-02-06xfs: return the converted extent in __xfs_reflink_convert_cowChristoph Hellwig
2017-02-06xfs: introduce xfs_aligned_fsb_countChristoph Hellwig
2017-02-06xfs: reject all unaligned direct writes to reflinked filesChristoph Hellwig
2017-02-03xfs: reset b_first_retry_time when clear the retry status of xfs_buf_tHou Tao
2017-02-02xfs: mark speculative prealloc CoW fork extents unwrittenDarrick J. Wong
2017-02-02xfs: allow unwritten extents in the CoW forkDarrick J. Wong
2017-02-02xfs: verify free block header fieldsDarrick J. Wong
2017-02-02xfs: check for obviously bad level values in the bmbt rootDarrick J. Wong
2017-02-02xfs: filter out obviously bad btree pointersDarrick J. Wong
2017-02-02xfs: fail _dir_open when readahead failsDarrick J. Wong
2017-02-02xfs: fix toctou race when locking an inode to access the data mapDarrick J. Wong
2017-02-02block: Get rid of blk_get_backing_dev_info()Jan Kara
2017-01-30xfs: remove unused full argument from bmapEric Sandeen
2017-01-30xfs: fix eofblocks race with file extending async dio writesBrian Foster
2017-01-30xfs: sync eofblocks scans under iolock are livelock proneBrian Foster
2017-01-30xfs: pull up iolock from xfs_free_eofblocks()Brian Foster
2017-01-30xfs: remove unused struct declarationsEric Sandeen
2017-01-30iomap: constify struct iomap_opsChristoph Hellwig
2017-01-30xfs: remove boilerplate around xfs_btree_init_blockEric Sandeen
2017-01-30xfs: make xfs_btree_magic more genericEric Sandeen
2017-01-30xfs: glean crc status from mp not flags in xfs_btree_init_block_intEric Sandeen
2017-01-27xfs: prevent quotacheck from overloading inode lruBrian Foster
2017-01-26xfs: fix bmv_count confusion w/ shared extentsDarrick J. Wong