summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-11-27reiserfs: propagate errors from fill_with_dentries() properlyJann Horn1-0/+7
2018-11-22configfs: replace strncpy with memcpyGuenter Roeck1-1/+1
2018-11-22fuse: fix leaked notify replyMiklos Szeredi1-1/+3
2018-11-22mount: Prevent MNT_DETACH from disconnecting locked mountsEric W. Biederman1-1/+1
2018-11-22mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mountsEric W. Biederman1-2/+8
2018-11-22mount: Retest MNT_LOCKED in do_umountEric W. Biederman1-2/+8
2018-11-22ext4: fix buffer leak in __ext4_read_dirblock() on error pathVasily Averin1-0/+1
2018-11-22ext4: fix buffer leak in ext4_xattr_move_to_block() on error pathVasily Averin1-0/+2
2018-11-22ext4: release bs.bh before re-using in ext4_xattr_block_find()Vasily Averin1-0/+2
2018-11-22ext4: fix possible leak of sbi->s_group_desc_leak in error pathTheodore Ts'o1-8/+8
2018-11-22ext4: avoid possible double brelse() in add_new_gdb() on error pathTheodore Ts'o1-0/+1
2018-11-22ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizingVasily Averin1-1/+1
2018-11-22ext4: avoid buffer leak in ext4_orphan_add() after prior errorsVasily Averin1-1/+3
2018-11-22ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin1-0/+4
2018-11-22ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin1-6/+2
2018-11-22ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin1-2/+1
2018-11-22ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin1-2/+4
2018-11-22ext4: add missing brelse() update_backups()'s error pathVasily Averin1-1/+3
2018-11-22ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge1-2/+1
2018-11-22Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre1-1/+2
2018-11-22lockd: fix access beyond unterminated strings in printsAmir Goldstein1-1/+1
2018-11-22NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-11-22smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French1-2/+4
2018-11-22smb3: do not attempt cifs operation in smb3 query info error pathSteve French1-1/+9
2018-11-22smb3: allow stats which track session and share reconnects to be resetSteve French1-0/+3
2018-11-22ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner1-1/+1
2018-11-22gfs2_meta: ->mount() can get NULL dev_nameAl Viro1-0/+3
2018-11-22jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara1-2/+2
2018-11-22ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o1-2/+6
2018-11-22jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao1-3/+1
2018-11-10cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro1-1/+1
2018-11-10fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov1-0/+1
2018-11-10ovl: fix open in stacked overlayMiklos Szeredi1-0/+3
2018-11-10vfs: Make sendfile(2) killable even betterJan Kara1-0/+7
2018-11-10Btrfs: do not ignore errors from btrfs_lookup_xattr in do_setxattrFilipe Manana1-2/+6
2018-11-10ext4: fix an ext3 collapse range regression in xfstestsTheodore Ts'o1-0/+8
2018-11-10Btrfs: avoid syncing log in the fast fsync path when not necessaryFilipe Manana3-3/+23
2018-11-10nfs: fix high load average due to callback thread sleepingJeff Layton1-3/+3
2018-11-10quota: Fix maximum quota limit settingsJan Kara1-4/+8
2018-11-10NFSv4: Remove incorrect check in can_open_delegated()Trond Myklebust1-2/+0
2018-11-10NFS: Ignore transport protocol when detecting server trunkingChuck Lever1-6/+0
2018-11-10NFSv4/v4.1: Verify the client owner id during trunking detectionTrond Myklebust1-0/+18
2018-11-10NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_clientTrond Myklebust2-4/+16
2018-11-10ocfs2: fix journal commit deadlock in ocfs2_convert_inline_data_to_extentsalex chen1-9/+9
2018-10-13ubifs: Check for name being NULL while mountingRichard Weinberger1-0/+3
2018-10-13ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o3-56/+3
2018-10-13jbd2: don't mark block as modified if the handle is out of creditsTheodore Ts'o1-1/+1
2018-10-13ext4: add more inode number paranoia checksTheodore Ts'o3-6/+7
2018-10-13ext4: never move the system.data xattr out of the inode bodyTheodore Ts'o1-0/+5
2018-10-13ext4: always verify the magic number in xattr blocksTheodore Ts'o1-3/+3