GitHub/moto-9609/android_kernel_motorola_exynos9610.git
Author Commit
2018-01-30 Daniel RosenbergANDROID: sdcardfs: d_splice_alias can return error...
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Check for NULL in revalidate
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Move top to its own struct
2018-01-30 Gao XiangANDROID: sdcardfs: fix sdcardfs_destroy_inode for the...
2018-01-30 Daniel RosebergANDROID: sdcardfs: Don't iput if we didn't igrab
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Call lower fs's revalidate
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Avoid setting GIDs outside of valid...
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Copy meta-data from lower inode
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Use filesystem specific hash
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Don't complain in fixup_lower_ownership
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Don't do d_add for lower fs
2018-01-30 Daniel RosenbergANDROID: sdcardfs: ->iget fixes
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Change cache GID value
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Directly pass lower file for mmap
2018-01-30 Daniel RosenbergANDROID: sdcardfs: update module info
2018-01-30 Daniel RosenbergANDROID: sdcardfs: use d_splice_alias
2018-01-30 Daniel RosenbergANDROID: sdcardfs: add read_iter/write_iter opeations
2018-01-30 Daniel RosenbergANDROID: sdcardfs: fix ->llseek to update upper and...
2018-01-30 Daniel RosenbergANDROID: sdcardfs: copy lower inode attributes in ...
2018-01-30 Daniel RosenbergANDROID: sdcardfs: remove unnecessary call to do_munmap
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Fix style issues in macros
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Use seq_puts over seq_printf
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Use to kstrout
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Use pr_[...] instead of printk
2018-01-30 Daniel RosenbergANDROID: sdcardfs: remove unneeded null check
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Fix style issues with comments
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Fix formatting
2018-01-30 Daniel RosenbergANDROID: sdcardfs: correct order of descriptors
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Fix gid issue
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Remove uninformative prints
2018-01-30 Daniel RosenbergANDROID: sdcardfs: move path_put outside of spinlock
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Use case insensitive hash function
2018-01-30 Daniel RosenbergANDROID: sdcardfs: declare MODULE_ALIAS_FS
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Get the blocksize from the lower fs
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Use d_invalidate instead of drop_rec...
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Switch to internal case insensitive...
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Use spin_lock_nested
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Replace get/put with d_lock
2018-01-30 Daniel RosenbergANDROID: sdcardfs: rate limit warning print
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Fix case insensitive lookup
2018-01-30 Daniel RosenbergANDROID: sdcardfs: support direct-IO (DIO) operations
2018-01-30 Daniel RosenbergANDROID: sdcardfs: implement vm_ops->page_mkwrite
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Don't bother deleting freelist
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Add missing path_put
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Fix incorrect hash
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Switch strcasecmp for internal call
2018-01-30 Daniel RosenbergANDROID: sdcardfs: switch to full_name_hash and qstr
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Add GID Derivation to sdcardfs
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Remove redundant operation
2018-01-30 Daniel RosenbergANDROID: sdcardfs: add support for user permission...
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Refactor configfs interface
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Allow non-owners to touch
2018-01-30 Amit PundirANDROID: sdcardfs: eliminate the offset argument to...
2018-01-30 Amit PundirANDROID: sdcardfs: make it use new .rename i_op
2018-01-30 Amit PundirANDROID: sdcardfs: Propagate dentry down to inode_chang...
2018-01-30 Amit PundirANDROID: sdcardfs: get rid of 'parent' argument of...
2018-01-30 Amit PundirANDROID: sdcardfs: add parent pointer into dentry name...
2018-01-30 Amit PundirANDROID: sdcardfs: use wrappers to access i_mutex
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Fix locking issue with permision...
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Switch ->d_inode to d_inode()
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Change magic value
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Use per mount permissions
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Add gid and mask to private mount...
2018-01-30 Daniel RosenbergANDROID: sdcardfs: User new permission2 functions
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Move directory unlock before touch
2018-01-30 alvin_liangANDROID: sdcardfs: fix external storage exporting incor...
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Added top to sdcardfs_inode_info
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Switch package list to RCU
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Fix locking for permission fix up
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Check for other cases on path lookup
2018-01-30 Daniel RosenbergANDROID: sdcardfs: override umask on mkdir and create
2018-01-30 Julia LawallANDROID: sdcardfs: fix itnull.cocci warnings
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Truncate packages_gid.list on overflow
2018-01-30 Daniel RosenbergANDROID: sdcardfs: remove unneeded __init and __exit
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Remove unused code
2018-01-30 Daniel RosenbergANDROID: sdcardfs: remove effectless config option
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Add support for d_canonical_path
2018-01-30 Daniel RosenbergANDROID: sdcardfs: Bring up to date with Android M...
2018-01-30 Daniel CampelloANDROID: Changed type-casting in packagelist management
2018-01-30 Daniel CampelloANDROID: Port of sdcardfs to 4.4
2018-01-30 Daniel RosenbergANDROID: xattr: Pass EOPNOTSUPP to permission2
2018-01-30 Daniel RosenbergANDROID: vfs: Add permission2 for filesystems with...
2018-01-30 Daniel RosenbergANDROID: vfs: Add setattr2 for filesystems with per...
2018-01-30 Daniel RosenbergANDROID: vfs: Allow filesystems to access their private...
2018-01-30 Daniel RosenbergANDROID: fuse: Add support for d_canonical_path
2018-01-30 Daniel RosenbergANDROID: mnt: Add filesystem private data to mount...
2018-01-30 Daniel RosenbergANDROID: vfs: add d_canonical_path for stacked filesyst...
2018-01-30 Daniel CampelloANDROID: Included sdcardfs source code for kernel 3.0
2018-01-26 Kevin WangtaoBACKPORT: thermal/drivers/hisi: Add support for hi3660 SoC
2018-01-26 Kevin WangtaoBACKPORT: thermal/drivers/hisi: Prepare to add support...
2018-01-26 Kevin WangtaoBACKPORT: thermal/drivers/hisi: Add platform prefix...
2018-01-26 Kevin WangtaoBACKPORT: thermal/drivers/hisi: Put platform code together
2018-01-26 Kevin WangtaoBACKPORT: thermal/drivers/hisi: Use round up step value
2018-01-26 Kevin WangtaoBACKPORT: thermal/drivers/hisi: Move the clk setup...
2018-01-26 Daniel LezcanoBACKPORT: thermal/drivers/hisi: Remove mutex_lock in...
2018-01-26 Daniel LezcanoBACKPORT: thermal/drivers/hisi: Remove thermal data...
2018-01-26 Daniel LezcanoBACKPORT: thermal/drivers/hisi: Convert long to int
2018-01-26 Daniel LezcanoBACKPORT: thermal/drivers/hisi: Rename and remove unuse...
2018-01-26 Daniel LezcanoBACKPORT: thermal/drivers/hisi: Remove costly sensor...
2018-01-26 Daniel LezcanoBACKPORT: thermal/drivers/hisi: Fix configuration regis...
next