aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-03-17Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds12-26/+88
2017-03-17pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson4-10/+31
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson6-6/+48
2017-03-17NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia1-2/+2
2017-03-17NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia1-5/+4
2017-03-17nfs: make nfs4_cb_sv_ops staticJason Yan1-2/+2
2017-03-17NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee1-2/+4
2017-03-17Merge tag 'afs-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/dho...Linus Torvalds13-222/+269
2017-03-16Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-18/+122
2017-03-16afs: Don't wait for page writeback with the page lock heldDavid Howells1-5/+4
2017-03-16afs: ->writepage() shouldn't call clear_page_dirty_for_io()David Howells1-3/+3
2017-03-16afs: Fix abort on signal while waiting for call completionDavid Howells1-13/+6
2017-03-16afs: Fix an off-by-one error in afs_send_pages()David Howells1-1/+1
2017-03-16afs: Fix afs_kill_pages()David Howells1-3/+7
2017-03-16afs: Fix page leak in afs_write_begin()David Howells1-2/+5
2017-03-16afs: Don't set PG_error on local EINTR or ENOMEM when filling a pageDavid Howells1-2/+10
2017-03-16afs: Populate and use client modification timeMarc Dionne2-10/+10
2017-03-16afs: Better abort and net error handlingDavid Howells1-8/+27
2017-03-16afs: Invalid op ID should abort with RXGEN_OPCODEDavid Howells2-1/+3
2017-03-16afs: Fix the maths in afs_fs_store_data()David Howells1-1/+1
2017-03-16afs: Use a bvec rather than a kvec in afs_send_pages()David Howells1-45/+52
2017-03-16afs: Make struct afs_read::remain 64-bitDavid Howells2-5/+5
2017-03-16afs: Fix AFS read bugDavid Howells1-1/+1
2017-03-16afs: Prevent callback expiry timer overflowTina Ruchandani3-6/+7
2017-03-16afs: Migrate vlocation fields to 64-bitTina Ruchandani4-16/+20
2017-03-16afs: security: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2017-03-16afs: inode: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat1-1/+1
2017-03-16afs: Distinguish mountpoints from symlinks by file mode aloneDavid Howells3-68/+15
2017-03-16afs: Flush outstanding writes when an fd is closedDavid Howells3-0/+16
2017-03-16afs: Handle a short write to an AFS pageDavid Howells3-11/+23
2017-03-16afs: Kill struct afs_read::pg_offsetDavid Howells1-1/+0
2017-03-16afs: Handle better the server returning excess or short dataDavid Howells2-16/+40
2017-03-16afs: Deal with an empty callback arrayMarc Dionne2-7/+9
2017-03-16afs: Adjust mode bits processingMarc Dionne1-1/+6
2017-03-16afs: Populate group ID from vnode statusMarc Dionne1-1/+1
2017-03-16afs: Fix page overput in afs_fill_page()David Howells1-0/+1
2017-03-16afs: Fix missing put_page()David Howells1-0/+1
2017-03-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-14/+21
2017-03-15gfs2: Avoid alignment hole in struct lm_locknameAndreas Gruenbacher1-1/+1
2017-03-15xfs: verify inline directory data forksDarrick J. Wong6-18/+122
2017-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2017-03-13NFSv4: fix a reference leak caused WARNING messagesKinglong Mee1-2/+0
2017-03-13nfs4: fix a typo of NFS_ATTR_FATTR_GROUP_NAMEKinglong Mee1-1/+1
2017-03-13writeback: fix memory leak in wb_queue_work()Tahsin Erdogan1-14/+21
2017-03-10Merge branch 'prep-for-5level'Linus Torvalds1-1/+5
2017-03-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-49/+33
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells2-2/+2
2017-03-09Merge tag 'xfs-4.11-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds14-100/+103
2017-03-09userfaultfd: remove wrong comment from userfaultfd_ctx_get()David Hildenbrand1-2/+0
2017-03-09fat: fix using uninitialized fields of fat_inode/fsinfo_inodeOGAWA Hirofumi1-1/+12
2017-03-09userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEEDAndrea Arcangeli1-6/+3
2017-03-09userfaultfd: non-cooperative: fix fork fctx->new memleakMike Rapoport1-0/+9
2017-03-09userfaultfd: non-cooperative: release all ctx in dup_userfaultfd_completeAndrea Arcangeli1-13/+5
2017-03-09userfaultfd: non-cooperative: robustness checkAndrea Arcangeli1-2/+7
2017-03-09userfaultfd: non-cooperative: rollback userfaultfd_exitAndrea Arcangeli1-28/+0
2017-03-09userfaultfd: shmem: __do_fault requires VM_FAULT_NOPAGEAndrea Arcangeli1-1/+1
2017-03-09mm: convert generic code to 5-level pagingKirill A. Shutemov1-1/+5
2017-03-08overlayfs: remove now unnecessary header file includeLinus Torvalds1-1/+0
2017-03-08xfs: try any AG when allocating the first btree block when reflinkingChristoph Hellwig2-6/+10
2017-03-08xfs: use iomap new flag for newly allocated delalloc blocksBrian Foster2-17/+32
2017-03-07xfs: remove kmem_zalloc_greedyDarrick J. Wong3-24/+2
2017-03-07xfs: Use xfs_icluster_size_fsb() to calculate inode alignment maskChandan Rajendra1-2/+1
2017-03-07xfs: fix and streamline error handling in xfs_end_ioChristoph Hellwig1-32/+27
2017-03-07xfs: only reclaim unwritten COW extents periodicallyChristoph Hellwig6-13/+22
2017-03-07Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2017-03-06iomap: invalidate page caches should be after iomap_dio_complete() in direct ...Eryu Guan1-7/+10
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-21/+21
2017-03-03Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds16-168/+447
2017-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds3-18/+13
2017-03-03Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-27/+148
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds51-184/+344
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds111-33/+153
2017-03-02smb2: Enforce sec= mount optionSachin Prabhu8-7/+49
2017-03-02CIFS: Fix sparse warningsSteve French2-4/+4
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells51-184/+344
2017-03-02Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds32-656/+861
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-201/+213
2017-03-02Merge branch 'work.sendmsg' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-78/+48
2017-03-02CIFS: implement get_dfs_refer for SMB2+Aurelien Aptel2-0/+109
2017-03-02CIFS: use DFS pathnames in SMB2+ Create requestsAurelien Aptel1-16/+80
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds5-5/+5
2017-03-02block: Initialize bd_bdi on inode initializationJan Kara1-2/+4
2017-03-02Merge remote-tracking branch 'ovl/for-viro' into for-linusAl Viro7-112/+110
2017-03-02Merge branch 'work.namei' into for-linusAl Viro1-88/+95
2017-03-02orangefs: Use RCU for destroy_inodePeter Zijlstra1-1/+8
2017-03-02sched/headers: Prepare to move sched_info_on() and force_schedstat_enabled() ...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar4-1/+4
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar3-0/+4
2017-03-02sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2-2/+2
2017-03-02sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar8-0/+10
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar5-1/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar5-0/+5
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare to move the memalloc_noio_*() APIs to <linux/sched/mm.h>Ingo Molnar3-0/+3
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar32-16/+37
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-1/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar35-0/+36
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar16-10/+17
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar6-0/+6
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar6-0/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers, cgroups: Remove the threadgroup_change_*() wrapperyIngo Molnar1-3/+3
2017-03-02rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai...Ingo Molnar1-0/+1
2017-03-01CIFS: set signing flag in SMB2+ TreeConnect if neededAurelien Aptel1-2/+2
2017-03-01CIFS: let ses->ipc_tid hold smb2 TreeIdsAurelien Aptel1-1/+1
2017-03-01CIFS: add use_ipc flag to SMB2_ioctl()Aurelien Aptel4-11/+35
2017-03-01CIFS: add build_path_from_dentry_optional_prefix()Aurelien Aptel3-2/+17
2017-03-01CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel4-120/+125
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds15-543/+363
2017-03-01Merge tag 'for-f2fs-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds18-752/+1858
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells5-5/+5
2017-03-01CIFS: Fix possible use after free in demultiplex threadPavel Shilovsky1-6/+26
2017-03-01timerfd: Only check CAP_WAKE_ALARM when it is neededStephen Smalley1-4/+4
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds18-145/+241
2017-02-28Merge tag 'ceph-for-4.11-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds13-306/+287
2017-02-28Merge branch 'for-chris-4.11-part2' of git://git.kernel.org/pub/scm/linux/ker...Chris Mason31-626/+673
2017-02-28f2fs: avoid to flush nat journal entriesJaegeuk Kim1-1/+1
2017-02-28btrfs: add dummy callback for readpage_io_failed and drop checksDavid Sterba4-3/+10
2017-02-28btrfs: drop checks for mandatory extent_io_ops callbacksDavid Sterba1-4/+3
2017-02-28btrfs: document existence of extent_io ops callbacksDavid Sterba3-11/+26
2017-02-28btrfs: let writepage_end_io_hook return voidDavid Sterba3-11/+6
2017-02-28btrfs: do proper error handling in btrfs_insert_xattr_itemDavid Sterba1-1/+2
2017-02-28btrfs: handle allocation error in update_dev_stat_itemDavid Sterba1-1/+2
2017-02-28btrfs: remove BUG_ON from __tree_mod_log_insertDavid Sterba1-2/+0
2017-02-28btrfs: derive maximum output size in the compression implementationDavid Sterba5-14/+9
2017-02-28btrfs: use predefined limits for calculating maximum number of pages for comp...David Sterba1-5/+6
2017-02-28btrfs: export compression buffer limits in a headerDavid Sterba2-10/+15
2017-02-28btrfs: merge nr_pages input and output parameter in compress_pagesDavid Sterba5-15/+11
2017-02-28btrfs: merge length input and output parameter in compress_pagesDavid Sterba5-20/+18
2017-02-28btrfs: constify name of subvolume in creation helpersDavid Sterba1-3/+3
2017-02-28btrfs: constify buffers used by compression helpersDavid Sterba3-3/+3
2017-02-28btrfs: constify input buffer of btrfs_csum_dataDavid Sterba2-3/+3
2017-02-28btrfs: constify device path passed to relevant helpersDavid Sterba4-18/+22
2017-02-28btrfs: make btrfs_inode_resume_unlocked_dio take btrfs_inodeNikolay Borisov2-4/+3
2017-02-28btrfs: make btrfs_inode_block_unlocked_dio take btrfs_inodeNikolay Borisov2-3/+3
2017-02-28btrfs: Make btrfs_add_nondir take btrfs_inodeNikolay Borisov1-9/+13
2017-02-28btrfs: Make btrfs_add_link take btrfs_inodeNikolay Borisov3-23/+26
2017-02-28btrfs: Make btrfs_del_delalloc_inode take btrfs_inodeNikolay Borisov1-7/+7
2017-02-28btrfs: Make get_extent_t take btrfs_inodeNikolay Borisov8-54/+59
2017-02-28btrfs: Make check_extent_to_block take btrfs_inodeNikolay Borisov1-5/+6
2017-02-28btrfs: Make clone_update_extent_map take btrfs_inodeNikolay Borisov1-14/+13
2017-02-28btrfs: Make btrfs_clear_bit_hook take btrfs_inodeNikolay Borisov3-21/+25
2017-02-28btrfs: Make btrfs_extent_item_to_extent_map take btrfs_inodeNikolay Borisov4-8/+10
2017-02-28btrfs: make btrfs_log_inode_parent take btrfs_inodeNikolay Borisov1-26/+24
2017-02-28btrfs: Make check_parent_dirs_for_sync take btrfs_inodeNikolay Borisov1-14/+14
2017-02-28btrfs: Make btrfs_orphan_add take btrfs_inodeNikolay Borisov4-22/+24
2017-02-28btrfs: make btrfs_orphan_del take btrfs_inodeNikolay Borisov1-20/+20
2017-02-28btrfs: make btrfs_free_io_failure_record take btrfs_inodeNikolay Borisov3-7/+9
2017-02-28btrfs: make clean_io_failure take btrfs_inodeNikolay Borisov3-14/+15
2017-02-28btrfs: make repair_io_failure take btrfs_inodeNikolay Borisov3-11/+12
2017-02-28btrfs: make check_compressed_csum take btrfs_inodeNikolay Borisov1-5/+4
2017-02-28btrfs: make btrfs_print_data_csum_error take btrfs_inodeNikolay Borisov3-7/+8
2017-02-28btrfs: make free_io_failure take btrfs_inodeNikolay Borisov3-11/+13
2017-02-28btrfs: Make lock_and_cleanup_extent_if_need take btrfs_inodeNikolay Borisov1-14/+14
2017-02-28btrfs: Make check_can_nocow take btrfs_inodeNikolay Borisov1-10/+12
2017-02-28btrfs: Make btrfs_lookup_ordered_range take btrfs_inodeNikolay Borisov6-18/+19
2017-02-28btrfs: Make btrfs_mark_extent_written take btrfs_inodeNikolay Borisov3-6/+6
2017-02-28btrfs: Make fill_holes take btrfs_inodeNikolay Borisov1-19/+18
2017-02-28btrfs: Make hole_mergeable take btrfs_inodeNikolay Borisov1-4/+5
2017-02-28btrfs: Make btrfs_drop_extent_cache take btrfs_inodeNikolay Borisov6-26/+30
2017-02-28btrfs: Make btrfs_requeue_inode_defrag take btrfs_inodeNikolay Borisov1-5/+5
2017-02-28btrfs: Make (__)btrfs_add_inode_defrag take btrfs_inodeNikolay Borisov3-16/+17
2017-02-28btrfs: all btrfs_delalloc_release_metadata take btrfs_inodeNikolay Borisov7-19/+22
2017-02-28btrfs: Make btrfs_delalloc_reserve_metadata take btrfs_inodeNikolay Borisov4-38/+39
2017-02-28btrfs: Make btrfs_orphan_release_metadata take btrfs_inodeNikolay Borisov3-8/+8
2017-02-28btrfs: Make btrfs_orphan_reserve_metadata take btrfs_inodeNikolay Borisov3-7/+7
2017-02-28btrfs: Make calc_csum_metadata_size take btrfs_inodeNikolay Borisov1-15/+12
2017-02-28btrfs: Make drop_outstanding_extent take btrfs_inodeNikolay Borisov1-12/+11
2017-02-28btrfs: make btrfs_alloc_data_chunk_ondemand take btrfs_inodeNikolay Borisov3-6/+7
2017-02-28btrfs: make btrfs_is_free_space_inode take btrfs_inodeNikolay Borisov5-19/+20
2017-02-28btrfs: Make btrfs_i_size_write take btrfs_inodeNikolay Borisov7-19/+18
2017-02-28btrfs: Make btrfs_set_inode_index take btrfs_inodeNikolay Borisov3-13/+13
2017-02-28btrfs: make btrfs_set_inode_index_count take btrfs_inodeNikolay Borisov1-8/+8
2017-02-28btrfs: Make btrfs_insert_dir_item take btrfs_inodeNikolay Borisov5-7/+7
2017-02-28btrfs: Make btrfs_log_all_parents take btrfs_inodeNikolay Borisov1-5/+5
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds54-154/+218
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds3-9/+57
2017-02-27hfs: atomically read inode sizeFabian Frederick1-1/+1
2017-02-27mm: use mmget_not_zero() helperVegard Nossum3-5/+5
2017-02-27mm: add new mmgrab() helperVegard Nossum2-3/+3
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan7-16/+16
2017-02-27scripts/spelling.txt: add "comsume(r)" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "unneded" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "againt" pattern and fix typo instancesMasahiro Yamada1-1/+1
2017-02-27scripts/spelling.txt: add "an user" pattern and fix typo instancesMasahiro Yamada1-3/+3
2017-02-27nilfs2: use i_blocksize()Geliang Tang2-2/+2
2017-02-27nilfs2: use nilfs_btree_node_size()Geliang Tang1-1/+1
2017-02-27fs: add i_blocksize()Fabian Frederick25-50/+50
2017-02-27fs/affs: make export work with cold dcacheFabian Frederick1-0/+19
2017-02-27fs/affs/namei.c: forward declarations clean-upFabian Frederick1-20/+10
2017-02-27fs/affs: add prefix to some functionsFabian Frederick5-14/+15
2017-02-27fs/affs: use octal for permissionsFabian Frederick1-18/+18
2017-02-27fs/affs: make affs exportableFabian Frederick3-0/+42
2017-02-27fs/affs: add validation block functionFabian Frederick1-4/+10
2017-02-27fs/affs: remove reference to affs_parent_ino()Fabian Frederick1-1/+0