summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-08-23proc: prevent stacking filesystems on topJann Horn1-0/+7
2016-08-23fs: limit filesystem stacking depthMiklos Szeredi1-0/+7
2016-08-23cifs: dynamic allocation of ntlmssp blobJerome Marchand1-36/+42
2016-08-23ecryptfs: don't allow mmap when the lower fs doesn't support itJeff Mahoney1-1/+14
2016-08-23NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-08-23fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-08-23UBIFS: Implement ->migratepage()Kirill A. Shutemov1-0/+24
2016-08-23fix d_walk()/non-delayed __d_free() raceAl Viro1-2/+3
2016-08-23fs/cifs: correctly to anonymous authentication for the NTLM(v2) authenticationStefan Metzmacher1-14/+19
2016-08-23fs/cifs: correctly to anonymous authentication for the NTLM(v1) authenticationStefan Metzmacher1-17/+23
2016-08-23fs/cifs: correctly to anonymous authentication for the LANMAN authenticationStefan Metzmacher1-16/+18
2016-08-23fs/cifs: correctly to anonymous authentication via NTLMSSPStefan Metzmacher1-12/+20
2016-08-23ext4: fix hang when processing corrupted orphaned inode listTheodore Ts'o1-4/+6
2016-08-23btrfs: bugfix: handle FS_IOC32_{GETFLAGS,SETFLAGS,GETVERSION} in btrfs_ioctlLuke Dashjr4-2/+24
2016-06-15get_rock_ridge_filename(): handle malformed NM entriesAl Viro1-3/+10
2016-06-15proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-06-15hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan1-0/+5
2016-05-01bio: return EINTR if copying to user space got interruptedHannes Reinecke1-4/+8
2016-05-01ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-05-01ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-05-01ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-05-01fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn3-9/+29
2016-05-01splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-05-01nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-05-01jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-05-01xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-05-01nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-04-01hpfs: don't truncate the file when delete failsMikulas Patocka1-28/+3
2016-04-01Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-04-01jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-04-01Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-04-01ext4: fix bh->b_state corruptionJan Kara1-2/+30
2016-04-01cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-27pipe: Fix buffer offset after partially failed readBen Hutchings1-1/+4
2016-02-27pipe: limit the per-user amount of pages allocated in pipesWilly Tarreau1-2/+45
2016-02-27btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-02-27ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-27timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner1-1/+1
2016-02-13ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2016-02-13ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-13cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-13cifs: fix race between call_async() and reconnect()Rabin Vincent2-10/+9
2016-02-13cifs: Ratelimit kernel log messagesJamie Bainbridge1-3/+5
2016-02-13uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-02-13locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-02-13udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-13udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-13NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2016-02-13udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-01-23ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12