summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-05-16mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6
2015-05-16nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-16ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-15fs/seq_file: fallback to vmalloc allocationHeiko Carstens1-9/+21
2015-05-15seq_file: always clear m->count when we free m->bufAl Viro1-1/+2
2015-05-15/proc/stat: convert to single_open_size()Heiko Carstens1-20/+2
2015-05-15ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-15fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-28/+48
2015-05-15RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro1-2/+4
2015-05-04ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-9/+11
2015-05-04fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson1-1/+8
2015-04-30Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana1-0/+3
2015-04-30Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-04-30btrfs: don't accept bare namespace as a valid xattrDavid Sterba1-13/+37
2015-04-30Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana1-3/+2
2015-04-27proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov1-5/+10
2015-04-27mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner1-21/+40
2015-04-22ioctx_alloc(): fix vma (and file) leak on failureAl Viro1-0/+3
2015-04-22ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-04-22cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-04-22remove extra definitions of U32_MAXAlex Elder1-4/+0
2015-04-22conditionally define U32_MAXAlex Elder1-0/+2
2015-04-09hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2015-04-09Btrfs: don't delay inode ref updates during log replayChris Mason1-0/+8
2015-04-09NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust4-10/+17
2015-04-09pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov1-0/+3
2015-04-09nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi1-3/+4
2015-04-09fuse: notify: don't move pagesMiklos Szeredi1-0/+3
2015-04-09fuse: set stolen page uptodateMiklos Szeredi1-2/+2
2015-03-16NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust1-1/+1
2015-03-16nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44
2015-03-12splice: Apply generic position and size checks to each writeBen Hutchings2-4/+12
2015-03-12procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-03-12debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-03-12autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-03-12Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas1-1/+1
2015-03-12Btrfs: fix data loss in the fast fsync pathFilipe Manana1-28/+28
2015-03-12btrfs: fix lost return value due to variable shadowingDavid Sterba1-1/+0
2015-03-05x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-2/+3
2015-03-05btrfs: set proper message level for skinny metadataDavid Sterba1-1/+1
2015-03-05jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2015-03-05xfs: Fix quota type in quota structures when reusing quota fileJan Kara1-0/+5
2015-03-02NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-03-02nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-03-02xfs: set superblock buffer type correctlyDave Chinner1-0/+1
2015-03-02xfs: inode unlink does not set AGI buffer typeDave Chinner1-0/+2
2015-03-02xfs: ensure buffer types are set correctlyDave Chinner1-0/+4
2015-02-16udf: Check component length before reading itJan Kara1-2/+7
2015-02-16udf: Check path length when reading symlinkJan Kara5-20/+48
2015-02-16udf: Verify i_size when loading inodeJan Kara1-0/+18