summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* get_rock_ridge_filename(): handle malformed NM entriesAl Viro2016-05-181-3/+10
* atomic_open(): fix the handling of create_errorAl Viro2016-05-181-16/+4
* vfs: rename: check backing inode being equalMiklos Szeredi2016-05-181-1/+5
* vfs: add vfs_select_inode() helperMiklos Szeredi2016-05-181-8/+4
* ocfs2: fix posix_acl_create deadlockJunxiao Bi2016-05-186-48/+77
* ocfs2: revert using ocfs2_acl_chmod to avoid inode cluster lock hangJunxiao Bi2016-05-183-2/+27
* propogate_mnt: Handle the first propogated copy being a slaveEric W. Biederman2016-05-111-11/+14
* fs/pnode.c: treat zero mnt_group_id-s as unequalMaxim Patlasov2016-05-111-2/+7
* proc: prevent accessing /proc/<PID>/environ until it's readyMathias Krause2016-05-111-1/+2
* ext4: fix races of writeback with punch hole and zero rangeJan Kara2016-05-043-1/+42
* ext4: fix races between buffered IO and collapse / insert rangeJan Kara2016-05-041-28/+31
* ext4: move unlocked dio protection from ext4_alloc_file_blocks()Jan Kara2016-05-041-11/+10
* ext4: fix races between page faults and hole punchingJan Kara2016-05-046-42/+127
* ext4: fix NULL pointer dereference in ext4_mark_inode_dirty()Eryu Guan2016-05-041-3/+3
* numa: fix /proc/<pid>/numa_maps for THPGerald Schaefer2016-05-041-3/+30
* debugfs: Make automount point inodes permanently emptySeth Forshee2016-05-041-1/+1
* Btrfs: fix file/data loss caused by fsync after rename and new inodeFilipe Manana2016-04-201-0/+137
* ext4: ignore quota mount options if the quota feature is enabledTheodore Ts'o2016-04-201-11/+11
* ext4: add lockdep annotations for i_data_semTheodore Ts'o2016-04-203-4/+55
* btrfs: fix crash/invalid memory access on fsync when using overlayfsFilipe Manana2016-04-201-1/+1
* nfs: use file_dentry()Miklos Szeredi2016-04-203-6/+6
* fs: add file_dentry()Miklos Szeredi2016-04-202-1/+37
* ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_listJoseph Qi2016-04-122-1/+13
* ocfs2/dlm: fix race between convert and recoveryJoseph Qi2016-04-121-1/+10
* writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the inodeTejun Heo2016-04-121-10/+19
* writeback, cgroup: fix premature wb_put() in locked_inode_to_wb_and_lock_list()Tejun Heo2016-04-121-3/+5
* nfsd: fix deadlock secinfo+readdir compoundJ. Bruce Fields2016-04-121-0/+1
* nfsd4: fix bad bounds checkingJ. Bruce Fields2016-04-121-5/+8
* fs/coredump: prevent fsuid=0 dumps into user-controlled directoriesJann Horn2016-04-123-9/+29
* fuse: Add reference counting for fuse_io_privSeth Forshee2016-04-123-9/+32
* fuse: do not use iocb after it may have been freedRobert Doebbelin2016-04-121-3/+4
* xfs: fix two memory leaks in xfs_attr_list.c error pathsMateusz Guzik2016-04-121-9/+10
* quota: Fix possible GPF due to uninitialised pointersNikolay Borisov2016-04-121-2/+1
* splice: handle zero nr_pages in splice_to_pipe()Rabin Vincent2016-04-121-0/+3
* vfs: show_vfsstat: do not ignore errors from show_devname methodDmitry V. Levin2016-04-121-0/+2
* jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount pathOGAWA Hirofumi2016-04-121-5/+12
* ovl: fix getcwd() failure after unsuccessful rmdirRui Wang2016-03-161-1/+2
* ovl: copy new uid/gid into overlayfs runtime inodeKonstantin Khlebnikov2016-03-161-0/+2
* userfaultfd: don't block on the last VM updates at exit timeLinus Torvalds2016-03-161-0/+6
* ovl: fix working on distributed fs as lower layerKonstantin Khlebnikov2016-03-161-0/+1
* ovl: ignore lower entries when checking purity of non-directory entriesKonstantin Khlebnikov2016-03-162-5/+14
* ncpfs: fix a braino in OOM handling in ncp_fill_cache()Al Viro2016-03-161-1/+1
* jffs2: reduce the breakage on recovery from halfway failed rename()Al Viro2016-03-161-3/+8
* Fix directory hardlinks from deleted directoriesDavid Woodhouse2016-03-092-19/+62
* jffs2: Fix page lock / f->sem deadlockDavid Woodhouse2016-03-092-11/+11
* Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"Thomas Betker2016-03-091-21/+18
* Btrfs: fix loading of orphan roots leading to BUG_ONFilipe Manana2016-03-091-1/+9
* writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2016-03-092-13/+42
* Fix cifs_uniqueid_to_ino_t() function for s390xYadan Fan2016-03-091-8/+4
* CIFS: Fix SMB2+ interim response processing for read requestsPavel Shilovsky2016-03-091-3/+18