summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-10-21fix io_destroy()/aio_complete() raceAl Viro1-2/+1
2018-10-21aio: fix io_destroy(2) vs. lookup_ioctx() raceAl Viro1-2/+2
2018-10-21ext2: fix a block leakAl Viro1-10/+0
2018-10-21affs_lookup(): close a race with affs_remove_link()Al Viro1-3/+7
2018-10-21afs: Fix directory permissions checkDavid Howells1-7/+3
2018-10-21afs: Ignore AFS_ACE_READ and AFS_ACE_WRITE for directoriesMarc Dionne1-3/+2
2018-10-21Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko1-2/+14
2018-10-21do d_instantiate/unlock_new_inode combinations safelyAl Viro13-70/+55
2018-10-21ufs: Fix possible deadlock when looking up directoriesJan Kara1-0/+1
2018-10-21ufs: Fix warning from unlock_new_inode()Jan Kara1-1/+6
2018-10-21ufs: deal with nfsd/iget racesAl Viro2-1/+9
2018-10-21udf: fix the udf_iget() vs. udf_new_inode() racesAl Viro2-1/+13
2018-10-21udf: merge the pieces inserting a new non-directory object into directoryAl Viro1-69/+29
2018-10-21udf: avoid unneeded up_write when fail to add entry in ->symlinkChao Yu1-1/+2
2018-10-21f2fs: go out for insert_inode_locked failureJaegeuk Kim1-4/+1
2018-10-21f2fs: call f2fs_unlock_op after error was handledJaegeuk Kim3-17/+34
2018-10-21f2fs: reposition unlock_new_inode to prevent accessing invalid inodeChao Yu2-13/+5
2018-10-21Btrfs: don't leave dangling dentry if symlink creation failedFilipe Manana1-4/+7
2018-10-21Btrfs: use insert_inode_locked4 for inode creationChris Mason1-67/+109
2018-10-21Btrfs: ensure tmpfile inode is always persisted with link count of 0Filipe Manana1-0/+15
2018-10-21smb3: directory sync should not return an errorSteve French1-0/+13
2018-10-21cifs: Allocate validate negotiation request through kmallocLong Li1-19/+26
2018-10-21bdi: Fix oops in wb_workfn()Jan Kara1-1/+1
2018-10-21autofs: mount point create should honour passed in modeIan Kent1-1/+1
2018-10-21cifs: do not allow creating sockets except with SMB1 posix exensionsSteve French1-4/+5
2018-10-21Don't leak MNT_INTERNAL away from internal mountsAl Viro1-1/+2
2018-10-21ext4: set h_journal if there is a failure starting a reserved handleTheodore Ts'o1-0/+1
2018-10-21ceph: always update atime/mtime/ctime for new inodeYan, Zheng1-3/+7
2018-10-21jffs2_kill_sb(): deal with failed allocationsAl Viro1-1/+1
2018-10-21fs/reiserfs/journal.c: add missing resierfs_warning() argAndrew Morton1-1/+1
2018-10-21fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl tableDanilo Krummrich1-0/+3
2018-10-21fanotify: fix logic of events on childAmir Goldstein1-19/+15
2018-10-21block_invalidatepage(): only release page if the full page was invalidatedJeff Moyer1-1/+1
2018-10-21ocfs2/dlm: wait for dlm recovery done when migrating all lock resourcespiaojun3-3/+26
2018-10-21hugetlbfs: fix bug in pgoff overflow checkingMike Kravetz1-3/+7
2018-10-21btrfs: Fix possible softlock on single core machinesNikolay Borisov1-0/+1
2018-10-21Btrfs: bail out on error during replay_dir_deletesLiu Bo1-1/+3
2018-10-21Btrfs: fix NULL pointer dereference in log_dir_itemsLiu Bo1-2/+5
2018-10-21ubifs: Check ubifs_wbuf_sync() return codeRichard Weinberger1-4/+10
2018-10-21ext4: force revalidation of directory pointer after seekdir(2)Theodore Ts'o1-3/+5
2018-10-21cifs: fix memory leak in SMB2_open()Ronnie Sahlberg1-1/+3
2018-10-21ext4: add extra checks to ext4_xattr_block_get()Theodore Ts'o2-6/+29
2018-10-21ext4: correctly detect when an xattr value has an invalid sizeEric Biggers1-6/+21
2018-10-21btrfs: tests/qgroup: Fix wrong tree backref levelQu Wenruo1-1/+1
2018-10-21Btrfs: fix copy_items() return value when logging an inodeFilipe Manana1-0/+1
2018-10-21ext4: add bounds checking to ext4_xattr_find_entry()Theodore Ts'o1-13/+22
2018-10-21btrfs: Handle error from btrfs_uuid_tree_rem call in _btrfs_ioctl_set_receive...Nikolay Borisov1-5/+11
2018-10-21btrfs: Refactor transaction handling in received subvolume ioctlNikolay Borisov1-5/+1
2018-10-21Btrfs: fix unexpected cow in run_delalloc_nocowLiu Bo1-4/+33
2018-10-21ext4: protect i_disksize update by i_data_sem in direct write pathEryu Guan1-3/+2