summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jbd2: fix invalid descriptor block checksumluojiajun2019-03-011-2/+4
* ext4: fix bigalloc cluster freeing when hole punching under loadEric Whitney2019-02-281-7/+10
* ext4: add sysfs attr /sys/fs/ext4/<disk>/journal_taskKonstantin Khlebnikov2019-02-212-0/+20
* ext4: Change debugging support help prefix from EXT4 to Ext4Geert Uytterhoeven2019-02-211-1/+1
* ext4: fix compile error when using BUFFER_TRACEzhangyi (F)2019-02-211-1/+1
* jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-02-211-8/+8
* ext4: fix some error pointer dereferencesDan Carpenter2019-02-211-0/+3
* ext4: annotate more implicit fall throughsMathieu Malaterre2019-02-211-0/+6
* ext4: annotate implicit fall throughsMathieu Malaterre2019-02-211-0/+2
* ext4: don't update s_rev_level if not requiredAndreas Dilger2019-02-143-3/+5
* jbd2: fold jbd2_superblock_csum_{verify,set} into their callersTheodore Ts'o2019-02-141-25/+11
* jbd2: fix race when writing superblockTheodore Ts'o2019-02-141-25/+27
* ext4: fix crash during online resizingJan Kara2019-02-111-1/+2
* ext4: disallow files with EXT4_JOURNAL_DATA_FL from EXT4_IOC_SWAP_BOOTTheodore Ts'o2019-02-111-0/+1
* ext4: add mask of ext4 flags to swapyangerkun2019-02-112-1/+8
* ext4: update quota information while swapping boot loader inodeyangerkun2019-02-111-13/+43
* ext4: cleanup pagecache before swap i_datayangerkun2019-02-111-4/+12
* ext4: fix check of inode in swap_inode_boot_loaderyangerkun2019-02-111-9/+13
* ext4: unlock unused_pages timely when doing writebackXiaoguang Wang2019-02-101-4/+5
* ext4: cleanup clean_bdev_aliases() callszhangyi (F)2019-02-103-21/+2
* jbd2: discard dirty data when forgetting an un-journalled bufferzhangyi (F)2019-02-101-4/+38
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-02-101-5/+12
* ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov2019-02-102-5/+4
* jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2019-01-312-3/+16
* Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o2019-01-311-9/+4
* Linux 5.0-rc3v5.0-rc3Linus Torvalds2019-01-211-1/+1
* Merge tag 'pstore-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-01-211-8/+4
|\
| * pstore/ram: Avoid allocation and leak of platform dataKees Cook2019-01-201-6/+3
| * pstore/ram: Fix console ramoops to show the previous boot logsSai Prakash Ranjan2019-01-171-2/+1
* | Merge tag 'gcc-plugins-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-01-211-2/+21
|\ \
| * | gcc-plugins: arm_ssp_per_task_plugin: fix for GCC 9+Ard Biesheuvel2019-01-201-0/+18
| * | gcc-plugins: arm_ssp_per_task_plugin: sign extend the SP maskArd Biesheuvel2019-01-201-2/+3
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-21114-602/+2090
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-01-1916-36/+1293
| |\ \
| | * | bpf: in __bpf_redirect_no_mac pull mac only if presentWillem de Bruijn2019-01-202-10/+12
| | * | tools: bpftool: Cleanup license messThomas Gleixner2019-01-182-11/+1
| | * | bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-181-2/+15
| | * | bpf: pull in pkt_sched.h header for tooling to fix bpftool buildDaniel Borkmann2019-01-181-0/+1163
| | * | bpf: fix SO_MAX_PACING_RATE to support TCP internal pacingYuchung Cheng2019-01-181-0/+4
| | * | bpf: bpf_setsockopt: reset sock dst on SO_MARK changesPeter Oskolkov2019-01-181-1/+4
| | * | bpf: Correctly annotate implicit fall through in bpf_base_func_protoMathieu Malaterre2019-01-171-1/+1
| | * | bpf: Annotate implicit fall through in cgroup_dev_func_protoMathieu Malaterre2019-01-171-0/+1
| | * | bpf: Make function btf_name_offset_valid staticMathieu Malaterre2019-01-171-1/+1
| | * | selftests/bpf: retry tests that expect build-idStanislav Fomichev2019-01-171-0/+30
| | * | bpf: zero out build_id for BPF_STACK_BUILD_ID_IPStanislav Fomichev2019-01-171-0/+2
| | * | bpf: don't assume build-id length is always 20 bytesStanislav Fomichev2019-01-171-2/+5
| | * | tools/bpf: properly account for libbfd variationsStanislav Fomichev2019-01-161-1/+8
| | * | bpf: libbpf: retry loading program on EAGAINLorenz Bauer2019-01-151-4/+15
| | * | samples/bpf: workaround clang asm goto compilation errorsYonghong Song2019-01-152-0/+17
| | * | selftests/bpf: install with_tunnels.sh for test_flow_dissector.shStanislav Fomichev2019-01-151-0/+1