summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2019-01-09smb3: fix large reads on encrypted connectionsPaul Aurich
2019-01-09CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin
2019-01-09f2fs: sanity check of xattr entry sizeJaegeuk Kim
2019-01-09f2fs: fix validation of the block count in sanity_check_raw_superMartin Blumenstingl
2019-01-09f2fs: read page index before freeingPan Bian
2019-01-09dax: Use non-exclusive wait in wait_entry_unlocked()Dan Williams
2019-01-09dax: Don't access a freed inodeMatthew Wilcox
2019-01-09Btrfs: send, fix race with transaction commits that create snapshotsFilipe Manana
2019-01-09btrfs: run delayed items before dropping the snapshotJosef Bacik
2019-01-09Btrfs: fix fsync of files with multiple hard links in new directoriesFilipe Manana
2019-01-09btrfs: skip file_extent generation check for free_space_inode in run_delalloc...Lu Fengqi
2019-01-09btrfs: dev-replace: go back to suspend state if another EXCL_OP is runningAnand Jain
2019-01-09btrfs: dev-replace: go back to suspended state if target device is missingAnand Jain
2019-01-09ext4: check for shutdown and r/o file system in ext4_write_inode()Theodore Ts'o
2019-01-09ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o
2019-01-09ext4: avoid declaring fs inconsistent due to invalid file handlesTheodore Ts'o
2019-01-09ext4: include terminating u32 in size of xattr entries when expanding inodesTheodore Ts'o
2019-01-09ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)
2019-01-09ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi
2019-01-09ext4: fix possible use after free in ext4_quota_enablePan Bian
2019-01-09ext4: add ext4_sb_bread() to disambiguate ENOMEM casesTheodore Ts'o
2018-12-29proc/sysctl: don't return ENOMEM on lookup when a table is unregisteringIvan Delalande
2018-12-29ubifs: Handle re-linking of inodes correctly while recoveryRichard Weinberger
2018-12-29Revert "vfs: Allow userns root to call mknod on owned filesystems."Christian Brauner
2018-12-29iomap: Revert "fs/iomap.c: get/put the page in iomap_page_create/release()"Dave Chinner
2018-12-21Btrfs: fix missing delayed iputs on unmountOmar Sandoval
2018-12-21cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French
2018-12-21nfs: don't dirty kernel pages read by direct-ioDave Kleikamp
2018-12-19fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYSChad Austin
2018-12-19ovl: fix missing override creds in link of a metacopy upperAmir Goldstein
2018-12-19ovl: fix decode of dir file handle with multi lower layersAmir Goldstein
2018-12-19userfaultfd: check VM_MAYWRITE was set after verifying the uffd is registeredAndrea Arcangeli
2018-12-19fs/iomap.c: get/put the page in iomap_page_create/release()Piotr Jaroszynski
2018-12-19aio: fix spectre gadget in lookup_ioctxJeff Moyer
2018-12-17dax: Check page->mapping isn't NULLMatthew Wilcox
2018-12-17flexfiles: enforce per-mirror stateid only for v4 DSesTigran Mkrtchyan
2018-12-17ocfs2: fix potential use after freePan Bian
2018-12-17hfsplus: do not free node before usingPan Bian
2018-12-17hfs: do not free node before usingPan Bian
2018-12-17ocfs2: fix deadlock caused by ocfs2_defrag_extent()Larry Chen
2018-12-17fscache, cachefiles: remove redundant variable 'cache'Colin Ian King
2018-12-17cachefiles: Explicitly cast enumerated type in put_objectNathan Chancellor
2018-12-17fscache: fix race between enablement and dropping of objectNeilBrown
2018-12-17afs: Fix validation/callback interactionDavid Howells
2018-12-17pstore/ram: Correctly calculate usable PRZ bytesKees Cook
2018-12-17cachefiles: Fix page leak in cachefiles_read_backing_file while vmscan is activeKiran Kumar Modukuri
2018-12-17cachefiles: Fix an assertion failure when trying to update a failed objectDavid Howells
2018-12-17exportfs: do not read dentry after freePan Bian
2018-12-17Btrfs: send, fix infinite loop due to directory rename dependenciesRobbie Ko
2018-12-17aio: fix failure to put the file pointerJens Axboe