summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-04-09fuse: notify: don't move pagesMiklos Szeredi1-0/+3
2015-04-09fuse: set stolen page uptodateMiklos Szeredi1-2/+2
2015-03-16NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust1-1/+1
2015-03-16nilfs2: fix potential memory overrun on inodeRyusuke Konishi1-3/+44
2015-03-12splice: Apply generic position and size checks to each writeBen Hutchings2-4/+12
2015-03-12procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-03-12debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-03-12autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-03-12Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas1-1/+1
2015-03-12Btrfs: fix data loss in the fast fsync pathFilipe Manana1-28/+28
2015-03-12btrfs: fix lost return value due to variable shadowingDavid Sterba1-1/+0
2015-03-05x86, mm/ASLR: Fix stack randomization on 64-bit systemsHector Marco-Gisbert1-2/+3
2015-03-05btrfs: set proper message level for skinny metadataDavid Sterba1-1/+1
2015-03-05jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2015-03-05xfs: Fix quota type in quota structures when reusing quota fileJan Kara1-0/+5
2015-03-02NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-03-02nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-03-02xfs: set superblock buffer type correctlyDave Chinner1-0/+1
2015-03-02xfs: inode unlink does not set AGI buffer typeDave Chinner1-0/+2
2015-03-02xfs: ensure buffer types are set correctlyDave Chinner1-0/+4
2015-02-16udf: Check component length before reading itJan Kara1-2/+7
2015-02-16udf: Check path length when reading symlinkJan Kara5-20/+48
2015-02-16udf: Verify i_size when loading inodeJan Kara1-0/+18
2015-02-16ocfs2: remove filesize checks for sync I/O journal commitGoldwyn Rodrigues1-3/+1
2015-02-09ext4: prevent bugon on race between write/fcntlDmitry Monakhov1-4/+4
2015-02-09nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44
2015-02-09Complete oplock break jobs before closing file handleSachin Prabhu1-1/+5
2015-02-08pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX1-0/+2
2015-02-08pstore: skip zero size persistent ram buffer in traverseLiu ShuoX1-5/+5
2015-02-08pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX1-1/+2
2015-02-08NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-02-08nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-01-29deal with deadlock in d_walk()Al Viro1-15/+16
2015-01-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro16-61/+61
2015-01-29LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust1-4/+4
2015-01-28NFSv4.1: Fix client id trunking on LinuxTrond Myklebust1-9/+8
2015-01-26genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-1/+1
2015-01-26nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi2-11/+36
2015-01-26ceph: do_sync is never initializedDan Carpenter1-1/+1
2015-01-26nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2015-01-26fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2015-01-26writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo1-7/+22
2015-01-26pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2-11/+33
2015-01-26pstore-ram: Fix hangs by using write-combine mappingsRob Herring1-2/+2
2015-01-14ocfs2: fix journal commit deadlockJunxiao Bi1-2/+14
2015-01-14fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann1-6/+11
2015-01-07Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2015-01-07Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2015-01-07eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2015-01-07eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2-15/+13