summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2018-11-21ext4: fix possible inode leak in the retry loop of ext4_resize_fs()Vasily Averin
2018-11-21ext4: avoid potential extra brelse in setup_new_flex_group_blocks()Vasily Averin
2018-11-21ext4: add missing brelse() add_new_gdb_meta_bg()'s error pathVasily Averin
2018-11-21ext4: add missing brelse() in set_flexbg_block_bitmap()'s error pathVasily Averin
2018-11-21ext4: add missing brelse() update_backups()'s error pathVasily Averin
2018-11-21Btrfs: fix data corruption due to cloning of eof blockFilipe Manana
2018-11-21Btrfs: fix cur_offset in the error case for nocowRobbie Ko
2018-11-21ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge
2018-11-21Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng
2018-11-21fuse: set FR_SENT while lockedMiklos Szeredi
2018-11-21fuse: fix blocked_waitq wakeupMiklos Szeredi
2018-11-21fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai
2018-11-21fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai
2018-11-219p locks: fix glock.client_id leak in do_lockDominique Martinet
2018-11-13btrfs: set max_extent_size properlyJosef Bacik
2018-11-13Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana
2018-11-13btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo
2018-11-13Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana
2018-11-13btrfs: make sure we create all new block groupsJosef Bacik
2018-11-13btrfs: reset max_extent_size on clear in a bitmapJosef Bacik
2018-11-13btrfs: wait on caching when putting the bg cacheJosef Bacik
2018-11-13btrfs: don't attempt to trim devices that don't support itJeff Mahoney
2018-11-13btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney
2018-11-13btrfs: fix error handling in free_log_treeJeff Mahoney
2018-11-13btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo
2018-11-13btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo
2018-11-13Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre
2018-11-13lockd: fix access beyond unterminated strings in printsAmir Goldstein
2018-11-13NFSv4.1: Fix the r/wsize checkingTrond Myklebust
2018-11-13smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French
2018-11-13smb3: do not attempt cifs operation in smb3 query info error pathSteve French
2018-11-13smb3: allow stats which track session and share reconnects to be resetSteve French
2018-11-13ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong
2018-11-13ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner
2018-11-13gfs2_meta: ->mount() can get NULL dev_nameAl Viro
2018-11-13jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara
2018-11-13ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o
2018-11-13jffs2: free jffs2_sb_info through jffs2_kill_sb()Hou Tao
2018-11-10cachefiles: fix the race between cachefiles_bury_object() and rmdir(2)Al Viro
2018-11-10xfs: truncate transaction does not modify the inobtBrian Foster
2018-11-10fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov
2018-11-10cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven
2018-11-10Btrfs: incremental send, fix invalid memory accessFilipe Manana
2018-11-10ocfs2: fix deadlock caused by recursive locking in xattrEric Ren
2018-11-10ufs: we need to sync inode before freeing itAl Viro
2018-11-10Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo
2018-11-10btrfs: fiemap: Cache and merge fiemap extent before submit it to userQu Wenruo
2018-11-10orangefs: off by ones in xattr size checksDan Carpenter
2018-11-10f2fs: fix multiple f2fs_add_link() having same name for inline dentrySheng Yong
2018-10-20ext4: avoid running out of journal credits when appending to an inline fileTheodore Ts'o