aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-04-09proc: cleanup/simplify get_task_state/task_state_arrayOleg Nesterov
2015-03-19Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidlsk-v3.10-15.03-androidlinux-linaro-lsk-v3.10-androidAlex Shi
2015-03-19 Merge tag 'v3.10.72' into linux-linaro-lsklsk-v3.10-15.03linux-linaro-lsk-v3.10Alex Shi
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-16Merge branch 'linaro-android-3.10-lsk' ofAlex Shi
2015-03-15Merge branch 'android-3.10' of https://android.googlesource.com/kernel/common...Amit Pundir
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-10Merge branch 'linux-linaro-lsk' into linux-linaro-lsk-androidAlex Shi
2015-03-10 Merge tag 'v3.10.71' into linux-linaro-lskAlex Shi
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-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
2015-03-04Squashfs: add corruption check for type in squashfs_readdir()Phillip Lougher
2015-03-04Squashfs: add corruption check in get_dir_index_using_offset()Phillip Lougher
2015-03-04Squashfs: fix corruption checks in squashfs_readdir()Phillip Lougher
2015-03-04Squashfs: fix corruption checks in squashfs_lookup()Phillip Lougher
2015-03-04Squashfs: fix corruption check in get_dir_index_using_name()Phillip Lougher
2015-03-04Squashfs: Optimized uncompressed buffer loopManish Sharma
2015-03-04Squashfs: sanity check information from diskDan Carpenter
2015-03-04[readdir] constify ->actorAl Viro
2015-03-04[readdir] introduce ->iterate(), ctx->pos, dir_emit()Al Viro
2015-03-04[readdir] introduce iterate_dir() and dir_contextAl Viro
2015-03-04[readdir] convert squashfsAl Viro