GitHub/LineageOS/android_kernel_samsung_universal7580.git
Author Commit
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Remove unnecessary lock
2018-10-11 Gao XiangANDROID: sdcardfs: use mount_nodev and fix a issue...
2018-10-11 Greg HackmannANDROID: sdcardfs: remove dead function open_flags_to_a...
2018-10-11 Daniel RosenbergANDROID: sdcardfs: d_splice_alias can return error...
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Check for NULL in revalidate
2018-10-11 Dmitry ShmidtANDROID: sdcardfs: Add linux/kref.h include
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Move top to its own struct
2018-10-11 Gao XiangANDROID: sdcardfs: fix sdcardfs_destroy_inode for the...
2018-10-11 Daniel RosebergANDROID: sdcardfs: Don't iput if we didn't igrab
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Call lower fs's revalidate
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Avoid setting GIDs outside of valid...
2018-10-11 Daniel RosenbergRevert "Android: sdcardfs: Don't do d_add for lower fs"
2018-10-11 Daniel RosenbergAndroid: sdcardfs: Don't complain in fixup_lower_ownership
2018-10-11 Daniel RosenbergAndroid: sdcardfs: Don't do d_add for lower fs
2018-10-11 Daniel RosenbergANDROID: sdcardfs: ->iget fixes
2018-10-11 Daniel RosenbergAndroid: sdcardfs: Change cache GID value
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Directly pass lower file for mmap
2018-10-11 Daniel RosenbergANDROID: sdcardfs: update module info
2018-10-11 Daniel RosenbergANDROID: sdcardfs: use d_splice_alias
2018-10-11 Daniel RosenbergANDROID: sdcardfs: fix ->llseek to update upper and...
2018-10-11 Daniel RosenbergANDROID: sdcardfs: copy lower inode attributes in ...
2018-10-11 Daniel RosenbergANDROID: sdcardfs: remove unnecessary call to do_munmap
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Fix style issues in macros
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Use seq_puts over seq_printf
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Use to kstrout
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Use pr_[...] instead of printk
2018-10-11 Daniel RosenbergANDROID: sdcardfs: remove unneeded null check
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Fix style issues with comments
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Fix formatting
2018-10-11 Daniel RosenbergANDROID: sdcardfs: correct order of descriptors
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Fix gid issue
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Use tabs instead of spaces in multiu...
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Remove uninformative prints
2018-10-11 Daniel RosenbergANDROID: sdcardfs: move path_put outside of spinlock
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Use case insensitive hash function
2018-10-11 Daniel RosenbergANDROID: sdcardfs: declare MODULE_ALIAS_FS
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Get the blocksize from the lower fs
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Use d_invalidate instead of drop_rec...
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Switch to internal case insensitive...
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Use spin_lock_nested
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Replace get/put with d_lock
2018-10-11 Daniel RosenbergANDROID: sdcardfs: rate limit warning print
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Fix case insensitive lookup
2018-10-11 alexax66Revert "sdcardfs: limit stacking depth"
2018-10-11 alexax66Revert "sdcardfs: Fix build for linux-3.10.y"
2018-10-11 Parth Bhatiasdcardfs: Fix build for linux-3.10.y
2018-10-11 Andrew Chantsdcardfs: limit stacking depth
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Don't bother deleting freelist
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Add missing path_put
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Fix incorrect hash
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Switch strcasecmp for internal call
2018-10-11 Daniel RosenbergANDROID: sdcardfs: switch to full_name_hash and qstr
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Add GID Derivation to sdcardfs
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Remove redundant operation
2018-10-11 Daniel RosenbergANDROID: sdcardfs: add support for user permission...
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Refactor configfs interface
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Allow non-owners to touch
2018-10-11 Daniel RosenbergANDROID: sdcardfs: implement vm_ops->page_mkwrite
2018-10-11 Daniel RosenbergANDROID: sdcardfs: support direct-IO (DIO) operations
2018-10-11 fluxisdcardfs: Flag files as non-mappable
2018-10-11 Daniel RosenbergANDROID: sdcardfs: Fix locking issue with permision...
2018-10-11 Daniel Rosenbergsdcardfs: Use per mount permissions
2018-10-11 Daniel Rosenbergsdcardfs: Add gid and mask to private mount data
2018-10-11 Daniel Rosenbergsdcardfs: User new permission2 functions
2018-10-11 Daniel Rosenbergsdcardfs: Move directory unlock before touch
2018-10-11 alvin_liangsdcardfs: fix external storage exporting incorrect uid
2018-10-11 Daniel Rosenbergsdcardfs: Added top to sdcardfs_inode_info
2018-10-11 Daniel Rosenbergsdcardfs: Switch package list to RCU
2018-10-11 Daniel Rosenbergsdcardfs: Fix locking for permission fix up
2018-10-11 Daniel Rosenbergsdcardfs: Check for other cases on path lookup
2018-10-11 Daniel Rosenbergsdcardfs: override umask on mkdir and create
2018-10-11 Julia LawallANDROID: sdcardfs: fix itnull.cocci warnings
2018-10-11 Daniel Rosenbergsdcardfs: Truncate packages_gid.list on overflow
2018-10-11 Daniel Rosenbergvfs: change d_canonical_path to take two paths
2018-10-11 Daniel Rosenbergsdcardfs: remove unneeded __init and __exit
2018-10-11 Daniel Rosenbergsdcardfs: Remove unused code
2018-10-11 Daniel Rosenbergsdcardfs: remove effectless config option
2018-10-11 Daniel Rosenbergsdcardfs: Add support for d_canonicalize
2018-10-11 Daniel Rosenbergsdcardfs: Bring up to date with Android M permissions:
2018-10-11 Daniel Campellosdcardfs: Changed type-cast in packagelist management
2018-10-11 Daniel Campellosdcardfs: port to 3.10
2018-10-11 Daniel CampelloInitial port of sdcardfs
2018-10-11 alexax66fs: remove Samsung's sdcardfs
2018-10-11 Paul Keithfs: sdfat: Fix compilation for 32-bit targets
2018-10-11 Paul Keithfs: sdfat: Update to version 2.0.6-lineage
2018-10-11 Paul Keithfs: sdfat: Add -lineage extraversion to SDFAT_VERSION
2018-10-11 Paul Keithfs: sdfat: Add config option to register sdFAT for...
2018-10-11 Paul Keithfs: sdfat: Add config option to register sdFAT for...
2018-10-11 Paul Keithfs: sdfat: Allow disabling sdfat
2018-10-11 Paul Keithfs: sdfat: Fix compilation without debugging
2018-10-11 Paul Keithfs: exfat: Allow disabling exfat
2018-10-11 Paul Keithfs: sdfat: Fix compilation on Linux 3.4
2018-10-11 Paul Keithfs: Add sdfat
2018-10-11 Strictedremove samsung sdfat
2018-10-11 Muralidharan... V4L/DVB (13571): v4l: Adding Digital Video Timings...
2018-10-11 Stricteddrivers: gpu: arm: t72x: r7p0: fix "platform_name"...
2018-10-11 Strictedsilence firmware warnings
2018-10-11 Apavayan Sinhafs: Fix the compile w/o ROOT Restriction enabled
2018-10-11 Amir Goldsteinsysrq: Emergency Remount R/O in reverse order
2018-10-11 Christopher... arm64: vdso: Define sigtramp offset if needed
next