summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-02proc: Fix ptrace-based permission checks for accessing task mapsCorey Wright2-3/+3
2016-02-25xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-02-25libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correctDarrick J. Wong1-1/+1
2016-02-24fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin1-1/+1
2016-02-24udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-24udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-24udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-02-24nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2016-02-24cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-02-24cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-24ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn3-13/+13
2016-02-24Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-24btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-02-24ext4: fix potential integer overflowInsu Yun1-1/+1
2016-02-24AIO: properly check iovec sizesGreg Kroah-Hartman1-2/+7
2016-02-24pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+20
2016-02-24binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki1-5/+5
2016-02-24FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee1-17/+16
2016-02-24FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee1-5/+4
2016-02-23ext4: Fix handling of extended tv_secDavid Turner1-7/+44
2016-02-15fix sysvfs symlinksAl Viro1-8/+2
2016-02-15fix calculation of meta_bg descriptor backupsAndy Leiserson1-2/+2
2016-02-15jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara1-0/+2
2016-02-15ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-15ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-15fat: fix fake_offset handling on error pathOGAWA Hirofumi1-5/+11
2016-02-15proc: actually make proc_fd_permission() thread-friendlyOleg Nesterov1-3/+11
2016-02-15Revert "ocfs2: fix umask ignored issue"Jiri Slaby1-2/+0
2016-02-15pipe: Fix buffer offset after partially failed readBen Hutchings1-1/+4
2016-02-12dcache: use IS_ROOT to decide where dentry is hashedJ. Bruce Fields1-1/+6
2016-01-09dlm: make posix locks interruptibleEric Ren1-1/+1
2016-01-05ocfs2: fix umask ignored issueJunxiao Bi1-0/+2
2016-01-05nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2016-01-05nfs4: start callback_ident at idr 1Benjamin Coddington1-1/+1
2016-01-05ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2-3/+15
2016-01-05ext4: fix potential use after free in __ext4_journal_stopLukas Czerner1-3/+3
2016-01-05Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2016-01-05Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana1-4/+12
2015-11-14ceph: fix kick_requests()Yan, Zheng1-2/+3
2015-11-14ceph: protect kick_requests() with mdsc->mutexYan, Zheng1-2/+3
2015-11-14ceph: make sure request isn't in any waiting list when kicking request.Yan, Zheng1-0/+1
2015-10-28btrfs: fix use after free iterating extrefsChris Mason1-5/+3
2015-10-28cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer1-1/+51
2015-10-28disabling oplocks/leases via module parm enable_oplocks broken for SMB3Steve French1-2/+6
2015-10-28Btrfs: update fix for read corruption of compressed and shared extentsFilipe Manana1-8/+11
2015-10-28Btrfs: fix read corruption of compressed and shared extentsFilipe Manana1-8/+57
2015-10-28btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-10-07client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power1-3/+2
2015-10-07jbd2: avoid infinite loop when destroying aborted journalJan Kara3-8/+44
2015-10-05vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-3/+28