summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-19ocfs2: fix posix_acl_create deadlockJunxiao Bi6-48/+77
2016-05-19ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi3-2/+27
2016-05-11propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman1-11/+14
2016-05-11fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov1-2/+7
2016-05-11proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-05ext4: fix races of writeback with punch hole and zero rangeJan Kara3-1/+42
2016-05-05ext4: fix races between buffered IO and collapse / insert rangeJan Kara1-28/+31
2016-05-05ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara1-11/+10
2016-05-05ext4: fix races between page faults and hole punchingJan Kara6-42/+127
2016-05-05ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-05-05numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer1-3/+30
2016-05-05debugfs: Make automount point inodes permanently emptySeth Forshee1-1/+1
2016-04-20Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana1-0/+137
2016-04-20ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o1-11/+11
2016-04-20ext4: add lockdep annotations for i_data_semTheodore Ts'o3-4/+55
2016-04-20btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana1-1/+1
2016-04-20nfs: use file_dentry()Miklos Szeredi3-6/+6
2016-04-20fs: add file_dentry()Miklos Szeredi2-1/+37
2016-04-12ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2-1/+13
2016-04-12ocfs2/dlm: fix race between convert and recoveryJoseph Qi1-1/+10
2016-04-12writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeTejun Heo1-10/+19
2016-04-12writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Tejun Heo1-3/+5
2016-04-12nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields1-0/+1
2016-04-12nfsd4: fix bad bounds checkingJ. Bruce Fields1-5/+8
2016-04-12fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn3-9/+29
2016-04-12fuse: Add reference counting for fuse_io_privSeth Forshee3-9/+32
2016-04-12fuse: do not use iocb after it may have been freedRobert Doebbelin1-3/+4
2016-04-12xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik1-9/+10
2016-04-12quota: Fix possible GPF due to uninitialised pointersNikolay Borisov1-2/+1
2016-04-12splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent1-0/+3
2016-04-12vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin1-0/+2
2016-04-12jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi1-5/+12
2016-03-16ovl: fix getcwd() failure after unsuccessful rmdirRui Wang1-1/+2
2016-03-16ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov1-0/+2
2016-03-16userfaultfd: don't block on the last VM updates at exit timeLinus Torvalds1-0/+6
2016-03-16ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov1-0/+1
2016-03-16ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2-5/+14
2016-03-16ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro1-1/+1
2016-03-16jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro1-3/+8
2016-03-10Fix directory hardlinks from deleted directoriesDavid Woodhouse2-19/+62
2016-03-10jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2-11/+11
2016-03-10Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker1-21/+18
2016-03-10Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana1-1/+9
2016-03-10writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2-13/+42
2016-03-10Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan1-8/+4
2016-03-10CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky1-3/+18
2016-03-10cifs: fix out-of-bounds access in lease parsingJustin Maggard1-10/+14
2016-03-10btrfs: async-thread: Fix a use-after-free error for traceQu Wenruo1-1/+1
2016-03-10btrfs: Fix no_space in write and rm loopZhao Lei1-1/+3
2016-03-10Btrfs: fix deadlock running delayed iputs at transaction commit timeFilipe Manana4-10/+10