aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ocfs2: fix journal commit deadlockJunxiao Bi2015-02-201-2/+14
* ceph: introduce global empty snap contextYan, Zheng2015-02-203-2/+36
* isofs: Fix infinite looping over CE entriesJan Kara2015-02-201-0/+6
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2015-02-201-1/+1
* ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara2015-02-201-1/+0
* Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2015-02-202-10/+6
* eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2015-02-201-1/+0
* writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo2015-02-201-7/+22
* writeback: Move I_DIRTY_PAGES handlingJan Kara2015-02-201-2/+3
* eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2015-02-202-15/+13
* ext4: make orphan functions be no-op in no-journal modeAnatol Pomozov2015-01-011-4/+3
* deal with deadlock in d_walk()Al Viro2015-01-011-39/+62
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-0118-73/+73
* udf: Avoid infinite loop when processing indirect ICBsJan Kara2015-01-011-14/+21
* nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust2014-12-141-2/+6
* block: Fix computation of merged request priorityJan Kara2014-12-141-6/+8
* ext4: bail out from make_indexed_dir() on first errorJan Kara2014-12-141-10/+17
* ext4: fix oops when loading block bitmap failedJan Kara2014-12-141-0/+4
* ext4: fix overflow when updating superblock backups after resizeJan Kara2014-12-141-1/+1
* nfsd4: fix crash on unknown operation numberJ. Bruce Fields2014-12-141-1/+2