summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Abort file_remove_privs() for non-reg. filesAlexander Lochmann2019-06-221-2/+7
* coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-06-222-0/+25
* configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-06-221-8/+6
* fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-221-0/+12
* nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-06-221-1/+4
* fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-06-221-1/+1
* f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-06-221-2/+1
* f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-06-221-1/+9
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-06-221-3/+8
* fuse: Add FOPEN_STREAM to use stream_open()Kirill Smelkov2019-06-111-1/+3
* fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-06-112-2/+21
* fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-06-111-1/+1
* userfaultfd: don't pin the user memory in userfaultfd_file_create()Oleg Nesterov2019-06-111-13/+28
* CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-06-111-1/+3
* Btrfs: fix race updating log root item during fsyncFilipe Manana2019-06-111-2/+6
* 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