Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
95c3511a98e218239bb707ac659e0fbb5cfc501f
95c3511
ANDROID: Sdcardfs: Move gid derivation under flag
by Daniel Rosenberg
· 8 years ago
980ab18
ANDROID: sdcardfs: override credential for ioctl to lower fs
by Jaegeuk Kim
· 8 years ago
dedbddf
ANDROID: sdcardfs: Remove unnecessary lock
by Daniel Rosenberg
· 8 years ago
2451d7f
ANDROID: sdcardfs: use mount_nodev and fix a issue in sdcardfs_kill_sb
by Gao Xiang
· 8 years ago
fda2ded
ANDROID: sdcardfs: remove dead function open_flags_to_access_mode()
by Greg Hackmann
· 8 years ago
dc9811c
ANDROID: sdcardfs: d_splice_alias can return error values
by Daniel Rosenberg
· 8 years ago
fba2029
ANDROID: sdcardfs: Check for NULL in revalidate
by Daniel Rosenberg
· 8 years ago
aeea871
ANDROID: sdcardfs: Move top to its own struct
by Daniel Rosenberg
· 8 years ago
0d54ef31
ANDROID: sdcardfs: fix sdcardfs_destroy_inode for the inode RCU approach
by Gao Xiang
· 8 years ago
a37e92b
ANDROID: sdcardfs: Don't iput if we didn't igrab
by Daniel Roseberg
· 8 years ago
89c1317
ANDROID: sdcardfs: Call lower fs's revalidate
by Daniel Rosenberg
· 8 years ago
1e952e4
ANDROID: sdcardfs: Avoid setting GIDs outside of valid ranges
by Daniel Rosenberg
· 8 years ago
ecd0dfc
ANDROID: sdcardfs: Copy meta-data from lower inode
by Daniel Rosenberg
· 8 years ago
b56c6fe
ANDROID: sdcardfs: Use filesystem specific hash
by Daniel Rosenberg
· 8 years ago
9b806aa
ANDROID: sdcardfs: Don't complain in fixup_lower_ownership
by Daniel Rosenberg
· 8 years ago
1aea6f4
ANDROID: sdcardfs: Don't do d_add for lower fs
by Daniel Rosenberg
· 8 years ago
a7752d7
ANDROID: sdcardfs: ->iget fixes
by Daniel Rosenberg
· 8 years ago
20b0033
ANDROID: sdcardfs: Change cache GID value
by Daniel Rosenberg
· 8 years ago
c0d27f5
ANDROID: sdcardfs: Directly pass lower file for mmap
by Daniel Rosenberg
· 8 years ago
f1ef049
ANDROID: sdcardfs: update module info
by Daniel Rosenberg
· 8 years ago
2e5e3fd
ANDROID: sdcardfs: use d_splice_alias
by Daniel Rosenberg
· 8 years ago
63cd557
ANDROID: sdcardfs: add read_iter/write_iter opeations
by Daniel Rosenberg
· 8 years ago
d73d4fd
ANDROID: sdcardfs: fix ->llseek to update upper and lower offset
by Daniel Rosenberg
· 8 years ago
bcd422f
ANDROID: sdcardfs: copy lower inode attributes in ->ioctl
by Daniel Rosenberg
· 8 years ago
8d253f8
ANDROID: sdcardfs: remove unnecessary call to do_munmap
by Daniel Rosenberg
· 8 years ago
9f65236
ANDROID: sdcardfs: Fix style issues in macros
by Daniel Rosenberg
· 8 years ago
e7ea867
ANDROID: sdcardfs: Use seq_puts over seq_printf
by Daniel Rosenberg
· 8 years ago
497e393
ANDROID: sdcardfs: Use to kstrout
by Daniel Rosenberg
· 8 years ago
6f2db92
ANDROID: sdcardfs: Use pr_[...] instead of printk
by Daniel Rosenberg
· 8 years ago
464527a
ANDROID: sdcardfs: remove unneeded null check
by Daniel Rosenberg
· 8 years ago
6e8f0a4
ANDROID: sdcardfs: Fix style issues with comments
by Daniel Rosenberg
· 8 years ago
4704f29
ANDROID: sdcardfs: Fix formatting
by Daniel Rosenberg
· 8 years ago
1a14972
ANDROID: sdcardfs: correct order of descriptors
by Daniel Rosenberg
· 8 years ago
72edd91
ANDROID: sdcardfs: Fix gid issue
by Daniel Rosenberg
· 8 years ago
21e6588
ANDROID: sdcardfs: Remove uninformative prints
by Daniel Rosenberg
· 8 years ago
9db1813
ANDROID: sdcardfs: move path_put outside of spinlock
by Daniel Rosenberg
· 8 years ago
7da6922
ANDROID: sdcardfs: Use case insensitive hash function
by Daniel Rosenberg
· 8 years ago
75e385d
ANDROID: sdcardfs: declare MODULE_ALIAS_FS
by Daniel Rosenberg
· 8 years ago
ca30193
ANDROID: sdcardfs: Get the blocksize from the lower fs
by Daniel Rosenberg
· 8 years ago
a45a1bb
ANDROID: sdcardfs: Use d_invalidate instead of drop_recurisve
by Daniel Rosenberg
· 8 years ago
57d6e41
ANDROID: sdcardfs: Switch to internal case insensitive compare
by Daniel Rosenberg
· 8 years ago
6ec7922
ANDROID: sdcardfs: Use spin_lock_nested
by Daniel Rosenberg
· 8 years ago
7f82ad0
ANDROID: sdcardfs: Replace get/put with d_lock
by Daniel Rosenberg
· 8 years ago
da6242a9
ANDROID: sdcardfs: rate limit warning print
by Daniel Rosenberg
· 8 years ago
fc548ee
ANDROID: sdcardfs: Fix case insensitive lookup
by Daniel Rosenberg
· 8 years ago
41e6f44
ANDROID: sdcardfs: support direct-IO (DIO) operations
by Daniel Rosenberg
· 8 years ago
1492780
ANDROID: sdcardfs: implement vm_ops->page_mkwrite
by Daniel Rosenberg
· 8 years ago
9449afa
ANDROID: sdcardfs: Don't bother deleting freelist
by Daniel Rosenberg
· 8 years ago
8a5d838
ANDROID: sdcardfs: Add missing path_put
by Daniel Rosenberg
· 8 years ago
dc112e1
ANDROID: sdcardfs: Fix incorrect hash
by Daniel Rosenberg
· 8 years ago
f36083a
ANDROID: sdcardfs: Switch strcasecmp for internal call
by Daniel Rosenberg
· 8 years ago
4bc036f
ANDROID: sdcardfs: switch to full_name_hash and qstr
by Daniel Rosenberg
· 8 years ago
dc7a4c4
ANDROID: sdcardfs: Add GID Derivation to sdcardfs
by Daniel Rosenberg
· 8 years ago
0cc8256
ANDROID: sdcardfs: Remove redundant operation
by Daniel Rosenberg
· 8 years ago
dab3789
ANDROID: sdcardfs: add support for user permission isolation
by Daniel Rosenberg
· 8 years ago
4c43f87
ANDROID: sdcardfs: Refactor configfs interface
by Daniel Rosenberg
· 8 years ago
080b3fc
ANDROID: sdcardfs: Allow non-owners to touch
by Daniel Rosenberg
· 8 years ago
35be076
ANDROID: sdcardfs: eliminate the offset argument to ->direct_IO
by Amit Pundir
· 9 years ago
69a191f
ANDROID: sdcardfs: make it use new .rename i_op
by Amit Pundir
· 8 years ago
35e5d2e
ANDROID: sdcardfs: Propagate dentry down to inode_change_ok()
by Amit Pundir
· 8 years ago
ccda6f7
ANDROID: sdcardfs: get rid of 'parent' argument of ->d_compare()
by Amit Pundir
· 8 years ago
eaf94db
ANDROID: sdcardfs: add parent pointer into dentry name hash
by Amit Pundir
· 8 years ago
911cd16
ANDROID: sdcardfs: use wrappers to access i_mutex
by Amit Pundir
· 9 years ago
99a2367
ANDROID: sdcardfs: Fix locking issue with permision fix up
by Daniel Rosenberg
· 8 years ago
bc75026
ANDROID: sdcardfs: Switch ->d_inode to d_inode()
by Daniel Rosenberg
· 8 years ago
6c8d8dc
ANDROID: sdcardfs: Change magic value
by Daniel Rosenberg
· 8 years ago
3055103
ANDROID: sdcardfs: Use per mount permissions
by Daniel Rosenberg
· 8 years ago
424d3c9
ANDROID: sdcardfs: Add gid and mask to private mount data
by Daniel Rosenberg
· 8 years ago
bcc8f0a
ANDROID: sdcardfs: User new permission2 functions
by Daniel Rosenberg
· 8 years ago
8fa5220
ANDROID: sdcardfs: Move directory unlock before touch
by Daniel Rosenberg
· 8 years ago
a812e72
ANDROID: sdcardfs: fix external storage exporting incorrect uid
by alvin_liang
· 8 years ago
22d5fcb
ANDROID: sdcardfs: Added top to sdcardfs_inode_info
by Daniel Rosenberg
· 9 years ago
02685970
ANDROID: sdcardfs: Switch package list to RCU
by Daniel Rosenberg
· 9 years ago
5910366
ANDROID: sdcardfs: Fix locking for permission fix up
by Daniel Rosenberg
· 8 years ago
4401aac
ANDROID: sdcardfs: Check for other cases on path lookup
by Daniel Rosenberg
· 9 years ago
d2c1c16
ANDROID: sdcardfs: override umask on mkdir and create
by Daniel Rosenberg
· 9 years ago
64a0022
ANDROID: sdcardfs: fix itnull.cocci warnings
by Julia Lawall
· 9 years ago
6897986
ANDROID: sdcardfs: Truncate packages_gid.list on overflow
by Daniel Rosenberg
· 9 years ago
eb268d0
ANDROID: sdcardfs: remove unneeded __init and __exit
by Daniel Rosenberg
· 9 years ago
a5a236a
ANDROID: sdcardfs: Remove unused code
by Daniel Rosenberg
· 9 years ago
2286cd5
ANDROID: sdcardfs: remove effectless config option
by Daniel Rosenberg
· 9 years ago
3b38b64
ANDROID: sdcardfs: Add support for d_canonical_path
by Daniel Rosenberg
· 9 years ago
da3341e
ANDROID: sdcardfs: Bring up to date with Android M permissions:
by Daniel Rosenberg
· 9 years ago
ca27551
ANDROID: Changed type-casting in packagelist management
by Daniel Campello
· 10 years ago
71b8d35
ANDROID: Port of sdcardfs to 4.4
by Daniel Campello
· 10 years ago
a5a95f6
ANDROID: xattr: Pass EOPNOTSUPP to permission2
by Daniel Rosenberg
· 7 years ago
9d80678
RFC: ANDROID: vfs: Add permission2 for filesystems with per mount permissions
by Daniel Rosenberg
· 8 years ago
45c4108
ANDROID: vfs: Add setattr2 for filesystems with per mount permissions
by Daniel Rosenberg
· 8 years ago
5d21232
ANDROID: vfs: Allow filesystems to access their private mount data
by Daniel Rosenberg
· 8 years ago
dd73e5e
ANDROID: fuse: Add support for d_canonical_path
by Daniel Rosenberg
· 9 years ago
154c0f4
ANDROID: mnt: Add filesystem private data to mount points
by Daniel Rosenberg
· 8 years ago
3522bcc
ANDROID: vfs: add d_canonical_path for stacked filesystem support
by Daniel Rosenberg
· 9 years ago
ab2d369
ANDROID: Included sdcardfs source code for kernel 3.0
by Daniel Campello
· 10 years ago
14fc61e
ANDROID: Fix script to fetch android kernel config fragments for 4.14
by Dmitry Shmidt
· 7 years ago
3211a0b
ANDROID: uid_sys_stats: fix the comment
by Artem Borisov
· 7 years ago
aa589ed
ANDROID: initramfs: call free_initrd() when skipping init
by Nick Bray
· 7 years ago
8009515
ANDROID: memory_state_time: fix undefined behavior with missing DT properties
by Arnd Bergmann
· 8 years ago
73580d0
ANDROID: memory_state_time: Implement memory_state_time, used by qcom,cpubw
by James Carr
· 8 years ago
c77ac56
ANDROID: uid_sys_stats: log task io with a debug flag
by Yang Jin
· 7 years ago
84118cd
ANDROID: uid_sys_stats: check previous uid_entry before call find_or_register_uid
by Ganesh Mahendran
· 8 years ago
Next »