summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
Commit message (Expand)AuthorAgeFilesLines
* Use list_head infra-structure for buffer's log items listCarlos Maiolino2018-01-291-0/+1
* Split buffer's b_fspriv fieldCarlos Maiolino2018-01-291-4/+4
* xfs: use %px for data pointers when debuggingDarrick J. Wong2018-01-121-2/+2
* xfs: change 0x%p -> %p in print messagesDarrick J. Wong2018-01-121-2/+2
* xfs: print transaction log reservation on overrunBrian Foster2018-01-081-1/+3
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* xfs: mark xlog_verify_dest_ptr STATICChristoph Hellwig2017-11-061-1/+1
* xfs: move error injection tags into their own fileDarrick J. Wong2017-11-011-0/+1
* xfs: validate sb_logsunit is a multiple of the fs blocksizeDarrick J. Wong2017-10-261-1/+13
* xfs: drain the buffer LRU on mountBrian Foster2017-10-261-0/+16
* xfs: Fix bool initialization/comparisonThomas Meyer2017-10-111-1/+1
* xfs: fix incorrect log_flushed on fsyncAmir Goldstein2017-09-011-7/+0
* xfs: evict all inodes involved with log redo itemDarrick J. Wong2017-09-011-0/+12
* 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
* xfs: clear MS_ACTIVE after finishing log recoveryDarrick J. Wong2017-08-171-0/+11
* xfs: fix semicolon.cocci warningskbuild test robot2017-06-271-1/+1
* xfs: replace log_badcrc_factor knob with error injection tagBrian Foster2017-06-271-4/+1
* xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong2017-06-271-2/+1
* xfs: remove double-underscore integer typesDarrick J. Wong2017-06-191-10/+10
* xfs: dump transaction usage details on log reservation overrunBrian Foster2017-06-191-0/+49
* xfs: separate shutdown from ticket reservation print helperBrian Foster2017-06-191-6/+6
* xfs: corruption needs to respect endianess too!Christoph Hellwig2017-04-251-1/+1
* xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster2017-04-031-1/+1
* xfs: don't print warnings when xfs_log_force failsChristoph Hellwig2017-01-091-10/+2
* Merge branch 'xfs-4.10-misc-fixes-4' into for-nextDave Chinner2016-12-091-23/+16
|\
| * xfs: Always flush caches when integrity is requiredDave Chinner2016-12-091-23/+16
* | xfs: optimise CRC updatesDave Chinner2016-12-051-1/+1
|/
* Merge branch 'xfs-4.8-buf-fixes' into for-nextDave Chinner2016-07-201-2/+3
|\
| * xfs: exclude never-released buffers from buftarg I/O accountingBrian Foster2016-07-201-2/+3
* | xfs: make several functions staticEric Sandeen2016-06-011-4/+4
|/
* Merge branch 'xfs-4.7-misc-fixes' into for-nextDave Chinner2016-05-201-2/+2
|\
| * xfs: Add caller function output to xfs_log_force tracepointCarlos Maiolino2016-04-061-2/+2
* | xfs: remove transaction typesChristoph Hellwig2016-04-061-56/+2
|/
* xfs: use named array initializers for log item dumpingDarrick J. Wong2016-03-071-64/+68
* xfs: remove XFS_BUF_ZEROFLAGS macroDave Chinner2016-02-101-2/+2
* xfs: remove XBF_WRITE flag wrapper macrosDave Chinner2016-02-101-5/+3
* xfs: remove XBF_ASYNC flag wrapper macrosDave Chinner2016-02-101-5/+3
* xfs: remove XBF_DONE flag wrapper macrosDave Chinner2016-02-101-2/+2
* Merge branch 'xfs-misc-fixes-for-4.5' into for-nextDave Chinner2016-01-051-2/+4
|\
| * xfs: fix log ticket type printingDarrick J. Wong2016-01-041-2/+4
* | xfs: debug mode log record crc error injectionBrian Foster2016-01-051-7/+38
|/
* Merge branch 'xfs-logging-fixes' into for-nextDave Chinner2015-10-121-6/+65
|\
| * xfs: avoid null *src in memcpy call in xlog_writeEric Sandeen2015-10-121-4/+13
| * xfs: validate metadata LSNs against log on v5 superblocksBrian Foster2015-10-121-2/+52
* | xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-11/+11
|/
* Merge branch 'xfs-efi-rework' into for-nextDave Chinner2015-08-191-7/+30
|\
| * xfs: checksum log record ext headers based on record sizeBrian Foster2015-08-191-1/+6
| * xfs: don't leave EFIs on AIL on mount failureBrian Foster2015-08-191-6/+24
* | xfs: Use consistent logging message prefixesJoe Perches2015-07-291-25/+25
|/
OpenPOWER on IntegriCloud