index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-05
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
40
-629
/
+861
2020-06-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-0
/
+1
2020-06-05
Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+5
2020-06-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
9
-61
/
+135
2020-06-04
exec: open code copy_string_kernel
Christoph Hellwig
1
-9
/
+34
2020-06-04
exec: simplify the copy_strings_kernel calling convention
Christoph Hellwig
4
-15
/
+14
2020-06-04
fs/seq_file.c: seq_read: Update pr_info_ratelimited
Joe Perches
1
-3
/
+4
2020-06-04
fat: improve the readahead for FAT entries
OGAWA Hirofumi
1
-28
/
+75
2020-06-04
fat: don't allow to mount if the FAT length == 0
OGAWA Hirofumi
1
-0
/
+6
2020-06-04
fs/binfmt_elf: remove redundant elf_map ifndef
Anthony Iliopoulos
1
-4
/
+0
2020-06-04
proc: rename "catch" function argument
Alexey Dobriyan
1
-4
/
+4
2020-06-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
8
-274
/
+229
2020-06-04
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
10
-93
/
+193
2020-06-04
Merge tag 'for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
5
-13
/
+2
2020-06-04
Merge tag 'fsnotify_for_v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-12
/
+19
2020-06-04
Merge tag 'zonefs-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
1
-1
/
+1
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-14
/
+65
2020-06-03
ext4: avoid unnecessary transaction starts during writeback
Jan Kara
1
-18
/
+13
2020-06-03
ext4: don't block for O_DIRECT if IOCB_NOWAIT is set
Jens Axboe
1
-0
/
+6
2020-06-03
ext4: remove the access_ok() check in ext4_ioctl_get_es_cache
Christoph Hellwig
1
-5
/
+0
2020-06-03
fs: remove the access_ok() check in ioctl_fiemap
Christoph Hellwig
1
-5
/
+1
2020-06-03
fs: handle FIEMAP_FLAG_SYNC in fiemap_prep
Christoph Hellwig
10
-31
/
+13
2020-06-03
fs: move fiemap range validation into the file systems instances
Christoph Hellwig
8
-48
/
+38
2020-06-03
iomap: fix the iomap_fiemap prototype
Christoph Hellwig
1
-1
/
+1
2020-06-03
fs: move the fiemap definitions out of fs.h
Christoph Hellwig
15
-0
/
+15
2020-06-03
fs: mark __generic_block_fiemap static
Christoph Hellwig
1
-3
/
+1
2020-06-03
ext4: remove the call to fiemap_check_flags in ext4_fiemap
Christoph Hellwig
1
-3
/
+0
2020-06-03
ext4: split _ext4_fiemap
Christoph Hellwig
1
-37
/
+35
2020-06-03
ext4: fix fiemap size checks for bitmap files
Christoph Hellwig
2
-31
/
+33
2020-06-03
ext4: fix EXT4_MAX_LOGICAL_BLOCK macro
Ritesh Harjani
1
-1
/
+1
2020-06-03
add comment for ext4_dir_entry_2 file_type member
Jonathan Grant
1
-1
/
+1
2020-06-03
jbd2: avoid leaking transaction credits when unreserving handle
Jan Kara
1
-3
/
+11
2020-06-03
ext4: drop ext4_journal_free_reserved()
Jan Kara
1
-6
/
+0
2020-06-03
ext4: mballoc: use lock for checking free blocks while retrying
Ritesh Harjani
2
-1
/
+14
2020-06-03
ext4: mballoc: refactor ext4_mb_good_group()
Ritesh Harjani
1
-28
/
+50
2020-06-03
ext4: mballoc: introduce pcpu seqcnt for freeing PA to improve ENOSPC handling
Ritesh Harjani
1
-5
/
+51
2020-06-03
ext4: mballoc: refactor ext4_mb_discard_preallocations()
Ritesh Harjani
1
-3
/
+12
2020-06-03
ext4: mballoc: add blocks to PA list under same spinlock after allocating blocks
Ritesh Harjani
1
-35
/
+62
2020-06-03
ext4: add casefold flag to EXT4_INODE_* flags
Eric Biggers
1
-1
/
+3
2020-06-03
ext4: rework map struct instantiation in ext4_ext_map_blocks()
Eric Whitney
1
-25
/
+25
2020-06-03
ext4: make ext_debug() implementation to use pr_debug()
Ritesh Harjani
4
-88
/
+87
2020-06-03
ext4: mballoc: make mb_debug() implementation to use pr_debug()
Ritesh Harjani
3
-68
/
+55
2020-06-03
ext4: replace EXT_DEBUG with __maybe_unused in ext4_ext_handle_unwritten_exte...
Ritesh Harjani
1
-3
/
+1
2020-06-03
ext4: improve ext_debug() msg in case of block allocation failure
Ritesh Harjani
2
-2
/
+6
2020-06-03
ext4: use BIT() macro for BH_** state bits
Ritesh Harjani
2
-6
/
+6
2020-06-03
ext4: balloc: use task_pid_nr() helper
Ritesh Harjani
1
-2
/
+3
2020-06-03
ext4: mballoc: fix possible NULL ptr & remove BUG_ONs from DOUBLE_CHECK
Ritesh Harjani
1
-2
/
+9
2020-06-03
ext4: mballoc: refactor code inside DOUBLE_CHECK into separate function
Ritesh Harjani
1
-17
/
+33
2020-06-03
ext4: mballoc: make ext4_mb_use_preallocated() return type as bool
Ritesh Harjani
1
-7
/
+7
2020-06-03
ext4: mballoc: simplify error handling in ext4_init_mballoc()
Ritesh Harjani
1
-10
/
+13
[next]