aboutsummaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'cm-14.1' of https://github.com/LineageOS/android_kernel_oneplus...HEADn7.1Suraj Das2017-06-2521-106/+148
|\
| * fs/proc/array.c: make safe access to group_leaderAdrian Salido2017-06-141-5/+5
| * tmpfs: clear S_ISGID when setting posix ACLsGu Zheng2017-06-141-4/+2
| * BACKPORT: posix_acl: Clear SGID bit when setting file permissionsJan Kara2017-06-1414-103/+87
| * ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2017-05-231-0/+9
| * kernel: Fix potential refcount leak in su checkTom Marshall2017-05-191-1/+3
| * kernel: Only expose su when daemon is runningTom Marshall2017-05-113-0/+33
| * sdcardfs: limit stacking depthAndrew Chant2017-05-021-0/+7
| * BACKPORT: fs: limit filesystem stacking depthMiklos Szeredi2017-05-021-0/+7
* | proc: Remove verifiedbootstate flag from /proc/cmdlineandip712017-03-311-1/+27
* | fs: Add exFat support version 1.2.19andip712017-03-3127-0/+11599
* | fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara2017-03-311-1/+2
* | fs/buffer.c: increase the buffer-head per-CPU LRU sizeSebastien Buisson2017-03-311-1/+1
* | binfmt_elf.c: use get_random_int() to fix entropy depletingJeff Liu2017-03-311-1/+20
* | writeback: fix writeback cache thrashingNamjae Jeon2017-03-311-4/+0
* | fs: sync: add missing return if fsync is disabled from userspace.Francisco Franco2017-03-311-0/+3
* | fs: sync: enable fsync by default.franciscofranco2017-03-311-1/+1
* | Added fsync on/off support.franciscofranco2017-03-311-0/+25
* | Merge branch 'cm-14.1' of git://github.com/LineageOS/android_kernel_oneplus_m...Michael Bestas2017-03-012-0/+13
|\|
| * BACKPORT: aio: mark AIO pseudo-fs noexecNick Desaulniers2017-02-191-0/+4
| * ext4: validate s_first_meta_bg at mount timeEryu Guan2017-02-191-0/+9
* | Merge branch 'LA.BF.1.1.3_rb1.15' of https://source.codeaurora.org/quic/la/ke...Michael Bestas2017-03-011-4/+1
|\ \
| * \ Merge "block: fix use-after-free in sys_ioprio_get()" into LA.BF.1.1.3_rb1.15Linux Build Service Account2017-01-281-0/+2
| |\ \
| | * | block: fix use-after-free in sys_ioprio_get()Omar Sandoval2017-01-251-0/+2
| * | | pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings2017-01-241-23/+32
| |/ /
* | | Merge branch 'cm-14.1' of git://github.com/LineageOS/android_kernel_oneplus_m...Michael Bestas2017-02-041-1/+14
|\ \ \ | | |/ | |/|
| * | ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney2017-01-291-1/+14
* | | Merge branch 'cm-14.1' of git://github.com/LineageOS/android_kernel_oneplus_m...Michael Bestas2017-01-212-0/+10
|\| |
| * | splice: introduce FMODE_SPLICE_READ and FMODE_SPLICE_WRITELinus Torvalds2017-01-112-0/+10
* | | Merge branch 'cm-14.1' of git://github.com/CyanogenMod/android_kernel_oneplus...Michael Bestas2016-12-022-3/+2
|\| |
| * | sdcardfs: fix external storage exporting incorrect uidalvin_liang2016-11-291-1/+1
| * | sdcardfs: Flag files as non-mappablefluxi2016-11-291-0/+8
| * | sdcardfs: Remove stale dentries when reusing an inode.Daniel Rosenberg2016-11-291-1/+6
| * | sdcardfs: Fix issue with d_child moveDaniel Rosenberg2016-11-292-3/+3
| * | sdcardfs: Added top to sdcardfs_inode_infoDaniel Rosenberg2016-11-295-18/+80
| * | sdcardfs: Fix lockingDaniel Rosenberg2016-11-294-28/+20
| * | sdcardfs: Check for other cases on path lookupDaniel Rosenberg2016-11-291-0/+22
| * | sdcardfs: override umask on mkdir and createDaniel Rosenberg2016-11-292-35/+26
| * | ANDROID: sdcardfs: fix itnull.cocci warningsJulia Lawall2016-11-291-1/+1
| * | sdcardfs: Truncate packages_gid.list on overflowDaniel Rosenberg2016-11-291-3/+11
| * | fuse: Add support for d_canonical_pathDaniel Rosenberg2016-11-293-0/+53
| * | vfs: change d_canonical_path to take two pathsDaniel Rosenberg2016-11-292-2/+6
| * | sdcardfs: remove unneeded __init and __exitDaniel Rosenberg2016-11-291-2/+2
| * | sdcardfs: Remove unused codeDaniel Rosenberg2016-11-291-2/+0
| * | inotify: Fix erroneous update of bit countDaniel Rosenberg2016-11-291-1/+1
| * | sdcardfs: Add support for d_canonicalizeDaniel Rosenberg2016-11-295-32/+2
| * | vfs: add d_canonical_path for stacked filesystem supportDaniel Rosenberg2016-11-291-3/+14
| * | sdcardfs: Bring up to date with Android M permissions:Daniel Rosenberg2016-11-2910-611/+503
| * | sdcardfs: Changed type-cast in packagelist managementDaniel Campello2016-11-291-18/+20
| * | sdcardfs: Port to 3.4fluxi2016-11-298-290/+105