aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2017-12-01Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-2/+2
2017-12-01Merge tag 'xfs-4.15-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds13-61/+190
2017-12-01afs: Properly reset afs_vnode (inode) fieldsDavid Howells2-2/+17
2017-12-01afs: Fix permit refcountingDavid Howells1-8/+10
2017-11-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-8/+15
2017-11-30xfs: Properly retry failed dquot items in case of error during buffer writebackCarlos Maiolino2-5/+49
2017-11-30xfs: scrub inode mode properlyDarrick J. Wong1-1/+13
2017-11-30xfs: remove unused parameter from xfs_writepage_mapDarrick J. Wong1-3/+3
2017-11-30xfs: ubsan fixesDarrick J. Wong1-3/+3
2017-11-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-28/+23
2017-11-29fs/hugetlbfs/inode.c: change put_page/unlock_page order in hugetlbfs_fallocate()Nadav Amit1-2/+2
2017-11-29autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent1-12/+3
2017-11-29autofs: revert "autofs: take more care to not update last_used on path walk"Ian Kent1-11/+6
2017-11-29fs/fat/inode.c: fix sb_rdonly() changeOGAWA Hirofumi1-1/+1
2017-11-29fs/mbcache.c: make count_objects() more robustJiang Biao1-0/+3
2017-11-29exec: avoid RLIMIT_STACK races with prlimit()Kees Cook1-1/+6
2017-11-29mm: replace pmd_write with pmd_access_permitted in fault + gup pathsDan Williams1-1/+2
2017-11-29Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-126/+264
2017-11-29Merge tag 'for-4.15-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds19-135/+314
2017-11-29NFSv4: Ensure gcc 4.4.4 can compile initialiser for "invalid_stateid"Trond Myklebust1-2/+2
2017-11-29quota: Check for register_shrinker() failure.Tetsuo Handa1-1/+2
2017-11-28xfs: calculate correct offset in xfs_scrub_quota_itemEric Sandeen1-1/+1
2017-11-28xfs: fix uninitialized variable in xfs_scrub_quotaEric Sandeen1-1/+1
2017-11-28xfs: fix leaks on corruption errors in xfs_bmap.cEric Sandeen1-2/+4
2017-11-28xfs: fortify xfs_alloc_buftarg error handlingMichal Hocko1-5/+10
2017-11-28Btrfs: incremental send, fix wrong unlink path after renaming fileFilipe Manana1-18/+106
2017-11-28quota: propagate error from __dquot_initializeChao Yu1-6/+13
2017-11-28btrfs: tree-checker: Fix false panic for sanity testQu Wenruo3-8/+43
2017-11-27proc: don't report kernel addresses in /proc/<pid>/stackLinus Torvalds1-2/+1
2017-11-27lockd: fix "list_add double add" caused by legacy signal interfaceVasily Averin2-4/+9
2017-11-27nlm_shutdown_hosts_net() cleanupVasily Averin1-2/+1
2017-11-27race of nfsd inetaddr notifiers vs nn->nfsd_serv changeVasily Averin3-3/+17
2017-11-27race of lockd inetaddr notifiers vs nlmsvc_rqst changeVasily Averin1-2/+14
2017-11-27NFSD: make cache_detail structures constBhumika Goyal2-4/+4
2017-11-27nfsd: check for use of the closed special stateidAndrew Elble1-2/+5
2017-11-27nfsd: fix panic in posix_unblock_lock called from nfs4_laundromatNaofumi Honda1-2/+2
2017-11-27lockd: lost rollback of set_grace_period() in lockd_down_net()Vasily Averin1-0/+2
2017-11-27lockd: added cleanup checks in exit_net hookVasily Averin1-0/+11
2017-11-27grace: replace BUG_ON by WARN_ONCE in exit_net hookVasily Averin1-1/+3
2017-11-27nfsd: fix locking validator warning on nfs4_ol_stateid->st_mutex classAndrew Elble1-3/+8
2017-11-27lockd: remove net pointer from messagesVasily Averin4-14/+21
2017-11-27nfsd: remove net pointer from debug messagesVasily Averin1-3/+3
2017-11-27nfsd: Fix races with check_stateid_generation()Trond Myklebust1-3/+19
2017-11-27nfsd: Ensure we check stateid validity in the seqid operation checksTrond Myklebust1-9/+3
2017-11-27nfsd: Fix race in lock stateid creationTrond Myklebust1-28/+42
2017-11-27nfsd4: move find_lock_stateidTrond Myklebust1-19/+19
2017-11-27nfsd: Ensure we don't recognise lock stateids after freeing themTrond Myklebust1-11/+8
2017-11-27nfsd: CLOSE SHOULD return the invalid special stateid for NFSv4.x (x>0)Trond Myklebust1-0/+8
2017-11-27nfsd: Fix another OPEN stateid raceTrond Myklebust1-15/+13
2017-11-27nfsd: Fix stateid races between OPEN and CLOSETrond Myklebust1-8/+59
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds102-396/+396
2017-11-27xfs: log recovery should replay deferred ops in orderDarrick J. Wong5-40/+85
2017-11-27xfs: always free inline data before resetting inode fork during ifreeDarrick J. Wong1-0/+21
2017-11-27Btrfs: fix list_add corruption and soft lockups in fsyncLiu Bo2-3/+4
2017-11-27reiserfs: remove unneeded i_version bumpJeff Layton1-1/+0
2017-11-27btrfs: Fix wild memory access in compression level parserQu Wenruo3-3/+14
2017-11-27btrfs: fix deadlock when writing out space cacheJosef Bacik1-1/+2
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+6
2017-11-25Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-279/+405
2017-11-24afs: remove redundant assignment of dvnode to itselfColin Ian King1-1/+1
2017-11-24afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva1-6/+1
2017-11-24afs: Fix signal handling in some file opsDavid Howells1-0/+8
2017-11-24afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells1-10/+5
2017-11-24afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells1-0/+5
2017-11-22Merge tag 'xfs-4.15-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-7/+13
2017-11-22Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2017-11-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-0/+6
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-5/+4
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-21Merge tag 'for-linus-4.15-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-154/+72
2017-11-21Merge tag 'ceph-for-4.15-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds6-94/+206
2017-11-21xfs: abstract out dev_t conversionsChristoph Hellwig2-6/+12
2017-11-21xfs: fix memory leak in xfs_iext_free_last_leafShu Wang1-1/+1
2017-11-20btrfs: clear space cache inode generation alwaysJosef Bacik1-7/+7
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-82/+157
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-152/+147
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma1-1/+1
2017-11-17fat: remove redundant assignment of 0 to slotsColin Ian King1-1/+0
2017-11-17hfs/hfsplus: clean up unused variables in bnode.cChristos Gkekas2-8/+0
2017-11-17nilfs2: remove inode->i_version initializationJeff Layton1-1/+0
2017-11-17nilfs2: use octal for unreadable permission macroRyusuke Konishi1-1/+1
2017-11-17nilfs2: align block comments of nilfs_sufile_truncate_range() at *Ryusuke Konishi1-16/+16
2017-11-17fs, nilfs: convert nilfs_root.count from atomic_t to refcount_tElena Reshetova2-6/+7
2017-11-17nilfs2: fix race condition that causes file system corruptionAndreas Rohner1-2/+4
2017-11-17fs/nilfs2: convert timers to use timer_setup()Kees Cook2-6/+6
2017-11-17pipe: add proc_dopipe_max_size() to safely assign pipe_max_sizeJoe Lawrence1-15/+3
2017-11-17pipe: avoid round_pipe_size() nr_pages overflow on 32-bitJoe Lawrence1-2/+15
2017-11-17pipe: match pipe_max_size data type with procfsJoe Lawrence1-1/+1
2017-11-17autofs: don't fail mount for transient errorNeilBrown1-1/+14
2017-11-17epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron1-45/+35
2017-11-17epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron1-29/+18
2017-11-17epoll: account epitem and eppoll_entry to kmemcgShakeel Butt1-2/+2
2017-11-17proc: use do-while in name_to_int()Alexey Dobriyan1-2/+2
2017-11-17proc: : uninline name_to_int()Alexey Dobriyan3-22/+25
2017-11-17proc, coredump: add CoreDumping flag to /proc/pid/statusRoman Gushchin1-0/+6
2017-11-17Merge tag 'pm-fixes-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+6
2017-11-17Merge tag 'nfs-for-4.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds25-334/+590
2017-11-17Merge tag 'ecryptfs-4.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-98/+34
2017-11-17Merge tag 'xfs-4.15-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-3/+4
2017-11-17NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"Benjamin Coddington2-16/+16
2017-11-17NFS: Fix typo in nomigration mount optionJoshua Watt1-1/+1
2017-11-17nfs: Fix ugly referral attributesChuck Lever1-10/+8
2017-11-17NFS: super: mark expected switch fall-throughsGustavo A. R. Silva1-2/+10
2017-11-17nfs: remove net pointer from messagesVasily Averin1-7/+7
2017-11-17nfs client: exit_net cleanup check addedVasily Averin1-0/+4
2017-11-17nfs/write: Use common error handling code in nfs_lock_and_join_requests()Markus Elfring1-8/+9
2017-11-17NFSv4: Replace closed stateids with the "invalid special stateid"Trond Myklebust3-1/+20
2017-11-17NFSv4: nfs_set_open_stateid must not trigger state recovery for closed stateTrond Myklebust1-1/+2
2017-11-17NFSv4: Check the open stateid when searching for expired stateTrond Myklebust1-0/+5
2017-11-17NFSv4: Clean up nfs4_delegreturn_doneTrond Myklebust1-18/+14
2017-11-17NFSv4: cleanup nfs4_close_doneTrond Myklebust1-19/+16
2017-11-17NFSv4: Retry NFS4ERR_OLD_STATEID errors in layoutreturnTrond Myklebust1-3/+12
2017-11-17pNFS: Retry NFS4ERR_OLD_STATEID errors in layoutreturn-on-closeTrond Myklebust3-2/+40
2017-11-17NFSv4: Don't try to CLOSE if the stateid 'other' field has changedTrond Myklebust3-12/+13
2017-11-17NFSv4: Retry CLOSE and DELEGRETURN on NFS4ERR_OLD_STATEID.Trond Myklebust5-2/+65
2017-11-17NFS: Fix a typo in nfs_rename()Trond Myklebust1-1/+1
2017-11-17NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust1-15/+26
2017-11-17NFSv4: Add a tracepoint to document open stateid updatesTrond Myklebust2-0/+5
2017-11-17NFSv4: Fix OPEN / CLOSE raceTrond Myklebust3-35/+123
2017-11-17NFS: Fix bool initialization/comparisonThomas Meyer4-8/+8
2017-11-17NFS: Avoid RCU usage in tracepointsAnna Schumaker1-18/+6
2017-11-17Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-376/+570
2017-11-17Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds1-9/+7
2017-11-17Merge branch 'work.cramfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-66/+515
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds9-37/+37
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-36/+15
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds9-251/+108
2017-11-17fs, nfs: convert nfs_client.cl_count from atomic_t to refcount_tElena Reshetova6-31/+31
2017-11-17fs, nfs: convert nfs_lock_context.count from atomic_t to refcount_tElena Reshetova1-6/+6
2017-11-17fs, nfs: convert nfs4_lock_state.ls_count from atomic_t to refcount_tElena Reshetova3-8/+8
2017-11-17fs, nfs: convert nfs_cache_defer_req.count from atomic_t to refcount_tElena Reshetova2-4/+4
2017-11-17fs, nfs: convert nfs4_ff_layout_mirror.ref from atomic_t to refcount_tElena Reshetova2-5/+6
2017-11-17fs, nfs: convert pnfs_layout_hdr.plh_refcount from atomic_t to refcount_tElena Reshetova2-7/+7
2017-11-17fs, nfs: convert pnfs_layout_segment.pls_refcount from atomic_t to refcount_tElena Reshetova2-8/+8
2017-11-17fs, nfs: convert nfs4_pnfs_ds.ds_count from atomic_t to refcount_tElena Reshetova2-6/+7
2017-11-17NFSv4.1: Fix up replays of interrupted requestsTrond Myklebust2-47/+103
2017-11-17Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-135/+296
2017-11-17afs: Fix file lockingDavid Howells5-262/+385
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds3-6/+26
2017-11-16Merge tag 'f2fs-for-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds20-612/+1495
2017-11-16xfs: fix type usageDarrick J. Wong2-3/+3
2017-11-16xfs: fix forgotten rcu read unlock when skipping inode reclaimDarrick J. Wong1-0/+1
2017-11-16Merge tag 'afs-next-20171113' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds37-5277/+6444
2017-11-16Merge tag 'driver-core-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-114/+184
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds39-263/+199
2017-11-15fs: fuse: account fuse_inode slab memory as reclaimableJohannes Weiner1-3/+3
2017-11-15mm: remove __GFP_COLDMel Gorman1-4/+2
2017-11-15mm: remove cold parameter for release_pagesMel Gorman1-1/+1
2017-11-15mm, pagevec: remove cold parameter for pagevecsMel Gorman16-30/+30
2017-11-15mm, truncate: do not check mapping for every page being truncatedMel Gorman1-1/+1
2017-11-15userfaultfd: use mmgrab instead of open-coded increment of mm_countMike Rapoport1-1/+1
2017-11-15kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)1-2/+0
2017-11-15fs, mm: account filp cache to kmemcgShakeel Butt1-1/+1
2017-11-15mm: consolidate page table accountingKirill A. Shutemov1-9/+2
2017-11-15mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov1-1/+1
2017-11-15mm: account pud page tablesKirill A. Shutemov1-1/+4
2017-11-15cifs: use find_get_pages_range_tag()Jan Kara1-19/+2
2017-11-15afs: use find_get_pages_range_tag()Jan Kara1-9/+2
2017-11-15mm: remove nr_pages argument from pagevec_lookup_{,range}_tag()Jan Kara10-22/+20
2017-11-15ceph: use pagevec_lookup_range_nr_tag()Jan Kara1-4/+2
2017-11-15nilfs2: use pagevec_lookup_range_tag()Jan Kara1-6/+2
2017-11-15gfs2: use pagevec_lookup_range_tag()Jan Kara1-18/+2
2017-11-15f2fs: use find_get_pages_tag() for looking up single pageJan Kara1-6/+7
2017-11-15f2fs: simplify page iteration loopsJan Kara2-50/+28
2017-11-15f2fs: use pagevec_lookup_range_tag()Jan Kara1-7/+2
2017-11-15ext4: use pagevec_lookup_range_tag()Jan Kara1-12/+2
2017-11-15ceph: use pagevec_lookup_range_tag()Jan Kara1-16/+3
2017-11-15btrfs: use pagevec_lookup_range_tag()Jan Kara1-15/+4
2017-11-15mm/mmu_notifier: avoid double notification when it is uselessJérôme Glisse1-2/+7
2017-11-15fs/hugetlbfs/inode.c: remove redundant -ENIVAL return from hugetlbfs_setattr()Anshuman Khandual1-1/+0
2017-11-15slab, slub, slob: add slab_flags_tAlexey Dobriyan2-2/+2
2017-11-15ocfs2: remove unneeded goto in ocfs2_reserve_cluster_bitmap_bits()Guozhonghua1-4/+1
2017-11-15ocfs2/dlm: get mle inuse only when it is initializedChangwei Ge1-1/+3
2017-11-15ocfs2: subsystem.su_mutex is required while accessing the item->ci_parentalex chen1-8/+55
2017-11-15ocfs2: ip_alloc_sem should be taken in ocfs2_get_block()alex chen1-8/+18
2017-11-15ocfs2: should wait dio before inode lock in ocfs2_setattr()alex chen1-2/+7
2017-11-15ocfs2: clean up some unused function declarationspiaojun1-3/+0
2017-11-15ocfs2: fix cluster hang after a node diesChangwei Ge1-0/+1
2017-11-15ocfs2: cleanup unused func declaration and assignmentpiaojun2-4/+0
2017-11-15ocfs2: no need flush workqueue before destroying itpiaojun3-5/+1
2017-11-15ocfs2: remove unused declaration ocfs2_publish_get_mount_state()Guozhonghua1-3/+0
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-5/+5
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-9/+34
2017-11-15Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-5/+5
2017-11-15x86 / CPU: Always show current CPU frequency in /proc/cpuinfoRafael J. Wysocki1-0/+6
2017-11-15Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2017-11-15f2fs: deny accessing encryption policy if encryption is offChao Yu1-0/+5
2017-11-15Btrfs: fix reported number of inode blocks after buffered append writesFilipe Manana7-33/+46
2017-11-15Btrfs: move definition of the function btrfs_find_new_delalloc_bytesFilipe Manana1-41/+41
2017-11-15Btrfs: bail out gracefully rather than BUG_ONLiu Bo1-2/+8
2017-11-15btrfs: dev_alloc_list is not protected by RCU, use normal list_delDavid Sterba1-1/+1
2017-11-15btrfs: add missing device::flush_bio putsDavid Sterba1-0/+10
2017-11-15btrfs: Fix transaction abort during failure in btrfs_rm_dev_itemNikolay Borisov1-8/+12
2017-11-15Btrfs: add write_flags for compression bioLiu Bo5-10/+20
2017-11-15fcntl: don't cap l_start and l_end values for F_GETLK64 in compat syscallJeff Layton1-6/+5
2017-11-15fcntl: don't leak fd reference when fixup_compat_flock failsJeff Layton1-3/+2
2017-11-14dax: fix PMD faults on zero-length filesJeff Moyer1-3/+3
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds8-141/+112
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds7-30/+30
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds20-227/+262