summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi2015-03-231-3/+4
* 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
* eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks2015-03-181-4/+30
* ecryptfs: ->f_op is never NULLAl Viro2015-03-181-1/+1
* btrfs: fix lost return value due to variable shadowingDavid Sterba2015-03-181-1/+0
* NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust2015-03-181-1/+1
* nilfs2: fix potential memory overrun on inodeRyusuke Konishi2015-03-181-3/+44
* xfs: Fix quota type in quota structures when reusing quota fileJan Kara2015-03-181-0/+5
* quota: Store maximum space limit in bytesJan Kara2015-03-044-23/+13
* proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov2015-03-031-5/+9
* mm: softdirty: unmapped addresses between VMAs are cleanPeter Feiner2015-03-031-21/+40
* GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl()Andrew Elble2015-03-021-1/+1
* autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro2015-03-021-2/+6
* procfs: fix race between symlink removals and traversalsAl Viro2015-03-023-12/+22
* debugfs: leave freeing a symlink body until inode evictionAl Viro2015-03-021-17/+17
* x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert2015-03-021-2/+3
* Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana2015-03-021-9/+73
* NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust2015-03-021-1/+1
* jffs2: fix handling of corrupted summary lengthChen Jie2015-03-021-0/+5
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-03-021-1/+3
* nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao2015-03-021-21/+20
* nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton2015-03-021-3/+5
* btrfs: set proper message level for skinny metadataDavid Sterba2015-02-241-1/+1
* xfs: set superblock buffer type correctlyDave Chinner2015-02-241-0/+1
* xfs: set buf types when converting extent formatsDave Chinner2015-02-242-1/+7
* xfs: inode unlink does not set AGI buffer typeDave Chinner2015-02-241-0/+2
* xfs: ensure buffer types are set correctlyDave Chinner2015-02-241-0/+4
* btrfs: fix leak of path in btrfs_find_itemDavid Sterba2015-02-243-15/+22
* ceph: introduce global empty snap contextYan, Zheng2015-02-173-3/+35
* nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi2015-02-103-7/+44
* Complete oplock break jobs before closing file handleSachin Prabhu2015-02-101-1/+5
* quota: Switch ->get_dqblk() and ->set_dqblk() to use bytes as space unitsJan Kara2015-02-046-191/+271
* NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust2015-02-041-1/+1
* nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao2015-02-041-0/+6
* fix deadlock in cifs_ioctl_clone()Al Viro2015-02-041-16/+5
* NFSv4.1: Fix client id trunking on LinuxTrond Myklebust2015-01-221-9/+8
* LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust2015-01-221-4/+4
* nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi2015-01-162-11/+36
* ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...Xue jiufei2015-01-161-8/+35
* fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann2015-01-161-6/+11
* Btrfs: don't delay inode ref updates during log replayChris Mason2015-01-161-0/+8
* deal with deadlock in d_walk()Al Viro2015-01-151-15/+16
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-1516-59/+60
* udf: Check component length before reading itJan Kara2015-01-151-2/+7
* udf: Verify symlink size before loading itJan Kara2015-01-151-4/+13
* udf: Verify i_size when loading inodeJan Kara2015-01-151-0/+18
* udf: Check path length when reading symlinkJan Kara2015-01-155-20/+48
* isofs: Fix unchecked printing of ER recordsJan Kara2015-01-151-0/+3
* Btrfs: fix loop writing of async reclaimLiu Bo2015-01-151-3/+14