summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-08-07debugfs: Fix statfs() regression in 3.2.69Ben Hutchings1-0/+1
2015-08-07pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings1-23/+32
2015-08-07vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-08-07d_walk() might skip too muchAl Viro1-12/+12
2015-08-07fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-08-07fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-08-07jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong1-1/+6
2015-08-07ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-08-07ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-08-07nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-08-07nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig1-8/+11
2015-08-07ext4: move check under lock scope to close a race.Davide Italiano1-7/+10
2015-08-07fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson1-1/+8
2015-08-07Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-08-07ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-8/+10
2015-08-07btrfs: don't accept bare namespace as a valid xattrDavid Sterba1-13/+37
2015-08-07Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana1-3/+2
2015-05-09jfs: fix readdir regressionDave Kleikamp1-2/+2
2015-05-09NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust1-5/+5
2015-05-09fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-25/+40
2015-05-09ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-05-09hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2015-05-09cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-05-09pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov1-0/+10
2015-05-09nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi1-3/+4
2015-05-09fuse: set stolen page uptodateMiklos Szeredi1-2/+2
2015-05-09fuse: notify: don't move pagesMiklos Szeredi1-0/+3
2015-05-09eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks1-4/+32
2015-05-09NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust1-1/+1
2015-05-09nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44
2015-05-09xfs: ensure truncate forces zeroed blocks to diskDave Chinner3-27/+26
2015-05-09autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-05-09autofs4: check dev ioctl size before allocatingSasha Levin1-0/+3
2015-05-09debugfs: leave freeing a symlink body until inode evictionAl Viro1-18/+28
2015-05-09x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-2/+3
2015-05-09jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2015-05-09NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-05-09nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-05-09udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+13
2015-05-09udf: Remove repeated loads blocksizeJan Kara1-11/+8
2015-03-06nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44
2015-02-20splice: Apply generic position and size checks to each writeBen Hutchings2-4/+12
2015-02-20vfs: Fix vfsmount_lock imbalance in path_init()Ben Hutchings1-0/+1
2015-02-20dcache: Fix locking bugs in backported "deal with deadlock in d_walk()"Ben Hutchings1-1/+3
2015-02-20fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann1-6/+11
2015-02-20udf: Check component length before reading itJan Kara1-2/+7
2015-02-20udf: Check path length when reading symlinkJan Kara5-20/+48
2015-02-20udf: Treat symlink component of type 2 as /Jan Kara1-4/+10
2015-02-20udf: Verify symlink size before loading itJan Kara1-4/+13
2015-02-20udf: Verify i_size when loading inodeJan Kara1-0/+18