summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* CIFS: Fix NULL-pointer dereference in smb2_push_mandatory_locksPavel Shilovsky2019-12-131-3/+4
* fuse: verify attributesMiklos Szeredi2019-12-132-7/+19
* fuse: verify nlinkMiklos Szeredi2019-12-131-1/+2
* nfsd: Return EPERM, not EACCES, in some SETATTR caseszhengbin2019-12-131-2/+15
* pstore/ram: Avoid NULL deref in ftrace merging failure pathKees Cook2019-12-131-1/+1
* dlm: fix invalid cluster name warningDavid Teigland2019-12-131-1/+2
* nfsd: fix a warning in __cld_pipe_upcall()Scott Mayhew2019-12-131-11/+6
* dlm: NULL check before kmem_cache_destroy is not neededWen Yang2019-12-131-6/+3
* lockd: fix decoding of TEST resultsJ. Bruce Fields2019-12-132-32/+12
* f2fs: fix to allow node segment for GC by ioctl pathSahitya Tummala2019-12-131-2/+1
* f2fs: change segment to section in f2fs_ioc_gc_rangeYunlong Song2019-12-131-1/+1
* f2fs: fix count of seg_freed to make sec_freed correctYunlong Song2019-12-131-3/+4
* f2fs: fix to account preflush command for noflush_merge modeChao Yu2019-12-131-0/+2
* iomap: readpages doesn't zero page tail beyond EOFDave Chinner2019-12-131-3/+8
* iomap: dio data corruption and spurious errors when pipes fillDave Chinner2019-12-131-3/+19
* iomap: sub-block dio needs to zeroout beyond EOFDave Chinner2019-12-131-1/+8
* iomap: FUA is wrong for DIO O_DSYNC writes into unwritten extentsDave Chinner2019-12-131-5/+6
* xfs: extent shifting doesn't fully invalidate page cacheDave Chinner2019-12-131-7/+1
* dlm: fix missing idr_destroy for recover_idrDavid Teigland2019-12-131-0/+1
* dlm: fix possible call to kfree() for non-initialized pointerDenis V. Lunev2019-12-131-1/+1
* exportfs_decode_fh(): negative pinned may become positive without the parent ...Al Viro2019-12-131-12/+19
* autofs: fix a leak in autofs_expire_indirect()Al Viro2019-12-131-2/+3
* ext4: add more paranoia checking in ext4_expand_extra_isize handlingTheodore Ts'o2019-12-052-9/+27
* xfs: end sync buffer I/O properly on shutdown errorBrian Foster2019-12-051-2/+1
* ocfs2: clear journal dirty flag after shutdown journalJunxiao Bi2019-12-051-4/+2
* f2fs: fix to dirty inode synchronouslyChao Yu2019-12-051-1/+1
* f2fs: fix block address for __check_sit_bitmapQiuyang Sun2019-12-051-1/+1
* xfs: Fix bulkstat compat ioctls on x32 userspace.Nick Bowler2019-12-051-4/+30
* xfs: Align compat attrlist_by_handle with native implementation.Nick Bowler2019-12-051-0/+6
* gfs2: take jdata unstuff into account in do_growBob Peterson2019-12-051-0/+2
* exofs_mount(): fix leaks on failure exitsAl Viro2019-12-051-8/+29
* btrfs: only track ref_heads in delayed_ref_updatesJosef Bacik2019-12-051-3/+0
* Btrfs: allow clear_extent_dirty() to receive a cached extent state recordFilipe Manana2019-12-053-6/+12
* btrfs: dev-replace: set result code of cancel by status of scrubAnand Jain2019-12-051-7/+14
* btrfs: fix ncopies raid_attr for RAID56Hans van Kranenburg2019-12-051-2/+2
* btrfs: Check for missing device before bio submission in btrfs_map_bioNikolay Borisov2019-12-051-7/+2
* ubifs: Fix default compression selection in ubifsGabor Juhos2019-12-051-1/+12
* xfs: require both realtime inodes to mountDarrick J. Wong2019-12-051-3/+1
* xfs: zero length symlinks are not validDave Chinner2019-12-052-20/+27
* ceph: return -EINVAL if given fsc mount option on kernel w/o supportJeff Layton2019-12-051-1/+10
* ocfs2: remove ocfs2_is_o2cb_active()Gang He2019-12-013-10/+1
* dlm: don't leak kernel pointer to userspaceTycho Andersen2019-12-011-1/+1
* dlm: fix invalid freeTycho Andersen2019-12-011-2/+3
* btrfs: avoid link error with CONFIG_NO_AUTO_INLINEArnd Bergmann2019-12-011-3/+3
* ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen2019-12-011-0/+17
* ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge2019-12-011-18/+59
* ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge2019-12-011-2/+2
* ocfs2: without quota support, avoid calling quota recoveryGuozhonghua2019-12-011-17/+34
* fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King2019-12-011-1/+1
* hfs: update timestamp on truncate()Ernesto A. Fernández2019-12-011-0/+2