aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * 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