summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-02-19binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki1-5/+5
2016-02-19fs/pipe.c: return error code rather than 0 in pipe_write()Eric Biggers1-5/+4
2016-02-19FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven1-1/+1
2016-02-19FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2-31/+38
2016-02-19FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee1-18/+17
2016-02-19FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee1-5/+4
2016-02-19ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro1-1/+1
2016-02-19ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro1-1/+1
2016-02-19ext4: Fix handling of extended tv_secDavid Turner1-7/+44
2016-02-19ext2, ext4: warn when mounting with dax enabledDan Williams2-1/+7
2016-02-19fix sysvfs symlinksAl Viro1-9/+2
2016-02-19fix calculation of meta_bg descriptor backupsAndy Leiserson1-2/+2
2016-02-19jbd2: fix null committed data return in undo_accessJunxiao Bi1-3/+7
2016-02-19jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara1-0/+2
2016-02-19jbd2: fix checkpoint list cleanupJan Kara1-5/+3
2016-02-19tracefs: Fix refcount imbalance in start_creating()Daniel Borkmann1-1/+5
2016-02-19ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-19ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-19ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2016-02-19ocfs2: fix SGID not inherited issueJunxiao Bi1-3/+1
2016-02-19fat: fix fake_offset handling on error pathOGAWA Hirofumi1-5/+11
2016-02-19mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz1-33/+32
2016-02-19fs, seqfile: always allow oom killerGreg Thelen1-3/+8
2016-02-19proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King1-0/+1
2016-02-19proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov1-3/+11
2016-02-19ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2016-02-19NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturnTrond Myklebust1-1/+0
2016-02-19f2fs crypto: allocate buffer for decrypting filenameJaegeuk Kim2-4/+19
2016-01-31fix the regression from "direct-io: Fix negative return from dio read beyond ...Al Viro1-0/+1
2016-01-31direct-io: Fix negative return from dio read beyond eofJan Kara1-1/+9
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