summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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: fix to data block override node segment by mistakezhengliang2019-04-051-0/+4
* 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/+22
* 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/+1
* NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()Catalin Marinas2019-04-031-2/+0
* locks: wake any locks blocked on request before deadlock checkJeff Layton2019-04-031-0/+5
* Btrfs: fix assertion failure on fsync with NO_HOLES enabledFilipe Manana2019-04-031-8/+1
* btrfs: Avoid possible qgroup_rsv_size overflow in btrfs_calculate_inode_block...Nikolay Borisov2019-04-031-1/+1
* btrfs: Fix bound checking in qgroup_trace_new_subtree_blocksNikolay Borisov2019-04-031-2/+2
* 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
* Btrfs: fix incorrect file size after shrinking truncate and fsyncFilipe Manana2019-04-031-0/+13
* aio: simplify - and fix - fget/fput for io_submit()Linus Torvalds2019-03-271-43/+29
* f2fs: fix to avoid deadlock of atomic file operationsChao Yu2019-03-271-12/+31
* ext4: brelse all indirect buffer in ext4_ind_remove_space()zhangyi (F)2019-03-271-4/+8
* ext4: fix data corruption caused by unaligned direct AIOLukas Czerner2019-03-271-1/+1
* ext4: fix NULL pointer dereference while journal is abortedJiufei Xue2019-03-271-1/+1
* SMB3: Fix SMB3.1.1 guest mounts to SambaSteve French2019-03-271-1/+4
* cifs: allow guest mounts to work for smb3.11Ronnie Sahlberg2019-03-271-2/+6
* udf: Fix crash on IO error during truncateJan Kara2019-03-271-0/+3
* NFSv4.1: Reinitialise sequence results before retransmitting a requestTrond Myklebust2019-03-231-4/+8
* nfsd: fix wrong check in write_v4_end_grace()Yihao Wu2019-03-231-1/+1
* nfsd: fix memory corruption caused by readdirNeilBrown2019-03-232-2/+15
* nfsd: fix performance-limiting session calculationJ. Bruce Fields2019-03-231-4/+4
* NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust2019-03-231-1/+1
* NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust2019-03-231-1/+0
* NFS: Fix I/O request leakagesTrond Myklebust2019-03-231-5/+21
* jbd2: fix compile warning when using JBUFFER_TRACEzhangyi (F)2019-03-231-8/+8
* jbd2: clear dirty flag when revoking a buffer from an older transactionzhangyi (F)2019-03-231-5/+12
* ext2: Fix underflow in ext2_max_size()Jan Kara2019-03-231-14/+25
* ext4: fix crash during online resizingJan Kara2019-03-231-1/+2
* ext4: add mask of ext4 flags to swapyangerkun2019-03-232-1/+8
* ext4: update quota information while swapping boot loader inodeyangerkun2019-03-231-13/+43
* ext4: cleanup pagecache before swap i_datayangerkun2019-03-231-4/+12
* ext4: fix check of inode in swap_inode_boot_loaderyangerkun2019-03-231-9/+13
* Btrfs: fix deadlock between clone/dedupe and renameFilipe Manana2019-03-231-18/+3
OpenPOWER on IntegriCloud