aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* f2fs: rename {add,remove,release}_dirty_inode to {add,remove,release}_ino_entryChao Yu2017-04-135-12/+12
* f2fs: add symbol to avoid any confusion with toolsJaegeuk Kim2017-04-131-1/+2
* f2fs: do more integrity verification for superblockChao Yu2017-04-131-0/+98
* f2fs: fix to update variable correctly when skip a unmapped blockFan Li2017-04-131-0/+1
* f2fs: write only the pages in range during defragmentFan Li2017-04-131-1/+1
* f2fs: clean up node page updating flowChao Yu2017-04-131-11/+15
* f2fs: use lock_buffer when changing superblockJaegeuk Kim2017-04-131-0/+4
* f2fs: refactor f2fs_commit_superJaegeuk Kim2017-04-131-12/+20
* f2fs: enhance the bit operation for SSRJaegeuk Kim2017-04-131-30/+20
* f2fs: fix to convert inline inode in ->setattrChao Yu2017-04-131-0/+8
* f2fs: use sbi->blocks_per_seg to avoid unnecessary calculationChao Yu2017-04-135-9/+7
* f2fs: kill f2fs_drop_largest_extentChao Yu2017-04-133-13/+0
* f2fs: clean up argument of recover_dataChao Yu2017-04-131-4/+3
* f2fs: clean up code with __has_cursum_spaceChao Yu2017-04-131-2/+2
* f2fs: clean up error path in f2fs_readdirChao Yu2017-04-131-8/+6
* f2fs: do not recover from previous remained wrong dnodesJaegeuk Kim2017-04-131-1/+30
* f2fs: avoid deadlock in f2fs_shrink_extent_treeJaegeuk Kim2017-04-131-3/+4
* f2fs: fix to report error in f2fs_readdirChao Yu2017-04-131-2/+7
* f2fs: clear page uptodate when dropping cache for atomic writeChao Yu2017-04-131-0/+1
* f2fs: optimize __find_rev_next_bitFan Li2017-04-131-28/+18
* f2fs: fix to remove directory inode from dirty listChao Yu2017-04-131-1/+3
* f2fs: fix to enable missing ioctl interfaces in ->compat_ioctlChao Yu2017-04-132-2/+19
* f2fs: fix memory leak of kobject in error path of fill_superChao Yu2017-04-131-0/+2
* f2fs: support file defragmentChao Yu2017-04-133-1/+208
* f2fs: commit atomic written page in LFS modeChao Yu2017-04-131-0/+1
* f2fs: report error of f2fs_create_root_statsChao Yu2017-04-133-5/+12
* f2fs: Fix a system panic caused by f2fs_follow_linkYunlei He2017-04-131-1/+6
* f2fs: catch up to v4.4-rc1Jaegeuk Kim2017-04-1335-3668/+14327
* BACKPORT: nl80211: Stop scheduled scan if netlink client disappearsJukka Rissanen2017-04-135-1/+41
* nl80211: fix scheduled scan RSSI matchset attribute confusionJohannes Berg2017-04-133-17/+83
* BACKPORT: cfg80211: allow userspace to take ownership of interfacesJohannes Berg2017-04-135-1/+117
* sdcardfs: drop_recursive : d_u.d_child -> d_child moveMister Oyster2017-04-131-1/+1
* ANDROID: sdcardfs: support direct-IO (DIO) operationsDaniel Rosenberg2017-04-132-17/+5
* ANDROID: sdcardfs: implement vm_ops->page_mkwriteDaniel Rosenberg2017-04-131-0/+34
* ANDROID: sdcardfs: Don't bother deleting freelistDaniel Rosenberg2017-04-131-1/+2
* ANDROID: sdcardfs: Add missing path_putDaniel Rosenberg2017-04-131-0/+1
* ANDROID: sdcardfs: Fix incorrect hashDaniel Rosenberg2017-04-131-2/+6
* ANDROID: sdcardfs: Switch strcasecmp for internal callDaniel Rosenberg2017-04-136-58/+78
* ANDROID: sdcardfs: switch to full_name_hash and qstrDaniel Rosenberg2017-04-131-81/+108
* ANDROID: sdcardfs: Add GID Derivation to sdcardfsDaniel Rosenberg2017-04-137-60/+429
* Revert "sdcardfs: Flag files as non-mappable"Mister Oyster2017-04-133-15/+0
* ANDROID: sdcardfs: Remove redundant operationDaniel Rosenberg2017-04-131-11/+0
* ANDROID: sdcardfs: add support for user permission isolationDaniel Rosenberg2017-04-133-40/+284
* net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2017-04-136-2/+38
* ipv6: sysctl to restrict candidate source addressesErik Kline2017-04-134-1/+27
* net: Fail explicit bind to local reserved portsSubash Abhinov Kasiviswanathan2017-04-136-0/+28
* defconfig: disable ksm/uksm, performance gains are not worth the battery tradeMoyster2017-04-131-2/+2
* UPSTREAM: zram/zcomp: do not zero out zcomp private pagesSergey Senozhatsky2017-04-132-4/+4
* UPSTREAM: zram: pass gfp from zcomp frontend to backendMinchan Kim2017-04-134-34/+23
* UPSTREAM: zram: try vmalloc() after kmalloc()Kyeongdon Kim2017-04-132-4/+42