summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Btrfs: fix corruption reading shared and compressed extents after hole punchingFilipe Manana2019-03-231-2/+2
* btrfs: init csum_list before possible freeDan Robertson2019-03-231-1/+1
* btrfs: ensure that a DUP or RAID1 block group has exactly two stripesJohannes Thumshirn2019-03-231-2/+2
* btrfs: drop the lock on error in btrfs_dev_replace_cancelDan Carpenter2019-03-231-0/+1
* btrfs: scrub: fix circular locking dependency warningAnand Jain2019-03-231-11/+11
* Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana2019-03-231-0/+9
* Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()Filipe Manana2019-03-231-0/+8
* ovl: Do not lose security.capability xattr over metadata file copy-upVivek Goyal2019-03-233-22/+63
* ovl: During copy up, first copy up data and then xattrsVivek Goyal2019-03-231-13/+18
* splice: don't merge into linked buffersJann Horn2019-03-232-0/+18
* fs/devpts: always delete dcache dentry-s in dput()Varad Gautam2019-03-231-0/+1
* smb3: make default i/o size for smb3 mounts largerSteve French2019-03-235-3/+28
OpenPOWER on IntegriCloud