Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
9560fe633ff2c042d1e7c61df8f94c38e0d21061
/
fs
/
sdcardfs
9560fe6
Revert "Android: sdcardfs: Don't do d_add for lower fs"
by Daniel Rosenberg
· 8 years ago
33efe54
Android: sdcardfs: Don't complain in fixup_lower_ownership
by Daniel Rosenberg
· 8 years ago
ab16e2f
Android: sdcardfs: Don't do d_add for lower fs
by Daniel Rosenberg
· 8 years ago
480cd3e
ANDROID: sdcardfs: ->iget fixes
by Daniel Rosenberg
· 8 years ago
366b8b8
Android: sdcardfs: Change cache GID value
by Daniel Rosenberg
· 8 years ago
2d82e2e
ANDROID: sdcardfs: Directly pass lower file for mmap
by Daniel Rosenberg
· 8 years ago
75665df
ANDROID: sdcardfs: update module info
by Daniel Rosenberg
· 8 years ago
d0497fe
ANDROID: sdcardfs: use d_splice_alias
by Daniel Rosenberg
· 8 years ago
a334912
ANDROID: sdcardfs: add read_iter/write_iter opeations
by Daniel Rosenberg
· 8 years ago
034f864
ANDROID: sdcardfs: fix ->llseek to update upper and lower offset
by Daniel Rosenberg
· 8 years ago
be35f03
ANDROID: sdcardfs: copy lower inode attributes in ->ioctl
by Daniel Rosenberg
· 8 years ago
a5e674a
ANDROID: sdcardfs: remove unnecessary call to do_munmap
by Daniel Rosenberg
· 8 years ago
2cedf8b
ANDROID: sdcardfs: Fix style issues in macros
by Daniel Rosenberg
· 8 years ago
6ae39e8
ANDROID: sdcardfs: Use seq_puts over seq_printf
by Daniel Rosenberg
· 8 years ago
3c42d40
ANDROID: sdcardfs: Use to kstrout
by Daniel Rosenberg
· 8 years ago
77ecf21
ANDROID: sdcardfs: Use pr_[...] instead of printk
by Daniel Rosenberg
· 8 years ago
b6704a8
ANDROID: sdcardfs: remove unneeded null check
by Daniel Rosenberg
· 8 years ago
d64126c
ANDROID: sdcardfs: Fix style issues with comments
by Daniel Rosenberg
· 8 years ago
5e024f6
ANDROID: sdcardfs: Fix formatting
by Daniel Rosenberg
· 8 years ago
9608a4a
ANDROID: sdcardfs: correct order of descriptors
by Daniel Rosenberg
· 8 years ago
1ec1433
ANDROID: sdcardfs: Fix gid issue
by Daniel Rosenberg
· 8 years ago
32dc587
ANDROID: sdcardfs: Remove uninformative prints
by Daniel Rosenberg
· 8 years ago
e2538da
ANDROID: sdcardfs: move path_put outside of spinlock
by Daniel Rosenberg
· 8 years ago
a8c2078
ANDROID: sdcardfs: Use case insensitive hash function
by Daniel Rosenberg
· 8 years ago
35ba5f6
ANDROID: sdcardfs: declare MODULE_ALIAS_FS
by Daniel Rosenberg
· 8 years ago
3884c2e
ANDROID: sdcardfs: Get the blocksize from the lower fs
by Daniel Rosenberg
· 8 years ago
64386ed
ANDROID: sdcardfs: Use d_invalidate instead of drop_recurisve
by Daniel Rosenberg
· 8 years ago
721274a
ANDROID: sdcardfs: Switch to internal case insensitive compare
by Daniel Rosenberg
· 8 years ago
dae31f8
ANDROID: sdcardfs: Use spin_lock_nested
by Daniel Rosenberg
· 8 years ago
fb4d191
ANDROID: sdcardfs: Replace get/put with d_lock
by Daniel Rosenberg
· 8 years ago
b434e57
ANDROID: sdcardfs: rate limit warning print
by Daniel Rosenberg
· 8 years ago
fe0756d
ANDROID: sdcardfs: Fix case insensitive lookup
by Daniel Rosenberg
· 8 years ago
85626b4
ANDROID: sdcardfs: support direct-IO (DIO) operations
by Daniel Rosenberg
· 8 years ago
055fc87
ANDROID: sdcardfs: implement vm_ops->page_mkwrite
by Daniel Rosenberg
· 8 years ago
1df4842
ANDROID: sdcardfs: Don't bother deleting freelist
by Daniel Rosenberg
· 8 years ago
f61bc5a
ANDROID: sdcardfs: Add missing path_put
by Daniel Rosenberg
· 8 years ago
8e818ff
ANDROID: sdcardfs: Fix incorrect hash
by Daniel Rosenberg
· 8 years ago
5004c5f
ANDROID: sdcardfs: Switch strcasecmp for internal call
by Daniel Rosenberg
· 8 years ago
52b7768
ANDROID: sdcardfs: switch to full_name_hash and qstr
by Daniel Rosenberg
· 8 years ago
ad90525
ANDROID: sdcardfs: Add GID Derivation to sdcardfs
by Daniel Rosenberg
· 8 years ago
147f8ab
ANDROID: sdcardfs: Remove redundant operation
by Daniel Rosenberg
· 8 years ago
d8caaf9
ANDROID: sdcardfs: add support for user permission isolation
by Daniel Rosenberg
· 8 years ago
f48ace1
ANDROID: sdcardfs: Refactor configfs interface
by Daniel Rosenberg
· 8 years ago
83d1cad
ANDROID: sdcardfs: Allow non-owners to touch
by Daniel Rosenberg
· 8 years ago
71f1b59
ANDROID: sdcardfs: eliminate the offset argument to ->direct_IO
by Amit Pundir
· 8 years ago
d4ae31b
ANDROID: sdcardfs: make it use new .rename i_op
by Amit Pundir
· 8 years ago
82a2800
ANDROID: sdcardfs: Propagate dentry down to inode_change_ok()
by Amit Pundir
· 8 years ago
c9bae39
ANDROID: sdcardfs: get rid of 'parent' argument of ->d_compare()
by Amit Pundir
· 8 years ago
48bc6d3
ANDROID: sdcardfs: add parent pointer into dentry name hash
by Amit Pundir
· 8 years ago
b47e110
ANDROID: sdcardfs: use wrappers to access i_mutex
by Amit Pundir
· 8 years ago
3adfc03
ANDROID: sdcardfs: Fix locking issue with permision fix up
by Daniel Rosenberg
· 8 years ago
63d2076
ANDROID: sdcardfs: Switch ->d_inode to d_inode()
by Daniel Rosenberg
· 8 years ago
9021927
ANDROID: sdcardfs: Use per mount permissions
by Daniel Rosenberg
· 8 years ago
317e770
ANDROID: sdcardfs: Add gid and mask to private mount data
by Daniel Rosenberg
· 8 years ago
1844d9e
ANDROID: sdcardfs: User new permission2 functions
by Daniel Rosenberg
· 8 years ago
9480415
ANDROID: sdcardfs: Move directory unlock before touch
by Daniel Rosenberg
· 8 years ago
2dd0dbb
ANDROID: sdcardfs: fix external storage exporting incorrect uid
by alvin_liang
· 8 years ago
5080d24
ANDROID: sdcardfs: Added top to sdcardfs_inode_info
by Daniel Rosenberg
· 8 years ago
fbd34b6
ANDROID: sdcardfs: Switch package list to RCU
by Daniel Rosenberg
· 9 years ago
cb1b945
ANDROID: sdcardfs: Fix locking for permission fix up
by Daniel Rosenberg
· 8 years ago
7c4dcd2
ANDROID: sdcardfs: Check for other cases on path lookup
by Daniel Rosenberg
· 9 years ago
2b31462
ANDROID: sdcardfs: override umask on mkdir and create
by Daniel Rosenberg
· 9 years ago
774e441
ANDROID: sdcardfs: fix itnull.cocci warnings
by Julia Lawall
· 8 years ago
0de3b4c
ANDROID: sdcardfs: Truncate packages_gid.list on overflow
by Daniel Rosenberg
· 8 years ago
973117c
ANDROID: vfs: change d_canonical_path to take two paths
by Daniel Rosenberg
· 9 years ago
cfdb665
ANDROID: sdcardfs: remove unneeded __init and __exit
by Daniel Rosenberg
· 9 years ago
04c3dee
ANDROID: sdcardfs: Remove unused code
by Daniel Rosenberg
· 9 years ago
4665ac89
ANDROID: sdcardfs: remove effectless config option
by Daniel Rosenberg
· 9 years ago
a782a79
ANDROID: sdcardfs: Add support for d_canonical_path
by Daniel Rosenberg
· 9 years ago
497ac90
ANDROID: sdcardfs: Bring up to date with Android M permissions:
by Daniel Rosenberg
· 9 years ago
5d3b416
ANDROID: Changed type-casting in packagelist management
by Daniel Campello
· 9 years ago
d1d080c
ANDROID: Port of sdcardfs to 4.4
by Daniel Campello
· 9 years ago
35c9e24
ANDROID: Included sdcardfs source code for kernel 3.0
by Daniel Campello
· 9 years ago