summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande2018-12-291-7/+6Star
* ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger2018-12-291-0/+37
* Revert "vfs: Allow userns root to call mknod on owned filesystems."Christian Brauner2018-12-291-2/+1Star
* iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner2018-12-291-7/+0Star
* Btrfs: fix missing delayed iputs on unmountOmar Sandoval2018-12-211-36/+15Star
* cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French2018-12-211-1/+1
* nfs: don't dirty kernel pages read by direct-ioDave Kleikamp2018-12-211-1/+8
* fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin2018-12-193-12/+13
* ovl: fix missing override creds in link of a metacopy upperAmir Goldstein2018-12-191-1/+13
* ovl: fix decode of dir file handle with multi lower layersAmir Goldstein2018-12-191-3/+3
* userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registeredAndrea Arcangeli2018-12-191-1/+2
* fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski2018-12-191-0/+7
* aio: fix spectre gadget in lookup_ioctxJeff Moyer2018-12-191-0/+2
* dax: Check page->mapping isn't NULLMatthew Wilcox2018-12-171-1/+1
* flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan2018-12-171-2/+4
* ocfs2: fix potential use after freePan Bian2018-12-171-1/+1
* hfsplus: do not free node before usingPan Bian2018-12-171-1/+2
* hfs: do not free node before usingPan Bian2018-12-171-1/+2
* ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen2018-12-171-21/+26
* fscache, cachefiles: remove redundant variable 'cache'Colin Ian King2018-12-171-3/+0Star
* cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor2018-12-171-2/+4
* fscache: fix race between enablement and dropping of objectNeilBrown2018-12-171-0/+3
* afs: Fix validation/callback interactionDavid Howells2018-12-171-6/+12
* pstore/ram: Correctly calculate usable PRZ bytesKees Cook2018-12-171-9/+6Star
* cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri2018-12-171-0/+6
* cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells2018-12-171-1/+2
* exportfs: do not read dentry after freePan Bian2018-12-171-1/+1
* Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko2018-12-171-3/+8
* aio: fix failure to put the file pointerJens Axboe2018-12-171-0/+1
* sysv: return 'err' instead of 0 in __sysv_write_inodeYueHaibing2018-12-171-1/+1
* cifs: Fix separator when building path from dentryPaulo Alcantara2018-12-131-1/+1
* flexfiles: use per-mirror specified stateid for IOTigran Mkrtchyan2018-12-133-12/+32
* NFSv4.2 copy do not allocate memory under the lockOlga Kornievskaia2018-12-132-20/+21
* NFSv4: Fix a NFSv4 state manager deadlockTrond Myklebust2018-12-132-5/+13
* btrfs: tree-checker: Don't check max block group size as current max chunk si...Qu Wenruo2018-12-081-5/+3Star
* ext2: fix potential use after freePan Bian2018-12-051-1/+1
* ext2: initialize opts.s_mount_opt as zero before using itxingaopeng2018-12-051-0/+1
* fs: fix lost error code in dio_completeMaximilian Heyne2018-12-051-2/+2
* btrfs: relocation: set trans to be NULL after ending transactionPan Bian2018-12-051-0/+1
* Btrfs: fix race between enabling quotas and subvolume creationFilipe Manana2018-12-051-1/+2
* Btrfs: fix rare chances for data loss when doing a fast fsyncFilipe Manana2018-12-051-0/+24
* Btrfs: ensure path name is null terminated at btrfs_control_ioctlFilipe Manana2018-12-051-0/+1
* btrfs: Always try all copies when reading extent buffersNikolay Borisov2018-12-051-10/+1Star
* udf: Allow mounting volumes with incorrect identification stringsJan Kara2018-12-052-9/+21
* userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmasAndrea Arcangeli2018-12-051-0/+15
* gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher2018-12-011-23/+17Star
* dax: Avoid losing wakeup in dax_lock_mapping_entryMatthew Wilcox2018-12-011-1/+6
* NFSv4: Fix an Oops during delegation callbacksTrond Myklebust2018-12-012-4/+11
* fanotify: fix handling of events on child sub-directoryAmir Goldstein2018-12-012-7/+11
* fsnotify: generalize handling of extra event flagsAmir Goldstein2018-12-011-4/+3Star