aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: Handle MADV_WILLNEED through vfs_fadvise()Jan Kara2019-08-301-6/+16
* xfs: allocate xattr buffer on demandDave Chinner2019-08-307-19/+55
* xfs: consolidate attribute value copyingDave Chinner2019-08-301-39/+49
* xfs: move remote attr retrieval into xfs_attr3_leaf_getvalueDave Chinner2019-08-302-16/+2
* xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalueDave Chinner2019-08-301-16/+17
* xfs: make attr lookup returns consistentDave Chinner2019-08-304-26/+48
* xfs: reverse search directory freespace indexesDave Chinner2019-08-301-8/+5
* xfs: speed up directory bestfree block scanningDave Chinner2019-08-301-63/+34
* xfs: factor free block index lookup from xfs_dir2_node_addname_int()Dave Chinner2019-08-301-92/+102
* xfs: factor data block addition from xfs_dir2_node_addname_int()Dave Chinner2019-08-301-166/+158
* xfs: move xfs_dir2_addname()Dave Chinner2019-08-301-71/+69
* xfs: remove all *_ITER_CONTINUE valuesDarrick J. Wong2019-08-305-14/+8
* xfs: remove all *_ITER_ABORT valuesDarrick J. Wong2019-08-2915-44/+54
* xfs: log proper length of btree block in scrub/repairEric Sandeen2019-08-281-1/+1
* xfs: reinitialize rm_flags when unpacking an offset into an rmap irecDarrick J. Wong2019-08-282-1/+1
* xfs: remove unnecessary int returns from deferred bmap functionsDarrick J. Wong2019-08-285-29/+15
* xfs: remove unnecessary int returns from deferred refcount functionsDarrick J. Wong2019-08-285-61/+36
* xfs: remove unnecessary int returns from deferred rmap functionsDarrick J. Wong2019-08-284-52/+36
* xfs: remove unnecessary parameter from xfs_iext_inc_seqDarrick J. Wong2019-08-281-4/+4
* xfs: fix sign handling problem in xfs_bmbt_diff_two_keysDarrick J. Wong2019-08-281-2/+14
* xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keysDarrick J. Wong2019-08-281-1/+4
* xfs: fix maxicount division by zero errorDarrick J. Wong2019-08-281-2/+7
* xfs: bmap scrub should only scrub records onceDarrick J. Wong2019-08-261-31/+46
* xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin2019-08-261-2/+0
* xfs: add kmem_alloc_io()Dave Chinner2019-08-266-22/+60
* xfs: get allocation alignment from the buftargDave Chinner2019-08-261-0/+6
* xfs: add kmem allocation trace pointsDave Chinner2019-08-264-9/+50
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-2646-109/+102
* Linux 5.3-rc6v5.3-rc6Linus Torvalds2019-08-251-1/+1
* Merge tag 'auxdisplay-for-linus-v5.3-rc7' of git://github.com/ojeda/linuxLinus Torvalds2019-08-251-2/+2
|\
| * auxdisplay: ht16k33: Make ht16k33_fb_fix and ht16k33_fb_var constantNishka Dasgupta2019-08-201-2/+2
* | Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-253-12/+20
|\ \
| * | um: fix time travel modeJohannes Berg2019-08-233-12/+20
| |/
* | Merge tag 'for-linus-5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-08-254-8/+5
|\ \
| * | ubifs: Limit the number of pages in shrink_liabilityLiu Song2019-08-221-1/+1
| * | ubifs: Correctly initialize c->min_log_bytesRichard Weinberger2019-08-221-0/+4
| * | ubifs: Fix double unlock around orphan_delete()Richard Weinberger2019-08-221-2/+0
| * | jffs2: Remove C++ style comments from uapi headerMasahiro Yamada2019-08-221-5/+0
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-259-33/+227
|\ \
| * | x86/retpoline: Don't clobber RFLAGS during CALL_NOSPEC on i386Sean Christopherson2019-08-231-1/+1
| * | x86/boot: Fix boot regression caused by bootparam sanitizingJohn Hubbard2019-08-211-1/+1
| * | x86/CPU/AMD: Clear RDRAND CPUID bit on AMD family 15h/16hTom Lendacky2019-08-194-13/+147
| * | x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov2019-08-191-3/+10
| * | x86/apic: Handle missing global clockevent gracefullyThomas Gleixner2019-08-191-15/+53
| * | x86/cpu: Explain Intel model naming conventionTony Luck2019-08-171-0/+15
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-08-253-9/+23
|\ \ \
| * | | timekeeping/vsyscall: Prevent math overflow in BOOTTIME updateThomas Gleixner2019-08-233-9/+23
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-08-251-1/+4
|\ \ \ \
| * | | | sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior2019-08-191-1/+4
| | |_|/ | |/| |
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-08-252-5/+5
|\ \ \ \