1. 2cedf8b ANDROID: sdcardfs: Fix style issues in macros by Daniel Rosenberg · 7 years ago
  2. 6ae39e8 ANDROID: sdcardfs: Use seq_puts over seq_printf by Daniel Rosenberg · 7 years ago
  3. 3c42d40 ANDROID: sdcardfs: Use to kstrout by Daniel Rosenberg · 7 years ago
  4. 77ecf21 ANDROID: sdcardfs: Use pr_[...] instead of printk by Daniel Rosenberg · 7 years ago
  5. b6704a8 ANDROID: sdcardfs: remove unneeded null check by Daniel Rosenberg · 7 years ago
  6. d64126c ANDROID: sdcardfs: Fix style issues with comments by Daniel Rosenberg · 7 years ago
  7. 5e024f6 ANDROID: sdcardfs: Fix formatting by Daniel Rosenberg · 7 years ago
  8. 9608a4a ANDROID: sdcardfs: correct order of descriptors by Daniel Rosenberg · 7 years ago
  9. 1ec1433 ANDROID: sdcardfs: Fix gid issue by Daniel Rosenberg · 7 years ago
  10. 32dc587 ANDROID: sdcardfs: Remove uninformative prints by Daniel Rosenberg · 7 years ago
  11. e2538da ANDROID: sdcardfs: move path_put outside of spinlock by Daniel Rosenberg · 7 years ago
  12. a8c2078 ANDROID: sdcardfs: Use case insensitive hash function by Daniel Rosenberg · 7 years ago
  13. 35ba5f6 ANDROID: sdcardfs: declare MODULE_ALIAS_FS by Daniel Rosenberg · 7 years ago
  14. 3884c2e ANDROID: sdcardfs: Get the blocksize from the lower fs by Daniel Rosenberg · 7 years ago
  15. 64386ed ANDROID: sdcardfs: Use d_invalidate instead of drop_recurisve by Daniel Rosenberg · 7 years ago
  16. 721274a ANDROID: sdcardfs: Switch to internal case insensitive compare by Daniel Rosenberg · 7 years ago
  17. dae31f8 ANDROID: sdcardfs: Use spin_lock_nested by Daniel Rosenberg · 7 years ago
  18. fb4d191 ANDROID: sdcardfs: Replace get/put with d_lock by Daniel Rosenberg · 7 years ago
  19. b434e57 ANDROID: sdcardfs: rate limit warning print by Daniel Rosenberg · 7 years ago
  20. fe0756d ANDROID: sdcardfs: Fix case insensitive lookup by Daniel Rosenberg · 7 years ago
  21. 85626b4 ANDROID: sdcardfs: support direct-IO (DIO) operations by Daniel Rosenberg · 7 years ago
  22. 055fc87 ANDROID: sdcardfs: implement vm_ops->page_mkwrite by Daniel Rosenberg · 7 years ago
  23. 1df4842 ANDROID: sdcardfs: Don't bother deleting freelist by Daniel Rosenberg · 7 years ago
  24. f61bc5a ANDROID: sdcardfs: Add missing path_put by Daniel Rosenberg · 7 years ago
  25. 8e818ff ANDROID: sdcardfs: Fix incorrect hash by Daniel Rosenberg · 7 years ago
  26. 5004c5f ANDROID: sdcardfs: Switch strcasecmp for internal call by Daniel Rosenberg · 7 years ago
  27. 52b7768 ANDROID: sdcardfs: switch to full_name_hash and qstr by Daniel Rosenberg · 8 years ago
  28. ad90525 ANDROID: sdcardfs: Add GID Derivation to sdcardfs by Daniel Rosenberg · 8 years ago
  29. 147f8ab ANDROID: sdcardfs: Remove redundant operation by Daniel Rosenberg · 8 years ago
  30. d8caaf9 ANDROID: sdcardfs: add support for user permission isolation by Daniel Rosenberg · 8 years ago
  31. f48ace1 ANDROID: sdcardfs: Refactor configfs interface by Daniel Rosenberg · 8 years ago
  32. 83d1cad ANDROID: sdcardfs: Allow non-owners to touch by Daniel Rosenberg · 8 years ago
  33. 71f1b59 ANDROID: sdcardfs: eliminate the offset argument to ->direct_IO by Amit Pundir · 8 years ago
  34. d4ae31b ANDROID: sdcardfs: make it use new .rename i_op by Amit Pundir · 8 years ago
  35. 82a2800 ANDROID: sdcardfs: Propagate dentry down to inode_change_ok() by Amit Pundir · 8 years ago
  36. c9bae39 ANDROID: sdcardfs: get rid of 'parent' argument of ->d_compare() by Amit Pundir · 8 years ago
  37. 48bc6d3 ANDROID: sdcardfs: add parent pointer into dentry name hash by Amit Pundir · 8 years ago
  38. b47e110 ANDROID: sdcardfs: use wrappers to access i_mutex by Amit Pundir · 8 years ago
  39. 3adfc03 ANDROID: sdcardfs: Fix locking issue with permision fix up by Daniel Rosenberg · 8 years ago
  40. 63d2076 ANDROID: sdcardfs: Switch ->d_inode to d_inode() by Daniel Rosenberg · 8 years ago
  41. 9021927 ANDROID: sdcardfs: Use per mount permissions by Daniel Rosenberg · 8 years ago
  42. 317e770 ANDROID: sdcardfs: Add gid and mask to private mount data by Daniel Rosenberg · 8 years ago
  43. 1844d9e ANDROID: sdcardfs: User new permission2 functions by Daniel Rosenberg · 8 years ago
  44. 9480415 ANDROID: sdcardfs: Move directory unlock before touch by Daniel Rosenberg · 8 years ago
  45. 2dd0dbb ANDROID: sdcardfs: fix external storage exporting incorrect uid by alvin_liang · 8 years ago
  46. 5080d24 ANDROID: sdcardfs: Added top to sdcardfs_inode_info by Daniel Rosenberg · 8 years ago
  47. fbd34b6 ANDROID: sdcardfs: Switch package list to RCU by Daniel Rosenberg · 8 years ago
  48. cb1b945 ANDROID: sdcardfs: Fix locking for permission fix up by Daniel Rosenberg · 8 years ago
  49. 7c4dcd2 ANDROID: sdcardfs: Check for other cases on path lookup by Daniel Rosenberg · 8 years ago
  50. 2b31462 ANDROID: sdcardfs: override umask on mkdir and create by Daniel Rosenberg · 8 years ago
  51. 774e441 ANDROID: sdcardfs: fix itnull.cocci warnings by Julia Lawall · 8 years ago
  52. 0de3b4c ANDROID: sdcardfs: Truncate packages_gid.list on overflow by Daniel Rosenberg · 8 years ago
  53. 973117c ANDROID: vfs: change d_canonical_path to take two paths by Daniel Rosenberg · 8 years ago
  54. cfdb665 ANDROID: sdcardfs: remove unneeded __init and __exit by Daniel Rosenberg · 8 years ago
  55. 04c3dee ANDROID: sdcardfs: Remove unused code by Daniel Rosenberg · 8 years ago
  56. 4665ac89 ANDROID: sdcardfs: remove effectless config option by Daniel Rosenberg · 8 years ago
  57. a782a79 ANDROID: sdcardfs: Add support for d_canonical_path by Daniel Rosenberg · 8 years ago
  58. 497ac90 ANDROID: sdcardfs: Bring up to date with Android M permissions: by Daniel Rosenberg · 8 years ago
  59. 5d3b416 ANDROID: Changed type-casting in packagelist management by Daniel Campello · 9 years ago
  60. d1d080c ANDROID: Port of sdcardfs to 4.4 by Daniel Campello · 9 years ago
  61. 35c9e24 ANDROID: Included sdcardfs source code for kernel 3.0 by Daniel Campello · 9 years ago