index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-23
f2fs: Fix indefinite loop in f2fs_gc()
Sahitya Tummala
3
-9
/
+46
2019-08-23
f2fs: allocate memory in batch in build_sit_info()
Chao Yu
2
-28
/
+24
2019-08-23
f2fs: support FS_IOC_{GET,SET}FSLABEL
Chao Yu
2
-0
/
+72
2019-08-23
f2fs: fix to avoid data corruption by forbidding SSR overwrite
Chao Yu
1
-3
/
+5
2019-08-23
f2fs: Fix build error while CONFIG_NLS=m
YueHaibing
1
-0
/
+1
2019-08-23
Revert "f2fs: avoid out-of-range memory access"
Chao Yu
1
-5
/
+0
2019-08-23
f2fs: cleanup the code in build_sit_entries.
Lihong Kou
1
-2
/
+0
2019-08-23
f2fs: fix wrong available node count calculation
Chao Yu
2
-5
/
+3
2019-08-23
f2fs: remove duplicate code in f2fs_file_write_iter
Lihong Kou
1
-5
/
+0
2019-08-23
f2fs: fix to migrate blocks correctly during defragment
Chao Yu
1
-4
/
+6
2019-08-23
f2fs: use wrapped f2fs_cp_error()
Chao Yu
1
-1
/
+1
2019-08-23
f2fs: fix to use more generic EOPNOTSUPP
Chao Yu
1
-1
/
+1
2019-08-23
f2fs: use wrapped IS_SWAPFILE()
Chao Yu
1
-1
/
+1
2019-08-23
f2fs: Support case-insensitive file name lookups
Daniel Rosenberg
8
-20
/
+204
2019-08-23
f2fs: include charset encoding information in the superblock
Daniel Rosenberg
3
-0
/
+124
2019-08-23
f2fs: fix to avoid call kvfree under spinlock
Chao Yu
1
-1
/
+4
2019-08-23
fs: f2fs: Remove unnecessary checks of SM_I(sbi) in update_general_status()
Jia-Ju Bai
1
-2
/
+2
2019-08-23
f2fs: disallow direct IO in atomic write
Chao Yu
1
-0
/
+3
2019-08-23
f2fs: fix to handle quota_{on,off} correctly
Chao Yu
1
-2
/
+25
2019-08-23
f2fs: fix to detect cp error in f2fs_setxattr()
Chao Yu
1
-0
/
+2
2019-08-23
f2fs: fix to spread f2fs_is_checkpoint_ready()
Chao Yu
3
-0
/
+20
2019-08-23
f2fs: support fiemap() for directory inode
Chao Yu
3
-2
/
+9
2019-08-23
f2fs: fix to avoid discard command leak
Chao Yu
1
-0
/
+7
2019-08-23
f2fs: fix to avoid tagging SBI_QUOTA_NEED_REPAIR incorrectly
Chao Yu
1
-1
/
+2
2019-08-23
f2fs: fix to drop meta/node pages during umount
Chao Yu
1
-0
/
+14
2019-08-23
f2fs: disallow switching io_bits option during remount
Chao Yu
1
-0
/
+7
2019-08-23
f2fs: fix panic of IO alignment feature
Chao Yu
2
-1
/
+11
2019-08-23
f2fs: introduce {page,io}_is_mergeable() for readability
Chao Yu
1
-7
/
+33
2019-08-16
f2fs: fix livelock in swapfile writes
Jaegeuk Kim
1
-1
/
+1
2019-08-12
f2fs: add fs-verity support
Eric Biggers
9
-15
/
+392
2019-08-12
f2fs: wire up new fscrypt ioctls
Eric Biggers
2
-0
/
+60
2019-07-30
Merge tag 'f2fs-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-100
/
+81
2019-07-28
f2fs: use EINVAL for superblock with invalid magic
Icenowy Zheng
1
-24
/
+24
2019-07-26
f2fs: fix to read source block before invalidating it
Jaegeuk Kim
1
-36
/
+34
2019-07-18
mm: migrate: remove unused mode argument
Keith Busch
1
-1
/
+1
2019-07-15
Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-6
/
+4
2019-07-12
f2fs: remove redundant check from f2fs_setflags_common()
Eric Biggers
1
-8
/
+1
2019-07-12
f2fs: use generic checking function for FS_IOC_FSSETXATTR
Eric Biggers
1
-31
/
+14
2019-07-12
f2fs: use generic checking and prep function for FS_IOC_SETFLAGS
Eric Biggers
1
-1
/
+8
2019-07-12
Merge tag 'f2fs-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/jae...
Linus Torvalds
18
-758
/
+1268
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+4
2019-07-11
block: Kill gfp_t argument of blkdev_report_zones()
Damien Le Moal
1
-3
/
+1
2019-07-10
f2fs: improve print log in f2fs_sanity_check_ckpt()
Chao Yu
1
-1
/
+3
2019-07-10
f2fs: avoid out-of-range memory access
Ocean Chen
1
-0
/
+5
2019-07-10
f2fs: fix to avoid long latency during umount
Heng Xiao
1
-0
/
+4
2019-07-10
f2fs: allow all the users to pin a file
Jaegeuk Kim
1
-3
/
+0
2019-07-10
blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner()
Tejun Heo
1
-2
/
+2
2019-07-03
f2fs: support swap file w/ DIO
Jaegeuk Kim
2
-10
/
+137
2019-07-02
f2fs: allocate blocks for pinned file
Jaegeuk Kim
1
-1
/
+6
2019-07-02
f2fs: fix is_idle() check for discard type
Sahitya Tummala
1
-1
/
+1
[prev]
[next]