summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-08-03ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-08-03ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-07-10vfs: Ignore unlocked mounts in fs_fully_visibleEric W. Biederman1-2/+6
2015-07-10vfs: Remove incorrect debugging WARN in prepend_pathEric W. Biederman1-11/+0
2015-07-10fs: Fix S_NOSEC handlingJan Kara1-2/+2
2015-07-04splice: Apply generic position and size checks to each writeBen Hutchings2-4/+12
2015-07-04Btrfs: make xattr replace operations atomicFilipe Manana4-65/+102
2015-06-29pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings1-23/+32
2015-06-23btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney1-0/+9
2015-06-23btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song1-1/+4
2015-06-06fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-06-06vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-06-06jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2-9/+19
2015-06-06ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-06-06ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2-9/+22
2015-06-06d_walk() might skip too muchAl Viro1-4/+4
2015-06-06fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-05-17deal with deadlock in d_walk()Al Viro1-15/+16
2015-05-17mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6
2015-05-17nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-17ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-13ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-06fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-28/+48
2015-05-06RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro1-2/+4
2015-05-06ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-9/+11
2015-05-06fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson1-1/+8
2015-05-06NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble1-1/+1
2015-05-06Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana1-0/+3
2015-05-06Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-05-06btrfs: don't accept bare namespace as a valid xattrDavid Sterba1-14/+39
2015-05-06Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana1-3/+2
2015-04-29proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov1-5/+9
2015-04-29mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner1-21/+40
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro16-59/+59
2015-04-19ioctx_alloc(): fix vma (and file) leak on failureAl Viro1-0/+3
2015-04-19ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-04-19cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-04-19cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu1-1/+2
2015-04-19btrfs: simplify insert_orphan_itemDavid Sterba1-12/+4
2015-04-13hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2015-03-26pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov1-0/+3
2015-03-26nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi1-3/+4
2015-03-26fuse: notify: don't move pagesMiklos Szeredi1-0/+3
2015-03-26fuse: set stolen page uptodateMiklos Szeredi1-2/+2
2015-03-18NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust1-1/+1
2015-03-18nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44
2015-03-18procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-03-18debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-03-18autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-03-18Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas1-1/+1