summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-02-19binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki
2016-02-19fs/pipe.c: return error code rather than 0 in pipe_write()Eric Biggers
2016-02-19FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven
2016-02-19FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells
2016-02-19FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee
2016-02-19FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee
2016-02-19ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro
2016-02-19ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro
2016-02-19ext4: Fix handling of extended tv_secDavid Turner
2016-02-19ext2, ext4: warn when mounting with dax enabledDan Williams
2016-02-19fix sysvfs symlinksAl Viro
2016-02-19fix calculation of meta_bg descriptor backupsAndy Leiserson
2016-02-19jbd2: fix null committed data return in undo_accessJunxiao Bi
2016-02-19jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara
2016-02-19jbd2: fix checkpoint list cleanupJan Kara
2016-02-19tracefs: Fix refcount imbalance in start_creating()Daniel Borkmann
2016-02-19ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei
2016-02-19ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei
2016-02-19ocfs2: fix BUG when calculate new backup superJoseph Qi
2016-02-19ocfs2: fix SGID not inherited issueJunxiao Bi
2016-02-19fat: fix fake_offset handling on error pathOGAWA Hirofumi
2016-02-19mm/hugetlbfs: fix bugs in fallocate hole punch of areas with holesMike Kravetz
2016-02-19fs, seqfile: always allow oom killerGreg Thelen
2016-02-19proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King
2016-02-19proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov
2016-02-19ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed
2016-02-19NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturnTrond Myklebust
2016-02-19f2fs crypto: allocate buffer for decrypting filenameJaegeuk Kim
2016-01-31fix the regression from "direct-io: Fix negative return from dio read beyond ...Al Viro
2016-01-31direct-io: Fix negative return from dio read beyond eofJan Kara
2015-12-14Btrfs: fix regression running delayed references when using qgroupsFilipe Manana
2015-12-14ceph: fix message length computationArnd Bergmann
2015-12-14ocfs2: fix umask ignored issueJunxiao Bi
2015-12-14nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton
2015-12-14nfs4: resend LAYOUTGET when there is a race that changes the seqidJeff Layton
2015-12-14nfs4: start callback_ident at idr 1Benjamin Coddington
2015-12-14debugfs: fix refcount imbalance in start_creatingDaniel Borkmann
2015-12-14nfsd: eliminate sending duplicate and repeated delegationsAndrew Elble
2015-12-14nfsd: serialize state seqid morphing operationsJeff Layton
2015-12-14ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-12-14ext4: fix potential use after free in __ext4_journal_stopLukas Czerner
2015-12-14ext4 crypto: fix bugs in ext4_encrypted_zeroout()Theodore Ts'o
2015-12-14ext4 crypto: fix memory leak in ext4_bio_write_page()Theodore Ts'o
2015-12-14btrfs: fix signed overflows in btrfs_sync_fileDavid Sterba
2015-12-14Btrfs: fix race when listing an inode's xattrsFilipe Manana
2015-12-14Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana
2015-12-14Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana
2015-12-14Btrfs: fix regression when running delayed referencesFilipe Manana
2015-12-14Btrfs: fix truncation of compressed and inlined extentsFilipe Manana
2015-12-14Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana