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-03
ext4: mballoc: fix few other format specifier in mb_debug()
Ritesh Harjani
1
-6
/
+6
2020-06-03
ext4: mballoc: correct the mb_debug() format specifier for pa_len var
Ritesh Harjani
1
-5
/
+5
2020-06-03
ext4: mballoc: add more mb_debug() msgs
Ritesh Harjani
1
-4
/
+14
2020-06-03
ext4: mballoc: refactor ext4_mb_show_ac()
Ritesh Harjani
1
-25
/
+40
2020-06-03
ext4: mballoc: print bb_free info even when it is 0
Ritesh Harjani
1
-2
/
+0
2020-06-03
ext4: avoid ext4_error()'s caused by ENOMEM in the truncate path
Theodore Ts'o
2
-10
/
+34
2020-06-03
ext4: fix race between ext4_sync_parent() and rename()
Eric Biggers
1
-15
/
+13
2020-06-03
ext4: fix a typo in a comment
Christophe JAILLET
1
-1
/
+1
2020-06-03
ext4: clean up ext4_ext_convert_to_initialized() error handling
Eric Whitney
1
-5
/
+18
2020-06-03
ext4: clean up GET_BLOCKS_PRE_IO error handling
Eric Whitney
1
-6
/
+20
2020-06-03
ext4: remove redundant GET_BLOCKS_CONVERT code
Eric Whitney
1
-18
/
+8
2020-06-03
ext4: remove dead GET_BLOCKS_ZERO code
Eric Whitney
1
-8
/
+0
2020-06-03
ext4: don't ignore return values from ext4_ext_dirty()
Harshad Shirwadkar
1
-1
/
+5
2020-06-03
ext4: handle ext4_mark_inode_dirty errors
Harshad Shirwadkar
12
-73
/
+139
2020-06-03
ext4: fix error pointer dereference
Jeffle Xu
1
-2
/
+5
2020-06-03
ext4: Avoid freeing inodes on dirty list
Jan Kara
1
-0
/
+10
2020-06-03
writeback: Export inode_io_list_del()
Jan Kara
2
-2
/
+1
2020-06-03
ext4: fix buffer_head refcnt leak when ext4_iget() fails
Xiyu Yang
1
-0
/
+1
2020-06-03
ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max
Harshad Shirwadkar
1
-3
/
+6
2020-06-03
ext4: remove unnecessary comparisons to bool
Jason Yan
2
-2
/
+2
2020-06-03
ext4: remove EXT4_GET_BLOCKS_KEEP_SIZE flag
Eric Whitney
3
-14
/
+4
2020-06-03
ext4: fix a style issue in fs/ext4/acl.c
Carlos Guerrero Álvarez
1
-2
/
+1
2020-06-03
hugetlbfs: get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
Shijie Hu
1
-8
/
+59
2020-06-03
mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
Johannes Weiner
2
-6
/
+6
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
14
-246
/
+82
2020-06-03
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
3
-128
/
+51
2020-06-03
Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
2
-4
/
+16
2020-06-02
Merge tag 'erofs-for-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
8
-173
/
+136
2020-06-02
Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggy
Linus Torvalds
2
-3
/
+3
2020-06-02
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
44
-3033
/
+3206
2020-06-02
Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
4
-5
/
+23
2020-06-02
Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-0
/
+3
2020-06-02
Merge tag 'xfs-5.8-merge-8' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
101
-4814
/
+4241
2020-06-02
Merge tag 'for-5.8/io_uring-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-363
/
+433
2020-06-02
Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-12
/
+0
2020-06-02
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
Linus Torvalds
24
-123
/
+172
2020-06-02
Merge tag 'pm-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-2
/
+1
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
72
-880
/
+642
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
9
-14
/
+13
2020-06-02
mm: remove the prot argument from vm_map_ram
Christoph Hellwig
2
-2
/
+2
2020-06-02
/proc/PID/smaps: Add PMD migration entry parsing
Huang Ying
1
-5
/
+11
2020-06-02
mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead
NeilBrown
4
-8
/
+10
2020-06-02
mm/writeback: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
NeilBrown
1
-4
/
+5
2020-06-02
orangefs: use attach/detach_page_private
Guoqing Jiang
1
-26
/
+6
2020-06-02
ntfs: replace attach_page_buffers with attach_page_private
Guoqing Jiang
2
-2
/
+2
2020-06-02
iomap: use attach/detach_page_private
Guoqing Jiang
1
-15
/
+4
2020-06-02
f2fs: use attach/detach_page_private
Guoqing Jiang
1
-9
/
+2
2020-06-02
fs/buffer.c: use attach/detach_page_private
Guoqing Jiang
1
-12
/
+4
2020-06-02
btrfs: use attach/detach_page_private
Guoqing Jiang
3
-36
/
+12
2020-06-02
iomap: convert from readpages to readahead
Matthew Wilcox (Oracle)
4
-72
/
+40
[prev]
[next]