summaryrefslogtreecommitdiffstats
path: root/README (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-05xfs: introduce xfs_btree_debug_check_ptrDarrick J. Wong1-47/+29
2018-06-05xfs: check directory bestfree information in the verifierDarrick J. Wong1-35/+68
2018-06-04xfs: don't return garbage buffers in xfs_da3_node_readDarrick J. Wong1-3/+5
2018-06-04xfs: don't ASSERT on short form btree root pointer of zeroDarrick J. Wong3-3/+0
2018-06-04xfs: btree lookup shouldn't ASSERT on empty btree nodesDarrick J. Wong1-1/+6
2018-06-04xfs: xfs_alloc_get_rec should return EFSCORRUPTED for obvious bnobt corruptionDarrick J. Wong1-4/+8
2018-06-04xfs: remove redundant ASSERT on insufficient bestfree length in _leaf_addnameDarrick J. Wong1-1/+0
2018-06-04xfs: don't assert when reporting on-disk corruption while loading btreeDarrick J. Wong1-1/+0
2018-06-04xfs: don't forbid setting dax flag on directories if device doesn't daxDarrick J. Wong1-2/+7
2018-06-04xfs: verify AGI unlinked list contains valid blocksDave Chinner1-15/+8
2018-06-02fs: use ->is_partially_uptodate in page_cache_seek_hole_dataChristoph Hellwig1-43/+40
2018-06-02fs: remove the buffer_unwritten check in page_seek_hole_dataChristoph Hellwig1-9/+4
2018-06-02fs: move page_cache_seek_hole_data to iomap.cChristoph Hellwig3-116/+116
2018-06-02xfs: use iomap_bmapChristoph Hellwig1-6/+3
2018-06-02iomap: add an iomap-based bmap implementationChristoph Hellwig2-0/+37
2018-06-02iomap: add a iomap_sector helperChristoph Hellwig1-9/+10
2018-06-02iomap: use __bio_add_page in iomap_dio_zeroChristoph Hellwig1-2/+1
2018-06-02iomap: move IOMAP_F_BOUNDARY to gfs2Christoph Hellwig2-5/+12
2018-06-02iomap: fix the comment describing IOMAP_NOWAITChristoph Hellwig1-1/+1
2018-06-02iomap: inline data should be an iomap type, not a flagChristoph Hellwig4-14/+16
2018-06-02mm: split ->readpages calls to avoid non-contiguous pages listsChristoph Hellwig1-3/+13
2018-06-02mm: return an unsigned int from __do_page_cache_readaheadChristoph Hellwig2-11/+6
2018-06-02mm: give the 'ret' variable a better name __do_page_cache_readaheadChristoph Hellwig1-5/+5
2018-06-02block: add a lower-level bio_add_page interfaceChristoph Hellwig2-33/+72
2018-06-01xfs: fix error handling in xfs_refcount_insert()Dave Chinner1-0/+3
2018-06-01xfs: fix xfs_rtalloc_rec unitsDarrick J. Wong4-26/+46
2018-06-01xfs: strengthen rtalloc query range checksDarrick J. Wong1-2/+5
2018-06-01xfs: xfs_rtbuf_get should check the bmapi_read resultsDarrick J. Wong1-0/+3
2018-06-01xfs: xfs_rtword_t should be unsigned, not signedDarrick J. Wong1-1/+1
2018-05-31dax: change bdev_dax_supported() to support boolean returnsDave Jiang6-24/+22
2018-05-31fs: allow per-device dax status checking for filesystemsDarrick J. Wong7-27/+55
2018-05-30xfs: repair superblocksDarrick J. Wong6-1/+99
2018-05-30xfs: add helpers to attach quotas to inodesDarrick J. Wong3-0/+79
2018-05-30xfs: recover AG btree roots from rmap dataDarrick J. Wong2-0/+210
2018-05-30xfs: add helpers to dispose of old btree blocks after a repairDarrick J. Wong2-0/+257
2018-05-30xfs: add helpers to collect and sift btree block pointers during repairDarrick J. Wong2-0/+245
2018-05-30xfs: add helpers to allocate and initialize fresh btree rootsDarrick J. Wong2-0/+86
2018-05-30xfs: add helpers to deal with transaction allocation and rollingDarrick J. Wong6-7/+194
2018-05-30xfs: grab the per-ag structure whenever relevantDarrick J. Wong3-0/+19
2018-05-29fs: xfs: Change return type to vm_fault_tSouptick Joarder1-6/+6
2018-05-29xfs: fix inobt magic number checkDarrick J. Wong1-1/+1
2018-05-29fs: clear writeback errors in inode_init_alwaysDarrick J. Wong1-0/+1
2018-05-17iomap: don't allow holes in swapfilesOmar Sandoval1-5/+0
2018-05-16iomap: provide more useful errors for invalid swap filesOmar Sandoval1-16/+24
2018-05-16xfs: implement online get/set fs labelEric Sandeen4-2/+122
2018-05-16fs: copy BTRFS_IOC_[SG]ET_FSLABEL to vfsEric Sandeen2-3/+8
2018-05-16xfs: factor the ag length extension code into libxfsDave Chinner3-57/+68
2018-05-16xfs: move growfs core to libxfsDave Chinner6-475/+516
2018-05-16xfs: rework secondary superblock updates in growfsDave Chinner1-37/+65
2018-05-16xfs: separate secondary sb update in growfsDave Chinner1-67/+92