summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2019-04-20f2fs: fix to add refcount once page is tagged PG_privateChao Yu6-23/+36
2019-04-20f2fs: fix to use kvfree instead of kzfreeChao Yu1-5/+5
2019-04-20f2fs: fix to dirty inode for i_mode recoveryChao Yu1-4/+1
2019-04-20cifs: return -ENODATA when deleting an xattr that does not existRonnie Sahlberg1-0/+10
2019-04-20f2fs: sync filesystem after roll-forward recoveryJaegeuk Kim3-14/+39
2019-04-20ext4: prohibit fstrim in norecovery modeDarrick J. Wong1-0/+7
2019-04-20x86/gart: Exclude GART aperture from kcoreKairui Song1-0/+27
2019-04-20cifs: Fix slab-out-of-bounds when tracing SMB tconPaulo Alcantara (SUSE)1-3/+3
2019-04-20fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French1-1/+2
2019-04-20cifs: fix that return -EINVAL when do dedupe operationXiaoli Feng1-1/+1
2019-04-20ext4: report real fs size after failed resizeLukas Czerner1-1/+5
2019-04-20ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner1-2/+9
2019-04-20ext4: avoid panic during forced rebootJan Kara1-3/+13
2019-04-20inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu1-2/+5
2019-04-17block: fix the return errno for direct IOJason Yan1-4/+4
2019-04-17btrfs: prop: fix vanished compression property after failed setAnand Jain1-3/+3
2019-04-17btrfs: prop: fix zstd compression parameter validationAnand Jain1-1/+1
2019-04-17Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana1-0/+10
2019-04-17SMB3: Allow persistent handle timeout to be configurable on mountSteve French5-5/+53
2019-04-05f2fs: fix to initialize variable to avoid UBSAN/smatch warningChao Yu1-1/+1
2019-04-05f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong1-3/+9
2019-04-05jbd2: fix race when writing superblockTheodore Ts'o1-25/+27
2019-04-05vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Aurelien Jarno1-0/+6
2019-04-05btrfs: don't enospc all tickets on flush failureJosef Bacik1-20/+25
2019-04-05btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo1-14/+14
2019-04-05btrfs: save drop_progress if we drop refs at allJosef Bacik1-6/+20
2019-04-05fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino1-0/+7
2019-04-05ext4: fix bigalloc cluster freeing when hole punching under loadEric Whitney1-7/+10
2019-04-05jbd2: fix invalid descriptor block checksumluojiajun1-2/+4
2019-04-05cifs: Fix NULL pointer dereference of devnameYao Liu1-0/+5
2019-04-05cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon1-2/+8
2019-04-05f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2-7/+7
2019-04-05cifs: use correct format charactersLouis Taylor2-3/+3
2019-04-05fs/file.c: initialize init_files.resize_waitShuriyc Chu1-0/+1
2019-04-05f2fs: fix to data block override node segment by mistakezhengliang1-0/+4
2019-04-05f2fs: do not use mutex lock in atomic contextSahitya Tummala1-7/+13
2019-04-05ocfs2: fix a panic problem caused by o2cb_ctlJia Guo1-6/+8
2019-04-05f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Chao Yu1-1/+7
2019-04-05f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu1-3/+10
2019-04-05CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel1-1/+13
2019-04-05ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)1-25/+22
2019-04-03fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing1-1/+2
2019-04-03ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong1-18/+24
2019-04-03fs/open.c: allow opening only regular files during execve()Tetsuo Handa1-0/+6
2019-04-03NFSv4.1 don't free interrupted slot on openOlga Kornievskaia1-1/+2
2019-04-03NFS: fix mount/umount race in nlmclnt.NeilBrown1-2/+1
2019-04-03NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()Catalin Marinas1-2/+0
2019-04-03locks: wake any locks blocked on request before deadlock checkJeff Layton1-0/+5
2019-04-03Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana1-8/+1
2019-04-03btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov1-1/+1