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-12-13
ubifs: Pass node length in all node dumping callers
Zhihao Cheng
15
-52
/
+54
2020-12-13
Revert "ubifs: Fix out-of-bounds memory access caused by abnormal value of no...
Zhihao Cheng
1
-14
/
+2
2020-12-13
ubifs: Limit dumping length by size of memory which is allocated for the node
Zhihao Cheng
2
-14
/
+52
2020-12-13
ubifs: Remove the redundant return in dbg_check_nondata_nodes_order
Chengsong Ke
1
-1
/
+0
2020-12-13
jffs2: Fix NULL pointer dereference in rp_size fs option parsing
Jamie Iles
1
-5
/
+5
2020-12-13
ubifs: Fixed print foramt mismatch in ubifs
Fangping Liang
1
-1
/
+1
2020-12-13
jffs2: remove trailing semicolon in macro definition
Tom Rix
1
-2
/
+2
2020-12-13
ubifs: Fix error return code in ubifs_init_authentication()
Wang ShaoBo
1
-1
/
+3
2020-12-13
ubifs: wbuf: Don't leak kernel memory to flash
Richard Weinberger
1
-2
/
+11
2020-12-13
ubifs: Fix the printing type of c->big_lpt
Chengsong Ke
2
-3
/
+3
2020-12-13
jffs2: Allow setting rp_size to zero during remounting
lizhe
2
-2
/
+6
2020-12-13
jffs2: Fix ignoring mounting options problem during remounting
lizhe
1
-0
/
+17
2020-12-13
jffs2: Fix GC exit abnormally
Zhe Li
1
-0
/
+16
2020-12-13
ubifs: Code cleanup by removing ifdef macro surrounding
Chengguang Xu
4
-10
/
+4
2020-12-13
jffs2: Fix if/else empty body warnings
Randy Dunlap
1
-11
/
+12
2020-12-13
ubifs: Delete duplicated words + other fixes
Randy Dunlap
7
-8
/
+7
2020-12-12
fs/xfs: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-12-12
xfs: open code updating i_mode in xfs_set_acl
Christoph Hellwig
3
-31
/
+27
2020-12-12
xfs: remove xfs_vn_setattr_nonsize
Christoph Hellwig
2
-20
/
+7
2020-12-12
xfs: kill ialloced in xfs_dialloc()
Gao Xiang
1
-13
/
+9
2020-12-12
xfs: spilt xfs_dialloc() into 2 functions
Dave Chinner
3
-37
/
+48
2020-12-12
xfs: move xfs_dialloc_roll() into xfs_dialloc()
Dave Chinner
3
-94
/
+24
2020-12-12
xfs: move on-disk inode allocation out of xfs_ialloc()
Dave Chinner
3
-161
/
+86
2020-12-12
xfs: introduce xfs_dialloc_roll()
Dave Chinner
3
-30
/
+41
2020-12-12
xfs: convert noroom, okalloc in xfs_dialloc() to bool
Gao Xiang
1
-4
/
+4
2020-12-12
Merge tag 'io_uring-5.10-2020-12-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+11
2020-12-12
io_uring: remove 'twa_signal_ok' deadlock work-around
Jens Axboe
1
-15
/
+6
2020-12-12
io_uring: JOBCTL_TASK_WORK is no longer used by task_work
Jens Axboe
1
-7
/
+2
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
17
-104
/
+162
2020-12-11
Merge tag 'zonefs-5.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-6
/
+8
2020-12-11
proc: use untagged_addr() for pagemap_read addresses
Miles Chen
1
-2
/
+6
2020-12-11
fsnotify: fix events reported to watching parent and child
Amir Goldstein
2
-37
/
+54
2020-12-10
Merge tag 'nfs-for-5.10-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
7
-26
/
+72
2020-12-10
Make sure that make_create_in_sticky() never sees uninitialized value of dir_...
Al Viro
1
-1
/
+3
2020-12-10
fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
Hao Li
1
-1
/
+8
2020-12-10
fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
Hao Li
1
-1
/
+3
2020-12-10
fs/namespace.c: WARN if mnt_count has become negative
Eric Biggers
2
-4
/
+7
2020-12-10
NFS: Disable READ_PLUS by default
Anna Schumaker
2
-1
/
+10
2020-12-10
NFSv4.2: Fix 5 seconds delay when doing inter server copy
Dai Ngo
1
-1
/
+1
2020-12-10
NFS: Fix rpcrdma_inline_fixup() crash with new LISTXATTRS operation
Chuck Lever
2
-9
/
+13
2020-12-10
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
2
-11
/
+11
2020-12-10
exec: Move io_uring_task_cancel after the point of no return
Eric W. Biederman
1
-5
/
+5
2020-12-10
coredump: Document coredump code exclusively used by cell spufs
Eric W. Biederman
2
-0
/
+3
2020-12-10
file: Remove get_files_struct
Eric W. Biederman
1
-13
/
+0
2020-12-10
file: Rename __close_fd_get_file close_fd_get_file
Eric W. Biederman
2
-3
/
+3
2020-12-10
file: Replace ksys_close with close_fd
Eric W. Biederman
1
-2
/
+3
2020-12-10
file: Rename __close_fd to close_fd and remove the files parameter
Eric W. Biederman
2
-7
/
+5
2020-12-10
file: Merge __alloc_fd into alloc_fd
Eric W. Biederman
1
-8
/
+3
2020-12-10
file: In f_dupfd read RLIMIT_NOFILE once.
Eric W. Biederman
1
-4
/
+5
2020-12-10
file: Merge __fd_install into fd_install
Eric W. Biederman
1
-19
/
+6
[prev]
[next]