aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-10-30btrfs: change how we decide to commit transactions during flushingJosef Bacik
2017-10-30Btrfs: send, apply asynchronous page cache readahead to enhance page readKuanling Huang
2017-10-30Btrfs: fix memory leak in raid56Liu Bo
2017-10-30btrfs: make array types static const, reduces object code sizeColin Ian King
2017-10-30btrfs: return -ENOMEM on allocation failure in btrfsicAllen Pais
2017-10-30Btrfs: fix confusing worker helper info in stacktraceLiu Bo
2017-10-30Btrfs: remove bio_flags which indicates a meta block of log-treeLiu Bo
2017-10-30Btrfs: make plug in writing meta blocks really workLiu Bo
2017-10-30btrfs: convert all mount option checking code to use btrfs_test_optSatoru Takeuchi
2017-10-30btrfs: avoid null pointer dereference on fs_info when calling btrfs_critColin Ian King
2017-10-30btrfs: Clean up dead code in root-treeChristos Gkekas
2017-10-30btrfs: tests: Fix a memory leak in error handling path in 'run_test()'Christophe JAILLET
2017-10-30btrfs: Remove redundant argument of __link_block_groupNikolay Borisov
2017-10-30btrfs: Rework error handling of add_extent_mapping in __btrfs_alloc_chunkNikolay Borisov
2017-10-30btrfs: Remove unused parameter from check_direct_IONikolay Borisov
2017-10-30btrfs: Remove unused arguments from btrfs_changed_cb_tNikolay Borisov
2017-10-30btrfs: Remove unused parameters from various functionsNikolay Borisov
2017-10-30btrfs: Remove unused variableNikolay Borisov
2017-10-30Btrfs: do not async submit for nodatasum inodesLiu Bo
2017-10-30Btrfs: search parity device wiselyLiu Bo
2017-10-30btrfs: copy fsid to super_block s_uuidAnand Jain
2017-10-30Btrfs: fix __user casting in ioctl.cOmar Sandoval
2017-10-30Btrfs: make some volumes.c functions staticOmar Sandoval
2017-10-30btrfs: Remove redundant forward declarationsNikolay Borisov
2017-10-30Btrfs: protect conditions within root->log_mutex while waitingLiu Bo
2017-10-30Btrfs: use wait_event instead of a single functionLiu Bo
2017-10-30Btrfs: move finish_wait out of the loopLiu Bo
2017-10-30Btrfs: remove batch plug in run_scheduled_IOLiu Bo
2017-10-28Merge tag '4.14-smb3-fixes-for-stable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-10-28Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2017-10-26SMB3: Validate negotiate request must always be signedSteve French
2017-10-26Merge tag 'ceph-for-4.14-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-10-26Merge tag 'xfs-4.14-fixes-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-10-25SMB: fix validate negotiate info uninitialised memory useDavid Disseldorp
2017-10-25SMB: fix leak of validate negotiate info response bufferDavid Disseldorp
2017-10-25CIFS: Fix NULL pointer deref on SMB2_tcon() failureAurélien Aptel
2017-10-25CIFS: do not send invalid input buffer on QUERY_INFO requestsAurelien Aptel
2017-10-25cifs: Select all required crypto modulesBenjamin Gilbert
2017-10-25fuse: fix READDIRPLUS skipping an entryMiklos Szeredi
2017-10-25ceph: unlock dangling spinlock in try_flush_caps()Jeff Layton
2017-10-24ovl: do not cleanup unsupported index entriesAmir Goldstein
2017-10-24ovl: handle ENOENT on index lookupAmir Goldstein
2017-10-24ovl: fix EIO from lookup of non-indexed upperAmir Goldstein
2017-10-23xfs: fix AIM7 regressionChristoph Hellwig
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-10-20Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers
2017-10-19ovl: Return -ENOMEM if an allocation fails ovl_lookup()Dan Carpenter
2017-10-19ovl: add NULL check in ovl_alloc_inodeHirofumi Nakagawa