index
:
xavi/android_kernel_m2note
lp-5.1
mm-6.0
ng-7.1.2
o-8.1
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
f2fs: use lock_buffer when changing superblock
Jaegeuk Kim
2017-04-13
1
-0
/
+4
*
f2fs: refactor f2fs_commit_super
Jaegeuk Kim
2017-04-13
1
-12
/
+20
*
f2fs: enhance the bit operation for SSR
Jaegeuk Kim
2017-04-13
1
-30
/
+20
*
f2fs: fix to convert inline inode in ->setattr
Chao Yu
2017-04-13
1
-0
/
+8
*
f2fs: use sbi->blocks_per_seg to avoid unnecessary calculation
Chao Yu
2017-04-13
5
-9
/
+7
*
f2fs: kill f2fs_drop_largest_extent
Chao Yu
2017-04-13
3
-13
/
+0
*
f2fs: clean up argument of recover_data
Chao Yu
2017-04-13
1
-4
/
+3
*
f2fs: clean up code with __has_cursum_space
Chao Yu
2017-04-13
1
-2
/
+2
*
f2fs: clean up error path in f2fs_readdir
Chao Yu
2017-04-13
1
-8
/
+6
*
f2fs: do not recover from previous remained wrong dnodes
Jaegeuk Kim
2017-04-13
1
-1
/
+30
*
f2fs: avoid deadlock in f2fs_shrink_extent_tree
Jaegeuk Kim
2017-04-13
1
-3
/
+4
*
f2fs: fix to report error in f2fs_readdir
Chao Yu
2017-04-13
1
-2
/
+7
*
f2fs: clear page uptodate when dropping cache for atomic write
Chao Yu
2017-04-13
1
-0
/
+1
*
f2fs: optimize __find_rev_next_bit
Fan Li
2017-04-13
1
-28
/
+18
*
f2fs: fix to remove directory inode from dirty list
Chao Yu
2017-04-13
1
-1
/
+3
*
f2fs: fix to enable missing ioctl interfaces in ->compat_ioctl
Chao Yu
2017-04-13
2
-2
/
+19
*
f2fs: fix memory leak of kobject in error path of fill_super
Chao Yu
2017-04-13
1
-0
/
+2
*
f2fs: support file defragment
Chao Yu
2017-04-13
3
-1
/
+208
*
f2fs: commit atomic written page in LFS mode
Chao Yu
2017-04-13
1
-0
/
+1
*
f2fs: report error of f2fs_create_root_stats
Chao Yu
2017-04-13
3
-5
/
+12
*
f2fs: Fix a system panic caused by f2fs_follow_link
Yunlei He
2017-04-13
1
-1
/
+6
*
f2fs: catch up to v4.4-rc1
Jaegeuk Kim
2017-04-13
33
-3575
/
+13603
*
sdcardfs: drop_recursive : d_u.d_child -> d_child move
Mister Oyster
2017-04-13
1
-1
/
+1
*
ANDROID: sdcardfs: support direct-IO (DIO) operations
Daniel Rosenberg
2017-04-13
2
-17
/
+5
*
ANDROID: sdcardfs: implement vm_ops->page_mkwrite
Daniel Rosenberg
2017-04-13
1
-0
/
+34
*
ANDROID: sdcardfs: Don't bother deleting freelist
Daniel Rosenberg
2017-04-13
1
-1
/
+2
*
ANDROID: sdcardfs: Add missing path_put
Daniel Rosenberg
2017-04-13
1
-0
/
+1
*
ANDROID: sdcardfs: Fix incorrect hash
Daniel Rosenberg
2017-04-13
1
-2
/
+6
*
ANDROID: sdcardfs: Switch strcasecmp for internal call
Daniel Rosenberg
2017-04-13
6
-58
/
+78
*
ANDROID: sdcardfs: switch to full_name_hash and qstr
Daniel Rosenberg
2017-04-13
1
-81
/
+108
*
ANDROID: sdcardfs: Add GID Derivation to sdcardfs
Daniel Rosenberg
2017-04-13
7
-60
/
+429
*
Revert "sdcardfs: Flag files as non-mappable"
Mister Oyster
2017-04-13
1
-8
/
+0
*
ANDROID: sdcardfs: Remove redundant operation
Daniel Rosenberg
2017-04-13
1
-11
/
+0
*
ANDROID: sdcardfs: add support for user permission isolation
Daniel Rosenberg
2017-04-13
3
-40
/
+284
*
sdcardfs: Fix issue with d_child move
Mister Oyster
2017-04-13
1
-2
/
+2
*
ANDROID: sdcardfs: Refactor configfs interface
Daniel Rosenberg
2017-04-13
1
-80
/
+76
*
ANDROID: sdcardfs: Allow non-owners to touch
Daniel Rosenberg
2017-04-13
1
-2
/
+5
*
ANDROID: mnt: remount should propagate to slaves of slaves
Daniel Rosenberg
2017-04-13
2
-7
/
+22
*
ANDROID: sdcardfs: Fix locking issue with permision fix up
Daniel Rosenberg
2017-04-13
1
-21
/
+15
*
ANDROID: vfs: Missed updating truncate to truncate2
Daniel Rosenberg
2017-04-13
1
-1
/
+1
*
sdcardfs: Use per mount permissions
Daniel Rosenberg
2017-04-13
5
-51
/
+150
*
sdcardfs: Add gid and mask to private mount data
Daniel Rosenberg
2017-04-13
3
-18
/
+157
*
sdcardfs: User new permission2 functions
Daniel Rosenberg
2017-04-13
2
-8
/
+22
*
vfs: Add setattr2 for filesystems with per mount permissions
Daniel Rosenberg
2017-04-13
4
-12
/
+27
*
vfs: Add permission2 for filesystems with per mount permissions
Daniel Rosenberg
2017-04-13
6
-67
/
+150
*
vfs: Allow filesystems to access their private mount data
Daniel Rosenberg
2017-04-13
4
-10
/
+34
*
mnt: Add filesystem private data to mount points
Daniel Rosenberg
2017-04-13
3
-1
/
+42
*
sdcardfs: Move directory unlock before touch
Daniel Rosenberg
2017-04-13
1
-3
/
+9
*
sdcardfs: fix external storage exporting incorrect uid
alvin_liang
2017-04-13
1
-1
/
+1
*
sdcardfs: Added top to sdcardfs_inode_info
Daniel Rosenberg
2017-04-13
6
-56
/
+179
[prev]
[next]