aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ANDROID: sdcardfs: update module infoDaniel Rosenberg2017-04-131-4/+9
* ANDROID: fs: Export free_fs_struct and set_fs_pwdGuenter Roeck2017-04-131-0/+2
* ANDROID: sdcardfs: use d_splice_aliasDaniel Rosenberg2017-04-131-16/+39
* ANDROID: sdcardfs: fix ->llseek to update upper and lower offsetDaniel Rosenberg2017-04-131-1/+24
* ANDROID: sdcardfs: copy lower inode attributes in ->ioctlDaniel Rosenberg2017-04-131-0/+4
* ANDROID: sdcardfs: remove unnecessary call to do_munmapDaniel Rosenberg2017-04-131-6/+0
* ANDROID: sdcardfs: Fix style issues in macrosDaniel Rosenberg2017-04-132-12/+12
* ANDROID: sdcardfs: Use seq_puts over seq_printfDaniel Rosenberg2017-04-131-1/+1
* ANDROID: sdcardfs: Use to kstroutDaniel Rosenberg2017-04-131-1/+7
* ANDROID: sdcardfs: Use pr_[...] instead of printkDaniel Rosenberg2017-04-138-50/+43
* ANDROID: sdcardfs: remove unneeded null checkDaniel Rosenberg2017-04-133-6/+3
* ANDROID: sdcardfs: Fix style issues with commentsDaniel Rosenberg2017-04-133-22/+5
* ANDROID: sdcardfs: Fix formattingDaniel Rosenberg2017-04-1310-259/+312
* ANDROID: sdcardfs: correct order of descriptorsDaniel Rosenberg2017-04-131-1/+3
* ANDROID: sdcardfs: Fix gid issueDaniel Rosenberg2017-04-132-14/+6
* ANDROID: sdcardfs: Use tabs instead of spaces in multiuser.hDaniel Rosenberg2017-04-131-11/+11
* ANDROID: sdcardfs: Remove uninformative printsDaniel Rosenberg2017-04-134-30/+1
* ANDROID: sdcardfs: move path_put outside of spinlockDaniel Rosenberg2017-04-131-1/+6
* ANDROID: sdcardfs: Use case insensitive hash functionDaniel Rosenberg2017-04-131-1/+10
* ANDROID: sdcardfs: declare MODULE_ALIAS_FSDaniel Rosenberg2017-04-131-0/+1
* ANDROID: sdcardfs: Get the blocksize from the lower fsDaniel Rosenberg2017-04-131-12/+9
* ANDROID: sdcardfs: Use d_invalidate instead of drop_recurisveDaniel Rosenberg2017-04-133-41/+1
* ANDROID: sdcardfs: Switch to internal case insensitive compareDaniel Rosenberg2017-04-134-13/+10
* ANDROID: sdcardfs: Use spin_lock_nestedDaniel Rosenberg2017-04-131-2/+2
* ANDROID: sdcardfs: Replace get/put with d_lockDaniel Rosenberg2017-04-131-13/+19
* ANDROID: sdcardfs: rate limit warning printDaniel Rosenberg2017-04-131-2/+3
* ANDROID: sdcardfs: Fix case insensitive lookupDaniel Rosenberg2017-04-131-17/+51
* timerfd: Remove an always true checkDan Carpenter2017-04-131-2/+1
* timerfd: Implement timerfd_ioctl method to restore timerfd_ctx::ticks, v3Cyrill Gorcunov2017-04-131-0/+37
* timerfd: Implement show_fdinfo methodCyrill Gorcunov2017-04-131-1/+33
* ANDROID: Put KUSER_HELPERS disable behind configmspector2017-04-131-4/+4
* ANDROID: Fixing incorrect return value on errormspector2017-04-131-2/+6
* ANDROID: Fix for building non-arm64mspector2017-04-131-0/+2
* ANDROID: Support to disable arm32 Kuser_Helpersmspector2017-04-131-5/+102
* f2fs: use __set{__clear}_bit_leJaegeuk Kim2017-04-131-3/+3
* f2fs: update_free_nid_bitmap() can be statickbuild test robot2017-04-131-2/+2
* f2fs: __update_nat_bits() can be statickbuild test robot2017-04-131-1/+1
* f2fs: le16_to_cpu for xattr->e_value_sizeJaegeuk Kim2017-04-131-1/+3
* f2fs: don't overwrite node block by SSRJaegeuk Kim2017-04-131-0/+6
* f2fs: don't need to invalidate wrong node pageJaegeuk Kim2017-04-131-1/+4
* f2fs: fix an error return value in truncate_partial_data_pageYunlei He2017-04-131-1/+1
* fscrypt: catch up to v4.11-rc1Jaegeuk Kim2017-04-1312-378/+501
* f2fs: avoid to flush nat journal entriesJaegeuk Kim2017-04-131-1/+1
* f2fs: avoid to issue redundant discard commandsJaegeuk Kim2017-04-131-0/+2
* f2fs: fix a plint compile warningHou Pengyang2017-04-131-1/+1
* f2fs: add f2fs_drop_inode tracepointHou Pengyang2017-04-131-2/+5
* f2fs: Fix zoned block device supportMasato Suzuki2017-04-131-23/+48
* f2fs: remove redundant set_page_dirty()Yunlei He2017-04-131-2/+1
* f2fs: fix to enlarge size of write_io_dummy mempoolChao Yu2017-04-131-1/+1
* f2fs: fix memory leak of write_io_dummy mempool during umountChao Yu2017-04-131-1/+2