summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* btrfs: cleanup orphans while looking up default subvolumeJeff Mahoney2015-06-221-0/+9
* btrfs: incorrect handling for fiemap_fill_next_extent returnChengyu Song2015-06-221-1/+4
* fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton2015-06-051-1/+1
* vfs: read file_handle only once in handle_to_pathSasha Levin2015-06-051-2/+3
* ext4: check for zero length extent explicitlyEryu Guan2015-06-051-1/+1
* ext4: convert write_begin methods to stable_page_writes semanticsDmitry Monakhov2015-06-051-2/+3
* d_walk() might skip too muchAl Viro2015-06-051-4/+4
* fs, omfs: add NULL terminator in the end up the token listSasha Levin2015-06-051-1/+2
* nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2015-05-171-1/+1
* ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi2015-05-171-0/+13
* ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-132-0/+10
* RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro2015-05-061-2/+4
* ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner2015-05-061-9/+11
* fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson2015-05-061-1/+8
* Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana2015-05-061-0/+5
* Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana2015-05-061-3/+2
* dcache: Fix locking bugs in backported "deal with deadlock in d_walk()"Ben Hutchings2015-04-291-1/+3
* deal with deadlock in d_walk()Al Viro2015-04-291-40/+62
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-04-2916-70/+70
* splice: Apply generic position and size checks to each writeBen Hutchings2015-04-292-5/+11
* jfs: fix readdir regressionDave Kleikamp2015-04-291-2/+2
* remove extra definitions of U32_MAXAlex Elder2015-04-291-4/+0
* conditionally define U32_MAXAlex Elder2015-04-291-0/+2
* pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2015-04-191-0/+10
* ocfs2: _really_ sync the right rangeAl Viro2015-04-191-4/+10
* cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp2015-04-191-0/+1
* hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov2015-04-131-9/+11
* nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi2015-03-261-3/+4
* fuse: notify: don't move pagesMiklos Szeredi2015-03-261-0/+3
* fuse: set stolen page uptodateMiklos Szeredi2015-03-261-2/+2
* nilfs2: fix potential memory overrun on inodeRyusuke Konishi2015-03-181-3/+44
* procfs: fix race between symlink removals and traversalsAl Viro2015-03-183-12/+22
* debugfs: leave freeing a symlink body until inode evictionAl Viro2015-03-181-17/+17
* autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-03-181-2/+6
* Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas2015-03-181-1/+1
* Btrfs: fix data loss in the fast fsync pathFilipe Manana2015-03-181-28/+28
* btrfs: fix lost return value due to variable shadowingDavid Sterba2015-03-181-1/+0
* x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-03-061-2/+3
* jffs2: fix handling of corrupted summary lengthChen Jie2015-03-061-0/+5
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-03-061-1/+3
* nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton2015-03-061-3/+5
* xfs: set superblock buffer type correctlyDave Chinner2015-03-061-0/+1
* xfs: inode unlink does not set AGI buffer typeDave Chinner2015-03-061-0/+2
* xfs: ensure buffer types are set correctlyDave Chinner2015-03-061-0/+4
* ext4: prevent bugon on race between write/fcntlDmitry Monakhov2015-02-111-4/+4
* nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi2015-02-113-7/+44
* pstore/ram: avoid atomic accesses for ioremapped regionsRob Herring2015-02-051-2/+52
* pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX2015-02-051-0/+2
* pstore: skip zero size persistent ram buffer in traverseLiu ShuoX2015-02-051-5/+5
* pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX2015-02-051-1/+2