summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-06-19don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro
2015-06-19autofs4: check dev ioctl size before allocatingSasha Levin
2015-06-19fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn
2015-06-19splice: Apply generic position and size checks to each writeBen Hutchings
2015-06-19ocfs2: _really_ sync the right rangeAl Viro
2015-06-19cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp
2015-06-19hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov
2015-06-19fuse: set stolen page uptodateMiklos Szeredi
2015-06-19fuse: notify: don't move pagesMiklos Szeredi
2015-06-19eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks
2015-06-19NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust
2015-06-19nilfs2: fix potential memory overrun on inodeRyusuke Konishi
2015-06-19autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro
2015-06-19debugfs: leave freeing a symlink body until inode evictionAl Viro
2015-06-19jffs2: fix handling of corrupted summary lengthChen Jie
2015-06-19NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust
2015-04-14nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi
2015-04-14fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann
2015-04-14jfs: fix readdir regressionDave Kleikamp
2015-04-14pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov
2015-04-14nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi
2015-04-14deal with deadlock in d_walk()Al Viro
2015-04-14move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2015-04-14x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert
2015-04-14udf: Check component length before reading itJan Kara
2015-04-14udf: Check path length when reading symlinkJan Kara
2015-04-14udf: Verify symlink size before loading itJan Kara
2015-04-14udf: Verify i_size when loading inodeJan Kara
2015-04-14isofs: Fix unchecked printing of ER recordsJan Kara
2015-04-14ocfs2: fix journal commit deadlockJunxiao Bi
2015-04-14isofs: Fix infinite looping over CE entriesJan Kara
2015-04-14genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2015-04-14ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara
2015-04-14Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana
2015-04-14eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow
2015-04-14writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo
2015-04-14writeback: Move I_DIRTY_PAGES handlingJan Kara
2015-04-14eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks
2015-04-14nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust
2015-02-02NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust
2015-02-02nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara
2015-02-02block: Fix computation of merged request priorityJan Kara
2015-02-02Btrfs: fix kfree on list_head in btrfs_lookup_csums_range error cleanupChris Mason
2015-02-02ext4: bail out from make_indexed_dir() on first errorJan Kara
2015-02-02ext4: fix oops when loading block bitmap failedJan Kara
2015-02-02ext4: fix overflow when updating superblock backups after resizeJan Kara
2015-02-02nfsd4: fix crash on unknown operation numberJ. Bruce Fields
2015-02-02ext3: Don't check quota format when there are no quota filesJan Kara
2015-02-02ext4: fix reservation overflow in ext4_da_write_beginEric Sandeen
2015-02-02ext4: add ext4_iget_normal() which is to be used for dir tree lookupsTheodore Ts'o