summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-05-11proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause1-1/+2
2016-05-11propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman1-11/+14
2016-05-04btrfs: cleaner_kthread() doesn't need explicit freezeJiri Kosina1-1/+1
2016-05-04btrfs: fix memory leak of fs_info in block group cacheKinglong Mee2-6/+1
2016-05-04f2fs crypto: make sure the encryption info is initialized on opendir(2)Chao Yu1-0/+8
2016-05-04f2fs crypto: handle unexpected lack of encryption keysChao Yu2-2/+7
2016-05-04f2fs: don't need to call set_page_dirty for io errorJaegeuk Kim1-1/+0
2016-05-04f2fs: do f2fs_balance_fs when block is allocatedJaegeuk Kim1-6/+6
2016-05-04ext4/fscrypto: avoid RCU lookup in d_revalidateJaegeuk Kim1-0/+4
2016-05-04f2fs: cover large section in sanity check of superJaegeuk Kim1-37/+65
2016-05-04f2fs: slightly reorganize read_raw_super_blockShawn Lin1-37/+36
2016-05-04f2fs crypto: fix corrupted symlink in encrypted caseJaegeuk Kim1-6/+6
2016-05-04ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan1-3/+3
2016-05-04numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer1-3/+30
2016-05-04debugfs: 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-20ext4: use file_dentry()Miklos Szeredi1-1/+1
2016-04-20ext4: use dget_parent() in ext4_file_open()Miklos Szeredi1-4/+8
2016-04-20ext4 crypto: use dget_parent() in ext4_d_revalidate()Theodore Ts'o1-4/+8
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-12ocfs2: o2hb: fix double free bugJunxiao Bi1-2/+2
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-11Merge tag 'xfs-for-linus-4.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-103/+168
2016-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-4/+9
2016-03-09Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2016-03-09ext4: iterate over buffer heads correctly in move_extent_per_page()Eryu Guan1-0/+1
2016-03-09dax: check return value of dax_radix_entry()Ross Zwisler1-1/+8
2016-03-09ocfs2: fix return value from ocfs2_page_mkwrite()Jan Kara1-0/+4
2016-03-07jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro1-3/+8
2016-03-07ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro1-1/+1
2016-03-07Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+19
2016-03-07xfs: only run torn log write detection on dirty logsBrian Foster1-11/+31
2016-03-07xfs: refactor in-core log state update to helperBrian Foster1-19/+33