summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: detect agfl count corruption and reset agflBrian Foster2018-03-233-1/+103
* xfs: unwind the try_again loop in xfs_log_forceChristoph Hellwig2018-03-231-30/+42
* xfs: refactor xfs_log_force_lsnChristoph Hellwig2018-03-231-80/+62
* xfs: minor cleanup for xfs_reflink_end_cowChristoph Hellwig2018-03-151-9/+8
* xfs: minor cleanup for xfs_get_blocksChristoph Hellwig2018-03-151-7/+6
* xfs: remove xfs_zero_rangeChristoph Hellwig2018-03-154-53/+14
* xfs: assert that xfs_reflink_allocate_cow is called with XFS_ILOCK_EXCLChristoph Hellwig2018-03-151-1/+1
* xfs: don't use XFS_BMAPI_ENTRIRE in xfs_get_blocksChristoph Hellwig2018-03-151-2/+2
* xfs: fix the check for COW extents in xfs_swap_extentsChristoph Hellwig2018-03-151-2/+2
* xfs: refactor xfs_log_forceChristoph Hellwig2018-03-141-81/+63
* xfs: merge _xfs_log_force_lsn and xfs_log_force_lsnChristoph Hellwig2018-03-146-28/+9
* xfs: merge _xfs_log_force and xfs_log_forceChristoph Hellwig2018-03-144-29/+8
* xfs: remove the unused log_flushed variable in xfs_extent_busy_flushChristoph Hellwig2018-03-141-2/+2
* xfs: remove an outdated comment for xfs_inode_item_committingChristoph Hellwig2018-03-141-4/+0
* xfs: remove misleading comment text on xfs_inode_item_unlockChristoph Hellwig2018-03-141-3/+0
* xfs: account only rmapbt-used blocks against rmapbt perag resBrian Foster2018-03-115-12/+46
* xfs: rename agfl perag res type to rmapbtBrian Foster2018-03-114-34/+33
* xfs: account format bouncing into rmapbt swapext tx reservationBrian Foster2018-03-111-9/+20
* xfs: shutdown if block allocation overruns tx reservationBrian Foster2018-03-111-4/+8
* xfs: Rename xa_ elements to ail_Matthew Wilcox2018-03-1110-174/+175
* inode: don't memset the inode address space twiceDave Chinner2018-03-111-3/+8
* xfs: convert XFS_AGFL_SIZE to a helper functionDave Chinner2018-03-115-23/+31
* xfs: check for cow blocks before trying to clear themDarrick J. Wong2018-03-112-9/+5
* xfs: convert a few more directory asserts to corruptionDarrick J. Wong2018-03-112-3/+5
* xfs: don't iunlock the quota ip when quota blockDarrick J. Wong2018-03-111-2/+0
* xfs: Correctly invert xfs_buftarg LRU isolation logicVratislav Bendel2018-03-111-1/+1
* xfs: fix transaction allocation deadlock in IO pathDave Chinner2018-03-112-3/+4
* xfs: implement the lazytime mount optionChristoph Hellwig2018-03-113-1/+49
* fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_syncChristoph Hellwig2018-03-112-6/+1
* xfs: Remove dead code from inode recover functionNikolay Borisov2018-03-111-7/+0
* Cleanup old XFS_BTREE_* tracesCarlos Maiolino2018-03-117-164/+14
* xfs: remove unused m_dmevmask from xfs_mount structEric Sandeen2018-03-113-12/+0
* xfs: fall back to vmalloc when allocation log vector buffersDave Chinner2018-03-113-5/+11
* Linux 4.16-rc5v4.16-rc5Linus Torvalds2018-03-111-1/+1
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-03-1117-182/+291
|\
| * x86/kprobes: Fix kernel crash when probing .entry_trampoline codeFrancis Deslauriers2018-03-093-1/+12
| * x86/pti: Fix a comment typoSeunghun Han2018-03-081-1/+1
| * x86/microcode: Synchronize late microcode loadingAshok Raj2018-03-081-26/+92
| * x86/microcode: Request microcode on the BSPBorislav Petkov2018-03-081-6/+5
| * x86/microcode/intel: Look into the patch cache firstBorislav Petkov2018-03-081-6/+5
| * x86/microcode: Do not upload microcode if CPUs are offlineAshok Raj2018-03-081-0/+18
| * x86/microcode/intel: Writeback and invalidate caches before updating microcodeAshok Raj2018-03-081-0/+12
| * x86/microcode/intel: Check microcode revision before updating sibling threadsAshok Raj2018-03-081-3/+24
| * x86/microcode: Get rid of struct apply_microcode_ctxBorislav Petkov2018-03-081-11/+8
| * x86/spectre_v2: Don't check microcode versions when running under hypervisorsKonrad Rzeszutek Wilk2018-03-081-0/+7
| * x86/vsyscall/64: Drop "native" vsyscallsAndy Lutomirski2018-03-084-30/+10
| * x86/entry/64/compat: Save one instruction in entry_INT80_compat()Dominik Brodowski2018-03-071-3/+1
| * x86/entry: Do not special-case clone(2) in compat entryDominik Brodowski2018-03-074-13/+14
| * x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscallsDominik Brodowski2018-03-073-62/+76
| * x86/syscalls: Use proper syscall definition for sys_ioperm()Dominik Brodowski2018-03-071-1/+1