summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-01-053-19/+33
|\
| * xfs: fix s_maxbytes overflow problemsDarrick J. Wong2018-01-022-3/+3
| * xfs: quota: check result of register_shrinker()Aliaksei Karaliou2018-01-021-16/+29
| * xfs: quota: fix missed destroy of qi_tree_lockAliaksei Karaliou2018-01-021-0/+1
* | Merge tag 'xfs-4.15-fixes-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-12-2219-97/+258
|\|
| * xfs: only skip rmap owner checks for unknown-owner rmap removalDarrick J. Wong2017-12-211-24/+52
| * xfs: always honor OWN_UNKNOWN rmap removal requestsDarrick J. Wong2017-12-215-4/+48
| * xfs: queue deferred rmap ops for cow staging extent alloc/free in the right o...Darrick J. Wong2017-12-211-33/+19Star
| * xfs: set cowblocks tag for direct cow writes tooDarrick J. Wong2017-12-211-0/+2
| * xfs: remove leftover CoW reservations when remounting roDarrick J. Wong2017-12-213-1/+11
| * xfs: don't be so eager to clear the cowblocks tag on truncateDarrick J. Wong2017-12-211-9/+19
| * xfs: track cowblocks separately in i_flagsDarrick J. Wong2017-12-212-9/+25
| * xfs: allow CoW remap transactions to use reserve blocksDarrick J. Wong2017-12-141-1/+1
| * xfs: avoid infinite loop when cancelling CoW blocks after writeback failureDarrick J. Wong2017-12-141-0/+3
| * xfs: relax is_reflink_inode assert in xfs_reflink_find_cow_mappingDarrick J. Wong2017-12-141-1/+2
| * xfs: remove dest file's post-eof preallocations before reflinkingDarrick J. Wong2017-12-141-0/+11
| * xfs: move xfs_iext_insert tracepoint to report useful informationDarrick J. Wong2017-12-141-2/+2
| * xfs: account for null transactions in bunmapiDarrick J. Wong2017-12-141-1/+1
| * xfs: hold xfs_buf locked between shortform->leaf conversion and the addition ...Darrick J. Wong2017-12-143-9/+23
| * xfs: add the ability to join a held buffer to a defer_opsDarrick J. Wong2017-12-142-4/+40
* | Merge tag 'xfs-4.15-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-12-1411-57/+15Star
|\|
| * xfs: make iomap_begin functions trim iomaps consistentlyDarrick J. Wong2017-12-091-1/+1
| * xfs: remove "no-allocation" reservations for file creationsChristoph Hellwig2017-12-096-51/+14Star
| * fs: xfs: remove duplicate includesPravin Shedge2017-12-094-5/+0Star
* | Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-12-0213-61/+190
|\|
| * xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2017-11-302-5/+49
| * xfs: scrub inode mode properlyDarrick J. Wong2017-11-301-1/+13
| * xfs: remove unused parameter from xfs_writepage_mapDarrick J. Wong2017-11-301-3/+3
| * xfs: ubsan fixesDarrick J. Wong2017-11-301-3/+3
| * xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen2017-11-281-1/+1
| * xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen2017-11-281-1/+1
| * xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen2017-11-281-2/+4
| * xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko2017-11-281-5/+10
| * xfs: log recovery should replay deferred ops in orderDarrick J. Wong2017-11-275-40/+85
| * xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong2017-11-271-0/+21
* | Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-273-8/+8
|/
* Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-11-233-7/+13
|\
| * xfs: abstract out dev_t conversionsChristoph Hellwig2017-11-212-6/+12
| * xfs: fix memory leak in xfs_iext_free_last_leafShu Wang2017-11-211-1/+1
* | Merge tag 'xfs-4.15-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-11-173-3/+4
|\|
| * xfs: fix type usageDarrick J. Wong2017-11-162-3/+3
| * xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong2017-11-161-0/+1
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-11-173-28/+23Star
|\ \
| * | fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax coreDan Williams2017-11-141-2/+2
| * | xfs: support for synchronous DAX faultsChristoph Hellwig2017-11-032-1/+19
| * | xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault()Jan Kara2017-11-032-27/+4Star
| * | dax: Allow dax_iomap_fault() to return pfnJan Kara2017-11-031-2/+2
* | | slab, slub, slob: add slab_flags_tAlexey Dobriyan2017-11-161-1/+1
| |/ |/|
* | Merge tag 'xfs-4.15-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2017-11-1487-4011/+10972
|\ \
| * | xfs: on failed mount, force-reclaim inodes after unmounting quota controlsDarrick J. Wong2017-11-101-2/+13