summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-12-19fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin3-12/+13
2018-12-19ovl: fix missing override creds in link of a metacopy upperAmir Goldstein1-1/+13
2018-12-19ovl: fix decode of dir file handle with multi lower layersAmir Goldstein1-3/+3
2018-12-19userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registeredAndrea Arcangeli1-1/+2
2018-12-19fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski1-0/+7
2018-12-19aio: fix spectre gadget in lookup_ioctxJeff Moyer1-0/+2
2018-12-17dax: Check page->mapping isn't NULLMatthew Wilcox1-1/+1
2018-12-17flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan1-2/+4
2018-12-17ocfs2: fix potential use after freePan Bian1-1/+1
2018-12-17hfsplus: do not free node before usingPan Bian1-1/+2
2018-12-17hfs: do not free node before usingPan Bian1-1/+2
2018-12-17ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen1-21/+26
2018-12-17fscache, cachefiles: remove redundant variable 'cache'Colin Ian King1-3/+0
2018-12-17cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor1-2/+4
2018-12-17fscache: fix race between enablement and dropping of objectNeilBrown1-0/+3
2018-12-17afs: Fix validation/callback interactionDavid Howells1-6/+12
2018-12-17pstore/ram: Correctly calculate usable PRZ bytesKees Cook1-9/+6
2018-12-17cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri1-0/+6
2018-12-17cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells1-1/+2
2018-12-17exportfs: do not read dentry after freePan Bian1-1/+1
2018-12-17Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko1-3/+8
2018-12-17aio: fix failure to put the file pointerJens Axboe1-0/+1
2018-12-17sysv: return 'err' instead of 0 in __sysv_write_inodeYueHaibing1-1/+1
2018-12-13cifs: Fix separator when building path from dentryPaulo Alcantara1-1/+1
2018-12-13flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan3-12/+32
2018-12-13NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2-20/+21
2018-12-13NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2-5/+13
2018-12-08btrfs: tree-checker: Don't check max block group size as current max chunk si...Qu Wenruo1-5/+3
2018-12-05ext2: fix potential use after freePan Bian1-1/+1
2018-12-05ext2: initialize opts.s_mount_opt as zero before using itxingaopeng1-0/+1
2018-12-05fs: fix lost error code in dio_completeMaximilian Heyne1-2/+2
2018-12-05btrfs: relocation: set trans to be NULL after ending transactionPan Bian1-0/+1
2018-12-05Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana1-1/+2
2018-12-05Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana1-0/+24
2018-12-05Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana1-0/+1
2018-12-05btrfs: Always try all copies when reading extent buffersNikolay Borisov1-10/+1
2018-12-05udf: Allow mounting volumes with incorrect identification stringsJan Kara2-9/+21
2018-12-05userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli1-0/+15
2018-12-01gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher1-23/+17
2018-12-01dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox1-1/+6
2018-12-01NFSv4: Fix an Oops during delegation callbacksTrond Myklebust2-4/+11
2018-12-01fanotify: fix handling of events on child sub-directoryAmir Goldstein2-7/+11
2018-12-01fsnotify: generalize handling of extra event flagsAmir Goldstein1-4/+3
2018-12-01gfs2: Don't leave s_fs_info pointing to freed memory in init_sbdAndrew Price1-1/+1
2018-12-01bfs: add sanity check at bfs_fill_super()Tetsuo Handa1-3/+6
2018-12-01v9fs_dir_readdir: fix double-free on p9stat_read errorDominique Martinet1-11/+0
2018-11-27ceph: quota: fix null pointer dereference in quota checkLuis Henriques1-1/+2
2018-11-27fs/exofs: fix potential memory leak in mount option parsingChengguang Xu1-1/+4
2018-11-27afs: Handle EIO from delivery functionDavid Howells1-1/+4
2018-11-27hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4