summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-12-14Btrfs: fix regression running delayed references when using qgroupsFilipe Manana9-134/+44
2015-12-14ceph: fix message length computationArnd Bergmann1-1/+1
2015-12-14ocfs2: fix umask ignored issueJunxiao Bi1-0/+2
2015-12-14nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2015-12-14nfs4: resend LAYOUTGET when there is a race that changes the seqidJeff Layton1-25/+31
2015-12-14nfs4: start callback_ident at idr 1Benjamin Coddington1-1/+1
2015-12-14debugfs: fix refcount imbalance in start_creatingDaniel Borkmann1-1/+5
2015-12-14nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble1-10/+84
2015-12-14nfsd: serialize state seqid morphing operationsJeff Layton2-14/+38
2015-12-14ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2-3/+15
2015-12-14ext4: fix potential use after free in __ext4_journal_stopLukas Czerner1-3/+3
2015-12-14ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o2-4/+22
2015-12-14ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o1-1/+4
2015-12-14btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba1-3/+7
2015-12-14Btrfs: fix race when listing an inode's xattrsFilipe Manana1-1/+3
2015-12-14Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2015-12-14Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana1-4/+12
2015-12-14Btrfs: fix regression when running delayed referencesFilipe Manana2-0/+127
2015-12-14Btrfs: fix truncation of compressed and inlined extentsFilipe Manana1-14/+68
2015-12-14Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana1-43/+152
2015-12-14btrfs: fix resending received snapshot with parentRobin Ruede1-2/+8
2015-12-09fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar2-8/+17
2015-10-31Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+8
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+24
2015-10-24Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+5
2015-10-23ocfs2/dlm: unlock lockres spinlock before dlm_lockres_putJoseph Qi2-2/+3
2015-10-21btrfs: fix possible leak in btrfs_ioctl_balance()Christian Engelmayer1-1/+4
2015-10-20btrfs: Avoid truncate tailing page if fallocate range doesn't exceed inode sizeQu Wenruo1-1/+1
2015-10-16Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-5/+16
2015-10-16Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-54/+46
2015-10-16mm, dax: fix DAX deadlocksRoss Zwisler1-41/+29
2015-10-16mm, fs: obey gfp_mapping for add_to_page_cache()Michal Hocko4-13/+17
2015-10-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-1/+1
2015-10-13btrfs: fix use after free iterating extrefsChris Mason1-5/+3
2015-10-13btrfs: check unsupported filters in balance argumentsDavid Sterba2-0/+13
2015-10-13Merge tag 'nfsd-4.3-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-8/+0
2015-10-12writeback: bdi_writeback iteration must not skip dying onesTejun Heo1-9/+22
2015-10-12writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()Tejun Heo1-2/+2
2015-10-12ovl: free lower_mnt array in ovl_put_superKonstantin Khlebnikov1-0/+1
2015-10-12ovl: free stack of paths in ovl_fill_superKonstantin Khlebnikov1-0/+1
2015-10-12ovl: fix open in stacked overlayMiklos Szeredi1-0/+3
2015-10-12ovl: fix dentry reference leakDavid Howells1-1/+1
2015-10-12ovl: use O_LARGEFILE in ovl_copy_up()David Howells1-2/+2
2015-10-10namei: results of d_is_negative() should be checked after dentry revalidationTrond Myklebust1-2/+6
2015-10-09Merge branch 'for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-17/+35
2015-10-09nfsd/blocklayout: accept any minlengthChristoph Hellwig1-8/+0
2015-10-07Merge tag 'nfs-for-4.3-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-11/+23
2015-10-06NFS: Fix a tracepoint NULL-pointer dereferenceAnna Schumaker1-1/+1
2015-10-06BTRFS: support NFSv2 exportNeilBrown1-5/+5
2015-10-06Btrfs: open_ctree: Fix possible memory leakchandan1-0/+4