aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc: Remove additional SafetyNet flags from /proc/cmdlineSultanxda2019-08-161-19/+26
* proc: Remove verifiedbootstate flag from /proc/cmdlineSultanxda2019-08-161-1/+27
* jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o2019-08-151-1/+1
* ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o2019-08-153-56/+3
* ext4: add corruption check in ext4_xattr_set_entry()Theodore Ts'o2019-08-151-8/+14
* ext4: always verify the magic number in xattr blocksTheodore Ts'o2019-08-151-3/+3
* Make file credentials available to the seqfile interfacesLinus Torvalds2019-08-151-3/+4
* ext4: add more inode number paranoia checksTheodore Ts'o2019-08-153-6/+7
* ext4: verify the depth of extent tree in ext4_find_extent()Theodore Ts'o2019-08-152-0/+7
* ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o2019-08-151-0/+5
* ext4: only look at the bg_flags field if it is validTheodore Ts'o2019-08-154-6/+36
* LLVMLINUX: fs, LLVMLinux: Remove warning from COMPATIBLE_IOCTLMark Charlebois2019-08-151-1/+1
* ANDROID: cpufreq_stat: add per task/uid/freq statsAndres Oportus2019-08-151-0/+7
* tmpfs: clear S_ISGID when setting posix ACLsGu Zheng2019-08-151-5/+4
* fs/exec: fix use after free in execveAndrea Arcangeli2019-08-151-1/+5
* kernel: Fix potential refcount leak in su checkTom Marshall2019-08-151-1/+3
* kernel: Only expose su when daemon is runningTom Marshall2019-08-153-0/+28
* Add /proc/pid/smaps_rollupDaniel Colascione2019-08-153-57/+129
* Fix uninitialized variablesAlberto972019-08-151-2/+2
* fs: import f2fs legacyVachounet2019-08-1534-1/+23293
* sdcardfs: set lower fs xattr at mountingShiyong Li2018-12-135-4/+27
* Revert "ANDROID: xattr: Pass EOPNOTSUPP to permission2"Eduardo Ferreira2018-12-132-3/+1
* lowmemorykiller: 32bit system lmk changeRafael Fantinelli2018-12-072-0/+10
* Revert "btrfs: use pagevec_lookup_range_tag()"a7301c2018-12-071-4/+15
* Revert "ceph: use pagevec_lookup_range_tag()"a7301c2018-12-071-1/+1
* Revert "ext4: use pagevec_lookup_range_tag()"a7301c2018-12-071-2/+12
* Revert "f2fs: use pagevec_lookup_range_tag()"a7301c2018-12-071-2/+7
* Revert "f2fs: simplify page iteration loops"a7301c2018-12-072-28/+50
* Revert "f2fs: use find_get_pages_tag() for looking up single page"a7301c2018-12-071-7/+6
* Revert "gfs2: use pagevec_lookup_range_tag()"a7301c2018-12-071-2/+18
* Revert "nilfs2: use pagevec_lookup_range_tag()"a7301c2018-12-071-2/+6
* Revert "mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()"a7301c2018-12-0710-20/+22
* Revert "f2fs: let sync node IO interrupt async one"a7301c2018-12-077-37/+9
* ANDROID: sdcardfs: Don't use OVERRIDE_CRED macroDaniel Rosenberg2018-12-074-194/+82
* ANDROID: sdcardfs: Change current->fs under lockDaniel Rosenberg2018-12-071-2/+12
* Revert "Revert "rtc: alarm: Add power-on alarm feature""a7301c2018-12-071-13/+19
* sdcardfs: don't depend on reserved_mb to check free spaceShiyong Li2018-12-071-24/+21
* Revert "(CR) sdcardfs: reserve 8 MB for non-media storage"kalathik2018-12-071-2/+2
* Read pmsg_size from device tree to allocate pmsgkalathik2018-12-071-1/+7
* fs:Change the motorola f2fs to f2fs_legacya176712018-12-073-0/+3
* exfat: avoid uniname accessing invalid addresssunyue52018-12-071-0/+4
* sdcardfs: reserve 8 MB for non-media storageShiyong Li2018-12-071-2/+2
* sdcardfs: check the free space before creating filesShiyong Li2018-12-071-1/+10
* Exfat: Set default as case insensitivitykalathik2018-12-071-1/+1
* sdcardfs:Check the free space before creating filesa176712018-12-071-0/+5
* integrated multispace feature to Android Okangwei52018-12-072-0/+32
* sdcardfs: support multiple writers of xattr "user.dwriter"Shiyong Li2018-12-076-44/+54
* sdcardfs: user.relatime: support wildcard path and exceptionShiyong Li2018-12-073-16/+47
* sdcardfs: support directory firstwriter xattrShiyong Li2018-12-076-0/+163
* sdcardfs: support partial relatime updateShiyong Li2018-12-074-0/+59