| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: quota: fix loop condition at f2fs_quota_sync() | Juhyung Park | 2022-02-25 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: Restore rwsem lockdep support | Bart Van Assche | 2022-02-25 | 1 | -2/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: fix missing free nid in f2fs_handle_failed_inode | Jaegeuk Kim | 2022-02-25 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: support idmapped mounts | Chao Yu | 2022-02-12 | 4 | -37/+50 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: add a way to limit roll forward recovery time | Jaegeuk Kim | 2022-02-12 | 8 | -2/+30 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policy | Chao Yu | 2022-02-07 | 5 | -15/+32 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: adjust readahead block number during recovery | Chao Yu | 2022-02-03 | 3 | -6/+35 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: fix to unlock page correctly in error path of is_alive() | Chao Yu | 2022-02-03 | 1 | -1/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: expose discard related parameters in sysfs | Konstantin Vyshetsky | 2022-02-02 | 1 | -0/+8 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: move discard parameters into discard_cmd_control | Konstantin Vyshetsky | 2022-02-02 | 2 | -9/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: fix to enable ATGC correctly via gc_idle sysfs interface | Chao Yu | 2022-01-24 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | | f2fs: move f2fs to use reader-unfair rwsems | Tim Murray | 2022-01-24 | 16 | -274/+342 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'erofs-for-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-03-22 | 10 | -197/+185 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | erofs: rename ctime to mtime | David Anderson | 2022-03-17 | 2 | -4/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | erofs: use meta buffers for inode lookup | Gao Xiang | 2022-03-17 | 1 | -30/+24 | |
| | * | | | | | | | | | | | | | | | | | | | | | | erofs: use meta buffers for reading directories | Gao Xiang | 2022-03-17 | 3 | -18/+17 | |
| | * | | | | | | | | | | | | | | | | | | | | | | fs: erofs: add sanity check for kobject in erofs_unregister_sysfs | Dongliang Mu | 2022-03-17 | 1 | -3/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | | erofs: refine managed inode stuffs | Gao Xiang | 2022-03-17 | 2 | -6/+9 | |
| | * | | | | | | | | | | | | | | | | | | | | | | erofs: clean up z_erofs_extent_lookback | Gao Xiang | 2022-03-17 | 1 | -34/+33 | |
| | * | | | | | | | | | | | | | | | | | | | | | | erofs: silence warnings related to impossible m_plen | Gao Xiang | 2022-03-16 | 1 | -2/+2 | |
| | * | | | | | | | | | | | | | | | | | | | | | | erofs: clean up preload_compressed_pages() | Gao Xiang | 2022-03-16 | 1 | -8/+10 | |
| | * | | | | | | | | | | | | | | | | | | | | | | erofs: get rid of `struct z_erofs_collector' | Gao Xiang | 2022-03-16 | 1 | -86/+77 | |
| | * | | | | | | | | | | | | | | | | | | | | | | erofs: use meta buffers for erofs_read_superblock() | Jeffle Xu | 2022-03-16 | 1 | -8/+5 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt | Linus Torvalds | 2022-03-22 | 7 | -5/+132 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | f2fs: support direct I/O with fscrypt using blk-crypto | Eric Biggers | 2022-02-08 | 2 | -1/+12 | |
| | * | | | | | | | | | | | | | | | | | | | | | ext4: support direct I/O with fscrypt using blk-crypto | Eric Biggers | 2022-02-08 | 2 | -4/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | iomap: support direct I/O with fscrypt using blk-crypto | Eric Biggers | 2022-02-08 | 1 | -0/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | fscrypt: add functions for direct I/O support | Eric Biggers | 2022-02-08 | 2 | -0/+101 | |
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-21 | 2 | -22/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | pstore: Don't use semaphores in always-atomic-context code | Jann Horn | 2022-03-15 | 1 | -20/+18 | |
| | * | | | | | | | | | | | | | | | | | | | | | pstore: Add prefix to ECC messages | Vincent Whitchurch | 2022-03-01 | 1 | -2/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | Merge tag 'execve-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2022-03-21 | 8 | -106/+268 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | binfmt_elf: Don't write past end of notes for regset gap | Rick Edgecombe | 2022-03-18 | 1 | -10/+14 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: Don't compile flat_core_dump when coredumps are disabled | Eric W. Biederman | 2022-03-09 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: Use the vma snapshot in fill_files_note | Eric W. Biederman | 2022-03-08 | 2 | -13/+33 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump/elf: Pass coredump_params into fill_note_info | Eric W. Biederman | 2022-03-08 | 1 | -11/+11 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: Remove the WARN_ON in dump_vma_snapshot | Eric W. Biederman | 2022-03-08 | 1 | -6/+0 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: Snapshot the vmas in do_coredump | Eric W. Biederman | 2022-03-08 | 3 | -43/+36 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: Move definition of struct coredump_params into coredump.h | Eric W. Biederman | 2022-03-08 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | binfmt_elf: Introduce KUnit test | Kees Cook | 2022-03-03 | 4 | -0/+80 | |
| | * | | | | | | | | | | | | | | | | | | | | | exec: cleanup comments | Tom Rix | 2022-03-01 | 1 | -3/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | fs/binfmt_elf: Refactor load_elf_binary function | Akira Kawata | 2022-03-01 | 1 | -8/+6 | |
| | * | | | | | | | | | | | | | | | | | | | | | fs/binfmt_elf: Fix AT_PHDR for unusual ELF files | Akira Kawata | 2022-03-01 | 1 | -6/+18 | |
| | * | | | | | | | | | | | | | | | | | | | | | binfmt: move more stuff undef CONFIG_COREDUMP | Alexey Dobriyan | 2022-03-01 | 3 | -1/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | exec: Force single empty string when argv is empty | Kees Cook | 2022-03-01 | 1 | -1/+25 | |
| | * | | | | | | | | | | | | | | | | | | | | | coredump: Also dump first pages of non-executable ELF libraries | Jann Horn | 2022-03-01 | 1 | -5/+34 | |
| | * | | | | | | | | | | | | | | | | | | | | | ELF: fix overflow in total mapping size calculation | Alexey Dobriyan | 2022-03-01 | 1 | -12/+11 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-5.18/alloc-cleanups-2022-03-18' of git://git.kernel.dk/linux-b... | Linus Torvalds | 2022-03-21 | 5 | -95/+73 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | f2fs: pass the bio operation to bio_alloc_bioset | Christoph Hellwig | 2022-03-08 | 1 | -41/+29 | |
| | * | | | | | | | | | | | | | | | | | | | | | f2fs: don't pass a bio to f2fs_target_device | Christoph Hellwig | 2022-03-08 | 2 | -13/+14 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | ||||||
