summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-272-0/+27
* cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg2019-04-271-0/+2
* cifs: Fix use-after-free in SMB2_readZhangXiaoxu2019-04-271-2/+2
* cifs: Fix use-after-free in SMB2_writeZhangXiaoxu2019-04-271-1/+1
* CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-274-10/+53
* f2fs: fix to dirty inode for i_mode recoveryChao Yu2019-04-201-4/+1Star
* cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2019-04-201-30/+37
* f2fs: cleanup dirty pages if recover failedSheng Yong2019-04-202-12/+35
* f2fs: fix to do sanity check with current segment numberChao Yu2019-04-201-1/+33
* 9p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban2019-04-203-1/+27
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-201-5/+3Star
* f2fs: fix to avoid NULL pointer dereference on se->discard_mapChao Yu2019-04-205-55/+46Star
* ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-04-201-0/+7
* x86/gart: Exclude GART aperture from kcoreKairui Song2019-04-201-0/+27
* fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-04-201-1/+2
* ext4: report real fs size after failed resizeLukas Czerner2019-04-201-1/+5
* ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-04-201-2/+9
* ext4: avoid panic during forced rebootJan Kara2019-04-201-3/+13
* inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()ZhangXiaoxu2019-04-201-2/+5
* block: fix the return errno for direct IOJason Yan2019-04-171-4/+4
* btrfs: prop: fix vanished compression property after failed setAnand Jain2019-04-171-3/+3
* btrfs: prop: fix zstd compression parameter validationAnand Jain2019-04-171-1/+1
* Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana2019-04-171-0/+10
* f2fs: UBSAN: set boolean value iostat_enable correctlySheng Yong2019-04-051-3/+9
* jbd2: fix race when writing superblockTheodore Ts'o2019-04-051-25/+27
* vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Aurelien Jarno2019-04-051-0/+6
* btrfs: qgroup: Make qgroup async transaction commit more aggressiveQu Wenruo2019-04-051-14/+14
* fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino2019-04-051-0/+7
* jbd2: fix invalid descriptor block checksumluojiajun2019-04-051-2/+4
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-04-051-0/+5
* cifs: Accept validate negotiate if server return NT_STATUS_NOT_SUPPORTEDNamjae Jeon2019-04-051-2/+8
* f2fs: fix to check inline_xattr_size boundary correctlyChao Yu2019-04-052-7/+7
* cifs: use correct format charactersLouis Taylor2019-04-052-3/+3
* fs/file.c: initialize init_files.resize_waitShuriyc Chu2019-04-051-0/+1
* f2fs: do not use mutex lock in atomic contextSahitya Tummala2019-04-051-7/+13
* ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-04-051-6/+8
* f2fs: fix to avoid deadlock in f2fs_read_inline_dir()Chao Yu2019-04-051-1/+7
* f2fs: fix to adapt small inline xattr space in __find_inline_xattr()Chao Yu2019-04-051-3/+10
* CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-04-051-1/+13
* ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-04-051-25/+22Star
* fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-04-031-1/+2
* ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lockDarrick J. Wong2019-04-031-18/+24
* fs/open.c: allow opening only regular files during execve()Tetsuo Handa2019-04-031-0/+6
* NFSv4.1 don't free interrupted slot on openOlga Kornievskaia2019-04-031-1/+2
* NFS: fix mount/umount race in nlmclnt.NeilBrown2019-04-031-2/+1Star
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2019-04-031-8/+1Star
* btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov2019-04-031-1/+1
* btrfs: raid56: properly unmap parity page in finish_parity_scrub()Andrea Righi2019-04-031-1/+2
* btrfs: don't report readahead errors and don't update statisticsDavid Sterba2019-04-031-1/+1
* btrfs: remove WARN_ON in log_dir_itemsJosef Bacik2019-04-031-2/+9