summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-231-4/+8
* ext4: report real fs size after failed resizeLukas Czerner2019-03-151-1/+5
* ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-03-151-2/+9
* ext4: remove useless ext4_pin_inode()Jason Yan2019-03-151-30/+0
* ext4: avoid panic during forced rebootJan Kara2019-03-151-3/+13
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-151-1/+1
* ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-151-1/+1
* jbd2: jbd2_get_transaction does not need to return a valueLiu Song2019-03-011-5/+3
* jbd2: fix invalid descriptor block checksumluojiajun2019-03-011-2/+4
* ext4: fix bigalloc cluster freeing when hole punching under loadEric Whitney2019-03-011-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-111-4/+5
* ext4: cleanup clean_bdev_aliases() callszhangyi (F)2019-02-113-21/+2
* jbd2: discard dirty data when forgetting an un-journalled bufferzhangyi (F)2019-02-111-4/+38
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-02-111-5/+12
* ext4: replace opencoded i_writecount usage with inode_is_open_for_write()Nikolay Borisov2019-02-112-5/+4
* jbd2: fix deadlock while checkpoint thread waits commit thread to finishXiaoguang Wang2019-02-012-3/+16
* Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"Theodore Ts'o2019-02-011-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-2016-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-192-11/+1
| | * | bpf: fix inner map masking to prevent oob under speculationDaniel Borkmann2019-01-191-2/+15
| | * | bpf: pull in pkt_sched.h header for tooling to fix bpftool buildDaniel Borkmann2019-01-191-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