index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
.gitignore: prefix local generated files with a slash
Masahiro Yamada
2021-05-01
1
-2
/
+2
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2021-05-01
23
-239
/
+1096
|
\
|
*
ext4: wipe ext4_dir_entry2 upon file deletion
Leah Rumancik
2021-04-22
1
-2
/
+22
|
*
ext4: Fix occasional generic/418 failure
Jan Kara
2021-04-22
1
-4
/
+21
|
*
fs: fix reporting supported extra file attributes for statx()
Theodore Ts'o
2021-04-18
1
-0
/
+8
|
*
ext4: allow the dax flag to be set and cleared on inline directories
Theodore Ts'o
2021-04-13
2
-1
/
+8
|
*
ext4: fix debug format string warning
Arnd Bergmann
2021-04-10
2
-4
/
+3
|
*
ext4: fix trailing whitespace
Jack Qiu
2021-04-10
4
-6
/
+6
|
*
ext4: fix various seppling typos
Bhaskar Chowdhury
2021-04-10
8
-10
/
+10
|
*
ext4: fix error return code in ext4_fc_perform_commit()
Xu Yihang
2021-04-10
1
-1
/
+3
|
*
ext4: annotate data race in jbd2_journal_dirty_metadata()
Jan Kara
2021-04-10
1
-4
/
+4
|
*
ext4: annotate data race in start_this_handle()
Jan Kara
2021-04-10
1
-1
/
+6
|
*
ext4: fix ext4_error_err save negative errno into superblock
Ye Bin
2021-04-10
1
-1
/
+1
|
*
ext4: fix error code in ext4_commit_super
Fengnan Chang
2021-04-10
1
-2
/
+4
|
*
ext4: always panic when errors=panic is specified
Ye Bin
2021-04-10
1
-3
/
+4
|
*
ext4: delete redundant uptodate check for buffer
Yang Guo
2021-04-09
1
-4
/
+2
|
*
ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()
Zhang Yi
2021-04-09
1
-3
/
+0
|
*
ext4: make prefetch_block_bitmaps default
Harshad Shirwadkar
2021-04-09
2
-8
/
+9
|
*
ext4: add proc files to monitor new structures
Harshad Shirwadkar
2021-04-09
3
-0
/
+89
|
*
ext4: improve cr 0 / cr 1 group scanning
Harshad Shirwadkar
2021-04-09
5
-15
/
+452
|
*
ext4: add MB_NUM_ORDERS macro
Harshad Shirwadkar
2021-04-09
2
-9
/
+15
|
*
ext4: add mballoc stats proc file
Harshad Shirwadkar
2021-04-09
3
-2
/
+80
|
*
ext4: add ability to return parsed options from parse_options
Harshad Shirwadkar
2021-04-09
1
-21
/
+30
|
*
ext4: drop s_mb_bal_lock and convert protected fields to atomic
Harshad Shirwadkar
2021-04-09
2
-11
/
+7
|
*
ext4: fix check to prevent false positive report of incorrect used inodes
Zhang Yi
2021-04-09
1
-16
/
+32
|
*
ext4: optimize match for casefolded encrypted dirs
Daniel Rosenberg
2021-04-06
2
-34
/
+38
|
*
ext4: handle casefolding with encryption
Daniel Rosenberg
2021-04-06
7
-89
/
+260
|
*
ext4: remove unnecessary braces in fs/ext4/dir.c
Milan Djurovic
2021-04-02
1
-2
/
+2
|
*
ext4: use memcpy_to_page() in pagecache_write()
Chaitanya Kulkarni
2021-03-25
1
-4
/
+1
|
*
ext4: use memcpy_from_page() in pagecache_read()
Chaitanya Kulkarni
2021-03-25
1
-4
/
+1
*
|
Merge tag 'dlm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...
Linus Torvalds
2021-05-01
9
-142
/
+202
|
\
\
|
*
|
fs: dlm: fix missing unlock on error in accept_from_sock()
Yang Yingliang
2021-03-29
1
-0
/
+1
|
*
|
fs: dlm: add shutdown hook
Alexander Aring
2021-03-09
3
-28
/
+35
|
*
|
fs: dlm: flush swork on shutdown
Alexander Aring
2021-03-09
1
-4
/
+1
|
*
|
fs: dlm: remove unaligned memory access handling
Alexander Aring
2021-03-09
1
-14
/
+12
|
*
|
fs: dlm: check on minimum msglen size
Alexander Aring
2021-03-09
1
-3
/
+4
|
*
|
fs: dlm: simplify writequeue handling
Alexander Aring
2021-03-09
1
-40
/
+43
|
*
|
fs: dlm: use GFP_ZERO for page buffer
Alexander Aring
2021-03-09
3
-5
/
+1
|
*
|
fs: dlm: change allocation limits
Alexander Aring
2021-03-09
1
-2
/
+4
|
*
|
fs: dlm: add check if dlm is currently running
Alexander Aring
2021-03-09
3
-3
/
+36
|
*
|
fs: dlm: add errno handling to check callback
Alexander Aring
2021-03-09
1
-7
/
+16
|
*
|
fs: dlm: set subclass for othercon sock_mutex
Alexander Aring
2021-03-09
1
-1
/
+2
|
*
|
fs: dlm: set connected bit after accept
Alexander Aring
2021-03-09
1
-0
/
+1
|
*
|
fs: dlm: fix mark setting deadlock
Alexander Aring
2021-03-09
4
-35
/
+45
|
*
|
fs: dlm: fix debugfs dump
Alexander Aring
2021-03-09
1
-0
/
+1
*
|
|
Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-05-01
8
-57
/
+97
|
\
\
\
|
*
|
|
cuse: simplify refcount
Miklos Szeredi
2021-04-14
1
-7
/
+3
|
*
|
|
cuse: prevent clone
Miklos Szeredi
2021-04-14
1
-0
/
+2
|
*
|
|
virtiofs: fix userns
Miklos Szeredi
2021-04-14
1
-2
/
+1
|
*
|
|
virtiofs: remove useless function
Jiapeng Chong
2021-04-14
1
-5
/
+0
[next]