index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
f2fs
/
super.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-27
1
-14
/
+14
*
Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-16
1
-24
/
+195
|
\
|
*
f2fs: don't bother with inode->i_version
Jeff Layton
2017-11-05
1
-2
/
+0
|
*
f2fs: support quota sys files
Jaegeuk Kim
2017-11-05
1
-13
/
+136
|
*
f2fs: support bio allocation error injection
Chao Yu
2017-11-05
1
-0
/
+1
|
*
f2fs: support get_page error injection
Chao Yu
2017-11-05
1
-0
/
+1
|
*
f2fs: support soft block reservation
Yunlong Song
2017-11-05
1
-1
/
+2
|
*
f2fs: support flexible inline xattr size
Chao Yu
2017-11-05
1
-1
/
+31
|
*
f2fs: stop all the operations by cp_error flag
Jaegeuk Kim
2017-11-05
1
-0
/
+3
|
*
Revert "f2fs: return wrong error number on f2fs_quota_write"
Jaegeuk Kim
2017-10-26
1
-1
/
+1
|
*
f2fs: retry ENOMEM for quota_read|write
Jaegeuk Kim
2017-10-26
1
-3
/
+13
|
*
f2fs: limit # of inmemory pages
Jaegeuk Kim
2017-10-26
1
-0
/
+1
|
*
f2fs/crypto: drop crypto key at evict_inode only
Jaegeuk Kim
2017-10-26
1
-1
/
+0
|
*
f2fs: give up CP_TRIMMED_FLAG if it drops discards
Chao Yu
2017-10-26
1
-2
/
+3
|
*
f2fs: support issuing/waiting discard in range
Chao Yu
2017-10-26
1
-1
/
+1
|
*
f2fs: fix to flush multiple device in checkpoint
Chao Yu
2017-10-10
1
-0
/
+3
*
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2017-11-14
1
-5
/
+2
|
\
\
|
|
/
|
/
|
|
*
fscrypt: remove unneeded empty fscrypt_operations structs
Eric Biggers
2017-10-18
1
-3
/
+2
|
*
fscrypt: remove ->is_encrypted()
Eric Biggers
2017-10-18
1
-2
/
+0
*
|
f2fs: fix potential panic during fstrim
Chao Yu
2017-10-03
1
-1
/
+1
|
/
*
f2fs: avoid race in between read xattr & write xattr
Yunlei He
2017-09-07
1
-0
/
+1
*
f2fs: constify super_operations
Arvind Yadav
2017-09-05
1
-1
/
+1
*
f2fs: support journalled quota
Chao Yu
2017-08-21
1
-19
/
+307
*
f2fs: avoid unneeded sync on quota file
Chao Yu
2017-08-15
1
-2
/
+2
*
f2fs: add app/fs io stat
Chao Yu
2017-08-09
1
-0
/
+4
*
f2fs: use printk_ratelimited for f2fs_msg
Jaegeuk Kim
2017-08-03
1
-1
/
+1
*
f2fs: support inode checksum
Chao Yu
2017-08-03
1
-0
/
+5
*
f2fs: return wrong error number on f2fs_quota_write
Jaegeuk Kim
2017-08-03
1
-1
/
+1
*
f2fs: introduce f2fs_statfs_project
Chao Yu
2017-07-31
1
-0
/
+48
*
f2fs: avoid naming confusion of sysfs init
Jaegeuk Kim
2017-07-31
1
-6
/
+6
*
f2fs: support project quota
Chao Yu
2017-07-31
1
-1
/
+16
*
f2fs: enhance on-disk inode structure scalability
Chao Yu
2017-07-31
1
-3
/
+8
*
f2fs: make max inline size changeable
Chao Yu
2017-07-31
1
-0
/
+3
*
Merge tag 'for-f2fs-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
2017-07-10
1
-341
/
+364
|
\
|
*
f2fs: support plain user/group quota
Chao Yu
2017-07-08
1
-0
/
+280
|
*
Revert "f2fs: fix to clean previous mount option when remount_fs"
Chao Yu
2017-07-07
1
-1
/
+0
|
*
f2fs: stop gc/discard thread in prior during umount
Chao Yu
2017-07-07
1
-3
/
+4
|
*
f2fs: introduce reserved_blocks in sysfs
Chao Yu
2017-07-07
1
-1
/
+3
|
*
f2fs: report # of free inodes more precisely
Jaegeuk Kim
2017-07-07
1
-3
/
+11
|
*
f2fs: set CP_TRIMMED_FLAG correctly
Chao Yu
2017-07-04
1
-1
/
+1
|
*
f2fs: move sysfs code from super.c to fs/f2fs/sysfs.c
Chao Yu
2017-07-04
1
-332
/
+0
|
*
f2fs: clean up sysfs codes
Chao Yu
2017-07-04
1
-47
/
+74
|
*
f2fs: fix wrong error number of fill_super
Chao Yu
2017-07-04
1
-1
/
+4
|
*
f2fs: fix to show injection rate in ->show_options
Chao Yu
2017-07-04
1
-1
/
+2
|
*
f2fs: Fix a return value in case of error in 'f2fs_fill_super'
Christophe JAILLET
2017-07-04
1
-1
/
+3
|
*
f2fs: dax: fix races between page faults and truncating pages
Qiuyang Sun
2017-07-04
1
-0
/
+1
|
*
f2fs: introduce io_list for serialize data/node IOs
Chao Yu
2017-05-23
1
-0
/
+2
|
*
f2fs: split wio_mutex
Chao Yu
2017-05-23
1
-3
/
+4
|
*
f2fs: split bio cache
Jaegeuk Kim
2017-05-23
1
-3
/
+18
|
*
f2fs: remove unnecessary read cases in merged IO flow
Jaegeuk Kim
2017-05-23
1
-4
/
+1
[next]