summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-11-21ocfs2: free up write context when direct IO failedWengang Wang2-2/+19
2018-11-21ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge1-2/+1
2018-11-21Revert "ceph: fix dentry leak in splice_dentry()"Yan, Zheng1-2/+6
2018-11-21ovl: fix recursive oi->lock in ovl_link()Amir Goldstein1-0/+5
2018-11-21fuse: set FR_SENT while lockedMiklos Szeredi1-1/+1
2018-11-21fuse: fix blocked_waitq wakeupMiklos Szeredi1-4/+11
2018-11-21fuse: Fix use-after-free in fuse_dev_do_write()Kirill Tkhai1-1/+5
2018-11-21fuse: Fix use-after-free in fuse_dev_do_read()Kirill Tkhai1-0/+2
2018-11-21ovl: fix error handling in ovl_verify_set_fh()Amir Goldstein1-1/+3
2018-11-219p locks: fix glock.client_id leak in do_lockDominique Martinet1-2/+14
2018-11-13Btrfs: fix fsync after hole punching when using no-holes featureFilipe Manana1-0/+30
2018-11-13Btrfs: fix use-after-free when dumping free spaceFilipe Manana1-0/+2
2018-11-13Btrfs: fix use-after-free during inode evictionFilipe Manana1-1/+3
2018-11-13btrfs: move the dio_sem higher up the callchainJosef Bacik2-2/+12
2018-11-13btrfs: don't run delayed_iputs in commitJosef Bacik1-9/+0
2018-11-13btrfs: only free reserved extent if we didn't insert itJosef Bacik1-1/+9
2018-11-13btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik1-2/+5
2018-11-13btrfs: set max_extent_size properlyJosef Bacik1-10/+20
2018-11-13Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana1-1/+2
2018-11-13Btrfs: fix null pointer dereference on compressed write path errorFilipe Manana1-0/+1
2018-11-13btrfs: qgroup: Dirty all qgroups before rescanQu Wenruo1-0/+1
2018-11-13Btrfs: fix wrong dentries after fsync of file that got its parent replacedFilipe Manana1-3/+27
2018-11-13Btrfs: fix warning when replaying log after fsync of a tmpfileFilipe Manana1-10/+32
2018-11-13btrfs: make sure we create all new block groupsJosef Bacik1-2/+5
2018-11-13btrfs: reset max_extent_size on clear in a bitmapJosef Bacik1-0/+2
2018-11-13btrfs: protect space cache inode alloc with GFP_NOFSJosef Bacik1-0/+8
2018-11-13btrfs: wait on caching when putting the bg cacheJosef Bacik1-0/+1
2018-11-13btrfs: don't attempt to trim devices that don't support itJeff Mahoney1-0/+4
2018-11-13btrfs: iterate all devices during trim, instead of fs_devices::alloc_listJeff Mahoney1-2/+2
2018-11-13btrfs: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo2-13/+8
2018-11-13btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo1-11/+38
2018-11-13btrfs: fix error handling in free_log_treeJeff Mahoney1-3/+6
2018-11-13btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlockQu Wenruo1-0/+13
2018-11-13btrfs: Handle owner mismatch gracefully when walking up treeQu Wenruo2-7/+13
2018-11-13btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu Wenruo2-0/+6
2018-11-13Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre1-1/+2
2018-11-13lockd: fix access beyond unterminated strings in printsAmir Goldstein1-1/+1
2018-11-13nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington1-19/+21
2018-11-13NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-11-13smb3: on kerberos mount if server doesn't specify auth type use krb5Steve French1-2/+4
2018-11-13smb3: do not attempt cifs operation in smb3 query info error pathSteve French1-1/+9
2018-11-13smb3: allow stats which track session and share reconnects to be resetSteve French1-0/+3
2018-11-13mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka1-1/+3
2018-11-13ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o2-26/+50
2018-11-13ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong1-1/+3
2018-11-13ext4: fix setattr project check in fssetxattr ioctlWang Shilong1-23/+37
2018-11-13ext4: initialize retries variable in ext4_da_write_inline_data_begin()Lukas Czerner1-1/+1
2018-11-13gfs2_meta: ->mount() can get NULL dev_nameAl Viro1-0/+3
2018-11-13jbd2: fix use after free in jbd2_log_do_checkpoint()Jan Kara1-2/+2
2018-11-13f2fs: fix to account IO correctlyChao Yu1-2/+2