summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar
2017-03-01CIFS: set signing flag in SMB2+ TreeConnect if neededAurelien Aptel
2017-03-01CIFS: let ses->ipc_tid hold smb2 TreeIdsAurelien Aptel
2017-03-01CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel
2017-03-01CIFS: add build_path_from_dentry_optional_prefix()Aurelien Aptel
2017-03-01CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells
2017-03-01CIFS: Fix possible use after free in demultiplex threadPavel Shilovsky
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason
2017-02-28f2fs: avoid to flush nat journal entriesJaegeuk Kim
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba
2017-02-28btrfs: drop checks for mandatory extent_io_ops callbacksDavid Sterba
2017-02-28btrfs: document existence of extent_io ops callbacksDavid Sterba
2017-02-28btrfs: let writepage_end_io_hook return voidDavid Sterba
2017-02-28btrfs: do proper error handling in btrfs_insert_xattr_itemDavid Sterba
2017-02-28btrfs: handle allocation error in update_dev_stat_itemDavid Sterba
2017-02-28btrfs: remove BUG_ON from __tree_mod_log_insertDavid Sterba
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba
2017-02-28btrfs: use predefined limits for calculating maximum number of pages for comp...David Sterba
2017-02-28btrfs: export compression buffer limits in a headerDavid Sterba
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba
2017-02-28btrfs: constify name of subvolume in creation helpersDavid Sterba
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba
2017-02-28btrfs: constify input buffer of btrfs_csum_dataDavid Sterba
2017-02-28btrfs: constify device path passed to relevant helpersDavid Sterba
2017-02-28btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_add_nondir take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_del_delalloc_inode take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make check_extent_to_block take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make clone_update_extent_map take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_log_inode_parent take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make check_parent_dirs_for_sync take btrfs_inodeNikolay Borisov
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_orphan_del take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov
2017-02-28btrfs: make check_compressed_csum take btrfs_inodeNikolay Borisov