aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-05-01ANDROID: sdcardfs: Avoid setting GIDs outside of valid rangesDaniel Rosenberg
2017-05-01ANDROID: sdcardfs: Copy meta-data from lower inodeDaniel Rosenberg
2017-05-01Revert "Revert "Android: sdcardfs: Don't do d_add for lower fs""Daniel Rosenberg
2017-05-01ANDROID: sdcardfs: Use filesystem specific hashDaniel Rosenberg
2017-05-01Android: sdcardfs: Don't complain in fixup_lower_ownershipDaniel Rosenberg
2017-05-01ANDROID: sdcardfs: ->iget fixesDaniel Rosenberg
2017-05-01Android: sdcardfs: Change cache GID valueDaniel Rosenberg
2017-05-01BACKPORT: [UPSTREAM] ext2: convert to mbcache2Jan Kara
2017-05-01BACKPORT [UPSTREAM] ext4: convert to mbcache2Jan Kara
2017-05-01BACKPORT: [UPSTREAM] mbcache2: reimplement mbcacheJan Kara
2017-05-01ANDROID: sdcardfs: Directly pass lower file for mmapDaniel Rosenberg
2017-04-28Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-04-28 Merge tag 'v4.4.64' into linux-linaro-lsk-v4.4Alex Shi
2017-04-27CIFS: remove bad_network_name flagGermano Percossi
2017-04-27cifs: Do not send echoes before Negotiate is completeSachin Prabhu
2017-04-23Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-04-23 Merge tag 'v4.4.63' into linux-linaro-lsk-v4.4Alex Shi
2017-04-21ext4: fix inode checksum calculation problem if i_extra_size is smallDaeho Jeong
2017-04-21CIFS: store results of cifs_reopen_file to avoid infinite waitGermano Percossi
2017-04-21thp: fix MADV_DONTNEED vs clear soft dirty raceKirill A. Shutemov
2017-04-13Merge branch 'linux-linaro-lsk-v4.4' into linux-linaro-lsk-v4.4-androidAlex Shi
2017-04-13 Merge tag 'v4.4.61' into linux-linaro-lsk-v4.4Alex Shi
2017-04-12Reset TreeId to zero on SMB2 TREE_CONNECTJan-Marek Glogowski
2017-04-12sysfs: be careful of error returns from ops->show()NeilBrown
2017-04-10ANDROID: sdcardfs: update module infoDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: use d_splice_aliasDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: add read_iter/write_iter opeationsDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: fix ->llseek to update upper and lower offsetDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: copy lower inode attributes in ->ioctlDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: remove unnecessary call to do_munmapDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Fix style issues in macrosDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Use seq_puts over seq_printfDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Use to kstroutDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Use pr_[...] instead of printkDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: remove unneeded null checkDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Fix style issues with commentsDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Fix formattingDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: correct order of descriptorsDaniel Rosenberg
2017-04-10ANDROID: vfs: user permission2 in notify_change2Daniel Rosenberg
2017-04-10ANDROID: sdcardfs: Fix gid issueDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Use tabs instead of spaces in multiuser.hDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Remove uninformative printsDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: move path_put outside of spinlockDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Use case insensitive hash functionDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: declare MODULE_ALIAS_FSDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Get the blocksize from the lower fsDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Use d_invalidate instead of drop_recurisveDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Switch to internal case insensitive compareDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Use spin_lock_nestedDaniel Rosenberg
2017-04-10ANDROID: sdcardfs: Replace get/put with d_lockDaniel Rosenberg