summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2018-11-13Btrfs: fix fsync after hole punching when using no-holes featureFilipe Manana
2018-11-13Btrfs: fix use-after-free when dumping free spaceFilipe Manana
2018-11-13Btrfs: fix use-after-free during inode evictionFilipe Manana
2018-11-13btrfs: move the dio_sem higher up the callchainJosef Bacik
2018-11-13btrfs: don't run delayed_iputs in commitJosef Bacik
2018-11-13btrfs: only free reserved extent if we didn't insert itJosef Bacik
2018-11-13btrfs: don't use ctl->free_space for max_extent_sizeJosef Bacik
2018-11-13btrfs: set max_extent_size properlyJosef Bacik
2018-11-13Btrfs: fix assertion on fsync of regular file when using no-holes featureFilipe Manana
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: fix warning when replaying log after fsync of a tmpfileFilipe 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: protect space cache inode alloc with GFP_NOFSJosef 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: Ensure btrfs_trim_fs can trim the whole filesystemQu Wenruo
2018-11-13btrfs: Enhance btrfs_trim_fs function to handle error betterQu Wenruo
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-13btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabledQu 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-13nfs: Fix a missed page unlock after pg_doio()Benjamin Coddington
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-13mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()Vlastimil Babka
2018-11-13ext4: fix use-after-free race in ext4_remount()'s error pathTheodore Ts'o
2018-11-13ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTRWang Shilong
2018-11-13ext4: fix setattr project check in fssetxattr ioctlWang 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-13f2fs: fix to account IO correctlyChao Yu
2018-11-13Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim
2018-11-13f2fs: report error if quota off error during umountYunlei He
2018-11-13f2fs: fix to recover inode's i_flags during PORChao Yu
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-10fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein
2018-11-04fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov