summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-13Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"Jaegeuk Kim1-4/+0
2018-11-13f2fs: report error if quota off error during umountYunlei He1-3/+16
2018-11-13f2fs: fix to recover inode's i_flags during PORChao Yu1-0/+1
2018-11-13ext4: fix argument checking in EXT4_IOC_MOVE_EXTTheodore Ts'o1-2/+6
2018-11-13jffs2: 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-10xfs: truncate transaction does not modify the inobtBrian Foster1-8/+1
2018-11-10fsnotify: fix ignore mask logic in fsnotify()Amir Goldstein1-9/+5
2018-11-10vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein4-5/+19
2018-11-04fs/fat/fatent.c: add cond_resched() to fat_count_free_clusters()Khazhismel Kumykov1-0/+1
2018-11-04btrfs: quota: Set rescan progress to (u64)-1 if we hit last leafQu Wenruo1-1/+3
2018-11-04cifs: Use ULL suffix for 64-bit constantGeert Uytterhoeven1-1/+1
2018-11-04ocfs2: fix crash in ocfs2_duplicate_clusters_by_page()Larry Chen1-4/+12