Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | tools headers UAPI: Sync KVM's vmx.h header with the kernel sources | Arnaldo Carvalho de Melo | 2020-12-24 | 1 | -0/+2 | |
| * | | | | | | | tools headers UAPI: Sync kvm.h headers with the kernel sources | Arnaldo Carvalho de Melo | 2020-12-24 | 2 | -1/+56 | |
| * | | | | | | | tools arch x86: Sync the msr-index.h copy with the kernel sources | Arnaldo Carvalho de Melo | 2020-12-24 | 2 | -1/+2 | |
| * | | | | | | | tools headers cpufeatures: Sync with the kernel sources | Arnaldo Carvalho de Melo | 2020-12-24 | 1 | -0/+2 | |
| * | | | | | | | tools headers UAPI: Update epoll_pwait2 affected files | Arnaldo Carvalho de Melo | 2020-12-24 | 2 | -1/+4 | |
* | | | | | | | | Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw... | Linus Torvalds | 2020-12-25 | 5 | -306/+20 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | scripts: coccicheck: Correct usage of make coccicheck | Sumera Priyadarsini | 2020-12-24 | 1 | -0/+12 | |
| * | | | | | | | | coccinelle: update expiring email addresses | Julia Lawall | 2020-12-24 | 1 | -2/+2 | |
| * | | | | | | | | coccinnelle: Remove ptr_ret script | Maxime Ripard | 2020-12-15 | 1 | -97/+0 | |
| * | | | | | | | | kbuild: do not use scripts/ld-version.sh for checking spatch version | Masahiro Yamada | 2020-12-12 | 2 | -12/+6 | |
| * | | | | | | | | remove boolinit.cocci | Peter Zijlstra | 2020-11-09 | 1 | -195/+0 | |
* | | | | | | | | | genirq: Fix export of irq_to_desc() for powerpc KVM | Michael Ellerman | 2020-12-25 | 1 | -1/+1 | |
* | | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2020-12-25 | 7 | -10/+23 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix hostfs_open() use of ->f_path.dentry | Al Viro | 2020-12-21 | 1 | -1/+1 | |
| * | | | | | | | | | Make sure that make_create_in_sticky() never sees uninitialized value of dir_... | Al Viro | 2020-12-10 | 1 | -1/+3 | |
| * | | | | | | | | | fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set | Hao Li | 2020-12-10 | 1 | -1/+8 | |
| * | | | | | | | | | fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode() | Hao Li | 2020-12-10 | 2 | -3/+4 | |
| * | | | | | | | | | fs/namespace.c: WARN if mnt_count has become negative | Eric Biggers | 2020-12-10 | 2 | -4/+7 | |
* | | | | | | | | | | Merge tag 'docs-5.11-2' of git://git.lwn.net/linux | Linus Torvalds | 2020-12-24 | 3 | -14/+20 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | docs: admin-guide: Fix default value of max_map_count in sysctl/vm.rst | Fengfei Xi | 2020-12-21 | 1 | -1/+1 | |
| * | | | | | | | | | | Documentation/submitting-patches: Document the SoB chain | Borislav Petkov | 2020-12-21 | 1 | -0/+6 | |
| * | | | | | | | | | | Documentation: process: Correct numbering | Milan Lakhani | 2020-12-21 | 1 | -12/+12 | |
| * | | | | | | | | | | docs: submitting-patches: Trivial - fix grammatical error | Lee Jones | 2020-12-21 | 1 | -1/+1 | |
* | | | | | | | | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 2020-12-24 | 19 | -378/+504 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ext4: remove unnecessary wbc parameter from ext4_bio_write_page | Lei Chen | 2020-12-22 | 3 | -4/+3 | |
| * | | | | | | | | | | | ext4: avoid s_mb_prefetch to be zero in individual scenarios | Chunguang Xu | 2020-12-22 | 1 | -4/+5 | |
| * | | | | | | | | | | | ext4: defer saving error info from atomic context | Jan Kara | 2020-12-22 | 2 | -37/+104 | |
| * | | | | | | | | | | | ext4: simplify ext4 error translation | Jan Kara | 2020-12-17 | 1 | -55/+40 | |
| * | | | | | | | | | | | ext4: move functions in super.c | Jan Kara | 2020-12-17 | 1 | -98/+98 | |
| * | | | | | | | | | | | ext4: make ext4_abort() use __ext4_error() | Jan Kara | 2020-12-17 | 4 | -82/+37 | |
| * | | | | | | | | | | | ext4: standardize error message in ext4_protect_reserved_inode() | Jan Kara | 2020-12-17 | 1 | -6/+4 | |
| * | | | | | | | | | | | ext4: remove redundant sb checksum recomputation | Jan Kara | 2020-12-17 | 1 | -2/+0 | |
| * | | | | | | | | | | | ext4: don't remount read-only with errors=continue on reboot | Jan Kara | 2020-12-17 | 1 | -8/+6 | |
| * | | | | | | | | | | | ext4: fix deadlock with fs freezing and EA inodes | Jan Kara | 2020-12-17 | 1 | -5/+14 | |
| * | | | | | | | | | | | jbd2: add a helper to find out number of fast commit blocks | Harshad Shirwadkar | 2020-12-17 | 2 | -7/+10 | |
| * | | | | | | | | | | | ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h | Harshad Shirwadkar | 2020-12-17 | 2 | -55/+61 | |
| * | | | | | | | | | | | ext4: fix fall-through warnings for Clang | Gustavo A. R. Silva | 2020-12-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | ext4: add docs about fast commit idempotence | Harshad Shirwadkar | 2020-12-17 | 2 | -0/+111 | |
| * | | | | | | | | | | | ext4: remove the unused EXT4_CURRENT_REV macro | Kaixu Xia | 2020-12-17 | 1 | -1/+0 | |
| * | | | | | | | | | | | ext4: fix an IS_ERR() vs NULL check | Dan Carpenter | 2020-12-17 | 1 | -2/+2 | |
| * | | | | | | | | | | | ext4: check for invalid block size early when mounting a file system | Theodore Ts'o | 2020-12-17 | 1 | -24/+16 | |
| * | | | | | | | | | | | ext4: fix a memory leak of ext4_free_data | Chunguang Xu | 2020-12-17 | 1 | -0/+1 | |
| * | | | | | | | | | | | ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set() | Chunguang Xu | 2020-12-09 | 1 | -1/+0 | |
| * | | | | | | | | | | | ext4: update ext4_data_block_valid related comments | Chunguang Xu | 2020-12-09 | 1 | -3/+3 | |
| * | | | | | | | | | | | ext4: simplify the code of mb_find_order_for_block | Chunguang Xu | 2020-12-03 | 1 | -7/+3 | |
| * | | | | | | | | | | | ext4: remove redundant mb_regenerate_buddy() | Chunguang Xu | 2020-12-03 | 1 | -19/+0 | |
| * | | | | | | | | | | | ext4: use ASSERT() to replace J_ASSERT() | Chunguang Xu | 2020-12-03 | 7 | -18/+24 | |
| * | | | | | | | | | | | ext4: print quota journalling mode on (re-)mount | Roman Anufriev | 2020-12-03 | 1 | -3/+20 | |
| * | | | | | | | | | | | ext4: add helpers for checking whether quota can be enabled/is journalled | Roman Anufriev | 2020-12-03 | 3 | -10/+19 | |
| * | | | | | | | | | | | ext4: remove redundant assignment of variable ex | Colin Ian King | 2020-12-03 | 1 | -1/+0 |