summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-04-25xfs: ensure truncate forces zeroed blocks to diskDave Chinner3-28/+27
2015-04-25ext4: fix indirect punch hole corruptionOmar Sandoval1-34/+71
2015-04-25ioctx_alloc(): fix vma (and file) leak on failureAl Viro1-0/+3
2015-04-25ocfs2: _really_ sync the right rangeAl Viro1-4/+10
2015-04-25cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp1-0/+1
2015-04-25cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu1-1/+2
2015-04-23nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields1-1/+1
2015-04-23nfsd: return correct openowner when there is a race to put one in the hashJeff Layton1-1/+1
2015-04-23btrfs: simplify insert_orphan_itemDavid Sterba1-12/+4
2015-04-17hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov1-9/+11
2015-03-28pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov1-0/+3
2015-03-28nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi1-3/+4
2015-03-28fuse: notify: don't move pagesMiklos Szeredi1-0/+3
2015-03-28fuse: set stolen page uptodateMiklos Szeredi1-2/+2
2015-03-24GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl()Andrew Elble1-1/+1
2015-03-24NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust1-1/+1
2015-03-24NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()Trond Myklebust1-0/+6
2015-03-24eCryptfs: don't pass fs-specific ioctl commands throughTyler Hicks1-4/+30
2015-03-24nfsd: fix clp->cl_revoked list deletion causing softlock in nfsdAndrew Elble1-1/+1
2015-03-24nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44
2015-03-14procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-03-14debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-03-14autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-03-14Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas1-1/+1
2015-03-14Btrfs: fix data loss in the fast fsync pathFilipe Manana1-28/+28
2015-03-14btrfs: fix lost return value due to variable shadowingDavid Sterba1-1/+0
2015-03-14Btrfs: fix fsync race leading to ordered extent memory leaksFilipe Manana1-5/+2
2015-03-07quota: Store maximum space limit in bytesJan Kara4-23/+13
2015-03-07x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-2/+3
2015-03-07Btrfs: fix fsync data loss after adding hard link to inodeFilipe Manana1-9/+73
2015-03-07btrfs: fix leak of path in btrfs_find_itemDavid Sterba3-15/+22
2015-03-07btrfs: set proper message level for skinny metadataDavid Sterba1-1/+1
2015-03-07jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2015-03-07xfs: Fix quota type in quota structures when reusing quota fileJan Kara1-0/+5
2015-03-07udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+9
2015-03-07udf: Remove repeated loads blocksizeJan Kara1-11/+8
2015-03-07NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-03-07NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust3-9/+36
2015-03-07SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust1-4/+9
2015-03-07nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao1-21/+20
2015-03-07NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust1-1/+1
2015-03-07nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-03-07proc/pagemap: walk page tables under pte lockKonstantin Khlebnikov1-5/+9
2015-03-07xfs: set superblock buffer type correctlyDave Chinner1-0/+1
2015-03-07xfs: set buf types when converting extent formatsDave Chinner2-1/+7
2015-03-07xfs: inode unlink does not set AGI buffer typeDave Chinner1-0/+2
2015-03-07xfs: ensure buffer types are set correctlyDave Chinner1-0/+4
2015-02-27ext4: ignore journal checksum on remount; don't failEric Sandeen1-3/+2
2015-02-11nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44
2015-02-11Complete oplock break jobs before closing file handleSachin Prabhu1-1/+5