summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* SMB3: retry on STATUS_INSUFFICIENT_RESOURCES instead of failing writeSteve French2019-06-251-1/+1
* btrfs: start readahead also in seed devicesNaohiro Aota2019-06-251-0/+5
* ovl: fix bogus -Wmaybe-unitialized warningArnd Bergmann2019-06-251-2/+2
* ovl: don't fail with disconnected lower NFSMiklos Szeredi2019-06-251-17/+9
* ovl: detect overlapping layersAmir Goldstein2019-06-256-17/+229
* ovl: make i_ino consistent with st_ino in more casesAmir Goldstein2019-06-251-6/+6
* ovl: fix wrong flags check in FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein2019-06-251-26/+65
* ovl: support the FS_IOC_FS[SG]ETXATTR ioctlsAmir Goldstein2019-06-251-3/+6
* Abort file_remove_privs() for non-reg. filesAlexander Lochmann2019-06-221-2/+7
* ocfs2: fix error path kobject memory leakTobin C. Harding2019-06-221-0/+1
* configfs: Fix use-after-free when accessing sd->s_dentrySahitya Tummala2019-06-221-8/+6
* f2fs: fix to avoid accessing xattr across the boundaryRandall Huang2019-06-192-9/+29
* fs/ocfs2: fix race in ocfs2_dentry_attach_lock()Wengang Wang2019-06-191-0/+12
* ovl: support stacked SEEK_HOLE/SEEK_DATAAmir Goldstein2019-06-151-4/+40
* ovl: check the capability before cred overriddenJiufei Xue2019-06-151-18/+61
* nfsd: avoid uninitialized variable warningArnd Bergmann2019-06-151-0/+4
* nfsd: allow fh_want_write to be called twiceJ. Bruce Fields2019-06-151-1/+4
* fuse: retrieve: cap requested size to negotiated max_writeKirill Smelkov2019-06-151-1/+1
* ovl: do not generate duplicate fsnotify events for "fake" pathAmir Goldstein2019-06-151-3/+4
* configfs: fix possible use-after-free in configfs_register_groupYueHaibing2019-06-151-5/+12
* f2fs: fix to do checksum even if inode page is uptodateChao Yu2019-06-152-5/+6
* f2fs: fix to do sanity check on valid block count of segmentChao Yu2019-06-151-2/+1
* f2fs: fix to use inline space only if inline_xattr is enableChao Yu2019-06-151-1/+3
* f2fs: fix to avoid panic in dec_valid_block_count()Chao Yu2019-06-151-2/+10
* f2fs: fix to clear dirty inode in error path of f2fs_iget()Chao Yu2019-06-151-0/+1
* f2fs: fix to do sanity check on free nidChao Yu2019-06-151-0/+3
* f2fs: fix to avoid panic in f2fs_remove_inode_page()Chao Yu2019-06-151-2/+8
* f2fs: fix to avoid panic in f2fs_inplace_write_data()Chao Yu2019-06-151-2/+7
* f2fs: fix to avoid panic in do_recover_data()Chao Yu2019-06-151-1/+9
* mm: page_mkclean vs MADV_DONTNEED raceAneesh Kumar K.V2019-06-151-1/+1
* fs/fat/file.c: issue flush after the writeback of FATHou Tao2019-06-151-3/+8
* pstore/ram: Run without kernel crash dump regionKees Cook2019-06-112-14/+25
* pstore: Set tfm to NULL on free_buf_for_compressionPi-Hsun Shih2019-06-111-1/+3
* pstore: Convert buf_lock to semaphoreKees Cook2019-06-112-22/+23
* pstore: Remove needless lock during console writesKees Cook2019-06-111-23/+6
* fuse: fallocate: fix return with locked inodeMiklos Szeredi2019-06-111-1/+1
* NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu2019-06-111-3/+5
* NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu2019-06-111-17/+7
* Revert "lockd: Show pid of lockd for remote locks"Benjamin Coddington2019-06-092-4/+4
* CIFS: cifs_read_allocate_pages: don't iterate through whole page array on ENOMEMRoberto Bergantinos Corpas2019-06-091-1/+3
* cifs: fix memory leak of pneg_inbuf on -EOPNOTSUPP ioctl caseColin Ian King2019-06-091-1/+2
* Btrfs: incremental send, fix file corruption when no-holes feature is enabledFilipe Manana2019-06-091-0/+6
* Btrfs: fix fsync not persisting changed attributes of a directoryFilipe Manana2019-06-091-12/+0
* Btrfs: fix race updating log root item during fsyncFilipe Manana2019-06-091-2/+6
* Btrfs: fix wrong ctime and mtime of a directory after log replayFilipe Manana2019-06-091-2/+12
* NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington2019-05-311-1/+1
* chardev: add additional check for minor range overlapChengguang Xu2019-05-311-0/+6
* btrfs: Don't panic when we can't find a root keyQu Wenruo2019-05-311-5/+8
* btrfs: fix panic during relocation after ENOSPC before writeback happensJosef Bacik2019-05-311-11/+20
* Btrfs: fix data bytes_may_use underflow with fallocate due to failed quota re...Robbie Ko2019-05-311-1/+2