summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-11-30ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2016-11-30proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-09-27Revert "vfs: make AIO use the proper rw_verify_area() area helpers"android-wear-6.0.1_r0.74android-x86-glacier-3.10-marshmallow-mr1-wear-releaseTasayco Loarte, VictorX
2016-09-26fs: ext4: disable support for fallocate FALLOC_FL_PUNCH_HOLENick Desaulniers
2016-09-26UPSTREAM: ecryptfs: forbid opening files without mmap handlerJann Horn
2016-09-13vfs: make AIO use the proper rw_verify_area() area helpersLinus Torvalds
2016-07-21AIO: properly check iovec sizesGreg Kroah-Hartman
2016-07-21BACKPORT: f2fs: add a max block check for get_data_block_bmapMark Salyzyn
2016-04-15pipe: Fix buffer offset after partially failed readBen Hutchings
2016-04-15pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings
2016-03-25BACKPORT: pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov
2015-11-24pstore: remove id on console and ftrace entries to comply with Android userspaceJeremy Rocher
2015-08-07Modified the conflicted files during kernel merge of 3.10.72Seokjae Byun
2015-08-07Merge remote-tracking branch 'remotes/kernel_3.10.72/kernel_3.10.72' into ker...Seokjae Byun
2015-03-27ext4: Replace open coded mdata csum feature to helper functionDmitry Monakhov
2015-03-25Merge branch 'linux-3.10.y' into android-3.10.yGreg Hackmann
2015-03-25Merge branch 'android-3.10' into android-3.10.yGreg Hackmann
2015-03-18nilfs2: fix potential memory overrun on inodeRyusuke Konishi
2015-03-18procfs: fix race between symlink removals and traversalsAl Viro
2015-03-18debugfs: leave freeing a symlink body until inode evictionAl Viro
2015-03-18autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-03-18Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas
2015-03-18Btrfs: fix data loss in the fast fsync pathFilipe Manana
2015-03-18btrfs: fix lost return value due to variable shadowingDavid Sterba
2015-03-13fs: ecryptfs: readdir: constify actorAmit Pundir
2015-03-09proc: make oom adjustment files user read-onlyRom Lemarchand
2015-03-09Revert "Grants system server access to /proc/<pid>/oom_adj for Android applic...Rom Lemarchand
2015-03-06x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert
2015-03-06jffs2: fix handling of corrupted summary lengthChen Jie
2015-03-06NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust
2015-03-06nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton
2015-03-06xfs: set superblock buffer type correctlyDave Chinner
2015-03-06xfs: inode unlink does not set AGI buffer typeDave Chinner
2015-03-06xfs: ensure buffer types are set correctlyDave Chinner
2015-03-06fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak
2015-03-05[REVERTME] Revert "pstore: Fix duplicate {console,ftrace}-efi entries"Jeremy Rocher
2015-03-04Squashfs: Add LZ4 compression configuration optionPhillip Lougher
2015-03-04Squashfs: add LZ4 compression supportPhillip Lougher
2015-03-04fs/squashfs/super.c: logging cleanupFabian Frederick
2015-03-04fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2015-03-04fs/squashfs/squashfs.h: replace pr_warning by pr_warnFabian Frederick
2015-03-04fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2015-03-04Squashfs: fix failure to unlock pages on decompress errorPhillip Lougher
2015-03-04Squashfs: Check stream is not NULL in decompressor_multi.cPhillip Lougher
2015-03-04Squashfs: Directly decompress into the page cache for file dataPhillip Lougher
2015-03-04Squashfs: Restructure squashfs_readpage()Phillip Lougher
2015-03-04Squashfs: Generalise paging handling in the decompressorsPhillip Lougher
2015-03-04Squashfs: add multi-threaded decompression using percpu variablePhillip Lougher
2015-03-04squashfs: Enhance parallel I/OMinchan Kim
2015-03-04Squashfs: Refactor decompressor interface and codePhillip Lougher