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
...
|
*
|
f2fs: Fix indefinite loop in f2fs_gc()
Sahitya Tummala
2019-08-23
3
-9
/
+46
|
*
|
f2fs: allocate memory in batch in build_sit_info()
Chao Yu
2019-08-23
2
-28
/
+24
|
*
|
f2fs: support FS_IOC_{GET,SET}FSLABEL
Chao Yu
2019-08-23
2
-0
/
+72
|
*
|
f2fs: fix to avoid data corruption by forbidding SSR overwrite
Chao Yu
2019-08-23
1
-3
/
+5
|
*
|
f2fs: Fix build error while CONFIG_NLS=m
YueHaibing
2019-08-23
1
-0
/
+1
|
*
|
Revert "f2fs: avoid out-of-range memory access"
Chao Yu
2019-08-23
1
-5
/
+0
|
*
|
f2fs: cleanup the code in build_sit_entries.
Lihong Kou
2019-08-23
1
-2
/
+0
|
*
|
f2fs: fix wrong available node count calculation
Chao Yu
2019-08-23
2
-5
/
+3
|
*
|
f2fs: remove duplicate code in f2fs_file_write_iter
Lihong Kou
2019-08-23
1
-5
/
+0
|
*
|
f2fs: fix to migrate blocks correctly during defragment
Chao Yu
2019-08-23
1
-4
/
+6
|
*
|
f2fs: use wrapped f2fs_cp_error()
Chao Yu
2019-08-23
1
-1
/
+1
|
*
|
f2fs: fix to use more generic EOPNOTSUPP
Chao Yu
2019-08-23
1
-1
/
+1
|
*
|
f2fs: use wrapped IS_SWAPFILE()
Chao Yu
2019-08-23
1
-1
/
+1
|
*
|
f2fs: Support case-insensitive file name lookups
Daniel Rosenberg
2019-08-23
8
-20
/
+204
|
*
|
f2fs: include charset encoding information in the superblock
Daniel Rosenberg
2019-08-23
3
-0
/
+124
|
*
|
f2fs: fix to avoid call kvfree under spinlock
Chao Yu
2019-08-23
1
-1
/
+4
|
*
|
fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()
Jia-Ju Bai
2019-08-23
1
-2
/
+2
|
*
|
f2fs: disallow direct IO in atomic write
Chao Yu
2019-08-23
1
-0
/
+3
|
*
|
f2fs: fix to handle quota_{on,off} correctly
Chao Yu
2019-08-23
1
-2
/
+25
|
*
|
f2fs: fix to detect cp error in f2fs_setxattr()
Chao Yu
2019-08-23
1
-0
/
+2
|
*
|
f2fs: fix to spread f2fs_is_checkpoint_ready()
Chao Yu
2019-08-23
3
-0
/
+20
|
*
|
f2fs: support fiemap() for directory inode
Chao Yu
2019-08-23
3
-2
/
+9
|
*
|
f2fs: fix to avoid discard command leak
Chao Yu
2019-08-23
1
-0
/
+7
|
*
|
f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectly
Chao Yu
2019-08-23
1
-1
/
+2
|
*
|
f2fs: fix to drop meta/node pages during umount
Chao Yu
2019-08-23
1
-0
/
+14
|
*
|
f2fs: disallow switching io_bits option during remount
Chao Yu
2019-08-23
1
-0
/
+7
|
*
|
f2fs: fix panic of IO alignment feature
Chao Yu
2019-08-23
2
-1
/
+11
|
*
|
f2fs: introduce {page,io}_is_mergeable() for readability
Chao Yu
2019-08-23
1
-7
/
+33
|
*
|
f2fs: fix livelock in swapfile writes
Jaegeuk Kim
2019-08-16
1
-1
/
+1
*
|
|
Merge tag 'for_v5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2019-09-21
12
-135
/
+248
|
\
\
\
|
*
|
|
fs-udf: Delete an unnecessary check before brelse()
Markus Elfring
2019-09-04
1
-2
/
+1
|
*
|
|
ext2: Delete an unnecessary check before brelse()
Markus Elfring
2019-09-04
1
-2
/
+1
|
*
|
|
udf: Drop forward function declarations
Jan Kara
2019-09-04
1
-53
/
+49
|
*
|
|
udf: Verify domain identifier fields
Jan Kara
2019-09-04
2
-27
/
+78
|
*
|
|
udf: augment UDF permissions on new inodes
Steven J. Magnani
2019-08-27
5
-4
/
+35
|
*
|
|
udf: Use dynamic debug infrastructure
Jan Kara
2019-08-26
2
-16
/
+1
|
*
|
|
udf: reduce leakage of blocks related to named streams
Steven J. Magnani
2019-08-26
3
-2
/
+29
|
*
|
|
udf: prevent allocation beyond UDF partition
Steve Magnani
2019-07-31
1
-0
/
+11
|
*
|
|
quota: fix condition for resetting time limit in do_set_dqblk()
Chengguang Xu
2019-07-31
1
-2
/
+2
|
*
|
|
ext2: code cleanup for ext2_free_blocks()
Chengguang Xu
2019-07-31
1
-3
/
+1
|
*
|
|
ext2: fix block range in ext2_data_block_valid()
Chengguang Xu
2019-07-31
2
-4
/
+4
|
*
|
|
udf: support 2048-byte spacing of VRS descriptors on 4K media
Steven J. Magnani
2019-07-31
1
-0
/
+16
|
*
|
|
udf: refactor VRS descriptor identification
Steven J. Magnani
2019-07-31
1
-64
/
+64
*
|
|
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2019-09-21
17
-281
/
+837
|
\
\
\
\
|
*
\
\
\
Merge tag 'unicode-next-v5.4' of https://git.kernel.org/pub/scm/linux/kernel/...
Theodore Ts'o
2019-09-18
2
-3
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
unicode: make array 'token' static const, makes object smaller
Colin Ian King
2019-09-17
1
-1
/
+1
|
|
*
|
|
|
unicode: Move static keyword to the front of declarations
Krzysztof Wilczynski
2019-09-17
1
-2
/
+2
|
*
|
|
|
|
ext4: fix kernel oops caused by spurious casefold flag
Theodore Ts'o
2019-09-03
4
-6
/
+10
|
*
|
|
|
|
ext4: fix integer overflow when calculating commit interval
zhangyi (F)
2019-08-28
1
-0
/
+7
|
*
|
|
|
|
ext4: use percpu_counters for extent_status cache hits/misses
Yang Guo
2019-08-28
2
-15
/
+26
[prev]
[next]