summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-06-15get_rock_ridge_filename(): handle malformed NM entriesAl Viro
2016-06-15proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause
2016-06-15hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan
2016-05-01bio: return EINTR if copying to user space got interruptedHannes Reinecke
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan
2016-05-01ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi
2016-05-01ocfs2/dlm: fix race between convert and recoveryJoseph Qi
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn
2016-05-01splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent
2016-05-01nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields
2016-05-01jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi
2016-05-01xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik
2016-05-01nfsd4: fix bad bounds checkingJ. Bruce Fields
2016-04-01hpfs: don't truncate the file when delete failsMikulas Patocka
2016-04-01Fix directory hardlinks from deleted directoriesDavid Woodhouse
2016-04-01jffs2: Fix page lock / f->sem deadlockDavid Woodhouse
2016-04-01Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker
2016-04-01ext4: fix bh->b_state corruptionJan Kara
2016-04-01cifs: fix erroneous return valueAnton Protopopov
2016-02-27pipe: Fix buffer offset after partially failed readBen Hutchings
2016-02-27pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau
2016-02-27btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba
2016-02-27ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei
2016-02-27timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner
2016-02-13ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed
2016-02-13ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei
2016-02-13cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin
2016-02-13cifs: fix race between call_async() and reconnect()Rabin Vincent
2016-02-13cifs: Ratelimit kernel log messagesJamie Bainbridge
2016-02-13uml: fix hostfs mknod()Vegard Nossum
2016-02-13locks: fix unlock when fcntl_setlk races with a closeJeff Layton
2016-02-13udf: Check output buffer length when converting name to CS0Andrew Gabbasov
2016-02-13udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov
2016-02-13NFS: Fix attribute cache revalidationTrond Myklebust
2016-02-13udf: limit the maximum number of indirect extents in a rowVegard Nossum
2016-01-22ocfs2: fix BUG when calculate new backup superJoseph Qi
2015-12-309p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro
2015-12-30nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton
2015-12-30jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara
2015-12-30ext4: Fix handling of extended tv_secDavid Turner
2015-12-30vfs: Avoid softlockups with sendfile(2)Jan Kara
2015-12-30vfs: Make sendfile(2) killable even betterJan Kara
2015-12-30fix sysvfs symlinksAl Viro
2015-12-30mac: validate mac_partition is within sectorKees Cook
2015-12-30FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven
2015-12-30fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin
2015-11-27splice: sendfile() at once fails for big filesChristophe Leroy
2015-11-27fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn
2015-11-27fs: make dumpable=2 require fully qualified pathKees Cook
2015-11-27binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki