aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings2015-08-071-23/+32
* vfs: read file_handle only once in handle_to_pathSasha Levin2015-08-071-2/+3
* d_walk() might skip too muchAl Viro2015-08-071-12/+12
* fs, omfs: add NULL terminator in the end up the token listSasha Levin2015-08-071-1/+2
* fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton2015-08-071-1/+1
* jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2015-08-071-1/+6
* ext4: check for zero length extent explicitlyEryu Guan2015-08-071-1/+1
* ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi2015-08-071-0/+13
* nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2015-08-071-1/+1
* nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig2015-08-071-8/+11
* ext4: move check under lock scope to close a race.Davide Italiano2015-08-071-7/+10
* fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson2015-08-071-1/+8
* Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana2015-08-071-0/+5
* ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner2015-08-071-8/+10
* btrfs: don't accept bare namespace as a valid xattrDavid Sterba2015-08-071-13/+37
* Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana2015-08-071-3/+2
* jfs: fix readdir regressionDave Kleikamp2015-05-091-2/+2
* NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust2015-05-091-5/+5
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-05-091-25/+40
* ocfs2: _really_ sync the right rangeAl Viro2015-05-091-4/+10
* hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov2015-05-091-9/+11
* cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp2015-05-091-0/+1
* pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2015-05-091-0/+10
* nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi2015-05-091-3/+4
* fuse: set stolen page uptodateMiklos Szeredi2015-05-091-2/+2
* fuse: notify: don't move pagesMiklos Szeredi2015-05-091-0/+3
* eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks2015-05-091-4/+32
* NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust2015-05-091-1/+1
* nilfs2: fix potential memory overrun on inodeRyusuke Konishi2015-05-091-3/+44
* xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-05-093-27/+26
* autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-05-091-2/+6
* autofs4: check dev ioctl size before allocatingSasha Levin2015-05-091-0/+3
* debugfs: leave freeing a symlink body until inode evictionAl Viro2015-05-091-18/+28
* x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-05-091-2/+3
* jffs2: fix handling of corrupted summary lengthChen Jie2015-05-091-0/+5
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-05-091-1/+3
* nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton2015-05-091-3/+5
* udf: Check length of extended attributes and allocation descriptorsJan Kara2015-05-091-0/+13
* udf: Remove repeated loads blocksizeJan Kara2015-05-091-11/+8
* nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi2015-03-063-7/+44
* splice: Apply generic position and size checks to each writeBen Hutchings2015-02-202-4/+12
* vfs: Fix vfsmount_lock imbalance in path_init()Ben Hutchings2015-02-201-0/+1
* dcache: Fix locking bugs in backported "deal with deadlock in d_walk()"Ben Hutchings2015-02-201-1/+3
* fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann2015-02-201-6/+11
* udf: Check component length before reading itJan Kara2015-02-201-2/+7
* udf: Check path length when reading symlinkJan Kara2015-02-205-20/+48
* udf: Treat symlink component of type 2 as /Jan Kara2015-02-201-4/+10
* udf: Verify symlink size before loading itJan Kara2015-02-201-4/+13
* udf: Verify i_size when loading inodeJan Kara2015-02-201-0/+18
* isofs: Fix unchecked printing of ER recordsJan Kara2015-02-201-0/+3