summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* chardev: add additional check for minor range overlapChengguang Xu2019-06-111-0/+6
* gfs2: Fix lru_count going negativeRoss Lagerwall2019-06-111-9/+13
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-06-111-6/+2
* btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding2019-06-111-1/+6
* Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana2019-06-111-0/+12
* gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher2019-06-111-4/+5
* ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-06-111-1/+1
* btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov2019-06-111-6/+19
* ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro2019-06-111-1/+1
* ceph: flush dirty inodes before proceeding with remountJeff Layton2019-06-111-0/+7
* fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-06-111-0/+7
* fuse: fix writepages on 32bitMiklos Szeredi2019-06-111-1/+1
* NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-06-111-0/+4
* cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-06-111-6/+8
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-06-111-2/+15
* fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-06-111-3/+8
* writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-06-111-2/+38
* Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana2019-06-111-6/+12
* ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-06-111-1/+1
* ext4: actually request zeroing of inode table after growKirill Tkhai2019-06-111-1/+1
* ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang2019-06-111-1/+29
* hugetlbfs: fix memory leak for resv_mapMike Kravetz2019-05-161-6/+14
* debugfs: fix use-after-free on symlink traversalAl Viro2019-05-161-4/+9
* jffs2: fix use-after-free on symlink traversalAl Viro2019-05-162-6/+4
* ceph: fix use-after-free on symlink traversalAl Viro2019-05-161-1/+1
* NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa2019-05-161-1/+2
* fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing2019-05-161-2/+4
* nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-05-162-1/+8
* ceph: fix ci->i_head_snapc leakYan, Zheng2019-05-162-1/+15
* ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton2019-05-161-1/+5
* cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-05-161-0/+4
* ovl: fix uid/gid when creating over whiteoutMiklos Szeredi2019-04-271-2/+11
* cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2019-04-271-31/+38
* f2fs: fix to do sanity check with current segment numberChao Yu2019-04-271-1/+33
* 9p locks: add mount option for lock retry intervalDinu-Razvan Chis-Serban2019-04-273-1/+27
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2019-04-271-5/+3
* ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-04-271-0/+7
* fix incorrect error code mapping for OBJECTID_NOT_FOUNDSteve French2019-04-271-1/+2
* ext4: report real fs size after failed resizeLukas Czerner2019-04-271-1/+5
* ext4: add missing brelse() in add_new_gdb_meta_bg()Lukas Czerner2019-04-271-2/+9
* binfmt_elf: switch to new creds when switching to new mmLinus Torvalds2019-04-271-1/+1
* fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino2019-04-271-0/+7
* cifs: Fix NULL pointer dereference of devnameYao Liu2019-04-271-0/+5
* cifs: use correct format charactersLouis Taylor2019-04-272-3/+3
* fs/file.c: initialize init_files.resize_waitShuriyc Chu2019-04-271-0/+1
* f2fs: do not use mutex lock in atomic contextSahitya Tummala2019-04-271-1/+7
* ocfs2: fix a panic problem caused by o2cb_ctlJia Guo2019-04-271-6/+8
* CIFS: fix POSIX lock leak and invalid ptr derefAurelien Aptel2019-04-271-1/+13
* ext4: cleanup bh release code in ext4_ind_remove_space()zhangyi (F)2019-04-271-25/+22
* fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_linksYueHaibing2019-04-031-1/+2