summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-06Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-05-06Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana1-3/+2
2015-04-29dcache: Fix locking bugs in backported "deal with deadlock in d_walk()"Ben Hutchings1-1/+3
2015-04-29deal with deadlock in d_walk()Al Viro1-40/+62
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro16-70/+70
2015-04-29splice: Apply generic position and size checks to each writeBen Hutchings2-5/+11
2015-04-29jfs: fix readdir regressionDave Kleikamp1-2/+2
2015-04-29remove extra definitions of U32_MAXAlex Elder1-4/+0
2015-04-29conditionally define U32_MAXAlex Elder1-0/+2
2015-04-19pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov1-0/+10
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-13hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
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-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
2015-03-18Btrfs: fix data loss in the fast fsync pathFilipe Manana1-28/+28
2015-03-18btrfs: fix lost return value due to variable shadowingDavid Sterba1-1/+0
2015-03-06x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-2/+3
2015-03-06jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2015-03-06NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-03-06nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-03-06xfs: set superblock buffer type correctlyDave Chinner1-0/+1
2015-03-06xfs: inode unlink does not set AGI buffer typeDave Chinner1-0/+2
2015-03-06xfs: ensure buffer types are set correctlyDave Chinner1-0/+4
2015-02-11ext4: prevent bugon on race between write/fcntlDmitry Monakhov1-4/+4
2015-02-11nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44
2015-02-05pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring1-2/+52
2015-02-05pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX1-0/+2
2015-02-05pstore: skip zero size persistent ram buffer in traverseLiu ShuoX1-5/+5
2015-02-05pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX1-1/+2
2015-02-05pstore: d_alloc_name() doesn't return an ERR_PTRDan Carpenter1-2/+1
2015-02-05pstore: Fail to unlink if a driver has not defined pstore_eraseAruna Balakrishnaiah1-0/+2
2015-02-05NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-02-05nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-01-29ext4: fix warning in ext4_da_update_reserve_space()Jan Kara3-5/+20
2015-01-29quota: provide interface for readding allocated space into reserved spaceJan Kara2-2/+55
2015-01-27fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann1-6/+11
2015-01-27LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust1-4/+4
2015-01-27NFSv4.1: Fix client id trunking on LinuxTrond Myklebust1-9/+8
2015-01-16Btrfs: don't delay inode ref updates during log replayChris Mason1-0/+8
2015-01-16nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi2-11/+36