summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | xfs: fix compiler warningsDarrick J. Wong2017-09-025-8/+11
| * | | | fsmap: fix documentation of FMR_OF_LASTDarrick J. Wong2017-09-011-1/+1
| * | | | xfs: simplify the rmap code in xfs_bmse_mergeDarrick J. Wong2017-09-011-4/+3
| * | | | xfs: remove unused flags arg from xfs_file_iomap_begin_delayEric Sandeen2017-09-011-3/+1
| * | | | xfs: fix incorrect log_flushed on fsyncAmir Goldstein2017-09-011-7/+0
| * | | | xfs: disable per-inode DAX flagChristoph Hellwig2017-09-011-1/+2
| * | | | xfs: replace xfs_qm_get_rtblks with a direct call to xfs_bmap_count_leavesChristoph Hellwig2017-09-011-32/+12
| * | | | xfs: rewrite xfs_bmap_count_leaves using xfs_iext_get_extentChristoph Hellwig2017-09-012-11/+11
| * | | | xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_atChristoph Hellwig2017-09-011-16/+4
| * | | | xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-92/+88
| * | | | xfs: move some code around inside xfs_bmap_shift_extentsChristoph Hellwig2017-09-011-25/+29
| * | | | xfs: use xfs_iext_get_extent in xfs_bmap_first_unusedChristoph Hellwig2017-09-011-5/+7
| * | | | xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insertChristoph Hellwig2017-09-011-4/+7
| * | | | xfs: add a xfs_iext_update_extent helperChristoph Hellwig2017-09-013-6/+20
| * | | | xfs: consolidate the various page fault handlersChristoph Hellwig2017-09-012-65/+60
| * | | | iomap: return VM_FAULT_* codes from iomap_page_mkwriteChristoph Hellwig2017-09-012-3/+2
| * | | | xfs: relog dirty buffers during swapext bmbt owner changeBrian Foster2017-09-012-18/+65
| * | | | xfs: disallow marking previously dirty buffers as orderedBrian Foster2017-09-012-3/+6
| * | | | xfs: move bmbt owner change to last step of extent swapBrian Foster2017-09-011-18/+26
| * | | | xfs: skip bmbt block ino validation during owner changeBrian Foster2017-09-013-1/+4
| * | | | xfs: don't log dirty ranges for ordered buffersBrian Foster2017-09-013-18/+16
| * | | | xfs: refactor buffer logging into buffer dirtying helperBrian Foster2017-09-012-17/+33
| * | | | xfs: ordered buffer log items are never formattedBrian Foster2017-09-012-11/+2
| * | | | xfs: remove unnecessary dirty bli format check for ordered bufsBrian Foster2017-09-012-30/+33
| * | | | xfs: open-code xfs_buf_item_dirty()Brian Foster2017-09-013-13/+1
| * | | | xfs: remove the ip argument to xfs_defer_finishChristoph Hellwig2017-09-0115-116/+129
| * | | | xfs: rename xfs_defer_join to xfs_defer_ijoinChristoph Hellwig2017-09-013-4/+4
| * | | | xfs: refactor xfs_trans_rollChristoph Hellwig2017-09-019-56/+48
| * | | | xfs: check for race with xfs_reclaim_inode() in xfs_ifree_cluster()Omar Sandoval2017-09-012-10/+23
| * | | | xfs: evict all inodes involved with log redo itemDarrick J. Wong2017-09-014-1/+14
| * | | | xfs: stop searching for free slots in an inode chunk when there are noneCarlos Maiolino2017-08-221-28/+27
| * | | | xfs: add log recovery tracepoint for head/tailBrian Foster2017-08-222-0/+20
| * | | | xfs: handle -EFSCORRUPTED during head/tail verificationBrian Foster2017-08-221-4/+3
| * | | | xfs: add log item pinning error injection tagBrian Foster2017-08-223-2/+22
| * | | | xfs: fix log recovery corruption error due to tail overwriteBrian Foster2017-08-221-31/+77
| * | | | xfs: always verify the log tail during recoveryBrian Foster2017-08-221-23/+3
| * | | | xfs: fix recovery failure when log record header wraps log endBrian Foster2017-08-221-4/+14
| * | | | xfs: Properly retry failed inode items in case of error during buffer writebackCarlos Maiolino2017-08-226-5/+108
| * | | | xfs: Add infrastructure needed for error propagation during buffer IO failureCarlos Maiolino2017-08-222-3/+36
| * | | | xfs: toggle readonly state around xfs_log_mount_finishEric Sandeen2017-08-221-0/+7
| * | | | xfs: write unmount record for ro mountsEric Sandeen2017-08-221-2/+5
* | | | | Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-0620-110/+321
|\ \ \ \ \
| * | | | | gfs2: preserve i_mode if __gfs2_set_acl() failsErnesto A. Fernández2017-08-311-5/+8
| * | | | | gfs2: don't return ENODATA in __gfs2_xattr_set unless replacingErnesto A. Fernández2017-08-311-2/+6
| * | | | | GFS2: Fix non-recursive truncate bugBob Peterson2017-08-301-3/+16
| * | | | | gfs2: constify rhashtable_paramsArvind Yadav2017-08-301-1/+1
| * | | | | GFS2: Fix gl_object warningsAndreas Gruenbacher2017-08-301-1/+1
| * | | | | GFS2: Fix up some sparse warningsBob Peterson2017-08-264-6/+9
| * | | | | gfs2: Silence gcc format-truncation warningAndreas Gruenbacher2017-08-252-4/+4
| * | | | | GFS2: Withdraw for IO errors writing to the journal or statfsBob Peterson2017-08-255-5/+21