summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* 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-05-311-0/+6
* gfs2: Fix lru_count going negativeRoss Lagerwall2019-05-311-9/+13
* Revert "btrfs: Honour FITRIM range constraints during free space trim"David Sterba2019-05-311-19/+6
* hugetlb: use same fault hash key for shared and private mappingsMike Kravetz2019-05-311-6/+2
* btrfs: sysfs: don't leak memory when failing add fsidTobin C. Harding2019-05-311-1/+6
* Btrfs: fix race between ranged fsync and writeback of adjacent rangesFilipe Manana2019-05-311-0/+12
* Btrfs: do not abort transaction at btrfs_update_root() after failure to COW pathFilipe Manana2019-05-311-3/+1
* gfs2: Fix sign extension bug in gfs2_update_statsAndreas Gruenbacher2019-05-311-4/+5
* ext4: do not delete unlinked inode from orphan list on failed truncateJan Kara2019-05-311-1/+1
* btrfs: Honour FITRIM range constraints during free space trimNikolay Borisov2019-05-251-6/+19
* ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro2019-05-251-1/+1
* ceph: flush dirty inodes before proceeding with remountJeff Layton2019-05-251-0/+7
* fuse: honor RLIMIT_FSIZE in fuse_file_fallocateLiu Bo2019-05-251-0/+7
* fuse: fix writepages on 32bitMiklos Szeredi2019-05-251-1/+1
* NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu2019-05-251-0/+4
* cifs: fix strcat buffer overflow and reduce raciness in smb21_set_oplock_level()Christoph Probst2019-05-251-6/+8
* ext4: fix data corruption caused by overlapping unaligned and aligned IOLukas Czerner2019-05-211-0/+7
* ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan2019-05-211-2/+15
* fs/writeback.c: use rcu_barrier() to wait for inflight wb switches going into...Jiufei Xue2019-05-211-3/+8
* writeback: synchronize sync(2) against cgroup writeback membership switchesTejun Heo2019-05-211-2/+38
* Btrfs: do not start a transaction at iterate_extent_inodes()Filipe Manana2019-05-211-6/+12
* ext4: fix ext4_show_options for file systems w/o journalDebabrata Banerjee2019-05-211-1/+1
* ext4: actually request zeroing of inode table after growKirill Tkhai2019-05-211-1/+1
* jbd2: check superblock mapped prior to committingJiufei Xue2019-05-211-0/+4
* ocfs2: fix ocfs2 read inode data panic in ocfs2_igetShuning Zhang2019-05-211-1/+29
* hugetlbfs: fix memory leak for resv_mapMike Kravetz2019-05-081-6/+14
* debugfs: fix use-after-free on symlink traversalAl Viro2019-05-081-4/+9
* jffs2: fix use-after-free on symlink traversalAl Viro2019-05-082-6/+4
* ceph: fix use-after-free on symlink traversalAl Viro2019-05-041-1/+1
* NFS: Fix a typo in nfs_init_timeout_values()Trond Myklebust2019-05-041-1/+1
* NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa2019-05-021-1/+2
* fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing2019-05-021-2/+4
* nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-05-022-1/+8
* ceph: fix ci->i_head_snapc leakYan, Zheng2019-05-022-1/+15
* ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton2019-05-021-1/+5
* cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson2019-05-021-0/+4
* CIFS: keep FileInfo handle live during oplock breakAurelien Aptel2019-04-274-10/+53
* cifs: fallback to older infolevels on findfirst queryinfo retrySteve French2019-04-201-30/+37
* 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/+3
* ext4: prohibit fstrim in norecovery modeDarrick J. Wong2019-04-201-0/+7
* 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
* Btrfs: do not allow trimming when a fs is mounted with the nologreplay optionFilipe Manana2019-04-171-0/+10
* vfs: fix preadv64v2 and pwritev64v2 compat syscalls with offset == -1Aurelien Jarno2019-04-051-0/+6
* fs: fix guard_bio_eod to check for real EOD errorsCarlos Maiolino2019-04-051-0/+7